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:
-rw-r--r--.gitlab/issue_templates/Deprecations.md4
-rw-r--r--.gitlab/merge_request_templates/Removals.md5
-rw-r--r--app/assets/javascripts/google_tag_manager/index.js8
-rw-r--r--app/assets/javascripts/pipeline_new/constants.js7
-rw-r--r--app/assets/javascripts/projects/settings/components/shared_runners_toggle.vue23
-rw-r--r--app/assets/javascripts/projects/settings/constants.js7
-rw-r--r--app/models/ci/pipeline.rb6
-rw-r--r--app/models/concerns/ci/contextable.rb47
-rw-r--r--config/feature_flags/development/ci_use_variables_builder_definitions.yml8
-rw-r--r--db/post_migrate/20220107064845_populate_vulnerability_reads.rb25
-rw-r--r--db/schema_migrations/202201070648451
-rw-r--r--lib/gitlab/background_migration/populate_vulnerability_reads.rb84
-rw-r--r--lib/gitlab/ci/variables/builder.rb3
-rw-r--r--locale/am_ET/gitlab.po1518
-rw-r--r--locale/ar_SA/gitlab.po1546
-rw-r--r--locale/as_IN/gitlab.po1518
-rw-r--r--locale/az_AZ/gitlab.po1518
-rw-r--r--locale/ba_RU/gitlab.po1511
-rw-r--r--locale/bg/gitlab.po1518
-rw-r--r--locale/bn_BD/gitlab.po1518
-rw-r--r--locale/bn_IN/gitlab.po1518
-rw-r--r--locale/br_FR/gitlab.po1539
-rw-r--r--locale/bs_BA/gitlab.po1525
-rw-r--r--locale/ca_ES/gitlab.po1518
-rw-r--r--locale/cs_CZ/gitlab.po1532
-rw-r--r--locale/cy_GB/gitlab.po1546
-rw-r--r--locale/da_DK/gitlab.po1576
-rw-r--r--locale/de/gitlab.po1570
-rw-r--r--locale/el_GR/gitlab.po1518
-rw-r--r--locale/eo/gitlab.po1518
-rw-r--r--locale/es/gitlab.po2480
-rw-r--r--locale/et_EE/gitlab.po1518
-rw-r--r--locale/fa_IR/gitlab.po1518
-rw-r--r--locale/fi_FI/gitlab.po1518
-rw-r--r--locale/fil_PH/gitlab.po1518
-rw-r--r--locale/fr/gitlab.po1620
-rw-r--r--locale/gitlab.pot6
-rw-r--r--locale/gl_ES/gitlab.po1518
-rw-r--r--locale/he_IL/gitlab.po1532
-rw-r--r--locale/hi_IN/gitlab.po1518
-rw-r--r--locale/hr_HR/gitlab.po1525
-rw-r--r--locale/hu_HU/gitlab.po1518
-rw-r--r--locale/hy_AM/gitlab.po1518
-rw-r--r--locale/id_ID/gitlab.po1511
-rw-r--r--locale/ig_NG/gitlab.po1511
-rw-r--r--locale/is_IS/gitlab.po1518
-rw-r--r--locale/it/gitlab.po1518
-rw-r--r--locale/ja/gitlab.po1553
-rw-r--r--locale/ka_GE/gitlab.po1518
-rw-r--r--locale/kab/gitlab.po1518
-rw-r--r--locale/ko/gitlab.po2147
-rw-r--r--locale/ku_TR/gitlab.po1518
-rw-r--r--locale/ky_KG/gitlab.po1518
-rw-r--r--locale/lt_LT/gitlab.po1532
-rw-r--r--locale/mk_MK/gitlab.po1518
-rw-r--r--locale/mn_MN/gitlab.po1518
-rw-r--r--locale/nb_NO/gitlab.po1550
-rw-r--r--locale/nl_NL/gitlab.po1518
-rw-r--r--locale/or_IN/gitlab.po43744
-rw-r--r--locale/pa_IN/gitlab.po1518
-rw-r--r--locale/pl_PL/gitlab.po1534
-rw-r--r--locale/pt_BR/gitlab.po2006
-rw-r--r--locale/pt_PT/gitlab.po1518
-rw-r--r--locale/ro_RO/gitlab.po1769
-rw-r--r--locale/ru/gitlab.po3522
-rw-r--r--locale/si_LK/gitlab.po1518
-rw-r--r--locale/sk_SK/gitlab.po1532
-rw-r--r--locale/sl_SI/gitlab.po1532
-rw-r--r--locale/sq_AL/gitlab.po1518
-rw-r--r--locale/sr_CS/gitlab.po1525
-rw-r--r--locale/sr_SP/gitlab.po1525
-rw-r--r--locale/sv_SE/gitlab.po1518
-rw-r--r--locale/sw_KE/gitlab.po1518
-rw-r--r--locale/ta_IN/gitlab.po1518
-rw-r--r--locale/tr_TR/gitlab.po1532
-rw-r--r--locale/uk/gitlab.po1668
-rw-r--r--locale/ur_PK/gitlab.po1518
-rw-r--r--locale/uz_UZ/gitlab.po1518
-rw-r--r--locale/vi_VN/gitlab.po1511
-rw-r--r--locale/zh_CN/gitlab.po1915
-rw-r--r--locale/zh_HK/gitlab.po1511
-rw-r--r--locale/zh_TW/gitlab.po1511
-rw-r--r--spec/frontend/google_tag_manager/index_spec.js12
-rw-r--r--spec/lib/gitlab/background_migration/populate_vulnerability_reads_spec.rb93
-rw-r--r--spec/lib/gitlab/ci/variables/builder_spec.rb151
-rw-r--r--spec/migrations/20220107064845_populate_vulnerability_reads_spec.rb107
-rw-r--r--spec/models/ci/build_spec.rb168
87 files changed, 116650 insertions, 34888 deletions
diff --git a/.gitlab/issue_templates/Deprecations.md b/.gitlab/issue_templates/Deprecations.md
index d833efd61f4..1de64088ca6 100644
--- a/.gitlab/issue_templates/Deprecations.md
+++ b/.gitlab/issue_templates/Deprecations.md
@@ -1,3 +1,5 @@
+For guidance on the overall deprecations, removals and breaking changes workflow, please visit https://about.gitlab.com/handbook/product/gitlab-the-product/#breaking-changes-deprecations-and-removing-features
+
<!-- Use this template as a starting point for deprecations. -->
### Deprecation Summary
@@ -75,4 +77,4 @@ Use the following resources to find the appropriate labels:
<!-- Identifies that this Issue is related to deprecating a feature -->
/label ~"type::deprecation"
-<!-- Add the ~"breaking change" label to this issue if necessary --> \ No newline at end of file
+<!-- Add the ~"breaking change" label to this issue if necessary -->
diff --git a/.gitlab/merge_request_templates/Removals.md b/.gitlab/merge_request_templates/Removals.md
index 341ea5e831b..c169cd87ac7 100644
--- a/.gitlab/merge_request_templates/Removals.md
+++ b/.gitlab/merge_request_templates/Removals.md
@@ -6,10 +6,11 @@
**Be sure to link this MR to the relevant issue(s).**
-- Removal Issue (or earlier deprecation issue):
+- Deprecation issue:
+- Removal issue:
- MR that removes the feature (optional):
-If there is no relevant removal or deprecation issue, hit pause and:
+If there is no relevant deprecation issue, hit pause and:
- Review the [process for deprecating and removing features](https://about.gitlab.com/handbook/product/gitlab-the-product/#process-for-deprecating-and-removing-a-feature).
- Connect with the Product Manager DRI.
diff --git a/app/assets/javascripts/google_tag_manager/index.js b/app/assets/javascripts/google_tag_manager/index.js
index 0bb4f450101..d6767001eed 100644
--- a/app/assets/javascripts/google_tag_manager/index.js
+++ b/app/assets/javascripts/google_tag_manager/index.js
@@ -8,14 +8,14 @@ const PRODUCT_INFO = {
// eslint-disable-next-line @gitlab/require-i18n-strings
name: 'Premium',
id: '0002',
- price: 228,
+ price: '228',
variant: 'SaaS',
},
[SKU_ULTIMATE]: {
// eslint-disable-next-line @gitlab/require-i18n-strings
name: 'Ultimate',
id: '0001',
- price: 1188,
+ price: '1188',
variant: 'SaaS',
},
};
@@ -220,8 +220,8 @@ export const trackTransaction = (transactionDetails) => {
id: transactionId,
affiliation: 'GitLab',
option: paymentOption,
- revenue,
- tax,
+ revenue: revenue.toString(),
+ tax: tax.toString(),
},
products: [product],
},
diff --git a/app/assets/javascripts/pipeline_new/constants.js b/app/assets/javascripts/pipeline_new/constants.js
index a6c9f3cb746..43f7634083b 100644
--- a/app/assets/javascripts/pipeline_new/constants.js
+++ b/app/assets/javascripts/pipeline_new/constants.js
@@ -1,3 +1,4 @@
+import { __ } from '~/locale';
import { DEFAULT_DEBOUNCE_AND_THROTTLE_MS } from '~/lib/utils/constants';
export const VARIABLE_TYPE = 'env_var';
@@ -7,5 +8,7 @@ export const CONFIG_VARIABLES_TIMEOUT = 5000;
export const BRANCH_REF_TYPE = 'branch';
export const TAG_REF_TYPE = 'tag';
-export const CC_VALIDATION_REQUIRED_ERROR =
- 'Credit card required to be on file in order to create a pipeline';
+// must match pipeline/chain/validate/after_config.rb
+export const CC_VALIDATION_REQUIRED_ERROR = __(
+ 'Credit card required to be on file in order to create a pipeline',
+);
diff --git a/app/assets/javascripts/projects/settings/components/shared_runners_toggle.vue b/app/assets/javascripts/projects/settings/components/shared_runners_toggle.vue
index 91d8fca0487..aa3235b1515 100644
--- a/app/assets/javascripts/projects/settings/components/shared_runners_toggle.vue
+++ b/app/assets/javascripts/projects/settings/components/shared_runners_toggle.vue
@@ -2,6 +2,7 @@
import { GlAlert, GlToggle, GlTooltip } from '@gitlab/ui';
import axios from '~/lib/utils/axios_utils';
import { __, s__ } from '~/locale';
+import { CC_VALIDATION_REQUIRED_ERROR } from '../constants';
const DEFAULT_ERROR_MESSAGE = __('An error occurred while updating the configuration.');
const REQUIRES_VALIDATION_TEXT = s__(
@@ -47,11 +48,13 @@ export default {
};
},
computed: {
- showCreditCardValidation() {
+ ccRequiredError() {
+ return this.errorMessage === CC_VALIDATION_REQUIRED_ERROR && !this.ccAlertDismissed;
+ },
+ genericError() {
return (
- this.isCreditCardValidationRequired &&
- !this.isSharedRunnerEnabled &&
- !this.successfulValidation &&
+ this.errorMessage &&
+ this.errorMessage !== CC_VALIDATION_REQUIRED_ERROR &&
!this.ccAlertDismissed
);
},
@@ -62,6 +65,7 @@ export default {
},
toggleSharedRunners() {
this.isLoading = true;
+ this.ccAlertDismissed = false;
this.errorMessage = null;
axios
@@ -82,20 +86,19 @@ export default {
<template>
<div>
<section class="gl-mt-5">
- <gl-alert v-if="errorMessage" class="gl-mb-3" variant="danger" :dismissible="false">
- {{ errorMessage }}
- </gl-alert>
-
<cc-validation-required-alert
- v-if="showCreditCardValidation"
+ v-if="ccRequiredError"
class="gl-pb-5"
:custom-message="$options.i18n.REQUIRES_VALIDATION_TEXT"
@verifiedCreditCard="creditCardValidated"
@dismiss="ccAlertDismissed = true"
/>
+ <gl-alert v-if="genericError" class="gl-mb-3" variant="danger" :dismissible="false">
+ {{ errorMessage }}
+ </gl-alert>
+
<gl-toggle
- v-else
ref="sharedRunnersToggle"
:disabled="isDisabledAndUnoverridable"
:is-loading="isLoading"
diff --git a/app/assets/javascripts/projects/settings/constants.js b/app/assets/javascripts/projects/settings/constants.js
index f5591c43dc4..9cf1afd334f 100644
--- a/app/assets/javascripts/projects/settings/constants.js
+++ b/app/assets/javascripts/projects/settings/constants.js
@@ -1,3 +1,5 @@
+import { __ } from '~/locale';
+
export const LEVEL_TYPES = {
ROLE: 'role',
USER: 'user',
@@ -18,3 +20,8 @@ export const ACCESS_LEVELS = {
};
export const ACCESS_LEVEL_NONE = 0;
+
+// must match shared_runners_setting in update_service.rb
+export const CC_VALIDATION_REQUIRED_ERROR = __(
+ 'Shared runners enabled cannot be enabled until a valid credit card is on file',
+);
diff --git a/app/models/ci/pipeline.rb b/app/models/ci/pipeline.rb
index 53e192dc1a1..11ea1115929 100644
--- a/app/models/ci/pipeline.rb
+++ b/app/models/ci/pipeline.rb
@@ -1286,12 +1286,6 @@ module Ci
end
end
- def use_variables_builder_definitions?
- strong_memoize(:use_variables_builder_definitions) do
- ::Feature.enabled?(:ci_use_variables_builder_definitions, project, default_enabled: :yaml)
- end
- end
-
private
def add_message(severity, content)
diff --git a/app/models/concerns/ci/contextable.rb b/app/models/concerns/ci/contextable.rb
index ed3b422251f..88b7bb89b89 100644
--- a/app/models/concerns/ci/contextable.rb
+++ b/app/models/concerns/ci/contextable.rb
@@ -11,26 +11,9 @@ module Ci
#
def scoped_variables(environment: expanded_environment_name, dependencies: true)
track_duration do
- variables = pipeline.variables_builder.scoped_variables(self, environment: environment, dependencies: dependencies)
-
- next variables if pipeline.use_variables_builder_definitions?
-
- variables.concat(project.predefined_variables)
- variables.concat(pipeline.predefined_variables)
- variables.concat(runner.predefined_variables) if runnable? && runner
- variables.concat(kubernetes_variables)
- variables.concat(deployment_variables(environment: environment))
- variables.concat(yaml_variables)
- variables.concat(user_variables)
- variables.concat(dependency_variables) if dependencies
- variables.concat(secret_instance_variables)
- variables.concat(secret_group_variables(environment: environment))
- variables.concat(secret_project_variables(environment: environment))
- variables.concat(trigger_request.user_variables) if trigger_request
- variables.concat(pipeline.variables)
- variables.concat(pipeline.pipeline_schedule.job_variables) if pipeline.pipeline_schedule
-
- variables
+ pipeline
+ .variables_builder
+ .scoped_variables(self, environment: environment, dependencies: dependencies)
end
end
@@ -60,29 +43,5 @@ module Ci
scoped_variables(environment: nil, dependencies: false)
end
end
-
- def user_variables
- pipeline.variables_builder.user_variables(user)
- end
-
- def kubernetes_variables
- pipeline.variables_builder.kubernetes_variables(self)
- end
-
- def deployment_variables(environment:)
- pipeline.variables_builder.deployment_variables(job: self, environment: environment)
- end
-
- def secret_instance_variables
- pipeline.variables_builder.secret_instance_variables(ref: git_ref)
- end
-
- def secret_group_variables(environment: expanded_environment_name)
- pipeline.variables_builder.secret_group_variables(environment: environment, ref: git_ref)
- end
-
- def secret_project_variables(environment: expanded_environment_name)
- pipeline.variables_builder.secret_project_variables(environment: environment, ref: git_ref)
- end
end
end
diff --git a/config/feature_flags/development/ci_use_variables_builder_definitions.yml b/config/feature_flags/development/ci_use_variables_builder_definitions.yml
deleted file mode 100644
index c01e4e9958e..00000000000
--- a/config/feature_flags/development/ci_use_variables_builder_definitions.yml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-name: ci_use_variables_builder_definitions
-introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75254
-rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/349049
-milestone: '14.7'
-type: development
-group: group::pipeline execution
-default_enabled: false
diff --git a/db/post_migrate/20220107064845_populate_vulnerability_reads.rb b/db/post_migrate/20220107064845_populate_vulnerability_reads.rb
new file mode 100644
index 00000000000..58826c5f929
--- /dev/null
+++ b/db/post_migrate/20220107064845_populate_vulnerability_reads.rb
@@ -0,0 +1,25 @@
+# frozen_string_literal: true
+
+class PopulateVulnerabilityReads < Gitlab::Database::Migration[1.0]
+ BATCH_SIZE = 10_000
+ DELAY_INTERVAL = 2.minutes
+ MIGRATION_NAME = 'PopulateVulnerabilityReads'
+ SUB_BATCH_SIZE = 1_000
+
+ disable_ddl_transaction!
+
+ def up
+ queue_background_migration_jobs_by_range_at_intervals(
+ define_batchable_model('vulnerabilities'),
+ MIGRATION_NAME,
+ DELAY_INTERVAL,
+ batch_size: BATCH_SIZE,
+ track_jobs: true,
+ other_job_arguments: [SUB_BATCH_SIZE]
+ )
+ end
+
+ def down
+ # no-op
+ end
+end
diff --git a/db/schema_migrations/20220107064845 b/db/schema_migrations/20220107064845
new file mode 100644
index 00000000000..bd63da88355
--- /dev/null
+++ b/db/schema_migrations/20220107064845
@@ -0,0 +1 @@
+c7c645787aadc95c77df6420f437f78aed4e7e862ea2b66e7824766b1d9f3cb5 \ No newline at end of file
diff --git a/lib/gitlab/background_migration/populate_vulnerability_reads.rb b/lib/gitlab/background_migration/populate_vulnerability_reads.rb
new file mode 100644
index 00000000000..7b6d4c1ff81
--- /dev/null
+++ b/lib/gitlab/background_migration/populate_vulnerability_reads.rb
@@ -0,0 +1,84 @@
+# frozen_string_literal: true
+
+module Gitlab
+ module BackgroundMigration
+ # rubocop:disable Style/Documentation
+ class PopulateVulnerabilityReads
+ include Gitlab::Database::DynamicModelHelpers
+
+ PAUSE_SECONDS = 0.1
+
+ def perform(start_id, end_id, sub_batch_size)
+ vulnerability_model.where(id: start_id..end_id).each_batch(of: sub_batch_size) do |sub_batch|
+ first, last = sub_batch.pluck(Arel.sql('min(id), max(id)')).first
+ connection.execute(insert_query(first, last))
+
+ sleep PAUSE_SECONDS
+ end
+
+ mark_job_as_succeeded(start_id, end_id, sub_batch_size)
+ end
+
+ private
+
+ def vulnerability_model
+ define_batchable_model('vulnerabilities', connection: connection)
+ end
+
+ def connection
+ ActiveRecord::Base.connection
+ end
+
+ def insert_query(start_id, end_id)
+ <<~SQL
+ INSERT INTO vulnerability_reads (
+ vulnerability_id,
+ project_id,
+ scanner_id,
+ report_type,
+ severity,
+ state,
+ has_issues,
+ resolved_on_default_branch,
+ uuid,
+ location_image
+ )
+ SELECT
+ vulnerabilities.id,
+ vulnerabilities.project_id,
+ vulnerability_scanners.id,
+ vulnerabilities.report_type,
+ vulnerabilities.severity,
+ vulnerabilities.state,
+ CASE
+ WHEN
+ vulnerability_issue_links.vulnerability_id IS NOT NULL
+ THEN
+ true
+ ELSE
+ false
+ END
+ has_issues,
+ vulnerabilities.resolved_on_default_branch,
+ vulnerability_occurrences.uuid::uuid,
+ vulnerability_occurrences.location ->> 'image'
+ FROM
+ vulnerabilities
+ INNER JOIN vulnerability_occurrences ON vulnerability_occurrences.vulnerability_id = vulnerabilities.id
+ INNER JOIN vulnerability_scanners ON vulnerability_scanners.id = vulnerability_occurrences.scanner_id
+ LEFT JOIN vulnerability_issue_links ON vulnerability_issue_links.vulnerability_id = vulnerabilities.id
+ WHERE vulnerabilities.id BETWEEN #{start_id} AND #{end_id}
+ ON CONFLICT(vulnerability_id) DO NOTHING;
+ SQL
+ end
+
+ def mark_job_as_succeeded(*arguments)
+ Gitlab::Database::BackgroundMigrationJob.mark_all_as_succeeded(
+ self.class.name.demodulize,
+ arguments
+ )
+ end
+ end
+ # rubocop:enable Style/Documentation
+ end
+end
diff --git a/lib/gitlab/ci/variables/builder.rb b/lib/gitlab/ci/variables/builder.rb
index 4c777527ebc..e5b8058a1f6 100644
--- a/lib/gitlab/ci/variables/builder.rb
+++ b/lib/gitlab/ci/variables/builder.rb
@@ -13,9 +13,6 @@ module Gitlab
def scoped_variables(job, environment:, dependencies:)
Gitlab::Ci::Variables::Collection.new.tap do |variables|
variables.concat(predefined_variables(job))
-
- next variables unless pipeline.use_variables_builder_definitions?
-
variables.concat(project.predefined_variables)
variables.concat(pipeline.predefined_variables)
variables.concat(job.runner.predefined_variables) if job.runnable? && job.runner
diff --git a/locale/am_ET/gitlab.po b/locale/am_ET/gitlab.po
index 9043877aba8..a96ae55e27c 100644
--- a/locale/am_ET/gitlab.po
+++ b/locale/am_ET/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: am\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:24\n"
+"PO-Revision-Date: 2022-02-02 15:47\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
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} በቡድን የášá‰°á‹łá‹°á© ááያዎችን ይጠቀá›áŤáŤ˘ በ%{group_name} የášá‰°á‹łá‹°á­ አዲᵠየGitLab ááá‹« áፍጠ᭠ይኖá­á‰¦á‰łáŤáŤ˘"
@@ -722,6 +751,9 @@ msgstr "%{level_name} በ%{group_level_name} ቡድን á‹ŤáµáŚĄ አይáŤá‰€á‹µ
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "የፕá®áŚ€áŠ­á‰± fork áťáŠ•áŚ­ ዝቅተኛ እይታ áµá‹áá‹Ť %{level_name} የተከáከá áŠá‹ŤáŤ˘"
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/ar_SA/gitlab.po b/locale/ar_SA/gitlab.po
index 4ce7194d0fd..5ae1000ef86 100644
--- a/locale/ar_SA/gitlab.po
+++ b/locale/ar_SA/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: ar\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:21\n"
+"PO-Revision-Date: 2022-02-02 15:44\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -148,6 +148,42 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -745,6 +781,12 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -934,6 +976,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -1030,6 +1075,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -1039,6 +1087,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -1153,9 +1204,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -1192,6 +1240,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -2296,21 +2347,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -2335,9 +2377,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -2443,9 +2482,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -2455,7 +2491,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2470,6 +2506,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2536,6 +2575,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2653,9 +2695,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2953,6 +2992,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -3109,6 +3154,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -3145,7 +3193,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -3271,6 +3319,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -3334,6 +3385,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -3436,7 +3490,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3997,22 +4051,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -4123,9 +4168,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -4273,16 +4315,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4870,9 +4909,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4903,9 +4939,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4915,13 +4948,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4948,7 +4981,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4963,6 +4996,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4978,7 +5014,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4990,22 +5026,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -5119,6 +5161,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -5215,9 +5260,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -5302,7 +5344,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5752,6 +5794,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5884,6 +5929,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5911,6 +5959,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5926,9 +5977,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5965,9 +6013,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -6046,9 +6091,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -6127,6 +6178,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -6451,18 +6505,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -6478,9 +6526,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6529,15 +6574,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6556,9 +6592,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6754,6 +6787,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6823,9 +6865,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -7060,6 +7114,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -7447,6 +7504,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7624,6 +7684,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7924,15 +7987,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -8029,6 +8083,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -8053,7 +8113,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -8098,7 +8158,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -8128,7 +8188,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -8185,13 +8245,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -8218,7 +8281,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -8245,6 +8308,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -8257,6 +8332,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -8284,7 +8362,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -8302,6 +8380,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -9256,6 +9337,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -9505,6 +9589,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -9535,6 +9622,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9580,12 +9673,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9613,12 +9709,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -10189,7 +10291,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -10330,9 +10432,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -10345,9 +10462,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -10420,6 +10534,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -10447,13 +10564,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10597,6 +10717,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10855,6 +10978,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -11089,6 +11215,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -11329,6 +11458,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -11338,10 +11470,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11431,12 +11563,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -11449,9 +11575,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -11464,9 +11587,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11539,9 +11659,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11569,9 +11686,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11581,12 +11695,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11599,9 +11707,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11623,9 +11728,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11899,9 +12001,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -12352,6 +12451,9 @@ msgstr[5] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -12367,6 +12469,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -12583,9 +12688,39 @@ msgstr[5] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -13162,9 +13297,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -13234,7 +13366,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -13429,7 +13561,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13675,6 +13807,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13819,9 +13954,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13864,6 +13996,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13891,6 +14026,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13969,9 +14110,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -14020,6 +14158,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -14299,6 +14440,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -14326,6 +14470,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -15115,9 +15262,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -15127,15 +15271,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -15151,6 +15289,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -15235,10 +15421,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15682,18 +15865,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15781,12 +15952,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -16111,6 +16276,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -16186,6 +16354,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -16222,18 +16393,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -16270,6 +16444,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -16324,6 +16501,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -16399,12 +16579,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -16420,6 +16594,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -16453,16 +16630,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16474,9 +16654,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16525,6 +16702,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16561,10 +16744,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16642,6 +16825,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16765,9 +16951,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16792,6 +16975,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16972,6 +17158,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -17110,6 +17299,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -17278,6 +17470,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -17296,6 +17491,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -17359,9 +17557,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -17386,6 +17581,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -17398,9 +17596,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17641,18 +17836,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17677,9 +17866,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17710,7 +17896,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17758,6 +17947,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17776,9 +17968,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17806,9 +17995,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17851,7 +18037,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17932,9 +18118,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17989,7 +18172,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -18226,6 +18409,33 @@ msgstr[5] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -18286,9 +18496,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -18325,9 +18532,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -18343,6 +18547,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -18442,6 +18649,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -18466,9 +18685,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -19081,6 +19297,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -19183,6 +19402,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -19258,6 +19480,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19684,9 +19909,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19699,9 +19921,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19771,6 +19990,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19789,9 +20011,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19828,6 +20047,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19837,6 +20059,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19897,7 +20122,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21721,6 +21946,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -22072,9 +22300,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -22090,6 +22315,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -22126,6 +22354,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22900,6 +23161,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22918,9 +23185,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23749,9 +24025,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23773,9 +24046,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23956,10 +24226,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -24064,9 +24334,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -24145,9 +24412,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -24166,9 +24430,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -24688,6 +24949,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24715,6 +24979,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24781,7 +25048,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -25714,7 +25981,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -26335,9 +26623,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -26476,6 +26761,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -26494,7 +26782,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26761,9 +27049,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26776,6 +27061,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26788,7 +27076,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26953,10 +27241,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -27139,6 +27445,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -27154,6 +27463,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -27508,6 +27823,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27733,6 +28051,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27757,9 +28078,6 @@ 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 ""
@@ -27937,6 +28255,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27982,9 +28303,6 @@ 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 ""
@@ -28507,10 +28825,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -28588,6 +28909,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -28633,6 +28960,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28759,9 +29089,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28783,7 +29110,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28801,7 +29128,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -29563,9 +29890,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -29599,7 +29923,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29845,6 +30169,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29914,6 +30244,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29992,7 +30325,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -30544,6 +30877,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30778,6 +31120,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30853,9 +31198,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30874,6 +31216,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -31009,9 +31354,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -31078,7 +31420,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -31186,13 +31528,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -31213,6 +31555,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -31300,6 +31645,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -31312,9 +31660,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -31333,6 +31687,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -31348,9 +31705,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -31399,10 +31753,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -31438,6 +31795,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -31477,16 +31837,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -31498,6 +31858,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -31513,9 +31876,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31669,9 +32029,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31798,9 +32155,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -32146,7 +32500,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -32278,6 +32632,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -32332,6 +32689,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -32350,21 +32710,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -32374,12 +32743,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -32407,6 +32785,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -32422,12 +32806,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -32437,6 +32869,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32758,9 +33193,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -33148,7 +33580,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -33157,6 +33589,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -33166,18 +33601,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -33316,7 +33745,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -33493,9 +33922,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -33535,6 +33961,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -33547,6 +33976,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -33559,9 +33991,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -33586,6 +34015,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33634,7 +34066,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33727,6 +34159,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33829,9 +34264,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -34138,9 +34597,6 @@ 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 ""
@@ -34204,9 +34660,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -34540,6 +34993,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -34582,6 +35038,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34924,6 +35383,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34954,6 +35416,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -35032,9 +35515,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -35203,9 +35683,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -35230,6 +35707,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -35269,6 +35749,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -35323,6 +35806,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -35335,6 +35821,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -35578,6 +36073,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -35650,6 +36148,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -35836,6 +36337,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -36016,9 +36520,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -36061,12 +36562,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -36076,9 +36571,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -36112,7 +36604,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -36283,6 +36775,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -36358,9 +36853,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -36376,9 +36868,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -36748,7 +37237,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36799,7 +37288,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36883,9 +37372,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -37009,6 +37495,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -37048,9 +37537,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -37090,9 +37576,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -37312,6 +37804,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -37333,6 +37828,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -37372,6 +37870,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -37600,9 +38101,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -37858,9 +38356,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -38002,9 +38497,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -38020,9 +38512,6 @@ 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 ""
@@ -38230,9 +38719,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -38347,6 +38833,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -38362,15 +38851,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -38437,6 +38920,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38956,6 +39445,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38977,6 +39469,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -39412,6 +39907,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39943,6 +40441,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -40102,6 +40612,9 @@ msgstr[5] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -40327,6 +40840,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -40369,6 +40885,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -40387,6 +40906,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -40396,6 +40921,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -40408,6 +40936,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -40420,6 +40951,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -40444,9 +40978,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -40627,127 +41170,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40855,10 +41398,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -41170,7 +41713,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -41272,6 +41821,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -41305,6 +41857,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -41353,6 +41908,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -41398,6 +41956,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -41533,6 +42094,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -41629,6 +42193,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -41668,7 +42235,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41683,6 +42250,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -42064,7 +42634,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -42073,9 +42643,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -42142,6 +42709,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -42280,6 +42850,15 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "approved by: "
msgstr ""
@@ -42367,6 +42946,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -42751,6 +43333,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -42778,12 +43363,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -42919,6 +43498,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42973,6 +43555,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -43093,6 +43681,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -43189,9 +43780,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -43237,9 +43825,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -43366,7 +43951,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -43417,6 +44002,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -43471,6 +44059,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -43516,6 +44107,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -43525,9 +44119,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -43564,9 +44155,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -43867,9 +44455,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -44050,9 +44635,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/as_IN/gitlab.po b/locale/as_IN/gitlab.po
index ceb49d0e7f6..3a0fbc6d102 100644
--- a/locale/as_IN/gitlab.po
+++ b/locale/as_IN/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: as\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:24\n"
+"PO-Revision-Date: 2022-02-02 15:48\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/az_AZ/gitlab.po b/locale/az_AZ/gitlab.po
index 82c56f0dc55..d84a094fa86 100644
--- a/locale/az_AZ/gitlab.po
+++ b/locale/az_AZ/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: az\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:21\n"
+"PO-Revision-Date: 2022-02-02 15:44\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/ba_RU/gitlab.po b/locale/ba_RU/gitlab.po
index a39c3bf5ce9..6fbbcb217a2 100644
--- a/locale/ba_RU/gitlab.po
+++ b/locale/ba_RU/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: ba\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:24\n"
+"PO-Revision-Date: 2022-02-02 15:47\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -108,6 +108,22 @@ msgid "%d URL scanned"
msgid_plural "%d URLs scanned"
msgstr[0] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -390,6 +406,12 @@ msgid "%{bold_start}%{count}%{bold_end} opened merge request"
msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -549,6 +571,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -645,6 +670,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -654,6 +682,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -763,9 +794,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -797,6 +825,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1716,21 +1747,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1755,9 +1777,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1863,9 +1882,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1875,7 +1891,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -1890,6 +1906,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -1956,6 +1975,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2073,9 +2095,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2373,6 +2392,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2529,6 +2554,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2565,7 +2593,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2691,6 +2719,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2754,6 +2785,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2856,7 +2890,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3417,22 +3451,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3543,9 +3568,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3693,16 +3715,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4250,9 +4269,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4283,9 +4299,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4295,13 +4308,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4328,7 +4341,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4343,6 +4356,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4358,7 +4374,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4370,22 +4386,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4499,6 +4521,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4590,9 +4615,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4677,7 +4699,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5117,6 +5139,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5249,6 +5274,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5276,6 +5304,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5291,9 +5322,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5330,9 +5358,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5411,9 +5436,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5492,6 +5523,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5801,18 +5835,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5828,9 +5856,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -5879,15 +5904,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -5906,9 +5922,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6104,6 +6117,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6168,9 +6190,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6405,6 +6439,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6782,6 +6819,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -6959,6 +6999,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7259,15 +7302,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7364,6 +7398,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7388,7 +7428,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7433,7 +7473,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7463,7 +7503,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7520,13 +7560,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7553,7 +7596,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7580,6 +7623,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7592,6 +7647,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7614,7 +7672,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7632,6 +7690,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8581,6 +8642,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8830,6 +8894,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8860,6 +8927,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -8905,12 +8978,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -8938,12 +9014,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9499,7 +9581,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9640,9 +9722,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9655,9 +9752,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9730,6 +9824,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9757,13 +9854,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -9907,6 +10007,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10165,6 +10268,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10399,6 +10505,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10629,6 +10738,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10638,10 +10750,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10731,12 +10843,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10749,9 +10855,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10764,9 +10867,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10839,9 +10939,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -10869,9 +10966,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -10881,12 +10975,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -10899,9 +10987,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -10923,9 +11008,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11194,9 +11276,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11617,6 +11696,9 @@ msgstr[0] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11632,6 +11714,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11843,9 +11928,39 @@ msgstr[0] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12402,9 +12517,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12469,7 +12581,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12664,7 +12776,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -12910,6 +13022,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13054,9 +13169,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13099,6 +13211,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13126,6 +13241,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13204,9 +13325,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13255,6 +13373,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13529,6 +13650,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13556,6 +13680,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14340,9 +14467,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14352,15 +14476,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14376,6 +14494,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14455,10 +14621,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -14897,13 +15060,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -14991,12 +15147,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15321,6 +15471,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15396,6 +15549,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15432,18 +15588,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15480,6 +15639,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15534,6 +15696,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15609,12 +15774,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15630,6 +15789,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15663,16 +15825,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15684,9 +15849,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15735,6 +15897,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15771,10 +15939,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -15852,6 +16020,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -15975,9 +16146,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16002,6 +16170,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16182,6 +16353,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16320,6 +16494,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16488,6 +16665,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16506,6 +16686,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16569,9 +16752,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16596,6 +16776,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16608,9 +16791,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -16851,18 +17031,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -16887,9 +17061,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -16920,7 +17091,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -16968,6 +17142,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -16986,9 +17163,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17016,9 +17190,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17061,7 +17232,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17142,9 +17313,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17199,7 +17367,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17426,6 +17594,33 @@ msgstr[0] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17486,9 +17681,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17525,9 +17717,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17543,6 +17732,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17642,6 +17834,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17666,9 +17870,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18266,6 +18467,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18368,6 +18572,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18443,6 +18650,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -18864,9 +19074,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -18879,9 +19086,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -18951,6 +19155,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -18969,9 +19176,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19008,6 +19212,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19017,6 +19224,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19077,7 +19287,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -20896,6 +21106,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21212,9 +21425,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21230,6 +21440,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21266,6 +21479,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22040,6 +22286,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22058,9 +22310,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -22879,9 +23140,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -22903,9 +23161,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23081,10 +23336,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23189,9 +23444,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23270,9 +23522,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23291,9 +23540,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23808,6 +24054,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -23835,6 +24084,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -23901,7 +24153,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24804,7 +25056,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25420,9 +25693,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25561,6 +25831,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25579,7 +25852,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -25846,9 +26119,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -25861,6 +26131,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -25873,7 +26146,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26038,10 +26311,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26224,6 +26515,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26239,6 +26533,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26593,6 +26893,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -26818,6 +27121,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -26842,9 +27148,6 @@ 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 ""
@@ -27022,6 +27325,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27067,9 +27373,6 @@ 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 ""
@@ -27592,10 +27895,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27673,6 +27979,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27718,6 +28030,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -27844,9 +28159,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -27868,7 +28180,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -27886,7 +28198,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28648,9 +28960,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28684,7 +28993,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -28930,6 +29239,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -28999,6 +29314,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29072,7 +29390,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29609,6 +29927,10 @@ msgid "Reports|Accessibility scanning detected %d issue for the source branch on
msgid_plural "Reports|Accessibility scanning detected %d issues for the source branch only"
msgstr[0] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -29833,6 +30155,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -29908,9 +30233,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -29929,6 +30251,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30054,9 +30379,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30123,7 +30445,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30221,13 +30543,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30248,6 +30570,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30335,6 +30660,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30347,9 +30675,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30368,6 +30702,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30383,9 +30720,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30434,10 +30768,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30473,6 +30810,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30512,16 +30852,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30533,6 +30873,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30548,9 +30891,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30704,9 +31044,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -30833,9 +31170,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31126,7 +31460,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31258,6 +31592,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31312,6 +31649,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31330,21 +31670,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31354,12 +31703,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31387,6 +31745,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31402,12 +31766,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31417,6 +31829,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31738,9 +32153,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32128,7 +32540,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32137,6 +32549,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32146,18 +32561,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32296,7 +32705,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32468,9 +32877,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32510,6 +32916,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32522,6 +32931,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32534,9 +32946,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32561,6 +32970,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32599,7 +33011,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32692,6 +33104,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -32794,9 +33209,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33103,9 +33542,6 @@ 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 ""
@@ -33169,9 +33605,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33505,6 +33938,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33547,6 +33983,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -33889,6 +34328,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -33919,6 +34361,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -33997,9 +34460,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34168,9 +34628,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34195,6 +34652,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34234,6 +34694,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34288,6 +34751,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34300,6 +34766,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34543,6 +35018,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34615,6 +35093,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34781,6 +35262,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -34951,9 +35435,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -34991,12 +35472,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35006,9 +35481,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35042,7 +35514,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35208,6 +35680,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35283,9 +35758,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35301,9 +35773,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35673,7 +36142,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35724,7 +36193,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -35808,9 +36277,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -35934,6 +36400,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -35973,9 +36442,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36015,9 +36481,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36237,6 +36709,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36258,6 +36733,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36297,6 +36775,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36525,9 +37006,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36773,9 +37251,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -36917,9 +37392,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -36935,9 +37407,6 @@ 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 ""
@@ -37145,9 +37614,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37257,6 +37723,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37272,15 +37741,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37347,6 +37810,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -37866,6 +38335,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -37887,6 +38359,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38322,6 +38797,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -38853,6 +39331,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -38997,6 +39487,9 @@ msgstr[0] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39222,6 +39715,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39264,6 +39760,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39282,6 +39781,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39291,6 +39796,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39303,6 +39811,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39315,6 +39826,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39339,9 +39853,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39522,127 +40045,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39750,10 +40273,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40060,7 +40583,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40162,6 +40691,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40195,6 +40727,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40243,6 +40778,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40288,6 +40826,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40423,6 +40964,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40514,6 +41058,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40553,7 +41100,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40568,6 +41115,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -40949,7 +41499,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -40958,9 +41508,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41027,6 +41574,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41155,6 +41705,10 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+
msgid "approved by: "
msgstr ""
@@ -41237,6 +41791,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41606,6 +42163,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41633,12 +42193,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41764,6 +42318,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -41808,6 +42365,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -41923,6 +42486,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42019,9 +42585,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42062,9 +42625,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42186,7 +42746,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42232,6 +42792,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42286,6 +42849,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42331,6 +42897,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42340,9 +42909,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42379,9 +42945,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42657,9 +43220,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -42840,9 +43400,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/bg/gitlab.po b/locale/bg/gitlab.po
index 2ebca9f78af..f746f965631 100644
--- a/locale/bg/gitlab.po
+++ b/locale/bg/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: bg\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:22\n"
+"PO-Revision-Date: 2022-02-02 15:44\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "от"
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr "Подбиране на тази заявка Đ·Đ° Ńливане"
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] "Внедрявания"
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr "ĐžŃвежаването започна ŃŃпеŃно"
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr "Схеми"
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr "Đзберете формата на архива"
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr "Не можете Đ´Đ° Ńъздавате повече проекти"
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr "Đ’Đ°Ńето име"
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/bn_BD/gitlab.po b/locale/bn_BD/gitlab.po
index 2b98bb85c85..ee0818fc56b 100644
--- a/locale/bn_BD/gitlab.po
+++ b/locale/bn_BD/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: bn\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:21\n"
+"PO-Revision-Date: 2022-02-02 15:43\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/bn_IN/gitlab.po b/locale/bn_IN/gitlab.po
index 835bd013af1..620f7ee1485 100644
--- a/locale/bn_IN/gitlab.po
+++ b/locale/bn_IN/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: bn-IN\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:24\n"
+"PO-Revision-Date: 2022-02-02 15:47\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/br_FR/gitlab.po b/locale/br_FR/gitlab.po
index 2572a05a0ab..7b26b894b62 100644
--- a/locale/br_FR/gitlab.po
+++ b/locale/br_FR/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: br-FR\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:25\n"
+"PO-Revision-Date: 2022-02-02 15:49\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -140,6 +140,38 @@ msgstr[2] ""
msgstr[3] ""
msgstr[4] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -674,6 +706,12 @@ msgstr[2] ""
msgstr[3] ""
msgstr[4] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -857,6 +895,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -953,6 +994,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -962,6 +1006,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -1075,9 +1122,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -1113,6 +1157,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -2180,21 +2227,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -2219,9 +2257,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -2327,9 +2362,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -2339,7 +2371,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2354,6 +2386,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2420,6 +2455,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2537,9 +2575,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2837,6 +2872,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2993,6 +3034,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -3029,7 +3073,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -3155,6 +3199,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -3218,6 +3265,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -3320,7 +3370,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3881,22 +3931,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -4007,9 +4048,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -4157,16 +4195,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4746,9 +4781,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4779,9 +4811,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4791,13 +4820,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4824,7 +4853,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4839,6 +4868,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4854,7 +4886,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4866,22 +4898,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4995,6 +5033,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -5090,9 +5131,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -5177,7 +5215,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5625,6 +5663,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5757,6 +5798,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5784,6 +5828,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5799,9 +5846,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5838,9 +5882,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5919,9 +5960,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -6000,6 +6047,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -6321,18 +6371,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -6348,9 +6392,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6399,15 +6440,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6426,9 +6458,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6624,6 +6653,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6692,9 +6730,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6929,6 +6979,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -7314,6 +7367,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7491,6 +7547,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7791,15 +7850,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7896,6 +7946,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7920,7 +7976,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7965,7 +8021,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7995,7 +8051,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -8052,13 +8108,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -8085,7 +8144,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -8112,6 +8171,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -8124,6 +8195,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -8150,7 +8224,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -8168,6 +8242,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -9121,6 +9198,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -9370,6 +9450,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -9400,6 +9483,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9445,12 +9534,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9478,12 +9570,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -10051,7 +10149,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -10192,9 +10290,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -10207,9 +10320,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -10282,6 +10392,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -10309,13 +10422,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10459,6 +10575,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10717,6 +10836,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10951,6 +11073,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -11189,6 +11314,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -11198,10 +11326,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11291,12 +11419,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -11309,9 +11431,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -11324,9 +11443,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11399,9 +11515,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11429,9 +11542,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11441,12 +11551,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11459,9 +11563,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11483,9 +11584,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11758,9 +11856,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -12205,6 +12300,9 @@ msgstr[4] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -12220,6 +12318,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -12435,9 +12536,39 @@ msgstr[4] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -13010,9 +13141,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -13081,7 +13209,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -13276,7 +13404,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13522,6 +13650,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13666,9 +13797,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13711,6 +13839,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13738,6 +13869,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13816,9 +13953,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13867,6 +14001,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -14145,6 +14282,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -14172,6 +14312,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14960,9 +15103,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14972,15 +15112,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14996,6 +15130,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -15079,10 +15261,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15525,17 +15704,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15623,12 +15791,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15953,6 +16115,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -16028,6 +16193,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -16064,18 +16232,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -16112,6 +16283,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -16166,6 +16340,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -16241,12 +16418,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -16262,6 +16433,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -16295,16 +16469,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16316,9 +16493,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16367,6 +16541,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16403,10 +16583,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16484,6 +16664,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16607,9 +16790,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16634,6 +16814,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16814,6 +16997,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16952,6 +17138,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -17120,6 +17309,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -17138,6 +17330,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -17201,9 +17396,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -17228,6 +17420,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -17240,9 +17435,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17483,18 +17675,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17519,9 +17705,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17552,7 +17735,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17600,6 +17786,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17618,9 +17807,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17648,9 +17834,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17693,7 +17876,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17774,9 +17957,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17831,7 +18011,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -18066,6 +18246,33 @@ msgstr[4] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -18126,9 +18333,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -18165,9 +18369,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -18183,6 +18384,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -18282,6 +18486,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -18306,9 +18522,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18918,6 +19131,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -19020,6 +19236,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -19095,6 +19314,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19520,9 +19742,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19535,9 +19754,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19607,6 +19823,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19625,9 +19844,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19664,6 +19880,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19673,6 +19892,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19733,7 +19955,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21556,6 +21778,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21900,9 +22125,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21918,6 +22140,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21954,6 +22179,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22728,6 +22986,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22746,9 +23010,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23575,9 +23848,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23599,9 +23869,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23781,10 +24048,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23889,9 +24156,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23970,9 +24234,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23991,9 +24252,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -24512,6 +24770,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24539,6 +24800,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24605,7 +24869,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -25532,7 +25796,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -26152,9 +26437,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -26293,6 +26575,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -26311,7 +26596,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26578,9 +26863,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26593,6 +26875,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26605,7 +26890,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26770,10 +27055,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26956,6 +27259,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26971,6 +27277,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -27325,6 +27637,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27550,6 +27865,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27574,9 +27892,6 @@ 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 ""
@@ -27754,6 +28069,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27799,9 +28117,6 @@ 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 ""
@@ -28324,10 +28639,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -28405,6 +28723,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -28450,6 +28774,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28576,9 +28903,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28600,7 +28924,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28618,7 +28942,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -29380,9 +29704,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -29416,7 +29737,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29662,6 +29983,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29731,6 +30058,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29808,7 +30138,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -30357,6 +30687,14 @@ msgstr[2] ""
msgstr[3] ""
msgstr[4] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30589,6 +30927,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30664,9 +31005,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30685,6 +31023,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30818,9 +31159,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30887,7 +31225,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30993,13 +31331,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -31020,6 +31358,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -31107,6 +31448,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -31119,9 +31463,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -31140,6 +31490,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -31155,9 +31508,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -31206,10 +31556,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -31245,6 +31598,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -31284,16 +31640,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -31305,6 +31661,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -31320,9 +31679,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31476,9 +31832,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31605,9 +31958,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31942,7 +32292,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -32074,6 +32424,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -32128,6 +32481,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -32146,21 +32502,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -32170,12 +32535,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -32203,6 +32577,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -32218,12 +32598,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -32233,6 +32661,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32554,9 +32985,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32944,7 +33372,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32953,6 +33381,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32962,18 +33393,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -33112,7 +33537,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -33288,9 +33713,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -33330,6 +33752,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -33342,6 +33767,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -33354,9 +33782,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -33381,6 +33806,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33427,7 +33855,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33520,6 +33948,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33622,9 +34053,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33931,9 +34386,6 @@ 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 ""
@@ -33997,9 +34449,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -34333,6 +34782,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -34375,6 +34827,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34717,6 +35172,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34747,6 +35205,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34825,9 +35304,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34996,9 +35472,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -35023,6 +35496,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -35062,6 +35538,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -35116,6 +35595,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -35128,6 +35610,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -35371,6 +35862,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -35443,6 +35937,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -35625,6 +36122,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35803,9 +36303,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35847,12 +36344,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35862,9 +36353,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35898,7 +36386,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -36068,6 +36556,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -36143,9 +36634,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -36161,9 +36649,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -36533,7 +37018,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36584,7 +37069,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36668,9 +37153,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36794,6 +37276,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36833,9 +37318,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36875,9 +37357,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -37097,6 +37585,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -37118,6 +37609,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -37157,6 +37651,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -37385,9 +37882,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -37641,9 +38135,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37785,9 +38276,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37803,9 +38291,6 @@ 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 ""
@@ -38013,9 +38498,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -38129,6 +38611,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -38144,15 +38629,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -38219,6 +38698,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38738,6 +39223,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38759,6 +39247,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -39194,6 +39685,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39725,6 +40219,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39881,6 +40387,9 @@ msgstr[4] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -40106,6 +40615,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -40148,6 +40660,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -40166,6 +40681,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -40175,6 +40696,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -40187,6 +40711,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -40199,6 +40726,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -40223,9 +40753,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -40406,127 +40945,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40634,10 +41173,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40948,7 +41487,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -41050,6 +41595,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -41083,6 +41631,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -41131,6 +41682,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -41176,6 +41730,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -41311,6 +41868,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -41406,6 +41966,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -41445,7 +42008,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41460,6 +42023,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41841,7 +42407,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41850,9 +42416,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41919,6 +42482,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -42055,6 +42621,14 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+
msgid "approved by: "
msgstr ""
@@ -42141,6 +42715,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -42522,6 +43099,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -42549,12 +43129,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -42688,6 +43262,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42740,6 +43317,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42859,6 +43442,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42955,9 +43541,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -43002,9 +43585,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -43130,7 +43710,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -43180,6 +43760,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -43234,6 +43817,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -43279,6 +43865,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -43288,9 +43877,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -43327,9 +43913,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -43625,9 +44208,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43808,9 +44388,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/bs_BA/gitlab.po b/locale/bs_BA/gitlab.po
index dad23730748..a4c8c348b1c 100644
--- a/locale/bs_BA/gitlab.po
+++ b/locale/bs_BA/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: bs\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:24\n"
+"PO-Revision-Date: 2022-02-02 15:48\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -124,6 +124,30 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%d odobravatelj"
@@ -532,6 +556,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -703,6 +733,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -799,6 +832,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -808,6 +844,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -919,9 +958,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -955,6 +991,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1948,21 +1987,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1987,9 +2017,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -2095,9 +2122,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -2107,7 +2131,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2122,6 +2146,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2188,6 +2215,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2305,9 +2335,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2605,6 +2632,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2761,6 +2794,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2797,7 +2833,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2923,6 +2959,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2986,6 +3025,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -3088,7 +3130,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3649,22 +3691,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3775,9 +3808,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3925,16 +3955,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while fetching this tab."
-msgstr ""
-
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4498,9 +4525,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4531,9 +4555,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4543,13 +4564,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4576,7 +4597,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4591,6 +4612,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4606,7 +4630,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4618,22 +4642,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4747,6 +4777,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4840,9 +4873,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4927,7 +4957,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5371,6 +5401,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr "Dnevni prosjek: %{average}"
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5503,6 +5536,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5530,6 +5566,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5545,9 +5584,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5584,9 +5620,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5665,9 +5698,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5746,6 +5785,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -6061,18 +6103,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -6088,9 +6124,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6139,15 +6172,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6166,9 +6190,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6364,6 +6385,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6430,9 +6460,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6667,6 +6709,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -7048,6 +7093,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7225,6 +7273,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7525,15 +7576,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7630,6 +7672,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7654,7 +7702,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7699,7 +7747,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7729,7 +7777,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7786,13 +7834,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7819,7 +7870,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7846,6 +7897,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7858,6 +7921,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7882,7 +7948,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7900,6 +7966,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8851,6 +8920,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -9100,6 +9172,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -9130,6 +9205,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9175,12 +9256,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9208,12 +9292,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9775,7 +9865,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9916,9 +10006,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9931,9 +10036,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -10006,6 +10108,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -10033,13 +10138,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10183,6 +10291,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10441,6 +10552,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10675,6 +10789,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10909,6 +11026,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10918,10 +11038,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11011,12 +11131,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -11029,9 +11143,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -11044,9 +11155,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11119,9 +11227,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11149,9 +11254,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11161,12 +11263,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11179,9 +11275,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11203,9 +11296,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11476,9 +11566,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11911,6 +11998,9 @@ msgstr[2] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11926,6 +12016,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -12139,9 +12232,39 @@ msgstr[2] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12706,9 +12829,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12775,7 +12895,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12970,7 +13090,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13216,6 +13336,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13360,9 +13483,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13405,6 +13525,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13432,6 +13555,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13510,9 +13639,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13561,6 +13687,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13837,6 +13966,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13864,6 +13996,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14650,9 +14785,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14662,15 +14794,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14686,6 +14812,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14767,10 +14941,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15211,15 +15382,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15307,12 +15469,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15637,6 +15793,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15712,6 +15871,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15748,18 +15910,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15796,6 +15961,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15850,6 +16018,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15925,12 +16096,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15946,6 +16111,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15979,16 +16147,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16000,9 +16171,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16051,6 +16219,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16087,10 +16261,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16168,6 +16342,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16291,9 +16468,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16318,6 +16492,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16498,6 +16675,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16636,6 +16816,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16804,6 +16987,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16822,6 +17008,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16885,9 +17074,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16912,6 +17098,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16924,9 +17113,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17167,18 +17353,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17203,9 +17383,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17236,7 +17413,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17284,6 +17464,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17302,9 +17485,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17332,9 +17512,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17377,7 +17554,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17458,9 +17635,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17515,7 +17689,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17746,6 +17920,33 @@ msgstr[2] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17806,9 +18007,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17845,9 +18043,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17863,6 +18058,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17962,6 +18160,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17986,9 +18196,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18592,6 +18799,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18694,6 +18904,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18769,6 +18982,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19192,9 +19408,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19207,9 +19420,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19279,6 +19489,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19297,9 +19510,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19336,6 +19546,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19345,6 +19558,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19405,7 +19621,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21226,6 +21442,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21556,9 +21775,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21574,6 +21790,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21610,6 +21829,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22384,6 +22636,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22402,9 +22660,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23227,9 +23494,6 @@ msgstr "Mjeseci"
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23251,9 +23515,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23431,10 +23692,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23539,9 +23800,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23620,9 +23878,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23641,9 +23896,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -24160,6 +24412,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24187,6 +24442,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24253,7 +24511,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -25168,7 +25426,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25786,9 +26065,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25927,6 +26203,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25945,7 +26224,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26212,9 +26491,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26227,6 +26503,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26239,7 +26518,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26404,10 +26683,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26590,6 +26887,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26605,6 +26905,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26959,6 +27265,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27184,6 +27493,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27208,9 +27520,6 @@ 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 ""
@@ -27388,6 +27697,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27433,9 +27745,6 @@ 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 ""
@@ -27958,10 +28267,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -28039,6 +28351,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -28084,6 +28402,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28210,9 +28531,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28234,7 +28552,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28252,7 +28570,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -29014,9 +29332,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -29050,7 +29365,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29296,6 +29611,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29365,6 +29686,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29440,7 +29764,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29983,6 +30307,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30211,6 +30541,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30286,9 +30619,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30307,6 +30637,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30436,9 +30769,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30505,7 +30835,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30607,13 +30937,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30634,6 +30964,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30721,6 +31054,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30733,9 +31069,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30754,6 +31096,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30769,9 +31114,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30820,10 +31162,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30859,6 +31204,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30898,16 +31246,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30919,6 +31267,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30934,9 +31285,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31090,9 +31438,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31219,9 +31564,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31534,7 +31876,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31666,6 +32008,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31720,6 +32065,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31738,21 +32086,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31762,12 +32119,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31795,6 +32161,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31810,12 +32182,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31825,6 +32245,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32146,9 +32569,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32536,7 +32956,7 @@ msgstr "Tehnička Podrška"
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32545,6 +32965,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32554,18 +32977,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32704,7 +33121,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32878,9 +33295,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32920,6 +33334,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32932,6 +33349,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32944,9 +33364,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32971,6 +33388,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33013,7 +33433,7 @@ msgstr "Svi zadaci prikazani"
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33106,6 +33526,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33208,9 +33631,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33517,9 +33964,6 @@ 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 ""
@@ -33583,9 +34027,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33919,6 +34360,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33961,6 +34405,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34303,6 +34750,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34333,6 +34783,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34411,9 +34882,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34582,9 +35050,6 @@ msgstr ""
msgid "Sunday"
msgstr "Nedjelja"
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34609,6 +35074,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34648,6 +35116,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34702,6 +35173,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34714,6 +35188,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34957,6 +35440,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -35029,6 +35515,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -35203,6 +35692,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35377,9 +35869,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35419,12 +35908,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35434,9 +35917,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35470,7 +35950,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35638,6 +36118,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35713,9 +36196,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35731,9 +36211,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -36103,7 +36580,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36154,7 +36631,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36238,9 +36715,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36364,6 +36838,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36403,9 +36880,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36445,9 +36919,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36667,6 +37147,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36688,6 +37171,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36727,6 +37213,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36955,9 +37444,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -37207,9 +37693,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37351,9 +37834,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37369,9 +37849,6 @@ 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 ""
@@ -37579,9 +38056,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37693,6 +38167,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37708,15 +38185,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37783,6 +38254,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38302,6 +38779,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38323,6 +38803,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38758,6 +39241,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39289,6 +39775,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39439,6 +39937,9 @@ msgstr[2] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39664,6 +40165,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39706,6 +40210,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39724,6 +40231,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39733,6 +40246,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39745,6 +40261,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39757,6 +40276,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39781,9 +40303,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39964,127 +40495,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40192,10 +40723,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40504,7 +41035,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40606,6 +41143,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40639,6 +41179,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40687,6 +41230,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40732,6 +41278,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40867,6 +41416,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40960,6 +41512,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40999,7 +41554,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41014,6 +41569,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41395,7 +41953,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41404,9 +41962,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41473,6 +42028,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41605,6 +42163,12 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "approved by: "
msgstr ""
@@ -41689,6 +42253,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -42064,6 +42631,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -42091,12 +42661,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -42226,6 +42790,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42274,6 +42841,12 @@ msgstr ""
msgid "group"
msgstr "grupa"
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42391,6 +42964,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42487,9 +43063,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42532,9 +43105,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42658,7 +43228,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42706,6 +43276,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42760,6 +43333,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42805,6 +43381,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42814,9 +43393,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42853,9 +43429,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -43141,9 +43714,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43324,9 +43894,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr "korisniÄŤko ime"
diff --git a/locale/ca_ES/gitlab.po b/locale/ca_ES/gitlab.po
index baec3c96e96..817cd3af60c 100644
--- a/locale/ca_ES/gitlab.po
+++ b/locale/ca_ES/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: ca\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:22\n"
+"PO-Revision-Date: 2022-02-02 15:44\n"
msgid " %{start} to %{end}"
msgstr " Des de %{start} fins %{end}"
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] "%d URL escanejada"
msgstr[1] "%d URL escanejades"
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%d aprovador"
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr "%{placeholder} no Ă©s un tema vĂ lid"
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ msgstr "Branca nova"
msgid "Branches|No branches to show"
msgstr "No hi ha cap branca per mostrar"
-msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
-msgstr ""
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr "Creat per mi"
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr "feb."
@@ -15149,12 +15308,6 @@ msgstr "Filtra"
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr "Fallit"
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] "Amaga els valors"
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr "Identitats"
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr "Mesos"
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/cs_CZ/gitlab.po b/locale/cs_CZ/gitlab.po
index 44b010039f0..ce37c2d4bc5 100644
--- a/locale/cs_CZ/gitlab.po
+++ b/locale/cs_CZ/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: cs\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:22\n"
+"PO-Revision-Date: 2022-02-02 15:45\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -132,6 +132,34 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -603,6 +631,12 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -780,6 +814,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -876,6 +913,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -885,6 +925,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -997,9 +1040,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -1034,6 +1074,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -2064,21 +2107,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -2103,9 +2137,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -2211,9 +2242,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -2223,7 +2251,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2238,6 +2266,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2304,6 +2335,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2421,9 +2455,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2721,6 +2752,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2877,6 +2914,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2913,7 +2953,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -3039,6 +3079,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -3102,6 +3145,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -3204,7 +3250,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3765,22 +3811,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3891,9 +3928,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -4041,16 +4075,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while fetching this tab."
-msgstr ""
-
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4622,9 +4653,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4655,9 +4683,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4667,13 +4692,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4700,7 +4725,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4715,6 +4740,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4730,7 +4758,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4742,22 +4770,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4871,6 +4905,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4965,9 +5002,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -5052,7 +5086,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5498,6 +5532,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5630,6 +5667,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5657,6 +5697,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5672,9 +5715,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5711,9 +5751,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5792,9 +5829,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5873,6 +5916,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -6191,18 +6237,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr "Odstranit chráněnou větev"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "Odstranit chráněnou větev '%{branch_name}'?"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -6218,9 +6258,6 @@ msgstr "Nová větev"
msgid "Branches|No branches to show"
msgstr "Žádné větve k zobrazení"
-msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
-msgstr ""
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6269,15 +6306,6 @@ msgstr "Výchozí větev nelze odstranit"
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6296,9 +6324,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "Chystáte se trvale odstranit chráněnou větev %{branch_name}."
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6494,6 +6519,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6561,9 +6595,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6798,6 +6844,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -7181,6 +7230,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7358,6 +7410,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7658,15 +7713,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7763,6 +7809,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7787,7 +7839,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7832,7 +7884,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7862,7 +7914,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7919,13 +7971,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7952,7 +8007,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7979,6 +8034,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7991,6 +8058,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -8016,7 +8086,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -8034,6 +8104,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8986,6 +9059,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -9235,6 +9311,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -9265,6 +9344,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9310,12 +9395,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9343,12 +9431,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9913,7 +10007,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -10054,9 +10148,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -10069,9 +10178,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -10144,6 +10250,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -10171,13 +10280,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10321,6 +10433,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10579,6 +10694,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10813,6 +10931,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -11049,6 +11170,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -11058,10 +11182,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11151,12 +11275,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -11169,9 +11287,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -11184,9 +11299,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11259,9 +11371,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11289,9 +11398,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11301,12 +11407,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11319,9 +11419,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11343,9 +11440,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11617,9 +11711,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -12058,6 +12149,9 @@ msgstr[3] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -12073,6 +12167,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -12287,9 +12384,39 @@ msgstr[3] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12858,9 +12985,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12928,7 +13052,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -13123,7 +13247,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13369,6 +13493,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13513,9 +13640,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13558,6 +13682,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13585,6 +13712,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13663,9 +13796,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13714,6 +13844,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13991,6 +14124,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -14018,6 +14154,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14805,9 +14944,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14817,15 +14953,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14841,6 +14971,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14923,10 +15101,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15368,16 +15543,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15465,12 +15630,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15795,6 +15954,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15870,6 +16032,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15906,18 +16071,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15954,6 +16122,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -16008,6 +16179,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -16083,12 +16257,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -16104,6 +16272,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -16137,16 +16308,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16158,9 +16332,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16209,6 +16380,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16245,10 +16422,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16326,6 +16503,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16449,9 +16629,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16476,6 +16653,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16656,6 +16836,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16794,6 +16977,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16962,6 +17148,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16980,6 +17169,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -17043,9 +17235,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -17070,6 +17259,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -17082,9 +17274,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17325,18 +17514,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17361,9 +17544,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17394,7 +17574,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17442,6 +17625,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17460,9 +17646,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17490,9 +17673,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17535,7 +17715,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17616,9 +17796,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17673,7 +17850,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17906,6 +18083,33 @@ msgstr[3] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17966,9 +18170,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -18005,9 +18206,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -18023,6 +18221,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -18122,6 +18323,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -18146,9 +18359,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18755,6 +18965,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18857,6 +19070,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18932,6 +19148,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19356,9 +19575,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19371,9 +19587,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19443,6 +19656,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19461,9 +19677,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19500,6 +19713,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19509,6 +19725,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19569,7 +19788,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21391,6 +21610,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21728,9 +21950,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21746,6 +21965,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21782,6 +22004,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22556,6 +22811,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22574,9 +22835,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23401,9 +23671,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23425,9 +23692,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23606,10 +23870,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23714,9 +23978,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23795,9 +24056,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23816,9 +24074,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -24336,6 +24591,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24363,6 +24621,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24429,7 +24690,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -25350,7 +25611,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25969,9 +26251,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -26110,6 +26389,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -26128,7 +26410,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26395,9 +26677,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26410,6 +26689,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26422,7 +26704,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26587,10 +26869,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26773,6 +27073,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26788,6 +27091,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -27142,6 +27451,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27367,6 +27679,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27391,9 +27706,6 @@ 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 ""
@@ -27571,6 +27883,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27616,9 +27931,6 @@ 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 ""
@@ -28141,10 +28453,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -28222,6 +28537,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -28267,6 +28588,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28393,9 +28717,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28417,7 +28738,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28435,7 +28756,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -29197,9 +29518,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -29233,7 +29551,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29479,6 +29797,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29548,6 +29872,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29624,7 +29951,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -30170,6 +30497,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30400,6 +30734,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30475,9 +30812,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30496,6 +30830,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30627,9 +30964,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30696,7 +31030,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30800,13 +31134,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30827,6 +31161,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30914,6 +31251,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30926,9 +31266,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30947,6 +31293,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30962,9 +31311,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -31013,10 +31359,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -31052,6 +31401,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -31091,16 +31443,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -31112,6 +31464,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -31127,9 +31482,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31283,9 +31635,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31412,9 +31761,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31738,7 +32084,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31870,6 +32216,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31924,6 +32273,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31942,21 +32294,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31966,12 +32327,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31999,6 +32369,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -32014,12 +32390,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -32029,6 +32453,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32350,9 +32777,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32740,7 +33164,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32749,6 +33173,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32758,18 +33185,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32908,7 +33329,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -33083,9 +33504,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -33125,6 +33543,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -33137,6 +33558,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -33149,9 +33573,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -33176,6 +33597,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33220,7 +33644,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33313,6 +33737,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33415,9 +33842,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33724,9 +34175,6 @@ 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 ""
@@ -33790,9 +34238,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -34126,6 +34571,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -34168,6 +34616,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34510,6 +34961,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34540,6 +34994,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34618,9 +35093,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34789,9 +35261,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34816,6 +35285,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34855,6 +35327,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34909,6 +35384,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34921,6 +35399,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -35164,6 +35651,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -35236,6 +35726,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -35414,6 +35907,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35590,9 +36086,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35633,12 +36126,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35648,9 +36135,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35684,7 +36168,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35853,6 +36337,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35928,9 +36415,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35946,9 +36430,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -36318,7 +36799,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36369,7 +36850,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36453,9 +36934,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36579,6 +37057,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36618,9 +37099,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36660,9 +37138,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36882,6 +37366,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36903,6 +37390,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36942,6 +37432,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -37170,9 +37663,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -37424,9 +37914,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37568,9 +38055,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37586,9 +38070,6 @@ 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 ""
@@ -37796,9 +38277,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37911,6 +38389,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37926,15 +38407,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -38001,6 +38476,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38520,6 +39001,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38541,6 +39025,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38976,6 +39463,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39507,6 +39997,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39660,6 +40162,9 @@ msgstr[3] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39885,6 +40390,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39927,6 +40435,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39945,6 +40456,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39954,6 +40471,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39966,6 +40486,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39978,6 +40501,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -40002,9 +40528,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -40185,127 +40720,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40413,10 +40948,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40726,7 +41261,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40828,6 +41369,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40861,6 +41405,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40909,6 +41456,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40954,6 +41504,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -41089,6 +41642,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -41183,6 +41739,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -41222,7 +41781,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41237,6 +41796,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41618,7 +42180,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41627,9 +42189,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41696,6 +42255,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41830,6 +42392,13 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "approved by: "
msgstr ""
@@ -41915,6 +42484,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -42293,6 +42865,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -42320,12 +42895,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -42457,6 +43026,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42507,6 +43079,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42625,6 +43203,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42721,9 +43302,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42767,9 +43345,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42894,7 +43469,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42943,6 +43518,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42997,6 +43575,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -43042,6 +43623,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -43051,9 +43635,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -43090,9 +43671,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -43383,9 +43961,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43566,9 +44141,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/cy_GB/gitlab.po b/locale/cy_GB/gitlab.po
index 635bb93c491..215a59b7225 100644
--- a/locale/cy_GB/gitlab.po
+++ b/locale/cy_GB/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: cy\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:23\n"
+"PO-Revision-Date: 2022-02-02 15:46\n"
msgid " %{start} to %{end}"
msgstr " %{start} i %{end}"
@@ -148,6 +148,42 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -745,6 +781,12 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -934,6 +976,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -1030,6 +1075,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -1039,6 +1087,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -1153,9 +1204,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -1192,6 +1240,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -2296,21 +2347,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -2335,9 +2377,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -2443,9 +2482,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -2455,7 +2491,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2470,6 +2506,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2536,6 +2575,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2653,9 +2695,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2953,6 +2992,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -3109,6 +3154,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -3145,7 +3193,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -3271,6 +3319,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -3334,6 +3385,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -3436,7 +3490,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3997,22 +4051,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -4123,9 +4168,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -4273,16 +4315,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4870,9 +4909,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4903,9 +4939,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4915,13 +4948,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4948,7 +4981,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4963,6 +4996,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4978,7 +5014,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4990,22 +5026,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -5119,6 +5161,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -5215,9 +5260,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -5302,7 +5344,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5752,6 +5794,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5884,6 +5929,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5911,6 +5959,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5926,9 +5977,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5965,9 +6013,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -6046,9 +6091,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -6127,6 +6178,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -6451,18 +6505,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -6478,9 +6526,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6529,15 +6574,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6556,9 +6592,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6754,6 +6787,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6823,9 +6865,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -7060,6 +7114,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -7447,6 +7504,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7624,6 +7684,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7924,15 +7987,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -8029,6 +8083,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -8053,7 +8113,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -8098,7 +8158,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -8128,7 +8188,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -8185,13 +8245,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -8218,7 +8281,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -8245,6 +8308,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -8257,6 +8332,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -8284,7 +8362,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -8302,6 +8380,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -9256,6 +9337,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -9505,6 +9589,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -9535,6 +9622,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9580,12 +9673,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9613,12 +9709,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -10189,7 +10291,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -10330,9 +10432,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -10345,9 +10462,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -10420,6 +10534,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -10447,13 +10564,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10597,6 +10717,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10855,6 +10978,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -11089,6 +11215,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -11329,6 +11458,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -11338,10 +11470,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11431,12 +11563,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -11449,9 +11575,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -11464,9 +11587,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11539,9 +11659,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11569,9 +11686,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11581,12 +11695,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11599,9 +11707,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11623,9 +11728,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11899,9 +12001,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -12352,6 +12451,9 @@ msgstr[5] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -12367,6 +12469,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -12583,9 +12688,39 @@ msgstr[5] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -13162,9 +13297,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -13234,7 +13366,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -13429,7 +13561,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13675,6 +13807,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13819,9 +13954,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13864,6 +13996,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13891,6 +14026,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13969,9 +14110,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -14020,6 +14158,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -14299,6 +14440,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -14326,6 +14470,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -15115,9 +15262,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -15127,15 +15271,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -15151,6 +15289,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -15235,10 +15421,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15682,18 +15865,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15781,12 +15952,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -16111,6 +16276,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -16186,6 +16354,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -16222,18 +16393,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -16270,6 +16444,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -16324,6 +16501,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -16399,12 +16579,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -16420,6 +16594,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -16453,16 +16630,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16474,9 +16654,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16525,6 +16702,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16561,10 +16744,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16642,6 +16825,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16765,9 +16951,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16792,6 +16975,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16972,6 +17158,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -17110,6 +17299,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -17278,6 +17470,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -17296,6 +17491,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -17359,9 +17557,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -17386,6 +17581,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -17398,9 +17596,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17641,18 +17836,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17677,9 +17866,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17710,7 +17896,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17758,6 +17947,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17776,9 +17968,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17806,9 +17995,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17851,7 +18037,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17932,9 +18118,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17989,7 +18172,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -18226,6 +18409,33 @@ msgstr[5] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -18286,9 +18496,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -18325,9 +18532,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -18343,6 +18547,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -18442,6 +18649,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -18466,9 +18685,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -19081,6 +19297,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -19183,6 +19402,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -19258,6 +19480,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19684,9 +19909,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19699,9 +19921,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19771,6 +19990,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19789,9 +20011,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19828,6 +20047,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19837,6 +20059,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19897,7 +20122,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21721,6 +21946,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -22072,9 +22300,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -22090,6 +22315,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -22126,6 +22354,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22900,6 +23161,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22918,9 +23185,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23749,9 +24025,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23773,9 +24046,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23956,10 +24226,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -24064,9 +24334,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -24145,9 +24412,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -24166,9 +24430,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -24688,6 +24949,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24715,6 +24979,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24781,7 +25048,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -25714,7 +25981,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -26335,9 +26623,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -26476,6 +26761,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -26494,7 +26782,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26761,9 +27049,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26776,6 +27061,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26788,7 +27076,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26953,10 +27241,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -27139,6 +27445,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -27154,6 +27463,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -27508,6 +27823,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27733,6 +28051,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27757,9 +28078,6 @@ 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 ""
@@ -27937,6 +28255,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27982,9 +28303,6 @@ 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 ""
@@ -28507,10 +28825,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -28588,6 +28909,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -28633,6 +28960,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28759,9 +29089,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28783,7 +29110,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28801,7 +29128,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -29563,9 +29890,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -29599,7 +29923,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29845,6 +30169,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29914,6 +30244,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29992,7 +30325,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -30544,6 +30877,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30778,6 +31120,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30853,9 +31198,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30874,6 +31216,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -31009,9 +31354,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -31078,7 +31420,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -31186,13 +31528,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -31213,6 +31555,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -31300,6 +31645,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -31312,9 +31660,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -31333,6 +31687,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -31348,9 +31705,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -31399,10 +31753,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -31438,6 +31795,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -31477,16 +31837,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -31498,6 +31858,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -31513,9 +31876,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31669,9 +32029,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31798,9 +32155,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -32146,7 +32500,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -32278,6 +32632,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -32332,6 +32689,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -32350,21 +32710,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -32374,12 +32743,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -32407,6 +32785,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -32422,12 +32806,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -32437,6 +32869,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32758,9 +33193,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -33148,7 +33580,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -33157,6 +33589,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -33166,18 +33601,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -33316,7 +33745,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -33493,9 +33922,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -33535,6 +33961,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -33547,6 +33976,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -33559,9 +33991,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -33586,6 +34015,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33634,7 +34066,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33727,6 +34159,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33829,9 +34264,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -34138,9 +34597,6 @@ 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 ""
@@ -34204,9 +34660,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -34540,6 +34993,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -34582,6 +35038,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34924,6 +35383,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34954,6 +35416,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -35032,9 +35515,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -35203,9 +35683,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -35230,6 +35707,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -35269,6 +35749,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -35323,6 +35806,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -35335,6 +35821,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -35578,6 +36073,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -35650,6 +36148,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -35836,6 +36337,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -36016,9 +36520,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -36061,12 +36562,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -36076,9 +36571,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -36112,7 +36604,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -36283,6 +36775,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -36358,9 +36853,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -36376,9 +36868,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -36748,7 +37237,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36799,7 +37288,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36883,9 +37372,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -37009,6 +37495,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -37048,9 +37537,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -37090,9 +37576,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -37312,6 +37804,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -37333,6 +37828,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -37372,6 +37870,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -37600,9 +38101,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -37858,9 +38356,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -38002,9 +38497,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -38020,9 +38512,6 @@ 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 ""
@@ -38230,9 +38719,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -38347,6 +38833,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -38362,15 +38851,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -38437,6 +38920,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38956,6 +39445,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38977,6 +39469,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -39412,6 +39907,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39943,6 +40441,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -40102,6 +40612,9 @@ msgstr[5] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -40327,6 +40840,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -40369,6 +40885,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -40387,6 +40906,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -40396,6 +40921,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -40408,6 +40936,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -40420,6 +40951,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -40444,9 +40978,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -40627,127 +41170,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40855,10 +41398,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -41170,7 +41713,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -41272,6 +41821,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -41305,6 +41857,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -41353,6 +41908,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -41398,6 +41956,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -41533,6 +42094,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -41629,6 +42193,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -41668,7 +42235,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41683,6 +42250,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -42064,7 +42634,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -42073,9 +42643,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -42142,6 +42709,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -42280,6 +42850,15 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "approved by: "
msgstr ""
@@ -42367,6 +42946,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -42751,6 +43333,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -42778,12 +43363,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -42919,6 +43498,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42973,6 +43555,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -43093,6 +43681,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -43189,9 +43780,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -43237,9 +43825,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -43366,7 +43951,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -43417,6 +44002,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -43471,6 +44059,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -43516,6 +44107,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -43525,9 +44119,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -43564,9 +44155,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -43867,9 +44455,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -44050,9 +44635,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/da_DK/gitlab.po b/locale/da_DK/gitlab.po
index dbca2826517..7e06ad33c13 100644
--- a/locale/da_DK/gitlab.po
+++ b/locale/da_DK/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: da\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:22\n"
+"PO-Revision-Date: 2022-02-02 15:45\n"
msgid " %{start} to %{end}"
msgstr " %{start} til %{end}"
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] "%d URL skannet"
msgstr[1] "%d URL'er skannet"
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%d godkender"
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] "%{bold_start}%{count}%{bold_end} åbnet sammenlægningsanmodning"
msgstr[1] "%{bold_start}%{count}%{bold_end} åbnede sammenlægningsanmodninger"
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr "%{code_open}Maskeret:%{code_close} Skjult i joblogge. Skal matche maskeringskrav."
@@ -626,6 +652,9 @@ msgstr "aktivitet i %{group_name}"
msgid "%{group_name} group members"
msgstr "gruppemedlemmer i %{group_name}"
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
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} bruger gruppehĂĄndterede kontoer. Du skal oprette en ny GitLab-konto som hĂĄndteres af %{group_name}."
@@ -722,6 +751,9 @@ msgstr "%{level_name} er ikke tilladt i en %{group_level_name}-gruppe."
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "%{level_name} er ikke tilladt eftersom forgreningskildeprojektet har lavere synlighed."
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr "%{link_start}Lær mere%{link_end} om roller."
@@ -731,6 +763,9 @@ msgstr "%{link_start}Fjern præfikset %{draft_snippet}%{link_end} fra titlen, nĂ
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr "%{link_start}Hvilke informationer indsamler GitLab Inc.?%{link_end}"
@@ -841,9 +876,6 @@ msgstr "%{placeholder} er ikke et gyldigt tema"
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr "%{rotation} er blevet udregnet igen med de tilbageværende deltagere. Ko
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr "%{rotation} er blevet udregnet igen med de tilbageværende deltagere. Kontrollér venligst den nye opsætning for %{rotation}. Det anbefales at du tager kontakt til den nuværende vagtperson for at sikre kontinuitet i vagtdækning."
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr "%{scope} resultater for udtrykket '%{term}'"
@@ -1832,21 +1867,12 @@ msgstr "Den kan ikke bruges til at fĂĄ adgang til andre data."
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr "Hold adgangstokenen hemmelig. Alle der har den kan oprette problemstillinger som var de dig. Hvis det sker, sĂĄ %{link_reset_it}."
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr "Hold adgangstokenen hemmelig. Alle der har den kan læse aktivitets- og problemstillings RSS-feeds eller din kalenderfeed som var de dig. Hvis det sker, så %{link_reset_it}."
-
msgid "AccessTokens|Personal Access Tokens"
msgstr "Personlige adgangstokens"
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr "nulstil tokenen"
-
msgid "AccessibilityReport|Learn more"
msgstr "Lær mere"
@@ -1979,9 +2002,6 @@ msgstr "Tilføj CHANGELOG"
msgid "Add CONTRIBUTING"
msgstr "Tilføj CONTRIBUTING"
-msgid "Add GitLab to Slack"
-msgstr "Tilføj GitLab til Slack"
-
msgid "Add Jaeger URL"
msgstr "Tilføj Jaeger-URL"
@@ -1991,8 +2011,8 @@ msgstr "Tilføj Kubernetes-klynge"
msgid "Add LICENSE"
msgstr "Tilføj LICENSE"
-msgid "Add New Node"
-msgstr "Tilføj nyt knudepunkt"
+msgid "Add New Site"
+msgstr ""
msgid "Add README"
msgstr "Tilføj README"
@@ -2006,6 +2026,9 @@ msgstr "Tilføj en %{type}"
msgid "Add a GPG key"
msgstr "Tilføj en GPG-nøgle"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr "Tilføj en Jaeger-URL for at erstatte siden med et link til din Jaeger-server. Du skal først %{link_start_tag}installere Jaeger%{link_end_tag}."
@@ -2072,6 +2095,9 @@ msgstr "Tilføj et gøremål"
msgid "Add an SSH key"
msgstr "Tilføj en SSH-nøgle"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr "Tilføj en eksisterende problemstilling"
@@ -2189,9 +2215,6 @@ msgstr "Tilføj systemhook"
msgid "Add text to the sign-in page. Markdown enabled."
msgstr "Tilføj tekst til indlogningssiden. Markdown er aktiveret."
-msgid "Add to Slack"
-msgstr "Tilføj til Slack"
-
msgid "Add to board"
msgstr "Tilføj til tavle"
@@ -2489,6 +2512,12 @@ msgstr "Du er ved at stoppe alle job. Det standser alle nuværende job som køre
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr "Fejl ved indlæsning af statistikken. Prøv venligst igen"
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr "(deaktiveret)"
msgid "AdminUsers|(Internal)"
msgstr "(intern)"
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr "(afventer godkendelse)"
@@ -2681,7 +2713,7 @@ msgstr "Juster indstillingen brugerloft pĂĄ din instans"
msgid "AdminUsers|Admin"
msgstr "Administrator"
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr "Det er dig!"
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr "Lær mere om %{link_start}udelukkede brugere%{link_end}."
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr "Log ind"
@@ -2870,6 +2905,9 @@ msgstr "Brugeren kan ikke tilgĂĄ git-depoter."
msgid "AdminUsers|The user can't log in."
msgstr "Brugeren kan ikke logge ind."
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr "Brugeren logges ud"
@@ -2972,8 +3010,8 @@ msgstr "Du kan udelukke deres konto i fremtiden hvis det bliver nødvendigt."
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr "Du kan fjerne udelukkelse af deres konto i fremtiden. Deres data forbliver intakte."
-msgid "AdminUsers|You cannot remove your own admin rights."
-msgstr "Du kan ikke fjerne dine egne administratorrettigheder."
+msgid "AdminUsers|You cannot remove your own administrator access."
+msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
msgstr "Du skal overføre ejerskab eller slette de grupper som ejes af brugeren inden du kan slette dens konto"
@@ -3533,22 +3571,13 @@ msgstr "Tillad projekter i gruppen at bruge Git LFS"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
msgstr "Tillad offentlig adgang til pipelines og jobdetaljer, herunder outputlogge og artefakter."
-msgid "Allow requests to the local network from hooks and services."
-msgstr "Tillad anmodninger til det lokale netværk fra hooks og tjenester."
-
-msgid "Allow requests to the local network from system hooks"
-msgstr "Tillad anmodninger til det lokale netværk fra systemhooks"
-
-msgid "Allow requests to the local network from web hooks and services"
-msgstr "Tillad anmodninger til det lokale netværk fra webhooks og tjenester"
-
msgid "Allow subgroups to set up their own two-factor authentication rules"
msgstr "Tillad undergrupper at indstille deres egne regler for totrinsgodkendelse"
msgid "Allow this key to push to this repository"
msgstr "Tillad nøglen at bruge push til depotet"
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr "Der er opstĂĄet en fejl"
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr "Der opstod en fejl ved tilføjelse af et udkast til tråden."
@@ -3809,18 +3835,15 @@ msgstr "Der opstod en fejl under hentning af jobbene."
msgid "An error occurred while fetching the latest pipeline."
msgstr "Der opstod en fejl under hentning af den seneste pipeline."
+msgid "An error occurred while fetching the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while fetching the releases. Please try again."
msgstr "Der opstod en fejl under hentning af udgivelserne. Prøv venligst igen."
msgid "An error occurred while fetching this tab."
msgstr "Der opstod en fejl under hentning af fanebladet."
-msgid "An error occurred while generating a username. Please try again."
-msgstr "Der opstod en fejl under generering af et brugernavn. Prøv venligst igen."
-
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
-msgstr "Der opstod en fejl under hentning af autofuldførdata. Opdater venligst siden og prøv igen."
-
msgid "An error occurred while getting files for - %{branchId}"
msgstr "Der opstod en fejl under hentning af filer for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr "Tilføj godkendere"
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr "Alle skannere"
@@ -4407,9 +4427,6 @@ msgstr "Godkendertype"
msgid "ApprovalRule|Approvers"
msgstr "Godkendere"
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr "Eksempler: kvalitetssikring, sikkerhed."
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr "Sikkerhedsskannere"
msgid "ApprovalRule|Select All"
msgstr "Vælg alle"
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr "Vælg skannere"
@@ -4482,7 +4502,7 @@ msgstr "Alvorlighedsniveauer"
msgid "ApprovalRule|Target branch"
msgstr "MĂĄlgren"
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,23 +4514,29 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr "Godkendelsesindstillinger for sammenlægningsanmodning er blevet opdateret."
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr "Forhindr godkendelse af forfatter."
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr "Forhindr godkendelse af brugere som tilføjer commits."
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
-msgstr "Forhindr redigering af godkendelsesregler i sammenlægningsanmodninger."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
+msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr "Forhindr redigering af godkendelsesregler i projekter og sammenlægningsanmodninger."
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
-msgstr "Fjern alle godkendelser når der tilføjes commits til kildegrenen."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
+msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
-msgstr "Kræv brugeradgangskode for at godkende."
+msgid "ApprovalSettings|Require user password to approve"
+msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
msgstr "Der opstod en fejl under indlæsning af godkendelsesindstillinger for sammenlægningsanmodning."
@@ -4623,6 +4649,9 @@ msgstr "Er du sikker pĂĄ, at du vil afarkivere projektet?"
msgid "Are you sure you want to %{action} %{name}?"
msgstr "Er du sikker pĂĄ, at du vil %{action} %{name}?"
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr "Er du sikker på, at du forsøge at sammenlægge?"
@@ -4715,9 +4744,6 @@ msgstr "Er du sikker pĂĄ, at du vil fjerne identiteten?"
msgid "Are you sure you want to remove this list?"
msgstr "Er du sikker pĂĄ, at du vil fjerne listen?"
-msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
-msgstr "Er du sikker pĂĄ, at du vil nulstille SCIM-tokenen? SCIM-provisionering vil stoppe med at virke indtil den nye token er opdateret."
-
msgid "Are you sure you want to reset the health check token?"
msgstr "Er du sikker pĂĄ, at du vil nulstille tokenen til sundhedstjek?"
@@ -4802,7 +4828,7 @@ msgstr "Spørg igen senere"
msgid "Ask someone with write access to resolve it."
msgstr "Spørg nogen med skriveadgang om at løse den."
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr "Avataren fjernes. Er du sikker?"
msgid "Average per day: %{average}"
msgstr "Gennemsnit pr. dag: %{average}"
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr "Belønning tilføjet"
@@ -5376,6 +5405,9 @@ msgstr "Brugeren med API-adgang til Bamboo-serveren."
msgid "Based on"
msgstr "Baseret pĂĄ"
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr "Nedenunder finder du alle de grupper, som er offentlige."
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr "%{group_name} bruger i øjeblikket %{plan_name}."
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr "@%{user_name}, du bruger i øjeblikket %{plan_name}."
-msgid "BillingPlans|Compare all plans"
-msgstr "Sammenlign alle planer"
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr "Tillykke, din gratis prøveperiode er aktiveret."
@@ -5457,9 +5489,6 @@ msgstr "Gruppen bruger den plan som er tilknyttet med dens forældergruppe."
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr "Besøg opkrævningsafsnittet i vores %{parent_billing_page_link} for at håndtere planen til gruppen."
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr "Opgrader til GitLab %{planNameForUpgrade}"
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr "En e-mailadresse er kun synlig for brugere med offentlige e-mails."
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr "Bitbucket-import"
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr "Blokér bruger"
@@ -5931,18 +5969,12 @@ msgstr "Slet sammenlagte grene"
msgid "Branches|Delete protected branch"
msgstr "Slet beskyttet gren"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "Slet beskyttet gren '%{branch_name}'?"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr "Slet beskyttet gren. Er du HELT SIKKER?"
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
msgstr "Sletning af grenen %{strongStart}%{branchName}%{strongEnd} kan ikke fortrydes. Er du sikker?"
-msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "Sletning af grenen '%{branch_name}' kan ikke fortrydes. Er du sikker?"
-
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
msgstr "Sletning af de sammenlagte grene kan ikke fortrydes. Er du sikker?"
@@ -5958,9 +5990,6 @@ msgstr "Ny gren"
msgid "Branches|No branches to show"
msgstr "Ingen grene at vise"
-msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
-msgstr "Når du bekræfter og trykker på %{delete_protected_branch}, så kan det ikke fortrydes eller gendannes."
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr "Når du bekræfter og trykker på %{strongStart}%{buttonText}%{strongEnd}, så kan det ikke fortrydes eller gendannes."
@@ -6009,15 +6038,6 @@ msgstr "Standardgrenen kan ikke slettes"
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
msgstr ""
-msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-msgstr "Grenen er ikke blevet sammenlagt ind i %{default_branch}."
-
-msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
-msgstr "Overvej at sammenlægge grenen inden den slettes for at forhindre tab af data."
-
-msgid "Branches|To confirm, type %{branch_name_confirmation}:"
-msgstr "Skriv %{branch_name_confirmation} for at bekræfte:"
-
msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
msgstr "For at forkaste de lokale ændringer og overskrive grenen med upstream-versionen skal du slette den her og vælge 'Opdater nu' ovenover."
@@ -6036,9 +6056,6 @@ msgstr "Du er ved at slette %{strongStart}%{branchName}%{strongEnd} parmanent."
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr "Du er ved at slette den beskyttede gren %{strongStart}%{branchName}%{strongEnd} permanent."
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "Du er ved at slette den beskyttede gren %{branch_name} permanent."
-
msgid "Branches|diverged from upstream"
msgstr "afviget fra upstream"
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr "Som standard vil alle projekter og grupper bruge den globale underretningsindstilling."
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "af"
@@ -6299,9 +6325,21 @@ msgstr "Udgivelsesstatistik"
msgid "CICDAnalytics|Releases"
msgstr "Udgivelser"
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr "Noget gik galt under hentning af udgivelsesstatistik"
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr "Kan ikke sammenlægges automatisk"
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr "Kan ikke oprette misbrugsrapporten. Brugeren er blevet slettet."
@@ -6915,6 +6956,9 @@ msgstr "(x%{numberOfUsers})"
msgid "Checkout|(x%{quantity})"
msgstr "(x%{quantity})"
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr "Cherry-pick sammenlægningsanmodningen"
msgid "Child"
msgstr "Barn"
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr "Underepicen findes ikke."
@@ -7392,15 +7439,6 @@ msgstr "Klik for at skjule"
msgid "Click to reveal"
msgstr "Klik for at vise"
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr "Klientgodkendelsesnøgle"
-
-msgid "Client authentication key password"
-msgstr "Adgangskode til klientgodkendelsesnøgle"
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr "Lukket: %{closed}"
msgid "Closes this %{quick_action_target}."
msgstr "Lukker denne %{quick_action_target}."
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr "Klynge"
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,8 +7610,8 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
-msgstr "Der opstod en fejl under indlæsning af dine GitLab-agenter"
+msgid "ClusterAgents|An error occurred while loading your Agents"
+msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
msgstr "Der opstod en fejl under indlæsning af din agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr "Aldrig"
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr "Registreringsagent"
msgid "ClusterAgents|Registration token"
msgstr "Registreringstoken"
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr "Agenten har ingen tokens"
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr "Commit (ved redigering af commit-meddelelse)"
msgid "Commit Message"
msgstr "Commit-meddelelse"
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr "Commit ændringer"
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr "Komponent"
@@ -8995,6 +9066,12 @@ msgstr "Konfigurer %{repository_checks_link_start}depottjek%{link_end} og %{hous
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr "Konfigurer afhængighedsskanning i `.gitlab-ci.yml` med den GitLab-håndterede skabelon. Du kan [tilføje variabeltilsidesættelser](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) for at tilpasse indstillinger for afhængighedsskanning."
@@ -9040,12 +9117,15 @@ msgstr "Konfigurer tracing"
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr "Konfigurer en %{codeStart}.gitlab-webide.yml%{codeEnd}-fil i mappen %{codeStart}.gitlab%{codeEnd} for at komme i gang med webterminal. %{helpStart}Lær mere%{helpEnd}."
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
-msgstr "Konfigurer avancerede tilladelser, Large File Storage og totrinsgodkendelsesindstillinger."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
+msgstr ""
msgid "Configure existing installation"
msgstr "Konfigurer eksisterende installation"
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr "Konfigurer mĂĄden en bruger opretter en ny konto."
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr "Bekræft"
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr "Bekræft ny adgangskode"
@@ -9637,8 +9723,8 @@ msgstr "Styr e-mails som er linket til din konto"
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
-msgstr "Styr om der vises tilbud fra tredjepart i GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
+msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
msgstr ""
@@ -9778,9 +9864,24 @@ msgstr "Handlinger"
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr "Korpusnavn"
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr "Sidste job:"
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr "Ny upload"
@@ -9868,6 +9966,9 @@ msgstr "Kunne ikke tegne linjerne for jobrelationer"
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr "Kunne ikke hente regelsæt fordi eksisterende regelsæt-YAML er ugyldig"
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr "Kunne ikke finde design."
@@ -9895,13 +9996,16 @@ msgstr "Kunne ikke fjerne udløseren."
msgid "Could not restore the group"
msgstr "Kunne ikke gendanne gruppen"
+msgid "Could not revoke access token %{access_token_name}."
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr "Kunne ikke tilbagekalde efterligningstokenen %{token_name}."
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr "Kunne ikke tilbagekalde den personlige adgangstoken %{personal_access_token_name}."
-msgid "Could not revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr "Opret problemstilling for at løse alle tråde"
msgid "Create iteration"
msgstr "Opret gennemløb"
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr "Opret liste"
@@ -10303,6 +10410,9 @@ msgstr "Oprettet af mig"
msgid "Created by:"
msgstr "Oprettet af:"
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr "Oprettelsesdato"
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr "DNS"
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr "%{startDate} - %{endDate}"
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr "Dato"
@@ -10778,10 +10894,10 @@ msgstr "Dage fra sammenlægning til udsendelse"
msgid "DORA4Metrics|Deployment frequency"
msgstr "Udsendelseshyppighed"
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr "Kunne ikke oprette skannerprofilen. Prøv venligst igen."
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr "Kunne ikke oprette webstedsprofilen. Prøv venligst igen."
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr "Kunne ikke slette gemt skanning. Opdater venligst siden eller prøv igen senere."
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr "Kunne ikke slette gemte skanninger:"
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr "Kunne ikke slette skannerprofil. Opdater venligst siden eller prøv igen senere."
@@ -10889,9 +10999,6 @@ msgstr "Kunne ikke slette webstedsprofil. Opdater venligst siden eller prøv ige
msgid "DastProfiles|Could not delete site profiles:"
msgstr "Kunne ikke slette webstedsprofiler:"
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr "Kunne ikke hente gemte skanninger. Opdater venligst siden eller prøv igen senere."
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr "Kunne ikke hente skannerprofiler. Opdater venligst siden eller prøv igen senere."
@@ -10904,9 +11011,6 @@ msgstr "Kunne ikke opdatere skannerprofilen. Prøv venligst igen."
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr "Kunne ikke opdatere webstedsprofilen. Prøv venligst igen."
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr "Fejlfindingsmeddelelser"
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr "Kør skanning"
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr "Gem profil"
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr "Skan"
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr "Skannerprofiler"
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr "Planlæg"
-
msgid "DastProfiles|Select branch"
msgstr "Vælg gren"
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr "MĂĄl"
-
msgid "DastProfiles|Target URL"
msgstr "MĂĄl-URL"
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] "Udsendelser"
msgid "Deploy Keys"
msgstr "Udsendelsesnøgler"
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr "Udsendelsesfrysninger"
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr "Udsend til ..."
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr "API"
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr "annulleret"
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr "Start en gratis prøveperiode"
@@ -12622,7 +12738,7 @@ msgstr "Vis kilde"
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr "Rediger kommentar"
msgid "Edit Deploy Key"
msgstr "Rediger udsendelsesnøgle"
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr "Vi kunne ikke finde ud af hvilken bruger der tilhører e-mailen. Opret v
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr "Vi kunne ikke finde projektet. Tjek venligst om der er nogle stavefejl."
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr "Du har ikke tilladelse til at udføre handlingen. Hvis du mener det er en fejl, så kontakt en medarbejder."
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr "Aktivér automatisk depothusarbejde"
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr "Aktivér vedligeholdelsestilstand"
@@ -13279,6 +13398,12 @@ msgstr "Aktivér reCAPTCHA for indlogning."
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr "Slutter"
msgid "Ends: %{endsAt}"
msgstr "Slutter: %{endsAt}"
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr "Indtast din Bitbucket-server-URL og personlige adgangstoken nedenunder"
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr "Indtast URL'en til din Phabricator-server og personlige adgangstoken nedenunder"
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr "Indtast sammenlægningsanmodnings-URL'er"
@@ -13683,6 +13808,9 @@ msgstr "Stop miljø"
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr "Der opstod en fejl ved hentning af loggene. Prøv venligst igen."
@@ -13710,6 +13838,9 @@ msgstr "af %{avatar}"
msgid "Environments|protected"
msgstr "beskyttet"
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr "Epic"
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr "Eksporterede krav"
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr "Eksternt id"
@@ -14507,15 +14635,9 @@ msgstr "Ekstern URL"
msgid "External User:"
msgstr "Ekstern bruger:"
-msgid "External authentication"
-msgstr ""
-
msgid "External authorization denied access to this project"
msgstr ""
-msgid "External authorization request timeout"
-msgstr ""
-
msgid "External storage URL"
msgstr "URL for eksternt lager"
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,11 +14781,8 @@ msgstr "Kunne ikke oprette framework"
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr "Kunne ikke oprette sammenlægningsanmodning. Prøv venligst igen."
-
-msgid "Failed to create new project access token: %{token_response_message}"
-msgstr "Kunne ikke oprette ny projektadgangstoken: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
+msgstr ""
msgid "Failed to create repository"
msgstr "Kunne ikke oprette depot"
@@ -15054,14 +15221,6 @@ msgstr "Bruger-id'er"
msgid "FeatureFlag|User List"
msgstr "Brugerliste"
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr "Feb."
@@ -15149,12 +15308,6 @@ msgstr "Filtrér"
msgid "Filter by"
msgstr "Filtrér efter"
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr "Filtrér efter %{issuable_type} som i øjeblikket er lukket."
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr "Filtrér efter %{issuable_type} som i øjeblikket er åbne."
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr "Filtrér efter %{page_context_word} som i øjeblikket er åbne."
@@ -15479,6 +15632,9 @@ msgstr "Fandt fejl i din %{gitlab_ci_yml}:"
msgid "Found errors in your .gitlab-ci.yml:"
msgstr "Fandt fejl i din .gitlab-ci.yml:"
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr "Framework slettet"
@@ -15554,6 +15710,9 @@ msgstr "Generelle indstillinger"
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr "Generer nøgle"
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr "Geo"
-msgid "Geo Nodes"
-msgstr "Geo-knudepunkter"
-
msgid "Geo Replication"
msgstr "Geo-replikation"
msgid "Geo Settings"
msgstr "Geoindstillinger"
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr "Geo-websteder"
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr "Tilføj websted"
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr "Alle %{replicable_name}"
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr "Matcher ikke den primære lagerkonfiguration"
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr "Mislykket"
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr "Ingen tilgængelige replikationspladser"
-msgid "Geo|Node name can't be blank"
-msgstr "Knudepunktsnavn må ikke være tomt"
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr "Knudepunktsnavn skal være fra 1 til 255 tegn"
-
msgid "Geo|Not synced yet"
msgstr "Ikke synkroniseret endnu"
@@ -15788,6 +15950,9 @@ msgstr "Intet at verificere"
msgid "Geo|Offline"
msgstr "Offline"
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr "Afventende synkronisering"
@@ -15821,17 +15986,20 @@ msgstr "Download igen"
msgid "Geo|Remove"
msgstr "Fjern"
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
-msgstr "Fjern knudepunkt"
+msgid "Geo|Remove site"
+msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
-msgstr "Fjernelse af et Geo-knudepunkt stopper synkroniseringen til og fra knudepunktet. Er du sikker?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
+msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
msgstr ""
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr "Replikationsdetaljer"
-msgid "Geo|Replication details"
-msgstr "Replikationsdetaljer"
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr "Sekundært websted"
msgid "Geo|Selective (%{syncLabel})"
msgstr "Selektiv (%{syncLabel})"
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,11 +16100,11 @@ msgstr "Webstedet er i øjeblikket %{minutes_behind} bagefter det primære webst
msgid "Geo|There are no %{replicable_type} to show"
msgstr "Der er ingen %{replicable_type} at vise"
-msgid "Geo|There was an error deleting the Geo Node"
-msgstr "Der opstod en fejl under sletning af Geo-knudepunktet"
+msgid "Geo|There was an error deleting the Geo Site"
+msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
-msgstr "Der opstod en fejl under hentning af Geo-knudepunkterne"
+msgid "Geo|There was an error fetching the Geo Sites"
+msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
msgstr "Det vil synkronisere alle %{replicableType} igen. Det kan tage noget tid af fuldføre. Er du sikker på, at du vil fortsætte?"
@@ -16010,6 +16181,9 @@ msgstr "sekundær"
msgid "Get a free instance review"
msgstr "FĂĄ en gratis instanskontrol"
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr "FĂĄ et abonnement med support"
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr "GitLab-eksport"
-msgid "GitLab for Slack"
-msgstr "GitLab for Slack"
-
msgid "GitLab group: %{source_link}"
msgstr "GitLab-gruppe: %{source_link}"
@@ -16160,6 +16331,9 @@ msgstr "GitLab er open source-software til at samarbejde om kode."
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr "GitLab-medlem eller e-mailadresse"
@@ -16340,6 +16514,9 @@ msgstr "Gitpod-URL"
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr "Gå til forælder"
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr "GĂĄ til forrige side"
@@ -16646,6 +16826,9 @@ msgstr "Gruppen %{group_name} blev planlagt til sletning."
msgid "Group %{group_name} was successfully created."
msgstr "Gruppen %{group_name} blev oprettet."
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr "Gruppe-URL"
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr "Gruppeprogram: %{name}"
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr "Gruppér job efter"
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr "Gruppemedlemmer"
@@ -16754,6 +16937,9 @@ msgstr "Gruppenavigation"
msgid "Group overview content"
msgstr "Indhold for gruppeoversigt"
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr "Gruppeprojekter"
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
msgstr ""
-msgid "GroupSAML|SCIM API endpoint URL"
-msgstr ""
-
msgid "GroupSAML|SCIM Token"
msgstr "SCIM-token"
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr "Din SCIM-token"
-
msgid "GroupSAML|as %{access_level}"
msgstr "som %{access_level}"
@@ -17078,7 +17252,10 @@ msgstr "Søg efter grupper"
msgid "GroupSelect|Select a group"
msgstr "Vælg en gruppe"
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr "Deaktivér e-mail-underretninger"
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr "Aktivér forsinket sletning af projekt"
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr "Pipelineindstillinger blev opdateret for gruppen"
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr "Indstillingen anvendes på %{ancestor_group}. Du kan tilsidesætte indst
msgid "GroupSettings|Transfer group"
msgstr "Overfør gruppe"
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr "Udfyld venligst din personlige adgangstoken."
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] "Skjul værdier"
msgid "Hide values"
msgstr "Skjul værdier"
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr "Husarbejde"
msgid "Housekeeping successfully started"
msgstr "Husarbejde startet"
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr "Husarbejde, eksport, sti, overfør, fjern, arkivér."
-
msgid "How do I configure Akismet?"
msgstr "Hvordan konfigurerer jeg Akismet?"
@@ -17685,9 +17880,6 @@ msgstr "Hvordan bruger jeg er webterminal?"
msgid "How do I use file templates?"
msgstr "Hvordan bruger jeg filskabeloner?"
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr "Jeg accepterer %{terms_link}"
msgid "I forgot my password"
msgstr "Jeg har glemt min adgangskode"
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr "Jeg vil udforske GitLab for at se om det er værd at skifte til"
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr "Identiteter"
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr "Meget svært"
msgid "InProductMarketing|Very easy"
msgstr "Meget nemt"
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr "Hændelse"
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr "Tilføj en integrering"
msgid "Integrations|Add namespace"
msgstr "Tilføj navnerum"
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr "Alle detaljer"
@@ -19043,9 +19253,6 @@ msgstr "Der opstod en fejl under indlæsning af projekter med tilpassede indstil
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr "Browserbegrænsninger"
-
msgid "Integrations|Comment detail:"
msgstr "Kommentardetalje:"
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr "Hold dine PHP-afhængigheder opdateret på Packagist."
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr "Link navnerum"
@@ -19133,9 +19343,6 @@ msgstr "Ingen tilgængelige navnerum."
msgid "Integrations|No linked namespaces"
msgstr "Ingen linkede navnerum"
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr "Bemærk: integreringen virker kun med kontoer på GitLab.com (SaaS)."
-
msgid "Integrations|Projects using custom settings"
msgstr "Projekter som bruger tilpassede indstillinger"
@@ -19172,6 +19379,9 @@ msgstr "Send underretninger om projektbegivenheder til Unify Circuit."
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr "Log ind og tilføj navnerum"
@@ -19181,6 +19391,9 @@ msgstr "Standard"
msgid "Integrations|There are no projects using custom settings"
msgstr "Der er ingen projekter som bruger tilpassede indstillinger"
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr "Integreringen og nedarvede projekter blev nulstillet."
@@ -19241,7 +19454,7 @@ msgstr "Interne - projektet kan tilgĂĄs af brugere som er logget ind, undtagen e
msgid "Internal URL (optional)"
msgstr "Intern URL (valgfrit)"
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr "Licensfil"
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr "Licensoversigt"
@@ -21384,9 +21600,6 @@ msgstr "Indlæser ..."
msgid "Loading…"
msgstr "Indlæser …"
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr "Lokalisering"
@@ -21402,6 +21615,9 @@ msgstr "LĂĄs"
msgid "Lock %{issuableDisplayName}"
msgstr "LĂĄs %{issuableDisplayName}"
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr "Låse gør det muligt at låse en bestemte fil eller mappe."
msgid "Locks the discussion."
msgstr "LĂĄser debatten."
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr "Sammenlæg når pipeline lykkes"
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr "Commit til kildegren"
@@ -23053,9 +23317,6 @@ msgstr "MĂĄneder"
msgid "More Information"
msgstr "Mere information"
-msgid "More Slack commands"
-msgstr "Flere Slack-kommandoer"
-
msgid "More actions"
msgstr "Flere handlinger"
@@ -23077,9 +23338,6 @@ msgstr "Der findes mere information|her"
msgid "More information."
msgstr "Mere information."
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr "%{strongOpen}alle%{strongClose} pods"
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ".yaml"
-
msgid "NetworkPolicies|.yaml mode"
msgstr ".yaml-tilstand"
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr "Regel"
-
msgid "NetworkPolicies|Rule mode"
msgstr "Regeltilstand"
@@ -23466,9 +23718,6 @@ msgstr "Noget gik galt. Kunne ikke hente regelsæt"
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr "Trafik som ikke matcher nogen regel vil blive blokeret."
-
msgid "NetworkPolicies|all DNS names"
msgstr "Alle DNS-navne"
@@ -23984,6 +24233,9 @@ msgstr "Ingen milepæl"
msgid "No milestones to show"
msgstr "Ingen milepæle at vise"
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr "Ingen profiler fundet"
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr "Ingen projekter fundet"
@@ -24077,8 +24332,8 @@ msgstr "Ingen sĂĄrbarheder tilstede"
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
-msgstr "Ingen webhooks fundet, tilføj en i formularen ovenover."
+msgid "No webhooks enabled. Select trigger events above."
+msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
msgid_plural "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} days to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr "Vores team er blevet underrettet. Prøv venligst igen."
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr "Indsæt projektsti (f.eks. gitlab-org/gitlab)"
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr "Indsæt din offentlige SSH-nøgle som typisk findes i filen '~/.ssh/id_ed25519.pub' eller '~/.ssh/id_rsa.pub' og begynder med 'ssh-ed25519' eller 'ssh-rsa'. Indsæt ikke din private SSH-nøgle da det kan kompromittere din identitet."
-
msgid "Patch to apply"
msgstr "Patch som skal anvendes"
@@ -25744,6 +26017,9 @@ msgstr "objekt"
msgid "PerformanceBar|wall"
msgstr "væg"
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr "Periode i sekunder"
@@ -25762,7 +26038,7 @@ msgstr "Tilladelser"
msgid "Permissions Help"
msgstr "Hjælp for tilladelser"
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr "Pipelines"
msgid "Pipelines charts"
msgstr "Pipelinediagrammer"
-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 ""
@@ -26044,6 +26317,9 @@ msgstr "Tilføj et kodekvalitetsjob"
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr "Er du sikker på, at du vil køre pipelinen?"
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr "Byg med selvtillid"
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,11 +26497,29 @@ msgstr "Vis sammenlagt YAML"
msgid "Pipelines|Visualize"
msgstr "Visualiser"
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr "ugyldig"
-msgid "Pipelines|parent"
-msgstr "forælder"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
+msgstr ""
msgid "Pipeline|Actions"
msgstr "Handlinger"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr "Plan:"
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr "PlantUML"
@@ -26422,6 +26719,12 @@ msgstr "Afspil alle manuelt"
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr "Venligst %{link_to_register} eller %{link_to_sign_in} for at kommentere"
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr "Præferencer for tid"
msgid "Preferences|Use relative times"
msgstr "Brug relative tidspunkter"
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr "Forrige"
@@ -27001,6 +27307,9 @@ msgstr "Beskæring af avatar"
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr "Avataren fjernes. Er du sikker?"
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ msgstr "By, land"
msgid "Profiles|Clear status"
msgstr "Ryd status"
-msgid "Profiles|Click on icon to activate signin with one of the following services"
-msgstr "Klik på et ikon for at aktivere indlogning med en af følgende tjenester"
-
msgid "Profiles|Commit email"
msgstr ""
@@ -27205,6 +27511,9 @@ msgstr "Private SSH-nøgler som er synlige offentligt kan kompromittere dit syst
msgid "Profiles|Remove avatar"
msgstr "Fjern avatar"
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr "Indstil nyt profilbillede"
@@ -27250,9 +27559,6 @@ msgstr "Totrinsgodkendelse"
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr "Skriv din %{confirmationValue} for at bekræfte:"
-msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
-msgstr "Begynder typisk med \"ssh-ed25519 …\" eller \"ssh-rsa …\""
-
msgid "Profiles|Update profile settings"
msgstr "Opdater profilindstillinger"
@@ -27775,10 +28081,13 @@ msgstr "Afkrydsningsboksen er som standard synlig og tilvalgt."
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr "Afkrydsningsboksen er som standard synlig og fravalgt."
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr "Globalt"
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr "Internt"
@@ -27901,6 +28216,9 @@ msgstr "Sammenlægningsanmodninger"
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr "Overfør projekt"
@@ -28051,7 +28366,7 @@ msgstr "Brugere kan anmode om adgang"
msgid "ProjectSettings|View and edit files in this project."
msgstr "Vis og rediger filer i projektet."
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr "Hvad er badges?"
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr "Offentlige pipelines"
@@ -28867,7 +29179,7 @@ msgstr "Køb flere minutter"
msgid "Purchase more storage"
msgstr "Køb mere lager"
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr "Rebase kildegren"
msgid "Rebase source branch on the target branch."
msgstr "Rebase kildegren pĂĄ mĂĄlgrenen."
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr "Recaptcha verificeret?"
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr "Reducer projektets synlighed"
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr "Reducer projektets synlighed?"
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
msgstr "Anmodninger pr. periode"
-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 allowlist 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 "Anmodninger til domænerne/adresserne på det lokale netværk vil blive tilladt når lokale anmodninger fra hooks og tjenester ikke er tilladt. IP-områder såsom 1:0:0:0:0:0:0:0/124 eller 127.0.0.0/28 understøttes. Jokertegn for domæner understøttes ikke i øjeblikket. Brug komma, semikolon eller linjeskift til at adskille flere indslag. Tilladelseslisten kan højst indeholde 1000 indslag. Domæner skal bruge IDNA-kodning. F.eks.: example.com, 192.168.1.1, 127.0.0.0/28, xn--itlab-j1a.com."
-
msgid "Require additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr "Kræves i projektet."
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr "Kravet %{reference} er blevet tilføjet"
@@ -30245,9 +30574,6 @@ msgstr "Løst af"
msgid "Resolved by %{name}"
msgstr "Løst af %{name}"
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr "Svar"
@@ -30314,7 +30640,7 @@ msgstr "Genoptag"
msgid "Resync"
msgstr "Synkroniser igen"
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,15 +30740,15 @@ msgstr "Tilbagekald"
msgid "Revoked"
msgstr "Tilbagekaldt"
+msgid "Revoked access token %{access_token_name}!"
+msgstr ""
+
msgid "Revoked impersonation token %{token_name}!"
msgstr "Tilbagekaldt efterligningstoken %{token_name}!"
msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
-msgstr "Tilbagekaldte projektadgangstokenen %{project_access_token_name}!"
-
msgid "RightSidebar|Copy email address"
msgstr "Kopiér e-mailadresse"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr "Vejkort"
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr "Rolle"
@@ -30528,6 +30857,9 @@ msgstr "Der er opstĂĄet en fejl under hentning af instruktioner"
msgid "Runners|Architecture"
msgstr "Arkitektur"
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr "Udsend GitLab Runner i AWS"
msgid "Runners|Description"
msgstr "Beskrivelse"
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr "Download og installer programfil"
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr "IP-adresse"
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr "Offline"
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr "Online"
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr "Revision"
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr "Runnere"
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
-msgstr "Runnere i gruppen: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
+msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr "Noget fik galt under hentning af mærkatforslagene"
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr "Runneren er tilknyttet et eller flere projekter."
-
msgid "Runners|This runner is associated with specific projects."
msgstr "Runneren er tilknyttet med bestemte projekter."
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr "SVG-illustration"
-
msgid "Satisfied"
msgstr "Opfyldt"
@@ -31026,9 +31367,6 @@ msgstr "Søg"
msgid "Search GitLab"
msgstr "Søg på GitLab"
-msgid "Search Jira issues"
-msgstr "Søg efter Jira-problemstillinger"
-
msgid "Search a group"
msgstr "Søg efter en gruppe"
@@ -31330,7 +31668,7 @@ msgstr "Lær mere om sårbarhedstjek"
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr "%{branches} %{plural}"
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr "Seneste skanning"
@@ -31534,21 +31878,30 @@ msgstr "Kun ejere kan opdatere sikkerhedsregelsætprojekt"
msgid "SecurityOrchestration|Policies"
msgstr "Regelsæt"
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr "Regelsætbeskrivelse"
msgid "SecurityOrchestration|Policy editor"
msgstr "Regelsæteditor"
-msgid "SecurityOrchestration|Policy preview"
-msgstr ""
-
msgid "SecurityOrchestration|Policy status"
msgstr "Regelsætstatus"
+msgid "SecurityOrchestration|Policy summary"
+msgstr ""
+
msgid "SecurityOrchestration|Policy type"
msgstr "Regelsættype"
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr "Regel"
@@ -31558,12 +31911,21 @@ msgstr "Regler"
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr "Beklager, dit filter gav ingen resultater."
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr "vis resultater"
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr "+%{count} mere"
@@ -31621,6 +32037,9 @@ msgstr "Miljøer"
msgid "SecurityPolicies|Policy type"
msgstr "Regelsættype"
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr "%{firstProject} og %{secondProject}"
@@ -31942,9 +32361,6 @@ msgstr "Vælg arkivformat"
msgid "Select Git revision"
msgstr "Vælg Git-revision"
-msgid "Select GitLab project to link with your Slack team"
-msgstr "Vælg GitLab-projekt som skal linkes med dit Slack-team"
-
msgid "Select Page"
msgstr "Vælg side"
@@ -32332,8 +32748,8 @@ msgstr "Serviceskranke"
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr "Serviceskranke giver personer mulighed for at oprette problemstillinger i din GitLab-instans uden deres egen brugerkonto. Det giver en unik e-mailadressen til slutbrugeren som kan bruges til at oprette problemstillinger i et projekt. Svar kan enten sendes gennem GitLab-grænsefladen eller med e-mail. Kun slutbrugere ser tråde via e-mail."
-msgid "Service URL"
-msgstr "Tjeneste-URL"
+msgid "Service Usage Data"
+msgstr ""
msgid "Service account generated successfully"
msgstr ""
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr "Aktivér serviceskranke"
@@ -32350,18 +32769,12 @@ msgstr "Kontakt venligst en administrator for at få hjælp med at opsætning se
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr "Problemstillinger som er oprettet med e-mails fra serviceskranken vises her. Hver kommentar bliver en del af e-mail-samtalen."
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr "Serviceskranke er aktiveret men endnu ikke aktiv"
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr "Serviceskranke er ikke aktiveret"
msgid "ServiceDesk|Service Desk is not supported"
msgstr "Serviceskranke understøttes ikke"
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr "For at aktivere serviceskranke i instansen skal en instansadministrator først opsætte indgående e-mail."
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr "For at aktivere serviceskranke i instansen skal en instansadministrator først opsætte indgående e-mail."
@@ -32500,8 +32913,8 @@ msgstr "Opsæt CI/CD"
msgid "Set up Jira Integration"
msgstr "Opsæt Jira-integrering"
-msgid "Set up a %{type} Runner for a project"
-msgstr "Opsæt en %{type}-runner til et projekt"
+msgid "Set up a %{type} runner for a project"
+msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
msgstr ""
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr "Vis al aktivitet"
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr "Vis alle problemstillinger."
@@ -32727,6 +33140,9 @@ msgstr "Vis arkiverede projekter"
msgid "Show archived projects only"
msgstr "Vis kun arkiverede projekter"
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr "Vis kommando"
@@ -32739,9 +33155,6 @@ msgstr "Vis kommentarer til filen"
msgid "Show comments only"
msgstr "Vis kun kommentarer"
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr "Vis liste"
msgid "Show one file at a time"
msgstr "Vis Ă©n fil ad gangen"
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr "Vis listen lukket"
@@ -32806,7 +33222,7 @@ msgstr "Viser alle problemstillinger"
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr "Log ud og tilmeld"
msgid "Sign up"
msgstr "Tilmeld"
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr "Tilmeldingen lykkedes! Bekræft venligst din e-mail for at logge ind."
@@ -33001,9 +33420,33 @@ msgstr "Slack-program"
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr "Sender underretninger om projektbegivenheder til Slack-kanaler."
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ msgstr "Noget gik galt. Prøv venligst igen."
msgid "Something went wrong. Try again later."
msgstr "Noget gik galt. Prøv igen senere."
-msgid "Sorry, no epics matched your search"
-msgstr ""
-
msgid "Sorry, no projects matched your search"
msgstr "Beklager, ingen projekter matchede din søgning"
@@ -33376,9 +33816,6 @@ msgstr "Sidste kontakt"
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr "Sidst opdateret"
-
msgid "SortOptions|Least popular"
msgstr "Mindst populær"
@@ -33712,6 +34149,9 @@ msgstr "Start sammenlægningstog"
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr "Start søgning"
@@ -33754,6 +34194,9 @@ msgstr "Starter: %{startsAt}"
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr "Abonneret"
msgid "Subscribed to this %{quick_action_target}."
msgstr "Abonneret til denne %{quick_action_target}."
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr "Abonnerer til denne %{quick_action_target}."
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr "Tilføj sæder"
@@ -34204,9 +34671,6 @@ msgstr "Slutdato for prøveperiode"
msgid "SubscriptionTable|Trial start date"
msgstr "Startdato for prøveperiode"
-msgid "SubscriptionTable|Upgrade"
-msgstr "Opgrader"
-
msgid "SubscriptionTable|Usage"
msgstr "Forbrug"
@@ -34375,9 +34839,6 @@ msgstr "Opsummering/bemærkning"
msgid "Sunday"
msgstr "Søndag"
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr "Aktivér abonnement"
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr "Start gratis prøveperiode"
msgid "SuperSonics|Subscription details"
msgstr "Abonnementsdetaljer"
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr "Support"
@@ -34750,6 +35229,9 @@ msgstr "MĂĄlgren"
msgid "Target-Branch"
msgstr "MĂĄlgren"
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr "Opgave-id: %{elastic_task}"
@@ -34822,6 +35304,9 @@ msgstr "vilkĂĄr for tjeneste-aftale og privatlivspolitik"
msgid "Terms of Service and Privacy Policy"
msgstr "VilkĂĄr for tjeneste og privatlivspolitik"
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr "Terraform"
@@ -34992,6 +35477,9 @@ msgstr "Test"
msgid "Test Cases"
msgstr "Testsager"
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr "Det var det, godt gĂĄet!"
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr "Funktionen %{featureName} er del af din GitLab Ultimate-prøveperiode."
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr "URL'en skal begynde med http:// eller https://"
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr "Den seneste pipeline for sammenlægningsanmodnigen mislykkedes."
@@ -35498,9 +35977,6 @@ msgstr "Siden kunne ikke vises fordi den fik timeout."
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr "Forælderepicen er fortrolig og kan kun indeholde fortrolige epics og problemstillinger"
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr "Adgangskoden til Jenkins-serveren."
@@ -35516,9 +35992,6 @@ msgstr "Pipelinen blev ikke slettet"
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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr "Projektet kan tilgĂĄs af alle brugere som er logget ind undtagen eksterne brugere."
@@ -35888,8 +36361,8 @@ msgstr "Der opstod en fejl ved hentning af %{replicableType}"
msgid "There was an error fetching the Geo Settings"
msgstr "Der opstod en fejl ved hentning af Geo-indstillingerne"
-msgid "There was an error fetching the Node's Groups"
-msgstr "Der var en fejl ved hentning af knudepunktets grupper"
+msgid "There was an error fetching the Sites's Groups"
+msgstr ""
msgid "There was an error fetching the deploy freezes."
msgstr "Der opstod en fejl under hentning af udsendelsesfrysningerne."
@@ -35939,8 +36412,8 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr "Der opstod en fejl ved indhentning af Jira-brugerne."
-msgid "There was an error saving this Geo Node."
-msgstr "Der opstod en fejl under gemning af Geo-knudepunktet."
+msgid "There was an error saving this Geo Site"
+msgstr ""
msgid "There was an error saving your changes."
msgstr "Der opstod en fejl ved gemning af dine ændringer."
@@ -36023,9 +36496,6 @@ msgstr "De sendes til %{email} i en vedhæftning når det er færdigt."
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr "Tilbud fra tredjepart"
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr "%{issuableDisplayName} er lĂĄst. Kun projektmedlemmer kan kommentere."
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr "Epicen findes ikke eller du har ikke tilstrækkelig tilladelse."
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr "Funktionen er en del af din GitLab Ultimate-prøveperiode."
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr "Gruppen er blevet planlagt til permanent sletning %{date}"
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr "Gruppen er linket til et abonnement"
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr "Pipelinen blev udløst af en planlægning."
msgid "This project"
msgstr "Projektet"
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr "Projektet er arkiveret og kan ikke kommenteres pĂĄ."
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr "Projektet er licenseret under %{strong_start}%{license_name}%{strong_end}."
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr "Projektet håndterer sine afhængigheder med %{strong_start}%{manager_name}%{strong_end}"
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr "Indstillingen kan tilsidesættes i hvert projekt."
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr "Abonnementet er til"
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
msgstr "Tid i sekunder"
-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 "Tid i sekunder som GitLab vil vente på svar fra den eksterne tjeneste. Når tjenesten ikke svarer i tide vil adgangen blive nægtet."
-
msgid "Time of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 "For at tilføje en SSH-nøgle skal du %{generate_link_start}generere en%{link_end} eller bruge en %{existing_link_start}eksisterende nøgle%{link_end}."
-
msgid "To add the entry manually, provide the following details to the application on your phone."
msgstr ""
@@ -37134,9 +37613,6 @@ msgstr "Indsæt venligst følgende link i din browser for at fjerne abonnering f
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 "Gøremålsliste"
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr "Spor tid med hurtighandlinger"
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr "Virksomhedsnavn"
@@ -37490,15 +37963,9 @@ msgstr "Land"
msgid "Trial|Dismiss"
msgstr "Afskedig"
-msgid "Trial|First name"
-msgstr "Fornavn"
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr "GitLab Ultimate-prøveperiode (valgfrit)"
-msgid "Trial|Last name"
-msgstr "Efternavn"
-
msgid "Trial|Number of employees"
msgstr "Antal ansatte"
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr "Udløsere"
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr "Fejlsøg og overvåg dit program med tracing"
@@ -38084,6 +38557,9 @@ msgstr "Opdateret"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "Opdateret %{updated_at} af %{updated_by}"
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr "Opdateringer"
@@ -38105,6 +38581,9 @@ msgstr "Opgrader din plan"
msgid "Upload"
msgstr "Upload"
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr "Upload CSV-fil"
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr "Version %{versionNumber}"
msgid "Version %{versionNumber} (latest)"
msgstr "Version %{versionNumber} (seneste)"
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr "Vis dokumentation"
@@ -39218,6 +39712,9 @@ msgstr[1] "Vis offentlige GPG-nøgler"
msgid "View replaced file @ "
msgstr "Vis erstattet fil @ "
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr "Vis indstilling"
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr "Yderligere information"
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr "Download"
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr "Billede"
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr "Links"
@@ -39524,6 +40036,9 @@ msgstr "Navnerum"
msgid "Vulnerability|Project"
msgstr "Projekt"
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr "Værktøj"
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr "ADVARSEL:"
@@ -39743,6 +40270,48 @@ msgstr "Webhooks"
msgid "Webhooks Help"
msgstr "Hjælp for webhooks"
+msgid "Webhooks|A comment is added to a confidential issue."
+msgstr ""
+
+msgid "Webhooks|A comment is added to an issue."
+msgstr ""
+
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
+msgstr ""
+
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
+msgstr ""
+
+msgid "Webhooks|A feature flag is turned on or off."
+msgstr ""
+
+msgid "Webhooks|A group member is created, updated, or removed."
+msgstr ""
+
+msgid "Webhooks|A job's status changes."
+msgstr ""
+
+msgid "Webhooks|A merge request is created, updated, or merged."
+msgstr ""
+
+msgid "Webhooks|A new tag is pushed to the repository."
+msgstr ""
+
+msgid "Webhooks|A pipeline's status changes."
+msgstr ""
+
+msgid "Webhooks|A release is created or updated."
+msgstr ""
+
+msgid "Webhooks|A subgroup is created or removed."
+msgstr ""
+
+msgid "Webhooks|A wiki page is created or updated."
+msgstr ""
+
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
+msgstr ""
+
msgid "Webhooks|Comments"
msgstr "Kommentarer"
@@ -39785,6 +40354,9 @@ msgstr "Hændelser for pipeline"
msgid "Webhooks|Push events"
msgstr "Hændelser for push"
+msgid "Webhooks|Push to the repository."
+msgstr ""
+
msgid "Webhooks|Releases events"
msgstr "Hændelser for udgivelser"
@@ -39815,55 +40387,10 @@ msgstr "Udløser"
msgid "Webhooks|URL"
msgstr "URL"
-msgid "Webhooks|URL is triggered by a push to the repository"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
-msgstr "URL'en udløses når en fortrolig problemstilling oprettes, opdateres, lukkes eller genåbnes"
-
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
-msgstr "URL'en udløses når et funktionsflag slås til eller fra"
-
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
-msgstr "URL'en udløses når et gruppemedlem oprettes, opdateres eller fjernes"
-
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
-msgstr "URL'en udløses når en sammenlægningsanmodning oprettes, opdateres eller sammenlægges"
-
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a release is created or updated"
-msgstr "URL'en udløses når en udgivelse oprettes eller opdateres"
-
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
-msgstr "URL'en udløses når en undergruppe oprettes eller fjernes"
-
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
-msgstr "URL'en udløses når en wikiside oprettes eller opdateres"
-
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
-msgstr "URL'en udløses når en problemstilling oprettes, opdateres, lukkes eller genåbnes"
-
-msgid "Webhooks|URL is triggered when someone adds a comment"
-msgstr "URL'en udløses når nogen tilføjer en kommentar"
-
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
-msgstr "URL'en udløses når nogen tilføjer en kommentar til en fortrolig problemstilling"
-
-msgid "Webhooks|URL is triggered when the job status changes"
-msgstr "URL'en udløses når jobstatussen ændres"
-
-msgid "Webhooks|URL is triggered when the pipeline status changes"
-msgstr "URL'en udløses når pipelinestatussen ændres"
-
-msgid "Webhooks|URL must be percent-encoded if neccessary."
-msgstr "URL'en skal være procentkodet hvis det er nødvendigt."
-
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr "Igangværende arbejde (åbne og tildelte)"
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ msgstr "Du er ved at fjerne %{group_name}. Det sletter ogsĂĄ alle dens undergrup
msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr "Du er ved at fjerne forgreningsrelationen fra %{project_full_name}. Er du HELT sikker?"
+msgid "You are going to transfer %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr "Du er ved at overføre %{project_full_name} til et andet navnerum. Er du HELT SIKKER?"
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr "Du kan ogsĂĄ teste din %{gitlab_ci_yml} i %{lint_link_start}CI Lint%{lin
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "Du kan ogsĂĄ uploade eksisterende filer fra din computer ved at bruge instruktionerne nedenunder."
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr "Du kan let bidrage til dem ved at anmode om at deltage i grupperne."
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr "Du har ikke tilladelse til at forlade denne %{namespaceType}."
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr "Du har ikke tilladelse til at køre webterminalen. Kontakt venligst en projektadministrator."
@@ -40737,6 +41285,9 @@ msgstr "Du har ikke tilstrækkelige tilladelser til at oprette en HTTP-integreri
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr "Du har ikke tilstrækkelige tilladelser til at oprette en vagtplan for projektet"
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr "Du har ikke tilstrækkelige tilladelser til at fjerne en vagtplansrotation fra projektet"
@@ -40776,7 +41327,7 @@ msgstr "Du har nået din projektgrænse"
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr "Du har opsat 2FA til din konto! Hvis du mister adgang til din 2FA-enhed, så kan du bruge dine gendannelseskoder til at få adgang til din konto. Ellers kan du, hvis du uploader en SSH-nøgle, %{anchorOpen}bruge nøglen til at generere yderligere gendannelseskoder%{anchorClose}."
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr "Du forlod \"%{membershipable_human_name}\" %{source_type}."
msgid "You may close the milestone now."
msgstr "Du kan nu lukke milepælen."
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,8 +41726,8 @@ msgstr "Dit navn"
msgid "Your new %{type}"
msgstr "Din nye %{type}"
-msgid "Your new SCIM token"
-msgstr "Din nye SCIM-token"
+msgid "Your new access token has been created."
+msgstr ""
msgid "Your new comment"
msgstr "Din nye kommentar"
@@ -41181,9 +41735,6 @@ msgstr "Din nye kommentar"
msgid "Your new personal access token has been created."
msgstr "Din nye personlige adgangstoken er blevet oprettet."
-msgid "Your new project access token has been created."
-msgstr "Din nye projektadgangstoken er blevet oprettet."
-
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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr "Dit abonnement udløb!"
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr "godkendt af: "
@@ -41463,6 +42022,9 @@ msgstr "kan ikke ændres hvis et personligt projekt har beholderregistermærkate
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr "kan ikke aktiveres fordi forældergruppe ikke tillader det"
@@ -41835,6 +42397,9 @@ msgstr "committed"
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr "oprettet %{issuable_created} af %{author}"
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr "oprettet %{timeAgoString} af %{email} via %{user}"
-msgid "created %{timeAgoString} by %{user}"
-msgstr "oprettet %{timeAgoString} af %{user}"
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr "oprettet %{timeAgoString} af %{user} i Jira"
-
msgid "created %{timeAgo}"
msgstr "oprettet %{timeAgo}"
@@ -41995,6 +42554,9 @@ msgstr "mislykket"
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr "frontmatter"
msgid "group"
msgstr "gruppe"
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr "gruppemedlemmer"
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr "er ikke tilladt eftersom gruppen ikke er topniveaugruppe."
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr "indlæser"
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "lĂĄst af %{path_lock_user_name} %{created_at}"
-msgid "log in"
-msgstr "log ind"
-
msgid "manual"
msgstr "manuelt"
@@ -42297,9 +42865,6 @@ msgstr "Sammenlægningsanmodningen indeholder ingen ændringer."
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr " Gendan den venligst eller brug en anden %{missingBranchName}-gren"
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,8 +42987,8 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr "Skjul %{widget}-detaljer"
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
-msgstr "Hvis grenen %{missingBranchName} findes i dit lokale depot, så kan du sammenlægge sammenlægningsanmodningen manuelt med kommandolinjen"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
+msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr "Hvis den sidste pipeline kørte i forgreningsprojektet, så kan den være upræcis. Inden sammenlægning anbefaler vi at køre en pipeline i projektet."
@@ -42469,6 +43034,9 @@ msgstr "Sammenlægning blokeret: pipeline skal lykkes. Den venter på en manuel
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr "Sammenlægning mislykkedes."
@@ -42523,6 +43091,9 @@ msgstr "Ă…bn i web-IDE"
msgid "mrWidget|Plain diff"
msgstr "Ren diff"
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr "Klar til at blive sammenlagt automatisk. Spørg nogen med skriveadgang til depotet om at sammenlægge anmodningen"
@@ -42568,6 +43139,9 @@ msgstr "Indstillet af %{merge_author} til at starte et sammenlægningstog når p
msgid "mrWidget|Show %{widget} details"
msgstr "Vis %{widget}-detaljer"
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr "Ændringerne blev sammenlagt i"
@@ -42577,9 +43151,6 @@ msgstr "Ændringerne blev ikke sammenlagt i"
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr "Kildegrenen er blevet slettet"
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr "Din adgangskode"
-msgid "mrWidget|branch does not exist."
-msgstr "Grenen findes ikke."
-
msgid "mrWidget|into"
msgstr "i"
@@ -42899,9 +43467,6 @@ msgstr "depot:"
msgid "required"
msgstr "kræves"
-msgid "reset it."
-msgstr "nulstil den."
-
msgid "satisfied"
msgstr "opfyldt"
@@ -43082,9 +43647,6 @@ msgstr "brugeravatar"
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr "brugerpræferencer"
-
msgid "username"
msgstr "brugernavn"
diff --git a/locale/de/gitlab.po b/locale/de/gitlab.po
index ccd4eff4bf3..ba82faa9a92 100644
--- a/locale/de/gitlab.po
+++ b/locale/de/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: de\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:22\n"
+"PO-Revision-Date: 2022-02-02 15:45\n"
msgid " %{start} to %{end}"
msgstr " %{start} bis %{end}"
@@ -68,7 +68,7 @@ msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr "\"%{path}\" existiert nicht auf \"%{ref}\""
msgid "\"%{repository_name}\" size (%{repository_size}) is larger than the limit of %{limit}."
-msgstr ""
+msgstr "\"%{repository_name}\" (%{repository_size}) ĂĽberschreitet das Limit von %{limit}."
msgid "#%{issueIid} (closed)"
msgstr "#%{issueIid} (geschlossen)"
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] "%d URL gescannt"
msgstr[1] "%d URLs gescannt"
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%d Genehmigende(r)"
@@ -435,7 +455,7 @@ msgid "%{author_link} cloned %{original_issue} to %{new_issue}."
msgstr "%{author_link} hat %{original_issue} zu %{new_issue} geklont."
msgid "%{author_link} cloned %{original_issue}. You don't have access to the new project."
-msgstr ""
+msgstr "%{author_link} hat %{original_issue} geklont. Du hast keinen Zugriff auf das neue Projekt."
msgid "%{author_link} wrote:"
msgstr "%{author_link} schrieb:"
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] "%{bold_start}%{count}%{bold_end} offener Merge Request"
msgstr[1] "%{bold_start}%{count}%{bold_end} offene Merge Requests"
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr "%{code_open}Maskiert:%{code_close} In Job-Logs versteckt. Muss Maskier-Bedingungen erfĂĽllen."
@@ -570,7 +596,7 @@ msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled."
msgstr "%{doc_link_start}Erweiterte Suche%{doc_link_end} ist aktiviert."
msgid "%{docs_link_start}Learn about visibility levels.%{docs_link_end}"
-msgstr ""
+msgstr "%{docs_link_start}Erfahre mehr ĂĽber Sichtbarkeitsstufen.%{docs_link_end}"
msgid "%{docs_link_start}What is Large File Storage?%{docs_link_end}"
msgstr "%{docs_link_start}Was ist \"Large File Storage\"?%{docs_link_end}"
@@ -626,6 +652,9 @@ msgstr "%{group_name} Aktivität"
msgid "%{group_name} group members"
msgstr "%{group_name} Gruppenmitglieder"
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
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} nutzt Accounts, die von einer Gruppe verwaltet werden. Du musst dir einen neuen GitLab-Account erstellen, welcher von %{group_name} verwaltet wird."
@@ -722,6 +751,9 @@ msgstr "%{level_name} ist in einer %{group_level_name} -Gruppe nicht erlaubt."
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "%{level_name} ist nicht zulässig, da das Fork-Quellprojekt eine geringere Sichtbarkeit hat."
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr "%{link_start}Erfahre mehr%{link_end} ĂĽber Rollenberechtigungen."
@@ -731,6 +763,9 @@ msgstr "%{link_start}Entferne das %{draft_snippet} Präfix%{link_end} aus dem Ti
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr "%{link_start}Welche Informationen sammelt GitLab Inc.?%{link_end}"
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -868,7 +900,7 @@ msgid "%{reportType} detected %{totalStart}no%{totalEnd} vulnerabilities."
msgstr "%{reportType} hat %{totalStart} keine %{totalEnd} SicherheitslĂĽcken erkannt."
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}."
-msgstr ""
+msgstr "%{retryButtonStart}Versuche es erneut%{retryButtonEnd} oder %{newFileButtonStart}fĂĽge eine neue Datei hinzu%{newFileButtonEnd}."
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation_link}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr "%{rotation} wurde mit den verbliebenen Beteiligten neu errechnet. Bitte den neuen Stand von %{rotation_link} ĂĽberprĂĽfen. Wir empfehlen, sich mit den aktuellen Bereitschaftsverantwortlichen in Verbindung zu setzen, um eine kontinuierliche Anrufbereitschaft sicherzustellen."
@@ -876,6 +908,9 @@ msgstr "%{rotation} wurde mit den verbliebenen Beteiligten neu errechnet. Bitte
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr "%{rotation} wurde mit den verbliebenen Beteiligten neu errechnet. Bitte die neue Einrichtung fĂĽr %{rotation} ĂĽberprĂĽfen. Wir empfehlen, sich mit den aktuellen Bereitschaftsverantwortlichen in Verbindung zu setzen, um eine kontinuierliche Anrufbereitschaft sicherzustellen."
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr "%{scope} Ergebnisse fĂĽr Suchwort '%{term}'"
@@ -1449,7 +1484,7 @@ msgid ":%{startLine} to %{endLine}"
msgstr ":%{startLine} bis %{endLine}"
msgid "A %{incident_docs_start}modified issue%{incident_docs_end} to guide the resolution of incidents."
-msgstr ""
+msgstr "Ein %{incident_docs_start}modifiziertes Ticket%{incident_docs_end}, um Störfälle zu beenden."
msgid "A .NET Core console application template, customizable for any .NET Core project"
msgstr "Eine .NET Core-Konsolenanwendungsvorlage, anpassbar fĂĽr jedes .NET Core-Projekt"
@@ -1509,7 +1544,7 @@ msgid "A group is a collection of several projects"
msgstr "Eine Gruppe ist eine Ansammlung mehrerer Projekte"
msgid "A group represents your organization in GitLab. Groups allow you to manage users and collaborate across multiple projects."
-msgstr ""
+msgstr "Eine Gruppe repräsentiert deine Organisation in GitLab. Mithilfe von Gruppen kannst du Benutzer(innen) verwalten und über mehrere Projekte hinweg zusammenarbeiten."
msgid "A job artifact is an archive of files and directories saved by a job when it finishes."
msgstr ""
@@ -1572,7 +1607,7 @@ msgid "A rebase is already in progress."
msgstr ""
msgid "A sign-in to your account has been made from the following IP address: %{ip}"
-msgstr ""
+msgstr "Eine Anmeldung in dein Konto ging von der folgenden IP-Adresse aus: %{ip}"
msgid "A title is required"
msgstr ""
@@ -1581,7 +1616,7 @@ 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"
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
-msgstr ""
+msgstr "AKTION NĂ–TIG: Beim Abrufen des Let's Encrypt-Zertifikats fĂĽr die GitLab Pages-Domain '%{domain}' trat ein Fehler auf."
msgid "API"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr "Es kann nicht fĂĽr den Zugriff auf andere Daten verwendet werden."
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr "Persönliches Zugangs-Token"
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr "CHANGELOG hinzufĂĽgen"
msgid "Add CONTRIBUTING"
msgstr "CONTRIBUTING hinzufĂĽgen"
-msgid "Add GitLab to Slack"
-msgstr "GitLab zu Slack hinzufĂĽgen"
-
msgid "Add Jaeger URL"
msgstr "Jaeger URL hinzufĂĽgen"
@@ -1991,7 +2011,7 @@ msgstr "Kubernetes-Cluster hinzufĂĽgen"
msgid "Add LICENSE"
msgstr "LIZENZ hinzufĂĽgen"
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr "GPG-SchlĂĽssel hinzufĂĽgen"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr "SSH-SchlĂĽssel hinzufĂĽgen"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr "System-Hook hinzufĂĽgen"
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr "Zu Slack hinzufĂĽgen"
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr "Fehler beim Laden der Statistik. Bitte versuche es erneut"
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr "Admin"
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr "Das bist du!"
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr "Benutzer(in) wird abgemeldet"
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3393,7 +3431,7 @@ msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
-msgstr ""
+msgstr "Die aktuelle Integration konnte nicht aktualisiert werden. Bitte versuche es erneut."
msgid "AlertsIntegrations|The integration could not be added. Please try again."
msgstr ""
@@ -3533,22 +3571,13 @@ msgstr "Erlaube es Projekten in dieser Gruppe Git LFS zu verwenden"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 "Anfragen an das lokale Netzwerk von System-Hooks erlauben"
-
-msgid "Allow requests to the local network from web hooks and services"
-msgstr "Anfragen an das lokale Netzwerk von Web-Hooks und Diensten erlauben"
-
msgid "Allow subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3615,7 +3644,7 @@ msgid "Alternate support URL for Help page and Help dropdown."
msgstr ""
msgid "Alternatively, you can convert your account to a managed account by the %{group_name} group."
-msgstr ""
+msgstr "Alternativ kannst du dein Konto in ein verwaltetes Konto der Gruppe %{group_name} konvertieren."
msgid "Amazon EKS"
msgstr "Amazon EKS"
@@ -3659,9 +3688,6 @@ msgstr "Es ist ein Fehler aufgetreten"
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr "Beim HinzufĂĽgen eines Entwurfs zur Diskussion ist ein Fehler aufgetreten."
@@ -3809,18 +3835,15 @@ 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 pipelines jobs."
+msgstr ""
+
msgid "An error occurred while fetching the releases. Please try again."
msgstr "Beim Abrufen der Releases ist ein Fehler aufgetreten. Bitte versuche es erneut."
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 autocomplete data. Please refresh the page and try again."
-msgstr ""
-
msgid "An error occurred while getting files for - %{branchId}"
msgstr ""
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr "Genehmigungsberechtigte(r)"
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr "Möchtest du wirklich dieses Projekt aus dem Archiv zurückholen?"
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr "Bist du sicher, dass du diese Identität entfernen willst?"
msgid "Are you sure you want to remove this list?"
msgstr ""
-msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
-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?"
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr "Avatar wird entfernt. Bist du sicher?"
msgid "Average per day: %{average}"
msgstr "Durchschnitt pro Tag: %{average}"
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr "Vorsicht. Änderungen am Projektnamensraum können unbeabsichtigte Nebenwirkungen haben."
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr "Unten findest du alle Gruppen, die öffentlich sind."
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ 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 to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr "Bitbucket-Import"
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr "Zusammengeführte Branches löschen"
msgid "Branches|Delete protected branch"
msgstr "Geschützten Branch löschen"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "Geschützten Branch '%{branch_name}' löschen?"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
msgstr ""
-msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "Das Löschen des Branches '%{branch_name}' kann nicht rückgängig gemacht werden. Bist du sicher?"
-
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
msgstr "Löschen der zusammengeführten Branches kann nicht rückgängig gemacht werden. Bist du sicher?"
@@ -5958,9 +5990,6 @@ msgstr "Neuer Branch"
msgid "Branches|No branches to show"
msgstr "Keine Branches vorhanden"
-msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
-msgstr "Sobald du bestätigst und %{delete_protected_branch} drückst, kann der Vorgang weder rückgängig gemacht noch wiederhergestellt werden."
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr "Der Standardbranch kann nicht gelöscht werden"
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
msgstr ""
-msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-msgstr "Dieser Branch wurde noch nicht mit %{default_branch} zusammengefĂĽhrt."
-
-msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
-msgstr "Um Datenverlust zu vermeiden, überlege diesen Branch zu mergen, bevor du ihn löschst."
-
-msgid "Branches|To confirm, type %{branch_name_confirmation}:"
-msgstr "Gib zur Bestätigung %{branch_name_confirmation} ein:"
-
msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
msgstr "Um die lokalen Änderungen zu verwerfen und den Branch mit der Upstream-Version zu überschreiben, lösche ihn hier und wähle oben \"Jetzt aktualisieren\"."
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "Du bist dabei den geschützten Branch %{branch_name} dauerhaft löschen."
-
msgid "Branches|diverged from upstream"
msgstr "weicht vom Upstream ab"
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr "Standardmäßig verwenden alle Projekte und Gruppen die globalen Einstellungen für Benachrichtigungen."
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "von"
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr "Kann nicht automatisch zusammengefĂĽhrt werden"
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr "Der Missbrauchsbericht kann nicht erstellt werden. Der/Die Benutzer(in) wurde gelöscht."
@@ -6915,6 +6956,9 @@ msgstr "(x%{numberOfUsers})"
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr "Diesen Merge-Request cherry picken"
msgid "Child"
msgstr "Untergeordnet"
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr "Untergeordnetes Epic existiert nicht."
@@ -7138,7 +7185,7 @@ msgid "Choose visibility level, enable/disable project features and their permis
msgstr ""
msgid "Choose what content you want to see on a group’s overview page."
-msgstr ""
+msgstr "Inhalte auswählen, die du auf Gruppenübersichtsseiten sehen willst."
msgid "Choose which Git strategy to use when fetching the project."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr "Client-Authentifizierungszertifikat"
-
-msgid "Client authentication key"
-msgstr "Client-AuthentifizierungsschlĂĽssel"
-
-msgid "Client authentication key password"
-msgstr "Kennwort fĂĽr den Client-AuthentifizierungsschlĂĽssel"
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr "SchlieĂźt dieses %{quick_action_target}."
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr "Commit (beim Bearbeiten der Commit-Nachricht)"
msgid "Commit Message"
msgstr "Commit-Nachricht"
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr "Tracing konfigurieren"
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr "Vorhandene Installation konfigurieren"
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr "Konfiguriere, wie ein(e) Benutzer(in) ein neues Konto erstellt."
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr "Bestätigen"
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr "Von mir erstellt"
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr "DNS"
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr "Standardklassifikationslabel"
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] "Bereitstellungen"
msgid "Deploy Keys"
msgstr "BereitstellungsschlĂĽssel"
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr "Bereitstellen auf..."
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr "Kommentar bearbeiten"
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr "Aktiviere die Klassifizierungskontrolle mithilfe eines externen Service"
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr "Gib unten deine Bitbucket-Server-URL und deinen persönlichen Zugriffsto
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr "Umgebung stoppen"
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr "geschĂĽtzt"
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr "Epic"
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr "Externe Autorisierung der Klassifikationsrichtlinie"
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
msgstr ""
-msgid "External authentication"
-msgstr "Externe Authentifizierung"
-
msgid "External authorization denied access to this project"
msgstr "Externe Autorisierung verbietet den Zugriff auf dieses Projekt"
-msgid "External authorization request timeout"
-msgstr "ZeitĂĽberschreitung fĂĽr externe Autorisierungsanfrage"
-
msgid "External storage URL"
msgstr ""
@@ -14531,6 +14653,54 @@ msgstr "Klassifizierungslabel"
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr "Wenn kein Klassifizierungslabel gesetzt ist, wird das Standardlabel `%{default_label}` benutzt."
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr "Feb"
@@ -15149,12 +15308,6 @@ msgstr "Filter"
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr "Filtern nach %{issuable_type}, die derzeit geschlossen sind."
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr "Fehler in deiner .gitlab-ci.yml gefunden:"
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr "Generiere einen Standardsatz von Labels"
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr "Geo"
-msgid "Geo Nodes"
-msgstr "Geo-Knoten"
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr "Fehlgeschlagen"
@@ -15767,12 +15935,6 @@ msgstr "Nächste Synchronisierung geplant um"
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr "Noch nicht synchronisiert"
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr "Ausstehende Synchronisation"
@@ -15821,16 +15986,19 @@ msgstr "Erneuter Download"
msgid "Geo|Remove"
msgstr "Entfernen"
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr "Tracking-Datenbankeintrag entfernen"
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr "sekundär"
msgid "Get a free instance review"
msgstr "Erhalte eine kostenlose InstanzprĂĽfung"
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr "Gruppen-Git-LFS-Status:"
@@ -16664,6 +16847,9 @@ msgstr "Gruppen-SAML muss zum Testen aktiviert sein"
msgid "Group URL"
msgstr "Gruppen-URL"
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr "Gruppenbetreuer können Gruppen-Runner unter %{link} registrieren"
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr "Die Pipeline-Minuten der Gruppe wurden erfolgreich zurĂĽckgesetzt."
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr "Gruppe benötigt ein separates Konto"
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr "Pipeline-Einstellungen wurden fĂĽr die Gruppe aktualisiert"
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr "Diese Einstellung wird auf %{ancestor_group} angewendet. Du kannst die E
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr "Du kannst die Berechtigungen deiner Gruppenmitglieder und den Zugriff au
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] "Werte ausblenden"
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr "Bereinigung erfolgreich gestartet"
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr "Ich akzeptiere die %{terms_link}"
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr "Identitäten"
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr "Wenn diese Option aktiviert ist, wird der Zugriff auf Projekte mit einem externen Service anhand ihrer Klassifizierungslabels ĂĽberprĂĽft."
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18044,7 +18248,7 @@ msgid "Import tasks from Phabricator into issues"
msgstr "Importieren Sie Aufgaben aus Phabricator in Tickets"
msgid "Import timed out. Import took longer than %{import_jobs_expiration} seconds"
-msgstr ""
+msgstr "Zeitüberschreitung beim Import: Dauerte länger als %{import_jobs_expiration} Sekunden"
msgid "ImportAProjectModal|Import from a project"
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -18844,7 +19057,7 @@ msgid "Indicates whether this runner can pick jobs without tags"
msgstr "Gibt an, ob dieser Runner Jobs ohne Tags auswählen kann"
msgid "Inform users without uploaded SSH keys that they can't push over SSH until one is added"
-msgstr ""
+msgstr "Informiere Benutzer:innen ohne SSH-Schlüssel, dass einer hinzugefügt werden muss, um pushen über SSH zu ermöglichen."
msgid "Infrastructure"
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr "Lade..."
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr "Lokalisierung"
@@ -21402,6 +21615,9 @@ msgstr "Sperren"
msgid "Lock %{issuableDisplayName}"
msgstr "Sperre %{issuableDisplayName}"
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr "Sperrungen bieten die Möglichkeit, bestimmte Dateien oder Ordner zu spe
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "Mit Smartcard einloggen"
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -22746,7 +23010,7 @@ msgid "Metrics|You can save a copy of this dashboard to your repository so it ca
msgstr ""
msgid "Metrics|You're about to permanently delete this metric. This cannot be undone."
-msgstr ""
+msgstr "Du wirst diese Metrik dauerhaft zu löschen. Dies kann nicht rückgängig gemacht werden."
msgid "Metrics|Your dashboard schema is invalid. Edit the dashboard to correct the YAML schema."
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr "Monate"
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr "Weitere Aktionen"
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr "Keine anderen Tags mit einem solchen Namen oder einer solchen Beschreibung"
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,8 +25241,29 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
-msgstr "Ausgehende Anfragen"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
+msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
msgstr ""
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,8 +26038,8 @@ msgstr "Zugriffsberechtigungen"
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
-msgstr "Berechtigungen, LFS, 2FA"
+msgid "Permissions and group features"
+msgstr ""
msgid "Personal Access Token"
msgstr "Persönlicher Zugangs-Token"
@@ -26029,9 +26305,6 @@ msgstr "Pipelines"
msgid "Pipelines charts"
msgstr "Pipelinediagramme"
-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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr "Baue mit Vertrauen"
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr "PlantUML"
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26687,7 +26990,7 @@ msgid "Preferences|Choose between fixed (max. 1280px) and fluid (%{percentage})
msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
-msgstr ""
+msgstr "Wähle aus, welche Inhalte du auf der Projektübersichtsseite sehen möchtest."
msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
@@ -26765,7 +27068,7 @@ msgid "Preferences|This feature is experimental and translations are not complet
msgstr "Dieses Feature ist experimentell und die Ăśbersetzungen sind noch nicht abgeschlossen"
msgid "Preferences|This setting allows you to customize the appearance of the syntax."
-msgstr ""
+msgstr "Diese Einstellung erlaubt es dir, das Aussehen der Syntax anzupassen."
msgid "Preferences|This setting allows you to customize the behavior of the system layout and default views."
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr "Avatar zuschneiden"
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr "Avatar wird entfernt. Bist du sicher?"
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ msgstr ""
msgid "Profiles|Clear status"
msgstr "Status löschen"
-msgid "Profiles|Click on icon to activate signin with one of the following services"
-msgstr ""
-
msgid "Profiles|Commit email"
msgstr ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr "Avatar entfernen"
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr "Neues Profilbild festlegen"
@@ -27250,9 +27559,6 @@ msgstr ""
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr "Gib deinen %{confirmationValue} zur Bestätigung ein:"
-msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
-msgstr ""
-
msgid "Profiles|Update profile settings"
msgstr "Profileinstellungen aktualisieren"
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ 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|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr "Ă–ffentliche Pipelines"
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr "Projekt-Sichtbarkeit verringern"
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr "Sichtbarkeit dieses Projekts verringern?"
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr "Das Repository muss mindestens eine Datei enthalten."
msgid "Repository size is above the limit."
msgstr "Die Repository-Größe liegt über dem Limit."
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr "Repository-Speicher"
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr "Fortsetzen"
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr "ZurĂĽcknehmen"
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr "Roadmap"
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr "Suche"
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr "Archivierungsformat auswählen"
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,8 +32748,8 @@ msgstr "Service-Desk"
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
-msgstr "Service-URL"
+msgid "Service Usage Data"
+msgstr ""
msgid "Service account generated successfully"
msgstr ""
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr "CI/CD einrichten"
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr "Pipeline-Minuten zurĂĽcksetzen"
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr "Verwendete Pipeline-Minuten zurĂĽcksetzen"
-msgid "Sherlock Transactions"
-msgstr "Sherlock-Transaktionen"
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr "Archivierte Projekte anzeigen"
msgid "Show archived projects only"
msgstr "Nur archivierte Projekte anzeigen"
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr "Befehl anzeigen"
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr "Zeige komplettes Rohprotokoll"
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr "Slack-Anwendung"
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr "Die Slack-Integration ermöglicht es dir, mit GitLab über Slash-Befehle im Chat-Fenster zu interagieren."
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ msgstr "Etwas ist schief gelaufen. Bitte versuche es erneut."
msgid "Something went wrong. Try again later."
msgstr ""
-msgid "Sorry, no epics matched your search"
-msgstr "Entschuldigung, keine Epics stimmten mit deiner Suche ĂĽberein"
-
msgid "Sorry, no projects matched your search"
msgstr "Entschuldigung, keine Projekte stimmten mit deiner Suche ĂĽberein"
@@ -33376,9 +33816,6 @@ msgstr "Zuletzt gesehen"
msgid "SortOptions|Last created"
msgstr "Zuletzt erstellt"
-msgid "SortOptions|Last updated"
-msgstr "Zuletzt aktualisiert"
-
msgid "SortOptions|Least popular"
msgstr "Am unbeliebtesten"
@@ -33578,7 +34015,7 @@ msgid "SourcegraphPreferences|This feature is experimental and currently limited
msgstr ""
msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
-msgstr ""
+msgstr "Diese Funktion ist experimentell und beschränkt auf öffentliche Projekte."
msgid "SourcegraphPreferences|This feature is experimental."
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr "Suche starten"
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr "Gib deine Nachricht an, um sie zu aktivieren"
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr "Abonniert"
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr "Sonntag"
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr "Zielbranch"
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr "Nutzungsbedingungen und Datenschutzerklärung"
msgid "Terms of Service and Privacy Policy"
msgstr "Nutzungsbedingungen und Datenschutzerklärung"
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr "Test"
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "Testabdeckung analysieren"
@@ -35144,7 +35632,7 @@ msgid "Thank you for your feedback!"
msgstr ""
msgid "Thank you for your report. A GitLab administrator will look into it shortly."
-msgstr ""
+msgstr "Vielen Dank fĂĽr deine Meldung. Ein:e GitLab-Admin wird sich der Sache in KĂĽrze widmen."
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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."
-
msgid "The application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ 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 contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
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 password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ msgstr "Die Pipeline wurde gelöscht"
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."
-msgid "The private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr "Der private SchlĂĽssel, der verwendet werden soll, wenn ein Clientzertifikat bereitgestellt wird. Dieser Wert wird im Ruhezustand verschlĂĽsselt."
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr "Dieses Projekt"
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr "Dieses Projekt ist archiviert und kann nicht kommentiert werden."
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr "Diese Einstellung kann in jedem Projekt ĂĽberschrieben werden."
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 "Zeit in Sekunden die GitLab auf die Antwort des externen Dienstes warten wird. Wenn der Dienst nicht rechtzeitig antwortet, wird der Zugriff verweigert."
-
msgid "Time of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 "Um einen SSH-SchlĂĽssel hinzuzufĂĽgen, musst du %{generate_link_start}einen generieren%{link_end} oder einen %{existing_link_start}vorhandenen SchlĂĽssel%{link_end} verwenden."
-
msgid "To add the entry manually, provide the following details to the application on your phone."
msgstr ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ msgstr ""
msgid "To widen your search, change or remove filters above."
msgstr ""
-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 "To-Do-Liste"
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr "Verfolge die Zeit mit Kurzbefehlen"
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr "Aktualisiert"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "Aktualisiert %{updated_at} von %{updated_by}"
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr "Zeige ersetzte Datei @ "
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr "Bezeichner"
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr "Links"
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr "Projekt"
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,11 +40498,11 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
-msgstr "Wenn die URL leer gelassen wird, können Klassifizierungslabels weiterhin angegeben werden, ohne projektübergreifende Eigenschaften auszuschalten oder einen externen Autorisierungscheck durchzuführen."
+msgid "When inactive, an external authentication provider must be used."
+msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
msgstr ""
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40367,7 +40900,7 @@ msgid "You are an admin, which means granting access to %{client_name} will allo
msgstr ""
msgid "You are attempting to delete a file that has been previously updated."
-msgstr ""
+msgstr "Du versuchst eine Datei zu löschen, die zuvor aktualisiert wurde."
msgid "You are attempting to update a file that has changed since you started editing it."
msgstr ""
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr "Du kannst einfach dazu beitragen, indem du um Aufnahme in diesen Gruppen
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr "Du hast die Projektbegrenzung erreicht"
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -40864,7 +41418,7 @@ msgid "You will first need to set up Jira Integration to use this feature."
msgstr ""
msgid "You will lose all changes you've made to this file. This action cannot be undone."
-msgstr ""
+msgstr "Alle deine Änderungen an dieser Datei gehen verloren. Dies kann nicht rückgängig gemacht werden."
msgid "You will lose all uncommitted changes you've made in this project. This action cannot be undone."
msgstr ""
@@ -41095,7 +41649,7 @@ msgid "Your comment could not be submitted! Please check your network connection
msgstr ""
msgid "Your comment could not be updated! Please check your network connection and try again."
-msgstr ""
+msgstr "Dein Kommentar konnte nicht aktualisiert werden! Bitte ĂĽberprĂĽfe deine Netzwerkverbindung und versuche es erneut."
msgid "Your comment will be discarded."
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr "Dein Name"
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr "Gruppe"
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "gesperrt durch %{path_lock_user_name} %{created_at}"
-msgid "log in"
-msgstr "einloggen"
-
msgid "manual"
msgstr "manuell"
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr "Bitte stelle es wieder her, oder verwende einen anderen Branch %{missingBranchName}"
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,8 +42987,8 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-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|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
+msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr "Merge fehlgeschlagen."
@@ -42523,6 +43091,9 @@ msgstr "In Web-IDE öffnen"
msgid "mrWidget|Plain diff"
msgstr "Unformatiertes Diff"
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr "Bereit zum automatischen Mergen. Bitte jemanden mit Schreibrechten zu diesem Repository diesen Merge-Request zu mergen"
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr "Die Ă„nderungen wurden gemerged nach"
@@ -42577,9 +43151,6 @@ msgstr "Die Ă„nderungen wurden nicht gemerged nach"
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr "Der Quellbranch wurde gelöscht"
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr "Dein Password"
-msgid "mrWidget|branch does not exist."
-msgstr "Branch existiert nicht."
-
msgid "mrWidget|into"
msgstr "in"
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr "ZurĂĽcksetzen."
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr "Benutzeravatar"
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr "Benutzername"
diff --git a/locale/el_GR/gitlab.po b/locale/el_GR/gitlab.po
index 5b12b90aa40..8eabb110e70 100644
--- a/locale/el_GR/gitlab.po
+++ b/locale/el_GR/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: el\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:22\n"
+"PO-Revision-Date: 2022-02-02 15:45\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/eo/gitlab.po b/locale/eo/gitlab.po
index 8b08938d39c..0f026fc1f2a 100644
--- a/locale/eo/gitlab.po
+++ b/locale/eo/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: eo\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:24\n"
+"PO-Revision-Date: 2022-02-02 15:48\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "de"
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr "Precize elekti ĉi tiun peton pri kunfando"
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] "Disponigadoj"
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr "La refreĹťigo komenciÄťis sukcese"
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr "Äenstabloj"
msgid "Pipelines charts"
msgstr "Äenstablaj diagramoj"
-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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr "Elektu formaton de arkivo"
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr "Vi ne povas krei pliajn projektojn"
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr "Via nomo"
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/es/gitlab.po b/locale/es/gitlab.po
index 5bb9c3f1ba4..6e4a6a19c43 100644
--- a/locale/es/gitlab.po
+++ b/locale/es/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: es-ES\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:21\n"
+"PO-Revision-Date: 2022-02-02 15:44\n"
msgid " %{start} to %{end}"
msgstr " %{start} hasta %{end}"
@@ -38,7 +38,7 @@ msgid " Type"
msgstr " Tipo"
msgid " You need to do this before %{grace_period_deadline}."
-msgstr ""
+msgstr "Necesita hacer esto antes de %{grace_period_deadline}."
msgid " and "
msgstr " y "
@@ -113,8 +113,28 @@ msgstr[1] "%d URLs analizadas"
msgid "%d URL scanned"
msgid_plural "%d URLs scanned"
-msgstr[0] "%d URL escaneada"
-msgstr[1] "%d URLs escaneadas"
+msgstr[0] "%d URL analizada"
+msgstr[1] "%d URLs analizadas"
+
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
msgid "%d approver"
msgid_plural "%d approvers"
@@ -198,8 +218,8 @@ msgstr[1] "%d dĂ­as"
msgid "%d epic"
msgid_plural "%d epics"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d Ă©pica"
+msgstr[1] "%d Ă©picas"
msgid "%d error"
msgid_plural "%d errors"
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr "Actividad de %{group_name}"
msgid "%{group_name} group members"
msgstr "miembros del grupo %{group_name}"
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
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} utiliza cuentas administradas de grupo. Debe crear una nueva cuenta de GitLab que será administrada por %{group_name}."
@@ -722,6 +751,9 @@ msgstr "%{level_name} no está permitido en un grupo de %{group_level_name}."
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "%{level_name} no está permitido debido a que el fork del proyecto origen tiene menor visibilidad."
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr "%{link_start}Obtener más información%{link_end} sobre los roles."
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr "%{placeholder} no es un tema válido"
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,11 +908,14 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr "%{scope} resultados para el término '%{term}'"
msgid "%{search} %{description} %{scope}"
-msgstr ""
+msgstr "%{search}%{description}%{scope}"
msgid "%{seconds}s"
msgstr "%{seconds} s"
@@ -1027,7 +1062,7 @@ msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr "%{total} advertencias encontradas: mostrando la primera %{warningsDisplayed}"
msgid "%{type} only supports %{name} name"
-msgstr ""
+msgstr "%{type} solo admite %{name} nombre"
msgid "%{userName} (cannot merge)"
msgstr ""
@@ -1081,7 +1116,7 @@ msgid "%{webhooks_link_start}%{webhook_type}%{link_end} enable you to send notif
msgstr "%{webhooks_link_start}%{webhook_type}%{link_end} le permiten enviar notificaciones a aplicaciones web en respuesta a eventos en un grupo o proyecto. Recomendamos utilizar una %{integrations_link_start}integraciĂłn%{link_end} en lugar de un webhook."
msgid "%{widget} options"
-msgstr ""
+msgstr "%{widget} opciones"
msgid "%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}v*%{code_tag_end} or %{code_tag_start}*-release%{code_tag_end} are supported."
msgstr ""
@@ -1161,7 +1196,7 @@ msgid "(max size 15 MB)"
msgstr "(tamaño máximo 15 MB)"
msgid "(optional)"
-msgstr ""
+msgstr "(opcional)"
msgid "(removed)"
msgstr "(eliminado)"
@@ -1659,10 +1694,10 @@ msgid "APIFuzzing|Predefined profiles"
msgstr "Perfiles predefinidos"
msgid "APIFuzzing|Scan mode"
-msgstr "Modo de escaneo"
+msgstr "Modo de análisis"
msgid "APIFuzzing|Scan profile"
-msgstr "Perfil de escaneo"
+msgstr "Perfil de análisis"
msgid "APIFuzzing|Show code snippet for the profile"
msgstr "Mostrar fragmento de cĂłdigo para el perfil"
@@ -1671,7 +1706,7 @@ msgid "APIFuzzing|Target URL"
msgstr "URL de destino"
msgid "APIFuzzing|There are three ways to perform scans."
-msgstr "Hay tres maneras de realizar escaneos."
+msgstr "Hay tres maneras de realizar los análisis."
msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr "No se puede utilizar para acceder a ningĂşn otro dato."
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr "Mantenga este token en secreto. Cualquiera que lo tenga puede acceder a los objetos estáticos del repositorio como si fuera usted. Si eso sucede alguna vez, %{reset_link_start}reinice este token%{reset_link_end}."
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr "Mantenga este token en secreto. Cualquiera que lo tenga puede crear incidencias como si fuera usted. Si eso sucede, %{link_reset_it}."
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr "Mantenga este token en secreto. Cualquiera que lo tenga puede leer la actividad o crear anuncios RSS o anuncios en su calendario como si fuera usted. Si eso sucede, %{link_reset_it}."
-
msgid "AccessTokens|Personal Access Tokens"
msgstr "Tokens de acceso personal"
@@ -1871,9 +1897,6 @@ msgstr "Su token de correo electrĂłnico entrante lo autentica cuando crea una nu
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr "reiniciar este token"
-
msgid "AccessibilityReport|Learn more"
msgstr "Obtener más información"
@@ -1914,7 +1937,7 @@ msgid "AccountValidation|In order to use free CI/CD minutes on shared runners, y
msgstr ""
msgid "AccountValidation|Learn more."
-msgstr ""
+msgstr "Más información."
msgid "AccountValidation|Looks like you’ll need to validate your account to use free CI/CD minutes"
msgstr ""
@@ -1926,7 +1949,7 @@ msgid "AccountValidation|Verification is required to discourage and reduce the a
msgstr ""
msgid "AccountValidation|unsubscribe"
-msgstr ""
+msgstr "Cancelar suscripciĂłn"
msgid "AccountValidation|you may %{unsubscribe_link} at any time."
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr "Añadir CHANGELOG"
msgid "Add CONTRIBUTING"
msgstr "Añadir CONTRIBUTING"
-msgid "Add GitLab to Slack"
-msgstr "Añadir GitLab a Slack"
-
msgid "Add Jaeger URL"
msgstr "Añadir URL de Jaeger"
@@ -1991,8 +2011,8 @@ msgstr "Añadir clúster de Kubernetes"
msgid "Add LICENSE"
msgstr "Añadir LICENSE"
-msgid "Add New Node"
-msgstr "Añadir un nuevo nodo"
+msgid "Add New Site"
+msgstr ""
msgid "Add README"
msgstr "Añadir README"
@@ -2006,6 +2026,9 @@ msgstr "Añadir un %{type}"
msgid "Add a GPG key"
msgstr "Añadir una clave GPG"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2064,7 +2087,7 @@ msgid "Add a task list"
msgstr "Añadir una lista de tareas"
msgid "Add a title..."
-msgstr ""
+msgstr "Añadir un título..."
msgid "Add a to do"
msgstr "Añadir a tareas pendientes"
@@ -2072,6 +2095,9 @@ msgstr "Añadir a tareas pendientes"
msgid "Add an SSH key"
msgstr "Añadir una clave SSH"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr "Añadir una incidencia existente"
@@ -2189,9 +2215,6 @@ msgstr "Añadir hook del sistema"
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr "Añadir a Slack"
-
msgid "Add to board"
msgstr "Agregar al tablero"
@@ -2316,7 +2339,7 @@ msgid "Adds %{labels} %{label_text}."
msgstr "Agrega %{labels} %{label_text}."
msgid "Adds a Zoom meeting."
-msgstr ""
+msgstr "Añadir una reunión de Zoom."
msgid "Adds a to do."
msgstr "Añade una tarea pendiente."
@@ -2325,7 +2348,7 @@ msgid "Adds an issue to an epic."
msgstr "Agregar una incidencia a una tarea Ă©pica."
msgid "Adds email participant(s)."
-msgstr ""
+msgstr "Añadir las direcciones de correo electrónico de los participantes"
msgid "Adjust how frequently the GitLab UI polls for updates."
msgstr "Ajusta la frecuencia con la que la interfaz de usuario de GitLab busca actualizaciones."
@@ -2421,7 +2444,7 @@ msgid "AdminArea|Maintainer"
msgstr "Mantenedor"
msgid "AdminArea|Minimal access"
-msgstr ""
+msgstr "Acceso mĂ­nimo"
msgid "AdminArea|New group"
msgstr "Nuevo grupo"
@@ -2489,6 +2512,12 @@ msgstr ""
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"
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr "(Desactivado)"
msgid "AdminUsers|(Internal)"
msgstr "(Interno)"
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr "(Pendiente de aprobaciĂłn)"
@@ -2681,7 +2713,7 @@ msgstr "Ajuste la configuraciĂłn del lĂ­mite de usuarios en tu instancia"
msgid "AdminUsers|Admin"
msgstr "Admin"
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2697,7 +2729,7 @@ msgid "AdminUsers|Approved users can:"
msgstr "Los usuarios aprobados pueden:"
msgid "AdminUsers|Auditor"
-msgstr ""
+msgstr "Auditor"
msgid "AdminUsers|Auditors have read-only access to all groups, projects, and users."
msgstr ""
@@ -2807,6 +2839,9 @@ msgstr "¡Es usted!"
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr "Iniciar sesiĂłn"
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr "El usuario no puede iniciar sesiĂłn."
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr "El usuario será desconectado"
@@ -2972,8 +3010,8 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
-msgstr "No puede eliminar sus propios derechos de administraciĂłn."
+msgid "AdminUsers|You cannot remove your own administrator access."
+msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
msgstr "Debe transferir la propiedad o eliminar los grupos que son propiedad de este usuario antes de poder eliminar su cuenta"
@@ -3066,7 +3104,7 @@ msgid "After you've reviewed these contribution guidelines, you'll be all set to
msgstr ""
msgid "Akismet"
-msgstr ""
+msgstr "Akismet"
msgid "Akismet API Key"
msgstr "Clave de API de Akismet"
@@ -3192,7 +3230,7 @@ msgid "AlertManagement|There was an error displaying the alerts. Confirm your en
msgstr ""
msgid "AlertManagement|There was an error while updating the assignee(s) list. Please try again."
-msgstr ""
+msgstr "Se ha producido un error mientras se actualizaba la lista de asignados. Por favor, inténtelo de nuevo."
msgid "AlertManagement|There was an error while updating the assignee(s) of the alert. Please try again."
msgstr ""
@@ -3533,22 +3571,13 @@ msgstr "Permitir que los proyectos dentro de este grupo usen Git LFS"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
msgstr ""
-msgid "Allow requests to the local network from hooks and services."
-msgstr "Permitir peticiones a la red local desde los hooks y los servicios."
-
-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 "Permitir solicitudes a la red local desde web hooks y servicios"
-
msgid "Allow subgroups to set up their own two-factor authentication rules"
msgstr "Permitir que los subgrupos configuren sus propias reglas de autenticaciĂłn de dos factores"
msgid "Allow this key to push to this repository"
msgstr "Permitir a esta clave hacer push a este repositorio"
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr "Se ha producido un error"
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr "Se ha producido un error al agregar un borrador a la discusiĂłn."
@@ -3809,18 +3835,15 @@ msgstr "Se ha producido un error al obtener los trabajos."
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 fetching the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while fetching the releases. Please try again."
msgstr "Se ha producido un error al obtener las versiones. Por favor, inténtelo de nuevo."
msgid "An error occurred while fetching this tab."
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 autocomplete data. Please refresh the page and try again."
-msgstr "Se ha producido un error al obtener datos de autocompletado. Por favor, actualice la página e inténtelo de nuevo."
-
msgid "An error occurred while getting files for - %{branchId}"
msgstr "Se ha producido un error al obtener los archivos de - %{branchId}"
@@ -4374,11 +4397,8 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr "Añadir aprobadores"
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
-msgstr "Todos los escáneres"
+msgstr "Todos los análisis"
msgid "ApprovalRule|All severity levels"
msgstr "Todos los niveles de gravedad"
@@ -4407,9 +4427,6 @@ msgstr "Tipo de aprobador"
msgid "ApprovalRule|Approvers"
msgstr "Aprobadores"
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr "Ejemplos: QA, Seguridad."
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4441,7 +4458,7 @@ msgid "ApprovalRule|Please enter a number equal or greater than zero"
msgstr "Por favor, introduzca un nĂşmero igual o superior a cero"
msgid "ApprovalRule|Please select at least one security scanner"
-msgstr "Por favor, seleccione al menos un escáner de seguridad"
+msgstr "Por favor, seleccione al menos un análisis de seguridad"
msgid "ApprovalRule|Please select at least one severity level"
msgstr "Por favor seleccione al menos un nivel de gravedad"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4462,11 +4479,14 @@ msgid "ApprovalRule|Rule name"
msgstr "Nombre de la regla"
msgid "ApprovalRule|Security scanners"
-msgstr "Escáneres de seguridad"
+msgstr "Análisis de seguridad"
msgid "ApprovalRule|Select All"
msgstr "Seleccionar todo"
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr "Seleccionar escáneres"
@@ -4482,7 +4502,7 @@ msgstr "Niveles de gravedad"
msgid "ApprovalRule|Target branch"
msgstr "Branch de destino"
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr "¿Está seguro de que desea desarchivar este proyecto?"
msgid "Are you sure you want to %{action} %{name}?"
msgstr "¿Está seguro que desea %{action} %{name}?"
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr "¿Está seguro de que desea eliminar esta identidad?"
msgid "Are you sure you want to remove this list?"
msgstr "¿Está seguro de que desea eliminar esta lista?"
-msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
-msgstr "¿Está seguro de que desea restablecer el token SCIM? La provisión de SCIM dejará de funcionar hasta que se actualice el nuevo token."
-
msgid "Are you sure you want to reset the health check token?"
msgstr "¿Está seguro que desea restablecer el token de verificación de estado?"
@@ -4802,7 +4828,7 @@ msgstr "Pregunta de nuevo más tarde"
msgid "Ask someone with write access to resolve it."
msgstr "Pedir a alguien con acceso de escritura que lo resuelva."
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -4839,7 +4865,7 @@ msgid "Assign reviewer(s)"
msgstr "Asignar revisores"
msgid "Assign severity"
-msgstr ""
+msgstr "Asignar gravedad"
msgid "Assign some issues to this milestone."
msgstr "Asignar algunas incidencias a este hito."
@@ -4848,10 +4874,10 @@ msgid "Assign to"
msgstr "Asignar a"
msgid "Assign to commenting user"
-msgstr ""
+msgstr "Asignar al usuario que comenta"
msgid "Assign to me"
-msgstr ""
+msgstr "Asignar a mĂ­"
msgid "Assign yourself to these issues"
msgstr "Asignarse estas incidencias"
@@ -4863,7 +4889,7 @@ msgid "Assigned %{assignee_users_sentence}."
msgstr "Asignado a %{assignee_users_sentence}."
msgid "Assigned %{reviewer_users_sentence} as %{reviewer_text}."
-msgstr ""
+msgstr "Asignado %{reviewer_users_sentence} como %{reviewer_text}."
msgid "Assigned Issues"
msgstr "Incidencias asignadas"
@@ -4978,7 +5004,7 @@ msgid "AuditLogs|IP Address"
msgstr "DirecciĂłn IP"
msgid "AuditLogs|Member Events"
-msgstr ""
+msgstr "Eventos de miembros"
msgid "AuditLogs|No matching %{type} found."
msgstr "No se encontraron %{type} coincidentes."
@@ -5244,6 +5270,9 @@ msgstr "El avatar será eliminado. ¿Está seguro?"
msgid "Average per day: %{average}"
msgstr "Promedio por dĂ­a: %{average}"
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr "Premio añadido"
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr "Basado en"
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr "Tenga cuidado. Cambiar el espacio de nombres del proyecto puede tener efectos secundarios no deseados."
@@ -5403,6 +5435,9 @@ msgstr "A continuaciĂłn se muestran los ajustes relativos a %{link_to_gitlab_pag
msgid "Below you will find all the groups that are public."
msgstr "A continuación encontrará todos los grupos públicos."
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr "Cobertura de cĂłdigo quincenal"
@@ -5418,9 +5453,6 @@ msgstr "%{group_name} está actualmente usando el %{plan_name}."
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr "@%{user_name} está utilizando el %{plan_name}."
-msgid "BillingPlans|Compare all plans"
-msgstr "Comparar todos los planes"
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr "Enhorabuena, su plan de prueba está activado."
@@ -5457,9 +5489,6 @@ 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 to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5515,7 +5544,7 @@ msgid "Billings|Reactivate trial"
msgstr "Reactivar el periodo de prueba"
msgid "Billings|Shared runners cannot be enabled until a valid credit card is on file."
-msgstr ""
+msgstr "No se pueden habilitar los ejecutores compartidos hasta que se registre una tarjeta de crédito válida."
msgid "Billings|To use free CI/CD minutes on shared runners, you’ll need to validate your account with a credit card. If you prefer not to provide one, you can run pipelines by bringing your own runners and disabling shared runners for your project. This is required to discourage and reduce abuse on GitLab infrastructure. %{strongStart}GitLab will not charge your card, it will only be used for validation.%{strongEnd} %{linkStart}Learn more%{linkEnd}."
msgstr ""
@@ -5536,11 +5565,17 @@ msgid "Billings|You'll now be able to take advantage of free CI/CD minutes on sh
msgstr ""
msgid "Billings|Your account has been validated"
+msgstr "Su cuenta ha sido validada"
+
+msgid "Billing|%{user} was successfully approved"
msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr "Importar desde Bitbucket"
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr "Bloquear usuario"
@@ -5652,19 +5690,19 @@ msgid "Board scope affects which issues are displayed for anyone who visits this
msgstr "El alcance del panel de control afecta qué problemas se muestran para cualquiera persona que visite este panel"
msgid "BoardNewEpic|Groups"
-msgstr ""
+msgstr "Grupos"
msgid "BoardNewEpic|Loading groups"
-msgstr ""
+msgstr "Cargando grupos"
msgid "BoardNewEpic|No matching results"
-msgstr ""
+msgstr "No hay resultados coincidentes"
msgid "BoardNewEpic|Search groups"
-msgstr ""
+msgstr "Buscar grupos"
msgid "BoardNewEpic|Select a group"
-msgstr ""
+msgstr "Seleccionar un grupo"
msgid "BoardNewIssue|No matching results"
msgstr "No hay resultados coincidentes"
@@ -5679,7 +5717,7 @@ msgid "BoardNewIssue|Select a project"
msgstr "Seleccionar un proyecto"
msgid "BoardScope|An error occurred while getting milestones, please try again."
-msgstr ""
+msgstr "Se ha producido un error al obtener los hitos, por favor inténtelo de nuevo."
msgid "BoardScope|An error occurred while searching for labels, please try again."
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr "Borrar ramas fusionadas"
msgid "Branches|Delete protected branch"
msgstr "Borrar rama protegida"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "ÂżBorrar rama protegida '%{branch_name}'?"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
msgstr ""
-msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "El borrado de la rama '%{branch_name}' no podrá deshacerse. ¿Está seguro?"
-
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
msgstr "El borrado de las ramas fusionadas no podrá deshacerse. ¿Está usted seguro?"
@@ -5958,9 +5990,6 @@ msgstr "Nueva rama"
msgid "Branches|No branches to show"
msgstr "No hay ramas para mostrar"
-msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
-msgstr "Una vez que confirme y pulse %{delete_protected_branch}, no se podrá ni deshacer ni recuperar la operación."
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr "No se puede eliminar la rama por defecto"
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
msgstr ""
-msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-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."
-
-msgid "Branches|To confirm, type %{branch_name_confirmation}:"
-msgstr "Para confirmar, teclee %{branch_name_confirmation}:"
-
msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
msgstr "Para descartar los cambios locales y sobreescribir la rama actual en el servidor, elimĂ­nela aquĂ­ y seleccione 'Actualizar ahora' en el enlace situado la parte superior."
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "Va a eliminar de forma permanente la rama protegida %{branch_name}."
-
msgid "Branches|diverged from upstream"
msgstr "Divergido desde el servidor"
@@ -6100,7 +6117,7 @@ msgid "Bulk request concurrency"
msgstr ""
msgid "Bulk update"
-msgstr ""
+msgstr "ActualizaciĂłn masiva"
msgid "BulkImport| %{host} is running outdated GitLab version (v%{version})"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr "Por defecto, todos los proyectos y grupos utilizarán la configuración de notificaciones global."
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "por"
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6462,7 +6500,7 @@ msgid "Can't load mermaid module: %{err}"
msgstr "No se puede cargar el mĂłdulo de Mermaid: %{err}"
msgid "Can't scan the code?"
-msgstr "ÂżNo puede escanear el cĂłdigo?"
+msgstr "ÂżNo puede analizar el cĂłdigo?"
msgid "Can't update snippet: %{err}"
msgstr "No se puede actualizar el fragmento de cĂłdigo: %{err}"
@@ -6495,7 +6533,7 @@ msgid "CanaryIngress|Doing so will set a deployment change in progress. This tem
msgstr ""
msgid "CanaryIngress|Stable"
-msgstr ""
+msgstr "Estable"
msgid "CanaryIngress|You are changing the ratio of the canary rollout for %{environment} compared to the stable deployment to:"
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr "No se puede hacer merge automáticamente"
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr "No se puede crear el informe de abuso. El usuario ha sido eliminado."
@@ -6576,7 +6617,7 @@ msgid "Cannot promote issue because it does not belong to a group."
msgstr "No se puede promocionar la incidencia porque no pertenece a un grupo."
msgid "Cannot promote issue due to insufficient permissions."
-msgstr ""
+msgstr "No se puede promocionar la incidencia debido a la falta de permisos."
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
@@ -6687,7 +6728,7 @@ msgid "ChangeReviewer|Reviewer changed from %{old} to %{new}"
msgstr "Revisor cambiado de %{old} a %{new}"
msgid "ChangeReviewer|Reviewer changed to %{new}"
-msgstr ""
+msgstr "Revisor cambiado a %{new}"
msgid "ChangeReviewer|Unassigned"
msgstr "Sin asignar"
@@ -6864,7 +6905,7 @@ msgid "Checkout"
msgstr ""
msgid "Checkout|$%{selectedPlanPrice} per 10 GB storage pack per year"
-msgstr ""
+msgstr "$%{selectedPlanPrice} por cada 10 GB de almacenamiento por año"
msgid "Checkout|$%{selectedPlanPrice} per pack of 1,000 minutes"
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr "(x%{numberOfUsers})"
msgid "Checkout|(x%{quantity})"
msgstr "(x%{quantity})"
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr "DirecciĂłn de facturaciĂłn"
@@ -7092,6 +7136,9 @@ msgstr "Escoger esta solicitud de fusiĂłn"
msgid "Child"
msgstr "Hijo"
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr "La subtarea Ă©pica no existe."
@@ -7392,15 +7439,6 @@ msgstr "Clic para ocultar"
msgid "Click to reveal"
msgstr "Haga clic para revelar"
-msgid "Client authentication certificate"
-msgstr "Certificado de autenticaciĂłn del cliente"
-
-msgid "Client authentication key"
-msgstr "Clave de autenticaciĂłn del cliente"
-
-msgid "Client authentication key password"
-msgstr "Contraseña de clave de autenticación del cliente"
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr "Cerrado: %{closed}"
msgid "Closes this %{quick_action_target}."
msgstr "Cierra este %{quick_action_target}."
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr "ClĂşster"
@@ -7521,23 +7565,23 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
-msgstr "%{number} de %{total} agentes"
+msgid "ClusterAgents|%{number} of %{total} Agents"
+msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
msgstr "%{number} de %{total} clústeres conectados a través de certificados de cluster"
msgid "ClusterAgents|%{titleIcon}Connected"
-msgstr ""
+msgstr "%{titleIcon} Conectado"
msgid "ClusterAgents|%{titleIcon}Not connected"
-msgstr ""
+msgstr "ClusterAgents|%{titleIcon} No conectado"
msgid "ClusterAgents|%{tokenName} created"
-msgstr ""
+msgstr "%{tokenName} creado"
msgid "ClusterAgents|%{tokenName} revoked"
-msgstr ""
+msgstr "%{tokenName} revocado"
msgid "ClusterAgents|Access tokens"
msgstr "Tokens de acceso"
@@ -7549,13 +7593,13 @@ msgid "ClusterAgents|Advanced installation methods"
msgstr "MĂ©todos de instalaciĂłn avanzados"
msgid "ClusterAgents|Agent"
-msgstr ""
+msgstr "Agente"
msgid "ClusterAgents|Agent %{strongStart}connected%{strongEnd}"
-msgstr ""
+msgstr "Agente %{strongStart}conectado%{strongEnd}"
msgid "ClusterAgents|Agent %{strongStart}disconnected%{strongEnd}"
-msgstr ""
+msgstr "Agente %{strongStart}desconectado%{strongEnd}"
msgid "ClusterAgents|Agent might not be connected to GitLab"
msgstr "Es posible que el agente no esté conectado a GitLab"
@@ -7564,43 +7608,43 @@ msgid "ClusterAgents|Agent never connected to GitLab"
msgstr "El agente nunca se ha conectado a GitLab"
msgid "ClusterAgents|All"
-msgstr ""
+msgstr "Todos"
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
-msgstr "Se ha producido un error al cargar sus agentes de GitLab"
+msgid "ClusterAgents|An error occurred while loading your Agents"
+msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
msgstr "Se ha producido un error al cargar su agente"
msgid "ClusterAgents|An error occurred while retrieving GitLab Agent activity. Reload the page to try again."
-msgstr ""
+msgstr "Se ha producido un error al recuperar la actividad del agente de GitLab. Recargue la página para volver a intentarlo."
msgid "ClusterAgents|An unknown error occurred. Please try again."
msgstr "Se ha producido un error desconocido. Por favor, inténtelo de nuevo."
msgid "ClusterAgents|Are you sure you want to delete this agent? You cannot undo this."
-msgstr ""
+msgstr "¿Está seguro de que desea eliminar este agente? Esta acción no se puede deshacer."
msgid "ClusterAgents|Certificate"
-msgstr ""
+msgstr "Certificado"
msgid "ClusterAgents|Configuration"
msgstr "ConfiguraciĂłn"
msgid "ClusterAgents|Connect a cluster through the Agent"
-msgstr ""
+msgstr "Conectar a un clĂşster mediante el agente"
msgid "ClusterAgents|Connect existing cluster"
-msgstr ""
+msgstr "Conectar a un clĂşster existente"
msgid "ClusterAgents|Connect with a certificate"
-msgstr ""
+msgstr "Conectar con un certificado"
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
-msgstr ""
+msgstr "Conectar con el agente de GitLab"
msgid "ClusterAgents|Connect your cluster through the Agent"
msgstr ""
@@ -7615,7 +7659,7 @@ msgid "ClusterAgents|Copy token"
msgstr "Copiar token"
msgid "ClusterAgents|Create a new cluster"
-msgstr ""
+msgstr "Crear un nuevo clĂşster"
msgid "ClusterAgents|Created by"
msgstr "Creado por"
@@ -7627,13 +7671,13 @@ msgid "ClusterAgents|Date created"
msgstr "Fecha de creaciĂłn"
msgid "ClusterAgents|Delete"
-msgstr ""
+msgstr "Eliminar"
msgid "ClusterAgents|Delete agent"
-msgstr ""
+msgstr "Eliminar agente"
msgid "ClusterAgents|Deprecated"
-msgstr ""
+msgstr "Obsoleto"
msgid "ClusterAgents|Description"
msgstr "DescripciĂłn"
@@ -7642,25 +7686,28 @@ msgid "ClusterAgents|Event occurred"
msgstr ""
msgid "ClusterAgents|Failed to register an agent"
-msgstr ""
+msgstr "Se ha producido un error al registrar un agente"
msgid "ClusterAgents|For the advanced installation method %{linkStart}see the documentation%{linkEnd}."
msgstr ""
msgid "ClusterAgents|GitLab Agent"
-msgstr ""
+msgstr "Agente de GitLab"
msgid "ClusterAgents|GitLab Agent for Kubernetes"
+msgstr "Agente de GitLab para Kubernetes"
+
+msgid "ClusterAgents|Give feedback"
msgstr ""
msgid "ClusterAgents|Go to the repository files"
-msgstr ""
+msgstr "Ir a los archivos del repositorio"
msgid "ClusterAgents|How to register an agent?"
-msgstr ""
+msgstr "ÂżCĂłmo registrar un agente?"
-msgid "ClusterAgents|Install a new agent"
-msgstr "Instalar un nuevo agente"
+msgid "ClusterAgents|Install new Agent"
+msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
msgstr "Ăšltima conexiĂłn %{timeAgo}"
@@ -7675,7 +7722,7 @@ msgid "ClusterAgents|Learn how to troubleshoot"
msgstr "Aprende a solucionar problemas"
msgid "ClusterAgents|Make sure you are using a valid token."
-msgstr ""
+msgstr "Asegúrese de estar utilizando un token válido"
msgid "ClusterAgents|Name"
msgstr "Nombre"
@@ -7686,7 +7733,7 @@ msgstr "Nunca"
msgid "ClusterAgents|Never connected"
msgstr "Nunca se ha conectado"
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7696,16 +7743,16 @@ msgid "ClusterAgents|Not connected"
msgstr "No está conectado"
msgid "ClusterAgents|Recommended"
-msgstr ""
+msgstr "Recomendado"
msgid "ClusterAgents|Recommended installation method"
msgstr "MĂ©todo de instalaciĂłn recomendado"
msgid "ClusterAgents|Register"
-msgstr ""
+msgstr "Registrar"
msgid "ClusterAgents|Register an agent to generate a token that will be used to install the agent on your cluster in the next step."
-msgstr ""
+msgstr "Registre un agente para generar un token que se utilizará para instalar el agente en su clúster en el siguiente paso."
msgid "ClusterAgents|Registering Agent"
msgstr "Registrando agente"
@@ -7713,16 +7760,31 @@ msgstr "Registrando agente"
msgid "ClusterAgents|Registration token"
msgstr "Token de registro"
-msgid "ClusterAgents|Security"
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
+msgid "ClusterAgents|Security"
+msgstr "Seguridad"
+
msgid "ClusterAgents|See Agent activity updates such as tokens created or revoked and clusters connected or not connected."
msgstr ""
msgid "ClusterAgents|Select an agent"
-msgstr ""
+msgstr "Seleccione un agente"
msgid "ClusterAgents|Select an agent to register with GitLab"
+msgstr "Seleccione un agente para registrar en GitLab"
+
+msgid "ClusterAgents|Tell us what you think"
msgstr ""
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
@@ -7746,9 +7808,9 @@ msgid "ClusterAgents|This agent has no tokens"
msgstr "Este agente no tiene tokens"
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
-msgstr ""
+msgstr "Para eliminar el agente, escriba %{name} para confirmar:"
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7761,9 +7823,12 @@ msgid "ClusterAgents|Unknown user"
msgstr "Usuario desconocido"
msgid "ClusterAgents|View all %{number} agents"
-msgstr ""
+msgstr "Ver todos los agentes %{number}"
msgid "ClusterAgents|View all %{number} clusters"
+msgstr "Ver todos los %{number} clĂşsteres"
+
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
msgstr ""
msgid "ClusterAgents|What is GitLab Agent activity?"
@@ -7809,7 +7874,7 @@ msgid "ClusterIntegration|Add Kubernetes cluster"
msgstr "Añadir cluster de Kubernetes"
msgid "ClusterIntegration|Add a Kubernetes cluster integration"
-msgstr ""
+msgstr "Añadir integración con clúster de Kubernetes"
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 "Agregar un cluster Kubernetes a su grupo compartirá automáticamente el cluster en todos sus proyectos. Utilice las aplicaciones de revisión, implemente sus aplicaciones y ejecute fácilmente los pipelines para todos los proyectos que utilizan el mismo clúster."
@@ -8716,6 +8781,9 @@ msgstr "Commit (al editar el mensaje de confirmaciĂłn)"
msgid "Commit Message"
msgstr "Mensaje del commit"
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8789,7 +8857,7 @@ msgid "Company"
msgstr "Empresa"
msgid "Company Name"
-msgstr ""
+msgstr "Nombre de la empresa"
msgid "Compare"
msgstr "Comparar"
@@ -8957,7 +9025,7 @@ msgid "ComplianceFramework|New compliance framework"
msgstr ""
msgid "ComplianceReport|Approved by author"
-msgstr ""
+msgstr "Aprobado por el autor"
msgid "ComplianceReport|Approved by committer"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr "Componente"
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,17 +9117,20 @@ msgstr "Configurar seguimiento"
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr "Configurar la instalaciĂłn existente"
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr "Configurar las réplicas del repositorio."
msgid "Configure repository storage."
-msgstr ""
+msgstr "Configurar el almacenamiento del repositorio."
msgid "Configure settings for Advanced Search with Elasticsearch."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr "Configure la forma en la que un usuario crea una cuenta nueva."
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr "Confirmar"
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr "Confirmar nueva contraseña"
@@ -9194,7 +9280,7 @@ msgid "Container Registry"
msgstr "Registro de contenedores"
msgid "Container Scanning"
-msgstr "Escaneo de contenedores"
+msgstr "Análisis de contenedores"
msgid "Container does not exist"
msgstr "El contenedor no existe"
@@ -9255,7 +9341,7 @@ msgid "ContainerRegistry|Cleanup in progress"
msgstr ""
msgid "ContainerRegistry|Cleanup incomplete"
-msgstr ""
+msgstr "Limpieza incompleta"
msgid "ContainerRegistry|Cleanup is currently removing tags"
msgstr ""
@@ -9264,10 +9350,10 @@ msgid "ContainerRegistry|Cleanup is disabled for this project"
msgstr ""
msgid "ContainerRegistry|Cleanup is ongoing"
-msgstr ""
+msgstr "El proceso de limpieza está en curso"
msgid "ContainerRegistry|Cleanup pending"
-msgstr ""
+msgstr "Limpieza pendiente"
msgid "ContainerRegistry|Cleanup policies are now available for this project. %{linkStart}Click here to get started.%{linkEnd}"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr "Controle los correos electrĂłnicos vinculados a su cuenta"
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9722,7 +9808,7 @@ msgid "Copy file path"
msgstr "Copiar la ruta del archivo"
msgid "Copy issue URL to clipboard"
-msgstr ""
+msgstr "Copiar la URL de la incidencia al portapapeles"
msgid "Copy key"
msgstr "Copiar clave"
@@ -9778,9 +9864,24 @@ msgstr "Acciones"
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr "Los corpus se utilizan en las pruebas de tipo fuzz como fuente de mutaciĂłn para mejorar futuras pruebas."
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr "Nombre del corpus"
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr "AdministraciĂłn de corpus de prueba de Fuzz"
@@ -9793,9 +9894,6 @@ msgstr "Ăšltimo uso"
msgid "CorpusManagement|Latest Job:"
msgstr "Ăšltimo trabajo:"
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr "Nueva subida"
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr "No se pudo encontrar el diseño."
@@ -9895,14 +9996,17 @@ 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 access token %{access_token_name}."
+msgstr ""
+
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 revoke project access token %{project_access_token_name}."
-msgstr "No se pudo revocar el token de acceso al proyecto %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
+msgstr ""
msgid "Could not save group ID"
msgstr "Se ha producido un error al guardar el ID del grupo"
@@ -9926,7 +10030,7 @@ msgid "Couldn't assign policy to project"
msgstr ""
msgid "Country"
-msgstr ""
+msgstr "PaĂ­s"
msgid "Coverage"
msgstr "Cobertura"
@@ -9947,10 +10051,10 @@ msgid "Create %{type}"
msgstr "Crear %{type}"
msgid "Create %{workspace} label"
-msgstr ""
+msgstr "Crear etiqueta de %{workspace}"
msgid "Create Google Cloud project"
-msgstr ""
+msgstr "Crear proyecto de Google Cloud"
msgid "Create New Directory"
msgstr "Crear Nuevo Directorio"
@@ -9980,7 +10084,7 @@ msgid "Create a new issue"
msgstr "Crear una nueva incidencia"
msgid "Create a new project"
-msgstr ""
+msgstr "Crear un nuevo proyecto"
msgid "Create a new repository"
msgstr "Crear un nuevo repositorio"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr "Crear iteraciĂłn"
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr "Crear lista"
@@ -10232,7 +10339,7 @@ msgid "CreateValueStreamForm|Recover hidden stage"
msgstr ""
msgid "CreateValueStreamForm|Restore defaults"
-msgstr ""
+msgstr "Restaurar valores predeterminados"
msgid "CreateValueStreamForm|Restore stage"
msgstr ""
@@ -10241,13 +10348,13 @@ msgid "CreateValueStreamForm|Save value stream"
msgstr ""
msgid "CreateValueStreamForm|Select end event"
-msgstr ""
+msgstr "Seleccionar evento final"
msgid "CreateValueStreamForm|Select start event"
-msgstr ""
+msgstr "Seleccionar evento inicial"
msgid "CreateValueStreamForm|Stage %{index}"
-msgstr ""
+msgstr "Etapa %{index}"
msgid "CreateValueStreamForm|Stage name already exists"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr "Creado por mĂ­"
msgid "Created by:"
msgstr "Creado por:"
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr "Fecha de creaciĂłn"
@@ -10367,16 +10477,16 @@ msgid "Critical vulnerabilities present"
msgstr "Vulnerabilidades crĂ­ticas presentes"
msgid "Crm|Contact has been added"
-msgstr ""
+msgstr "Se ha añadido el contacto"
msgid "Crm|Contact has been updated"
-msgstr ""
+msgstr "El contacto se ha actualizado"
msgid "Crm|Create new contact"
msgstr "Crear nuevo contacto"
msgid "Crm|Create organization"
-msgstr ""
+msgstr "Crear organizaciĂłn"
msgid "Crm|Customer Relations Contacts"
msgstr ""
@@ -10394,25 +10504,25 @@ msgid "Crm|Edit contact"
msgstr ""
msgid "Crm|Email"
-msgstr ""
+msgstr "Correo electrĂłnico"
msgid "Crm|First name"
-msgstr ""
+msgstr "Nombre"
msgid "Crm|Last name"
-msgstr ""
+msgstr "Apellido"
msgid "Crm|New Organization"
-msgstr ""
+msgstr "Nueva OrganizaciĂłn"
msgid "Crm|New contact"
-msgstr ""
+msgstr "Nuevo contacto"
msgid "Crm|New organization"
-msgstr ""
+msgstr "Nueva organizaciĂłn"
msgid "Crm|No contacts found"
-msgstr ""
+msgstr "No se han encontrado contactos"
msgid "Crm|No organizations found"
msgstr "No se encontraron organizaciones"
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10755,10 +10868,10 @@ msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
msgid "DAST Configuration"
-msgstr ""
+msgstr "ConfiguraciĂłn DAST"
msgid "DAST Scans"
-msgstr ""
+msgstr "Análisis DAST"
msgid "DAST profile not found: %{name}"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr "DNS"
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr "Fecha"
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10803,7 +10919,7 @@ msgid "DORA4Metrics|The chart displays the median time between a merge request b
msgstr ""
msgid "DSN"
-msgstr ""
+msgstr "DSN"
msgid "Dashboard"
msgstr "Panel de control"
@@ -10839,7 +10955,7 @@ msgid "DastConfig|Generate code snippet"
msgstr "Generar fragmento de cĂłdigo"
msgid "DastConfig|Scan Configuration"
-msgstr "ConfiguraciĂłn de escaneo"
+msgstr "Configuración del análisis"
msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities."
msgstr ""
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr "Escaner DAST"
-
msgid "DastProfiles|Debug messages"
msgstr "Mensajes de depuraciĂłn"
@@ -10914,7 +11018,7 @@ msgid "DastProfiles|Delete profile"
msgstr "Eliminar perfil"
msgid "DastProfiles|Do you want to discard this scanner profile?"
-msgstr "¿Desea descartar este perfil de escáner?"
+msgstr "¿Desea descartar este perfil de análisis?"
msgid "DastProfiles|Do you want to discard this site profile?"
msgstr "ÂżDesea descartar este perfil del sitio?"
@@ -10926,7 +11030,7 @@ msgid "DastProfiles|Edit profile"
msgstr "Editar perfil"
msgid "DastProfiles|Edit scanner profile"
-msgstr "Editar perfil de escáner"
+msgstr "Editar perfil del análisis"
msgid "DastProfiles|Edit site profile"
msgstr "Editar perfil del sitio"
@@ -10971,7 +11075,7 @@ msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
msgstr "Mínimo = 1 segundo, Máximo = 3600 segundos"
msgid "DastProfiles|New scanner profile"
-msgstr "Nuevo perfil de escaneo"
+msgstr "Nuevo perfil de análisis"
msgid "DastProfiles|New site profile"
msgstr "Nuevo perfil del sitio"
@@ -10979,9 +11083,6 @@ msgstr "Nuevo perfil del sitio"
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,14 +11119,8 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr "Escanear"
-
msgid "DastProfiles|Scan mode"
-msgstr "Modo de escaneo"
+msgstr "Modo de análisis"
msgid "DastProfiles|Scanner Profile"
msgstr "Perfil de escaneo"
@@ -11037,10 +11129,7 @@ msgid "DastProfiles|Scanner Profiles"
msgstr "Perfiles de escaneo"
msgid "DastProfiles|Scanner name"
-msgstr "Nombre del escáner"
-
-msgid "DastProfiles|Schedule"
-msgstr ""
+msgstr "Nombre del análisis"
msgid "DastProfiles|Select branch"
msgstr "Seleccionar branch"
@@ -11063,9 +11152,6 @@ msgstr "Tipo de sitio"
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr "Destino"
-
msgid "DastProfiles|Target URL"
msgstr "URL de destino"
@@ -11335,9 +11421,6 @@ msgstr "Ramas por defecto y ramas protegidas"
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr "Etiqueta de clasificaciĂłn por defecto"
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11567,7 +11650,7 @@ msgid "DeleteValueStream|Are you sure you want to delete the \"%{name}\" Value S
msgstr ""
msgid "DeleteValueStream|Delete %{name}"
-msgstr ""
+msgstr "Eliminar %{name}"
msgid "Deleted"
msgstr "Eliminado"
@@ -11705,7 +11788,7 @@ msgid "Dependency list"
msgstr ""
msgid "DependencyProxy|Cached %{time}"
-msgstr ""
+msgstr "En caché %{time}"
msgid "DependencyProxy|Clear the Dependency Proxy cache automatically"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] "Despliegues"
msgid "Deploy Keys"
msgstr "Claves de despliegue"
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr "Desplegar en..."
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr "API"
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr "Este despliegue se creĂł utilizando el API"
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr "cancelado"
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr "Iniciar una prueba gratuita"
@@ -12622,7 +12738,7 @@ msgstr "Mostrar fuente"
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,8 +12933,8 @@ msgstr "Editar comentario"
msgid "Edit Deploy Key"
msgstr "Editar la clave de despliegue"
-msgid "Edit Geo Node"
-msgstr "Editar nodo de Geo"
+msgid "Edit Geo Site"
+msgstr ""
msgid "Edit Group Hook"
msgstr "Editar hook del grupo"
@@ -12947,7 +13063,7 @@ msgid "Editing"
msgstr "Editando"
msgid "Elapsed time"
-msgstr ""
+msgstr "Tiempo transcurrido"
msgid "Elasticsearch AWS IAM credentials"
msgstr "Credenciales IAM de AWS Elasticsearch"
@@ -13063,6 +13179,9 @@ msgstr "No es posible averiguar a qué usuario corresponde al correo electrónic
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr "No es posible encontrar el proyecto. Por favor, compruebe si hay algún error tipográfico."
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr "No se le permite realizar esta acciĂłn. Si cree que esto se debe a un error, por favor, pĂłngase en contacto con un miembro del personal."
@@ -13207,9 +13326,6 @@ msgstr "Habilitar la autenticaciĂłn"
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr "Habilitar control de clasificaciĂłn utilizando un servicio externo"
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr "Habilitar el modo de mantenimiento"
@@ -13279,6 +13398,12 @@ msgstr "Habilitar reCAPTCHA para iniciar sesiĂłn."
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr "Reforzar la protecciĂłn de ataques a DNS"
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13367,7 +13489,7 @@ msgid "Enforce personal access token expiration"
msgstr ""
msgid "Enforce two-factor authentication"
-msgstr ""
+msgstr "Forzar la autenticaciĂłn de doble factor"
msgid "Enforce two-factor authentication for all user sign-ins."
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr "Introduzca a continuaciĂłn, la URL de su servidor de Bitbucket y su toke
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr "Introduzca la URL de su servidor Phabricator y su token de acceso"
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr "Introduzca las URL de la solicitud de fusiĂłn"
@@ -13421,10 +13546,10 @@ msgid "Enter one or more user ID separated by commas"
msgstr "Introduzca uno o más ID de usuario separados por comas"
msgid "Enter the %{name} description"
-msgstr ""
+msgstr "Introduzca la descripciĂłn de %{name}"
msgid "Enter the %{name} title"
-msgstr ""
+msgstr "Introduzca el tĂ­tulo de %{name}"
msgid "Enter the code from the two-factor app on your mobile device. If you've lost your device, you may enter one of your recovery codes."
msgstr ""
@@ -13576,7 +13701,7 @@ msgid "Environments|Delete"
msgstr "Eliminar"
msgid "Environments|Delete '%{environmentName}'?"
-msgstr ""
+msgstr "ÂżEliminar '%{environmentName}'?"
msgid "Environments|Delete environment"
msgstr "Eliminar entorno"
@@ -13591,7 +13716,7 @@ msgid "Environments|Deployment"
msgstr "Despliegue"
msgid "Environments|Deployment %{status}"
-msgstr ""
+msgstr "Despliegue %{status}"
msgid "Environments|Enable review app"
msgstr ""
@@ -13621,7 +13746,7 @@ msgid "Environments|Logs from %{start} to %{end}."
msgstr "Logs desde %{start} hasta %{end}."
msgid "Environments|More information"
-msgstr ""
+msgstr "Más información"
msgid "Environments|New environment"
msgstr "Nuevo entorno"
@@ -13681,6 +13806,9 @@ msgid "Environments|Stop environment"
msgstr "Detener entorno"
msgid "Environments|Stopping %{environmentName}"
+msgstr "Deteniendo %{environmentName}"
+
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
msgstr ""
msgid "Environments|There was an error fetching the logs. Please try again."
@@ -13705,11 +13833,14 @@ msgid "Environments|You don't have any environments right now"
msgstr "No tiene ningĂşn entorno ahora mismo"
msgid "Environments|by %{avatar}"
-msgstr ""
+msgstr "por %{avatar}"
msgid "Environments|protected"
msgstr "protegido"
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr "Épica"
@@ -13783,10 +13914,10 @@ msgid "Epics|Remove issue"
msgstr "Eliminar la incidencia"
msgid "Epics|Search epics"
-msgstr ""
+msgstr "Buscar tareas Ă©picas"
msgid "Epics|Select epic"
-msgstr ""
+msgstr "Seleccionar Ă©pica"
msgid "Epics|Show more"
msgstr "Mostrar más"
@@ -13798,7 +13929,7 @@ msgid "Epics|Something went wrong while creating child epics."
msgstr "Se ha producido un error al crear las tareas Ă©picas hijas."
msgid "Epics|Something went wrong while creating issue."
-msgstr ""
+msgstr "Se ha producido un error al crear la incidencia."
msgid "Epics|Something went wrong while fetching child epics."
msgstr "Se ha producido un error al obtener las tareas Ă©picas hijas."
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr "PolĂ­tica de autorizaciĂłn de clasificaciĂłn externa"
-
msgid "External ID"
msgstr "ID externo"
@@ -14507,15 +14635,9 @@ msgstr "URL externa"
msgid "External User:"
msgstr "Usuario externo"
-msgid "External authentication"
-msgstr "AutenticaciĂłn externa"
-
msgid "External authorization denied access to this project"
msgstr "Se ha denegado la autorizaciĂłn externa para el acceso a este proyecto"
-msgid "External authorization request timeout"
-msgstr "Tiempo de espera agotado para la solicitud de acceso"
-
msgid "External storage URL"
msgstr "URL de almacenamiento externo"
@@ -14531,6 +14653,54 @@ msgstr "Etiqueta de clasificaciĂłn"
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr "Cuando no existe ninguna etiqueta de clasificación se utilizará la etiqueta predeterminada `%{default_label}'."
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -14875,10 +15042,10 @@ msgid "FeatureFlags|Add strategy"
msgstr "Añadir una estrategia"
msgid "FeatureFlags|All Environments"
-msgstr ""
+msgstr "Todos los entornos"
msgid "FeatureFlags|All Users"
-msgstr ""
+msgstr "Todos los usuarios"
msgid "FeatureFlags|All users"
msgstr "Todos los usuarios"
@@ -15054,14 +15221,6 @@ msgstr "Ids de usuario"
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr "Feb"
@@ -15078,7 +15237,7 @@ msgid "File"
msgstr "Archivo"
msgid "File %{current} of %{total}"
-msgstr ""
+msgstr "Archivo %{current} de %{total}"
msgid "File Hooks"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr "Filtro"
msgid "Filter by"
msgstr "Filtrar por"
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr "Filtrar por %{issuable_type} que actualmente estén cerrados."
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15198,7 +15351,7 @@ msgid "Filter parameters are not valid. Make sure that the end date is after the
msgstr ""
msgid "Filter pipelines"
-msgstr ""
+msgstr "Filtrar pipelines"
msgid "Filter results"
msgstr "Filtrar resultados"
@@ -15213,10 +15366,10 @@ msgid "Filter results..."
msgstr "Filtrar resultados..."
msgid "Filter users"
-msgstr ""
+msgstr "Filtrar usuarios"
msgid "Filter your repositories by name"
-msgstr ""
+msgstr "Filtrar sus repositorios por nombre"
msgid "Filter..."
msgstr "Filtrar..."
@@ -15390,7 +15543,7 @@ msgid "Fork project"
msgstr "Realizar un fork del proyecto"
msgid "Fork project?"
-msgstr ""
+msgstr "ÂżDesea realizar un fork del proyecto?"
msgid "ForkProject|A fork is a copy of a project."
msgstr ""
@@ -15399,10 +15552,10 @@ msgid "ForkProject|An error occurred while forking the project. Please try again
msgstr ""
msgid "ForkProject|Cancel"
-msgstr ""
+msgstr "Cancelar"
msgid "ForkProject|Create a group"
-msgstr ""
+msgstr "Crear un grupo"
msgid "ForkProject|Fork project"
msgstr ""
@@ -15411,13 +15564,13 @@ msgid "ForkProject|Forking a repository allows you to make changes without affec
msgstr ""
msgid "ForkProject|Internal"
-msgstr ""
+msgstr "Interno"
msgid "ForkProject|Please select a namespace"
-msgstr ""
+msgstr "Por favor, seleccione un espacio de nombres"
msgid "ForkProject|Please select a visibility level"
-msgstr ""
+msgstr "Por favor, seleccione el nivel de visibilidad"
msgid "ForkProject|Private"
msgstr "Privado"
@@ -15426,10 +15579,10 @@ msgid "ForkProject|Project access must be granted explicitly to each user. If th
msgstr ""
msgid "ForkProject|Public"
-msgstr ""
+msgstr "PĂşblico"
msgid "ForkProject|Select a namespace"
-msgstr ""
+msgstr "Seleccione un espacio de nombres"
msgid "ForkProject|Select a namespace to fork the project"
msgstr ""
@@ -15441,13 +15594,13 @@ msgid "ForkProject|The project can be accessed without any authentication."
msgstr ""
msgid "ForkProject|Visibility level"
-msgstr ""
+msgstr "Nivel de visibilidad"
msgid "ForkProject|Want to house several dependent projects under the same namespace?"
msgstr ""
msgid "ForkSuggestion|Cancel"
-msgstr ""
+msgstr "Cancelar"
msgid "ForkSuggestion|Fork"
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr "Se han encontrado errores en su archivo %{gitlab_ci_yml}:"
msgid "Found errors in your .gitlab-ci.yml:"
msgstr "Se han encontrado errores en su fichero .gitlab-ci.yml:"
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15549,11 +15705,14 @@ msgid "General pipelines"
msgstr "Pipelines"
msgid "General settings"
-msgstr ""
+msgstr "ConfiguraciĂłn general"
msgid "Generate a default set of labels"
msgstr "Generar un conjunto predeterminado de etiquetas"
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr "Generar clave"
@@ -15561,7 +15720,7 @@ msgid "Generate new export"
msgstr "Generar nueva exportaciĂłn"
msgid "Generate new token"
-msgstr ""
+msgstr "Generar un nuevo token"
msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
msgstr ""
@@ -15579,10 +15738,10 @@ msgid "Generic package file size in bytes"
msgstr ""
msgid "GenericReport|After"
-msgstr ""
+msgstr "Después"
msgid "GenericReport|Before"
-msgstr ""
+msgstr "Antes"
msgid "GenericReport|Diff"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr "Geo"
-msgid "Geo Nodes"
-msgstr "Geo Nodos"
-
msgid "Geo Replication"
msgstr "ReplicaciĂłn de Geo"
msgid "Geo Settings"
msgstr "ConfiguraciĂłn de Geo"
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr "Todo %{replicable_name}"
@@ -15681,22 +15846,25 @@ msgid "Geo|Data replication lag"
msgstr ""
msgid "Geo|Data type"
-msgstr ""
+msgstr "Tipo de datos"
msgid "Geo|Disabled"
-msgstr ""
+msgstr "Deshabilitado"
msgid "Geo|Discover GitLab Geo"
-msgstr ""
+msgstr "Descubra GitLab Geo"
msgid "Geo|Does not match the primary storage configuration"
+msgstr "No coincide con la configuraciĂłn de almacenamiento primaria"
+
+msgid "Geo|Edit %{nodeType} site"
msgstr ""
msgid "Geo|Failed"
msgstr "Fallido"
msgid "Geo|Filter by name"
-msgstr ""
+msgstr "Filtrar por nombre"
msgid "Geo|Filter by status"
msgstr "Filtrar por estado"
@@ -15717,7 +15885,7 @@ msgid "Geo|Go to the primary site"
msgstr ""
msgid "Geo|Healthy"
-msgstr ""
+msgstr "Saludable"
msgid "Geo|If you want to make changes, you must visit the primary site."
msgstr ""
@@ -15729,7 +15897,7 @@ msgid "Geo|In sync"
msgstr "Sincronizado"
msgid "Geo|Internal URL"
-msgstr ""
+msgstr "URL interna"
msgid "Geo|Last event ID from primary"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr "PrĂłxima sincronizaciĂłn programada en"
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr "El nombre del nodo no puede estar en blanco"
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr "El nombre del nodo debe tener entre 1 y 255 caracteres"
-
msgid "Geo|Not synced yet"
msgstr "Sin sincronizar aĂşn"
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr "SincronizaciĂłn pendiente"
@@ -15795,10 +15960,10 @@ msgid "Geo|Pending verification"
msgstr "Pendiente de verificaciĂłn"
msgid "Geo|Primary node"
-msgstr ""
+msgstr "Nodo principal"
msgid "Geo|Primary site"
-msgstr ""
+msgstr "Sitio principal"
msgid "Geo|Project"
msgstr "Proyecto"
@@ -15813,7 +15978,7 @@ msgid "Geo|Projects in certain storage shards"
msgstr "Proyectos en determinados grupos de almacenamiento"
msgid "Geo|Queued"
-msgstr ""
+msgstr "En cola"
msgid "Geo|Redownload"
msgstr "Volver a descargar"
@@ -15821,16 +15986,19 @@ msgstr "Volver a descargar"
msgid "Geo|Remove"
msgstr "Eliminar"
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr "Eliminar entrada"
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr "Eliminar entrada de la base de datos de seguimiento"
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15840,10 +16008,7 @@ msgid "Geo|Replicated data is verified with the secondary site(s) using checksum
msgstr ""
msgid "Geo|Replication Details"
-msgstr ""
-
-msgid "Geo|Replication details"
-msgstr ""
+msgstr "Detalles de replicaciĂłn"
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15852,10 +16017,10 @@ msgid "Geo|Replication slots"
msgstr ""
msgid "Geo|Replication status"
-msgstr ""
+msgstr "Estado de replicaciĂłn"
msgid "Geo|Replication summary"
-msgstr ""
+msgstr "Resumen de replicaciĂłn"
msgid "Geo|Resync"
msgstr "Resincronizar"
@@ -15864,10 +16029,10 @@ msgid "Geo|Resync all"
msgstr "Volver a sincronizar todo"
msgid "Geo|Resync all %{replicableType}"
-msgstr ""
+msgstr "Volver a sincronizar todo %{replicableType}"
msgid "Geo|Resync all projects"
-msgstr ""
+msgstr "Volver a sincronizar todos los proyectos"
msgid "Geo|Retry count"
msgstr "Contador de reintentos"
@@ -15879,18 +16044,24 @@ msgid "Geo|Reverify all"
msgstr "Volver a comprobar todo"
msgid "Geo|Reverify all projects"
-msgstr ""
+msgstr "Volver a comprobar todos los proyectos"
msgid "Geo|Review replication status, and resynchronize and reverify items with the primary site."
msgstr ""
msgid "Geo|Secondary node"
-msgstr ""
+msgstr "Nodo secundario"
msgid "Geo|Secondary site"
-msgstr ""
+msgstr "Sitio secundario"
msgid "Geo|Selective (%{syncLabel})"
+msgstr "Selectivo (%{syncLabel})"
+
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
msgstr ""
msgid "Geo|Site's status was updated %{timeAgo}."
@@ -15900,7 +16071,7 @@ msgid "Geo|Status"
msgstr "Estado"
msgid "Geo|Storage config"
-msgstr ""
+msgstr "ConfiguraciĂłn del almacenamiento"
msgid "Geo|Synced"
msgstr "Sincronizado"
@@ -15909,16 +16080,16 @@ msgid "Geo|Synced at"
msgstr "Sincronizado en"
msgid "Geo|Synchronization"
-msgstr ""
+msgstr "SincronizaciĂłn"
msgid "Geo|Synchronization failed - %{error}"
msgstr "Se ha producido un error durante la sincronizaciĂłn - %{error}"
msgid "Geo|Synchronization settings"
-msgstr ""
+msgstr "ConfiguraciĂłn de sincronizaciĂłn"
msgid "Geo|Synchronization status"
-msgstr ""
+msgstr "Estado de la sincronizaciĂłn"
msgid "Geo|The database is currently %{db_lag} behind the primary site."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr "No hay %{replicable_type} para mostrar"
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -15957,13 +16128,13 @@ msgid "Geo|URL must be a valid url (ex: https://gitlab.com)"
msgstr "La URL debe ser una URL válida (ej: https://gitlab.com)"
msgid "Geo|Undefined"
-msgstr ""
+msgstr "Indefinido"
msgid "Geo|Unhealthy"
-msgstr ""
+msgstr "No saludable"
msgid "Geo|Unknown"
-msgstr ""
+msgstr "Desconocido"
msgid "Geo|Unknown state"
msgstr "Estado desconocido"
@@ -16010,6 +16181,9 @@ msgstr "secundario"
msgid "Get a free instance review"
msgstr "Obtenga una revisiĂłn de instancia gratuita"
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16017,7 +16191,7 @@ msgid "Get started"
msgstr "Empezar"
msgid "Get started with GitLab"
-msgstr ""
+msgstr "Primeros pasos con Gitlab"
msgid "Get started with error tracking"
msgstr "Comenzar con el control de errores"
@@ -16047,7 +16221,7 @@ msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for th
msgstr ""
msgid "Git LFS status:"
-msgstr ""
+msgstr "Estado de Git LFS:"
msgid "Git global setup"
msgstr "ConfiguraciĂłn global de Git"
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr "GitLab para Slack"
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr "Miembro de GitLab o direcciĂłn de correo electrĂłnico"
@@ -16317,7 +16491,7 @@ msgid "GithubIntegration|Obtain statuses for commits and pull requests."
msgstr ""
msgid "GithubIntegration|Repository URL"
-msgstr ""
+msgstr "URL del repositorio"
msgid "GithubIntegration|Select this if you want GitHub to mark status checks as \"Required\". %{learn_more_link_start}Learn more%{learn_more_link_end}."
msgstr ""
@@ -16335,16 +16509,19 @@ msgid "Gitpod|Enable Gitpod integration"
msgstr ""
msgid "Gitpod|Gitpod URL"
-msgstr ""
+msgstr "URL de Gitpod"
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
msgid "Gitpod|https://gitpod.example.com"
-msgstr ""
+msgstr "https://gitpod.example.com"
msgid "Given access %{time_ago}"
msgstr "Acceso concedido %{time_ago}"
@@ -16383,10 +16560,10 @@ msgid "GlobalSearch|Results updated. %{count} results available. Use the up and
msgstr ""
msgid "GlobalSearch|Search GitLab"
-msgstr ""
+msgstr "Buscar en GitLab"
msgid "GlobalSearch|Search results are loading"
-msgstr ""
+msgstr "Se están cargando los resultados de la búsqueda"
msgid "GlobalSearch|Type and press the enter key to submit search."
msgstr ""
@@ -16395,13 +16572,13 @@ msgid "GlobalSearch|Type for new suggestions to appear below."
msgstr ""
msgid "GlobalSearch|in all GitLab"
-msgstr ""
+msgstr "en todo GitLab"
msgid "GlobalSearch|in group"
-msgstr ""
+msgstr "en el grupo"
msgid "GlobalSearch|in project"
-msgstr ""
+msgstr "en el proyecto"
msgid "Go Back"
msgstr "Volver"
@@ -16422,7 +16599,7 @@ msgid "Go full screen"
msgstr "Ir a pantalla completa"
msgid "Go to %{source_name}"
-msgstr ""
+msgstr "Ir a %{source_name}"
msgid "Go to commits"
msgstr "Ir a commits"
@@ -16434,7 +16611,7 @@ msgid "Go to environments"
msgstr "Ir a los entornos"
msgid "Go to epic"
-msgstr ""
+msgstr "Ir a la Ă©pica"
msgid "Go to file"
msgstr "Ir al archivo"
@@ -16473,16 +16650,19 @@ msgid "Go to next page"
msgstr "Ir a la página siguiente"
msgid "Go to page %{page}"
-msgstr ""
+msgstr "Ir a la página %{page}"
msgid "Go to parent"
msgstr "Ir al principal"
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr "Ir a la página anterior"
msgid "Go to primary site"
-msgstr ""
+msgstr "Ir al sitio principal"
msgid "Go to project"
msgstr "Ir al proyecto"
@@ -16623,7 +16803,7 @@ msgid "GraphViewType|Stage"
msgstr ""
msgid "Graphs"
-msgstr ""
+msgstr "Gráficos"
msgid "Gravatar"
msgstr "Gravatar"
@@ -16646,6 +16826,9 @@ msgstr "Se ha programado el grupo %{group_name} para su eliminaciĂłn."
msgid "Group %{group_name} was successfully created."
msgstr "El grupo %{group_name} se actualizĂł correctamente."
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr "Estado del grupo GIT LFS:"
@@ -16664,6 +16847,9 @@ msgstr "El grupo SAML debe estar habilitado para poder probar"
msgid "Group URL"
msgstr "URL del grupo"
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16725,10 +16911,7 @@ msgid "Group is required when cluster_type is :group"
msgstr ""
msgid "Group jobs by"
-msgstr ""
-
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr "Los mantenedores de grupo pueden registrar grupos de ejecutores en el %{link}"
+msgstr "Agrupar trabajos por"
msgid "Group members"
msgstr "Miembros del grupo"
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr "Resumen del contenido del grupo"
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr "La cuota de minutos del pipeline fue restablecida con Ă©xito."
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -16854,7 +17037,7 @@ msgid "GroupRoadmap|No start date – %{dateWord}"
msgstr ""
msgid "GroupRoadmap|Something went wrong while fetching epics"
-msgstr ""
+msgstr " Se ha producido un error al obtener las tareas Ă©picas"
msgid "GroupRoadmap|Something went wrong while fetching milestones"
msgstr ""
@@ -16866,10 +17049,10 @@ msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timelin
msgstr "La hoja de ruta muestra el progreso de sus tareas Ă©picas a lo largo de una lĂ­nea de tiempo"
msgid "GroupRoadmap|This quarter"
-msgstr ""
+msgstr "Este trimestre"
msgid "GroupRoadmap|This year"
-msgstr ""
+msgstr "Este año"
msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
msgstr ""
@@ -16884,7 +17067,7 @@ msgid "GroupRoadmap|To widen your search, change or remove filters; from %{start
msgstr "Para ampliar su bĂşsqueda, cambie o elimine los filtros; desde %{startDate} a %{endDate}."
msgid "GroupRoadmap|Within 3 years"
-msgstr ""
+msgstr "Dentro de 3 años"
msgid "GroupSAML|\"persistent\" recommended"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr "Opciones de configuraciĂłn de SAML Single Sign On"
msgid "GroupSAML|SAML group link was successfully removed."
msgstr ""
-msgid "GroupSAML|SCIM API endpoint URL"
-msgstr "URL del endpoint de SCIM API"
-
msgid "GroupSAML|SCIM Token"
msgstr "Token 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 "La huella digital SHA1 del certificado de firma de tokens SAML. Puede obtener esta información de su proveedor de identidad, donde también se puede llamar \"Huella digital\"."
-msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to "
-msgstr "El token SCIM está oculto. Para ver el valor del token de nuevo, necesita "
-
msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr "Respuesta SAML válida"
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr "Tu token SCIM"
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17073,12 +17247,15 @@ msgid "GroupSelect|No matching results"
msgstr ""
msgid "GroupSelect|Search groups"
-msgstr ""
+msgstr "Buscar grupos"
msgid "GroupSelect|Select a group"
+msgstr "Seleccione un grupo"
+
+msgid "GroupSettings|Allow project and group access token creation"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17100,7 +17277,7 @@ msgid "GroupSettings|Cannot update the path because there are projects under thi
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 URL"
-msgstr ""
+msgstr "Cambiar la URL del grupo"
msgid "GroupSettings|Changing a group's URL can have unintended side effects."
msgstr ""
@@ -17126,6 +17303,9 @@ msgstr "Desactivar las notificaciones por correo electrĂłnico"
msgid "GroupSettings|Disable group mentions"
msgstr "Desactivar las menciones de grupo"
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr "¡Se ha generado el token de registro para los nuevos ejecutores!"
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr "La configuraciĂłn del pipeline se actualizĂł para el grupo"
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17184,7 +17358,7 @@ msgid "GroupSettings|Select a subgroup to use as the source for custom project t
msgstr ""
msgid "GroupSettings|Select parent group"
-msgstr ""
+msgstr "Seleccionar grupo principal"
msgid "GroupSettings|Select the project that contains your custom Insights file."
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr "Esta configuraciĂłn se aplica en %{ancestor_group}. Puede sobrescribir l
msgid "GroupSettings|Transfer group"
msgstr "Transferir grupo"
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,23 +17474,20 @@ msgstr "Puede administrar los permisos y el acceso de cada miembro del grupo a c
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
msgid "GroupsNew|Connect instance"
-msgstr ""
+msgstr "Conectar instancia"
msgid "GroupsNew|Contact an administrator to enable options for importing your group."
-msgstr ""
+msgstr "Contacte con un administrador para habilitar las opciones para importar su grupo."
msgid "GroupsNew|Create group"
msgstr "Crear grupo"
msgid "GroupsNew|Create new group"
-msgstr ""
+msgstr "Crear nuevo grupo"
msgid "GroupsNew|Export groups with all their related data and move to a new GitLab instance."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17433,10 +17604,10 @@ msgid "Header message"
msgstr "Encabezado del mensaje"
msgid "HeaderAction|incident"
-msgstr ""
+msgstr "incidente"
msgid "HeaderAction|issue"
-msgstr ""
+msgstr "incidencia"
msgid "Headers"
msgstr ""
@@ -17586,6 +17757,33 @@ msgstr[1] "Ocultar valores"
msgid "Hide values"
msgstr "Ocultar valores"
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr "Hay vulnerabilidades altas o desconocidas presentes"
@@ -17646,9 +17844,6 @@ msgstr "Mantenimiento"
msgid "Housekeeping successfully started"
msgstr "Servicio de limpieza iniciado con Ă©xito"
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr "Tareas de mantenimiento, exportaciĂłn, ruta, transferencia, eliminaciĂłn, archivo."
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-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 ""
@@ -17703,6 +17895,9 @@ msgstr "Aceptar los %{terms_link}"
msgid "I forgot my password"
msgstr "He olvidado mi contraseña"
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17782,13 +17977,13 @@ msgid "IP Address"
msgstr "Direccion IP"
msgid "IP address expiration time"
-msgstr ""
+msgstr "Tiempo de caducidad de la direcciĂłn IP"
msgid "IP address restrictions"
-msgstr ""
+msgstr "Restricciones de la direcciĂłn IP"
msgid "IP addresses per user"
-msgstr ""
+msgstr "Direcciones IP por usuario"
msgid "IP subnet restriction only allowed for top-level groups"
msgstr "La restricción de la subred IP solo está permitida en grupos de nivel superior"
@@ -17802,6 +17997,18 @@ msgstr "Identificadores"
msgid "Identities"
msgstr "Identidades"
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr "Si está habilitado, el acceso a los proyectos se validará en un servicio externo utilizando su etiqueta de clasificación."
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18124,7 +18328,7 @@ msgid "Improve customer support with Service Desk"
msgstr ""
msgid "Improves Git cloning performance."
-msgstr ""
+msgstr "Mejora el rendimiento de clonado de Git."
msgid "In case of pull mirroring, your 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 ""
@@ -18175,7 +18379,7 @@ msgid "InProductMarketing|And finally %{deploy_link} a Python application."
msgstr ""
msgid "InProductMarketing|Are your runners ready?"
-msgstr ""
+msgstr "¿Sus ejecutores están preparados?"
msgid "InProductMarketing|Automated security scans directly within GitLab"
msgstr ""
@@ -18208,10 +18412,10 @@ msgid "InProductMarketing|Create a custom runner"
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
-msgstr ""
+msgstr "Cree un proyecto en GitLab en 5 minutos"
msgid "InProductMarketing|Create your first project!"
-msgstr ""
+msgstr "¡Cree su primer proyecto!"
msgid "InProductMarketing|Deliver Better Products Faster"
msgstr ""
@@ -18226,22 +18430,22 @@ msgid "InProductMarketing|Dig in and create a project and a repo"
msgstr ""
msgid "InProductMarketing|Do you have a minute?"
-msgstr ""
+msgstr "ÂżTiene un minuto?"
msgid "InProductMarketing|Do you have a teammate who would be perfect for this task?"
-msgstr ""
+msgstr "¿Tiene un compañero que sería perfecto para esta tarea?"
msgid "InProductMarketing|Easy"
msgstr ""
msgid "InProductMarketing|Expand your DevOps journey with a free GitLab trial"
-msgstr ""
+msgstr "AmplĂ­e su viaje de DevOps con una prueba gratuita de GitLab"
msgid "InProductMarketing|Explore GitLab CI/CD"
-msgstr ""
+msgstr "Explore GitLab CI/CD"
msgid "InProductMarketing|Explore the options"
-msgstr ""
+msgstr "Explore las opciones"
msgid "InProductMarketing|Explore the power of GitLab CI/CD"
msgstr ""
@@ -18259,10 +18463,10 @@ msgid "InProductMarketing|Find out how your teams are really doing"
msgstr ""
msgid "InProductMarketing|Follow our steps"
-msgstr ""
+msgstr "Siga nuestros pasos"
msgid "InProductMarketing|Free 30-day trial"
-msgstr ""
+msgstr "Prueba gratuita de 30 dĂ­as"
msgid "InProductMarketing|Get going with CI/CD quickly using our %{quick_start_link}. Start with an available runner and then create a CI .yml file – it's really that easy."
msgstr ""
@@ -18286,7 +18490,7 @@ msgid "InProductMarketing|Get your team set up on GitLab"
msgstr ""
msgid "InProductMarketing|Git basics"
-msgstr ""
+msgstr "Conceptos básicos de Git"
msgid "InProductMarketing|GitHub Enterprise projects to GitLab"
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr "Muy difĂ­cil"
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr "Incidente"
msgid "Incident Management Limits"
msgstr "LĂ­mites de gestiĂłn de incidentes"
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr "Plantilla de incidente (opcional)."
@@ -18664,7 +18877,7 @@ msgid "IncidentManagement|Missed SLA"
msgstr "SLA omitido"
msgid "IncidentManagement|No incidents to display."
-msgstr ""
+msgstr "No hay incidentes que mostrar."
msgid "IncidentManagement|Open"
msgstr "Abierto"
@@ -18694,7 +18907,7 @@ msgid "IncidentManagement|Unknown"
msgstr "Desconocido"
msgid "IncidentManagement|Unpublished"
-msgstr ""
+msgstr "Sin publicar"
msgid "IncidentSettings|Activate \"time to SLA\" countdown timer"
msgstr ""
@@ -18703,7 +18916,7 @@ msgid "IncidentSettings|Fine-tune incident settings and set up integrations with
msgstr ""
msgid "IncidentSettings|Grafana integration"
-msgstr ""
+msgstr "IntegraciĂłn de Grafana"
msgid "IncidentSettings|Incident settings"
msgstr ""
@@ -18715,7 +18928,7 @@ msgid "IncidentSettings|Introduce a countdown timer in incident issues to better
msgstr ""
msgid "IncidentSettings|PagerDuty integration"
-msgstr ""
+msgstr "IntegraciĂłn con PagerDuty"
msgid "IncidentSettings|Time limit"
msgstr ""
@@ -18724,10 +18937,10 @@ msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
msgid "IncidentSettings|Time limit must be a valid number."
-msgstr ""
+msgstr "El límite de tiempo debe ser un número válido."
msgid "IncidentSettings|Time limit must be greater than 0."
-msgstr ""
+msgstr "El lĂ­mite de tiempo debe ser mayor que 0."
msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
@@ -18742,7 +18955,7 @@ msgid "Incidents"
msgstr "Incidentes"
msgid "Incidents|Add a URL"
-msgstr ""
+msgstr "Añadir una URL"
msgid "Incidents|Drop or %{linkStart}upload%{linkEnd} a metric screenshot to attach it to the incident"
msgstr ""
@@ -18763,19 +18976,19 @@ msgid "Incidents|You can optionally add a URL to link users to the original grap
msgstr ""
msgid "Incident|Alert details"
-msgstr ""
+msgstr "Detalles de la alerta"
msgid "Incident|Are you sure you wish to delete this image?"
-msgstr ""
+msgstr "¿Está seguro que desea eliminar esta imagen?"
msgid "Incident|Deleting %{filename}"
-msgstr ""
+msgstr "Eliminando %{filename}"
msgid "Incident|Metrics"
-msgstr ""
+msgstr "MĂ©tricas"
msgid "Incident|Summary"
-msgstr ""
+msgstr "Resumen"
msgid "Incident|There was an issue loading alert data. Please try again."
msgstr ""
@@ -18874,7 +19087,7 @@ msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}Mor
msgstr ""
msgid "InfrastructureRegistry|Terraform"
-msgstr ""
+msgstr "Terraform"
msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr "Añadir una integración"
msgid "Integrations|Add namespace"
msgstr "Añadir espacio de nombres"
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr "Todos los detalles"
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr "Limitaciones del navegador"
-
msgid "Integrations|Comment detail:"
msgstr "Detalles del comentario:"
@@ -19071,7 +19278,7 @@ msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
msgid "Integrations|Edit project alias"
-msgstr ""
+msgstr "Editar el alias del proyecto"
msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
msgstr ""
@@ -19080,7 +19287,7 @@ msgid "Integrations|Enable comments"
msgstr "Habilitar comentarios"
msgid "Integrations|Enter your alias"
-msgstr ""
+msgstr "Introduzca su alias"
msgid "Integrations|Failed to link namespace. Please try again."
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr "No hay espacios de nombres disponibles."
msgid "Integrations|No linked namespaces"
msgstr "No hay espacios de nombres vinculados"
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19161,10 +19368,10 @@ msgid "Integrations|Saving will update the default settings for all projects tha
msgstr ""
msgid "Integrations|Search Jira issues"
-msgstr ""
+msgstr "Buscar incidencias de Jira"
msgid "Integrations|Search ZenTao issues"
-msgstr ""
+msgstr "Buscar incidencias de ZenTao"
msgid "Integrations|Send notifications about project events to Unify Circuit."
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr "Estándar"
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr "URL interna (opcional)"
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -19269,7 +19482,7 @@ msgid "Invalid URL"
msgstr "URL no válida"
msgid "Invalid URL: %{url}"
-msgstr ""
+msgstr "URL no válida: %{url}"
msgid "Invalid container_name"
msgstr "Nombre del contenedor no válido"
@@ -19398,13 +19611,13 @@ msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_o
msgstr ""
msgid "InviteEmail|%{project_or_group} details"
-msgstr ""
+msgstr "detalles de %{project_or_group}"
msgid "InviteEmail|Groups assemble related projects together and grant members access to several projects at once."
msgstr ""
msgid "InviteEmail|Join now"
-msgstr ""
+msgstr "Ăšnase ahora"
msgid "InviteEmail|Join your team on GitLab! %{inviter} invited you to %{project_or_group_name}"
msgstr ""
@@ -19473,28 +19686,28 @@ msgid "InviteMembersModal|Invite"
msgstr "Invitar"
msgid "InviteMembersModal|Invite a group"
-msgstr ""
+msgstr "Invitar a un grupo"
msgid "InviteMembersModal|Invite members"
-msgstr ""
+msgstr "Invitar miembros"
msgid "InviteMembersModal|Members were successfully added"
-msgstr ""
+msgstr "Los miembros se han añadido correctamente"
msgid "InviteMembersModal|Search for a group to invite"
-msgstr ""
+msgstr "Buscar un grupo para invitar"
msgid "InviteMembersModal|Select a group to invite"
-msgstr ""
+msgstr "Seleccione un grupo para invitar"
msgid "InviteMembersModal|Select a role"
-msgstr ""
+msgstr "Seleccione un rol"
msgid "InviteMembersModal|Select members or type email addresses"
-msgstr ""
+msgstr "Seleccione miembros o escriba las direcciones de correo electrĂłnico"
msgid "InviteMembersModal|Something went wrong"
-msgstr ""
+msgstr "Algo saliĂł mal"
msgid "InviteMembersModal|To assign issues to a new team member, you need a project for the issues. %{linkStart}Create a project to get started.%{linkEnd}"
msgstr ""
@@ -19692,7 +19905,7 @@ msgid "Issue published on status page."
msgstr ""
msgid "Issue types"
-msgstr ""
+msgstr "Tipos de incidencias"
msgid "Issue update failed"
msgstr "Se ha producido un error al actualizar incidencia"
@@ -19704,7 +19917,7 @@ msgid "Issue weight"
msgstr "Peso de la incidencia"
msgid "Issue(s) already assigned"
-msgstr ""
+msgstr "Incidencia(s) ya asignadas"
msgid "IssueAnalytics|Age"
msgstr "Edad"
@@ -19755,13 +19968,13 @@ msgid "IssueBoards|Switch board"
msgstr "Cambiar tablero"
msgid "IssueList|created %{timeAgoString} by %{user}"
-msgstr ""
+msgstr "creado %{timeAgoString} por %{user}"
msgid "IssueTracker|Custom issue tracker"
msgstr "Gestor de incidencias personalizado"
msgid "IssueTracker|Issue URL"
-msgstr ""
+msgstr "URL de la incidencia"
msgid "IssueTracker|New issue URL"
msgstr ""
@@ -19911,31 +20124,31 @@ msgid "Iteration removed"
msgstr "IteraciĂłn eliminada"
msgid "Iteration updated"
-msgstr ""
+msgstr "IteraciĂłn actualizada"
msgid "Iterations"
msgstr "Iteraciones"
msgid "Iterations|Add iteration"
-msgstr ""
+msgstr "Añadir iteración"
msgid "Iterations|Automated scheduling"
-msgstr ""
+msgstr "Programación automática"
msgid "Iterations|Cadence configuration is invalid."
-msgstr ""
+msgstr "La configuración de la cadencia no es válida."
msgid "Iterations|Cadence name"
-msgstr ""
+msgstr "Nombre de la cadencia"
msgid "Iterations|Couldn't find iteration cadence"
msgstr ""
msgid "Iterations|Create cadence"
-msgstr ""
+msgstr "Crear cadencia"
msgid "Iterations|Create cadence and start iteration"
-msgstr ""
+msgstr "Crear cadencia e iniciar iteraciĂłn"
msgid "Iterations|Create iteration"
msgstr ""
@@ -20145,13 +20358,13 @@ msgid "JiraService|%{user_link} mentioned this issue in %{entity_link} of %{proj
msgstr ""
msgid "JiraService|An error occurred while fetching issue list"
-msgstr ""
+msgstr "Se ha producido un error al obtener la lista de incidencias"
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "JiraService|Base URL of the Jira instance."
-msgstr ""
+msgstr "URL base de la instancia de Jira."
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -20160,13 +20373,13 @@ msgid "JiraService|Displaying Jira issues while leaving the GitLab issue functio
msgstr ""
msgid "JiraService|Enable Jira issues"
-msgstr ""
+msgstr "Habilitar incidencias de Jira"
msgid "JiraService|Enable Jira issues creation from vulnerabilities"
msgstr ""
msgid "JiraService|Enable Jira transitions"
-msgstr ""
+msgstr "Habilitar transiciones de Jira"
msgid "JiraService|Enter new password or API token"
msgstr ""
@@ -20181,10 +20394,10 @@ msgid "JiraService|Fetch issue types for this Jira project"
msgstr ""
msgid "JiraService|For example, 12, 24"
-msgstr ""
+msgstr "Por ejemplo, 12, 24"
msgid "JiraService|For example, AB"
-msgstr ""
+msgstr "Por ejemplo, AB"
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
@@ -20211,19 +20424,19 @@ msgid "JiraService|Jira issue type"
msgstr ""
msgid "JiraService|Jira issues"
-msgstr ""
+msgstr "Incidencias de Jira"
msgid "JiraService|Jira project key"
-msgstr ""
+msgstr "Clave del proyecto Jira"
msgid "JiraService|Leave blank to use your current password or API token."
-msgstr ""
+msgstr "Déjelo en blanco para usar su contraseña o token del API actual."
msgid "JiraService|Move to Done"
msgstr ""
msgid "JiraService|Open Jira"
-msgstr ""
+msgstr "Abrir Jira"
msgid "JiraService|Password or API token"
msgstr "Contraseña o token del API"
@@ -20235,7 +20448,7 @@ msgid "JiraService|Project key is required to generate issue types"
msgstr ""
msgid "JiraService|Select issue type"
-msgstr ""
+msgstr "Seleccione el tipo de incidencia"
msgid "JiraService|Set a custom final state by using transition IDs. %{linkStart}Learn about transition IDs%{linkEnd}"
msgstr ""
@@ -20247,10 +20460,10 @@ msgid "JiraService|This feature requires a Premium plan."
msgstr ""
msgid "JiraService|This is a Premium feature"
-msgstr ""
+msgstr "Esta es una caracterĂ­stica Premium"
msgid "JiraService|This is an Ultimate feature"
-msgstr ""
+msgstr "Esta es una caracterĂ­stica Ultimate"
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
@@ -20277,7 +20490,7 @@ msgid "JiraService|Using Jira for issue tracking?"
msgstr ""
msgid "JiraService|View Jira issues in GitLab"
-msgstr ""
+msgstr "Ver las incidencias de Jira en GitLab"
msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
@@ -20304,10 +20517,10 @@ msgid "Job ID"
msgstr "Id del trabajo"
msgid "Job artifact"
-msgstr ""
+msgstr "Artefacto del trabajo"
msgid "Job artifacts"
-msgstr ""
+msgstr "Artefactos del trabajo"
msgid "Job has been erased"
msgstr "El trabajo ha sido eliminado"
@@ -20439,10 +20652,10 @@ msgid "Job|into"
msgstr "en"
msgid "Job|manual"
-msgstr ""
+msgstr "manual"
msgid "Job|triggered"
-msgstr ""
+msgstr "activado"
msgid "Job|with"
msgstr "con"
@@ -20451,19 +20664,19 @@ msgid "Join Zoom meeting"
msgstr "Unirse a la reuniĂłn de Zoom"
msgid "Join a project"
-msgstr ""
+msgstr "Unirse a un proyecto"
msgid "Join your team on GitLab and contribute to an existing project"
msgstr ""
msgid "Joined %{time_ago}"
-msgstr ""
+msgstr "Se uniĂł el %{time_ago}"
msgid "Joined %{user_created_time}"
-msgstr ""
+msgstr "Se uniĂł el %{user_created_time}"
msgid "Joined projects (%{projects_count})"
-msgstr ""
+msgstr "Se uniĂł a los proyectos (%{projects_count})"
msgid "Jul"
msgstr "Jul"
@@ -20499,7 +20712,7 @@ msgid "Keep divergent refs"
msgstr ""
msgid "Keep editing"
-msgstr ""
+msgstr "Seguir editando"
msgid "Keeping all SAST analyzers enabled future-proofs the project in case new languages are added later on. Determining which analyzers apply is a process that consumes minimal resources and adds minimal time to the pipeline. Leaving all SAST analyzers enabled ensures maximum coverage."
msgstr ""
@@ -20520,22 +20733,22 @@ msgid "Keyboard shortcuts"
msgstr "Atajos de teclado"
msgid "KeyboardKey|Alt"
-msgstr ""
+msgstr "Alt"
msgid "KeyboardKey|Ctrl"
-msgstr ""
+msgstr "Ctrl"
msgid "KeyboardKey|Ctrl+"
-msgstr ""
+msgstr "Ctrl+"
msgid "KeyboardKey|Enter"
-msgstr ""
+msgstr "Intro"
msgid "KeyboardKey|Esc"
-msgstr ""
+msgstr "Esc"
msgid "KeyboardKey|Shift"
-msgstr ""
+msgstr "MayĂşsculas"
msgid "KeyboardShortcuts|No shortcuts matched your search"
msgstr ""
@@ -20550,7 +20763,7 @@ msgid "Ki"
msgstr ""
msgid "Kontra"
-msgstr ""
+msgstr "Kontra"
msgid "Kroki"
msgstr "Kroki"
@@ -20583,7 +20796,7 @@ msgid "Kubernetes cluster was successfully updated."
msgstr "El clĂşster de Kubernetes se actualizĂł correctamente."
msgid "Kubernetes clusters"
-msgstr ""
+msgstr "ClĂşsteres de Kubernetes"
msgid "Kubernetes deployment not found"
msgstr "Despliegue de Kubernetes no encontrado"
@@ -20595,10 +20808,10 @@ msgid "LDAP"
msgstr "LDAP"
msgid "LDAP Synchronization"
-msgstr ""
+msgstr "SincronizaciĂłn LDAP"
msgid "LDAP group settings"
-msgstr ""
+msgstr "ConfiguraciĂłn del grupo LDAP"
msgid "LDAP settings"
msgstr "ConfiguraciĂłn LDAP"
@@ -20610,10 +20823,10 @@ msgid "LDAP sync in progress. This could take a few minutes. Refresh the page to
msgstr "Sincronización LDAP en curso. Esto podría tardar unos minutos. Por favor, actualice la página para ver los cambios."
msgid "LDAP synchronizations"
-msgstr ""
+msgstr "Sincronizaciones LDAP"
msgid "LDAP uid:"
-msgstr ""
+msgstr "uid de LDAP:"
msgid "LFS"
msgstr "LFS"
@@ -20637,7 +20850,7 @@ msgid "Label actions dropdown"
msgstr "Desplegable de acciones de las etiquetaa"
msgid "Label priority"
-msgstr ""
+msgstr "Prioridad de etiqueta"
msgid "Label was created"
msgstr "Etiqueta creada"
@@ -20670,7 +20883,7 @@ msgid "Labels can be applied to issues and merge requests."
msgstr "Las etiquetas se pueden aplicar a las incidencias y a los merge requests."
msgid "Labels with no issues in this iteration:"
-msgstr ""
+msgstr "Etiquetas sin incidencias en esta iteraciĂłn:"
msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
@@ -20930,10 +21143,10 @@ msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLa
msgstr ""
msgid "LearnGitLab|Create an issue"
-msgstr ""
+msgstr "Crear una incidencia"
msgid "LearnGitLab|Create or import a repository"
-msgstr ""
+msgstr "Crear o importar un repositorio"
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
@@ -20942,7 +21155,7 @@ msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and pl
msgstr ""
msgid "LearnGitLab|Deploy"
-msgstr ""
+msgstr "Desplegar"
msgid "LearnGitLab|Enable require merge approvals"
msgstr ""
@@ -20954,7 +21167,7 @@ msgid "LearnGitLab|Invite your colleagues"
msgstr ""
msgid "LearnGitLab|Learn GitLab"
-msgstr ""
+msgstr "Aprender GitLab"
msgid "LearnGitLab|Plan and execute"
msgstr ""
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21349,16 +21565,16 @@ msgid "Live preview"
msgstr "Vista previa"
msgid "Load more"
-msgstr ""
+msgstr "Cargar más"
msgid "Load more users"
-msgstr ""
+msgstr "Cargar más usuarios"
msgid "Loading"
msgstr "Cargando"
msgid "Loading %{name}"
-msgstr ""
+msgstr "Cargando %{name}"
msgid "Loading contribution stats for group members"
msgstr "Cargando las estadĂ­sticas de las colaboraciones de los miembros del grupo"
@@ -21370,7 +21586,7 @@ 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 more"
-msgstr ""
+msgstr "Cargar más"
msgid "Loading snippet"
msgstr "Cargando fragmento de cĂłdigo"
@@ -21384,9 +21600,6 @@ msgstr "Cargando..."
msgid "Loading…"
msgstr "Cargando…"
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr "LocalizaciĂłn"
@@ -21402,6 +21615,9 @@ msgstr "Bloquear"
msgid "Lock %{issuableDisplayName}"
msgstr "Bloquear %{issuableDisplayName}"
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr "Bloquear membresĂ­as a la sincronizaciĂłn LDAP"
@@ -21438,6 +21654,39 @@ msgstr "Los bloqueos brindan la capacidad de bloquear archivos o carpetas especĂ
msgid "Locks the discussion."
msgstr "Bloquea la discusiĂłn."
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "Iniciar sesiĂłn con una tarjeta inteligente"
@@ -21568,7 +21817,7 @@ msgid "Manage project labels"
msgstr "Administrar etiquetas de proyectos"
msgid "Manage projects."
-msgstr ""
+msgstr "Administrar proyectos"
msgid "Manage two-factor authentication"
msgstr "Administrar autenticaciĂłn de dos factores"
@@ -21700,13 +21949,13 @@ msgid "Match not found; try refining your search query."
msgstr "No se encontrĂł la coincidencia; por favor refine la consulta de su bĂşsqueda."
msgid "Mattermost"
-msgstr ""
+msgstr "Mattermost"
msgid "Mattermost URL:"
-msgstr ""
+msgstr "URL de Mattermost:"
msgid "Mattermost notifications"
-msgstr ""
+msgstr "Notificaciones de Mattermost"
msgid "MattermostService|Add to Mattermost"
msgstr "Agregar a Mattermost"
@@ -21739,13 +21988,13 @@ msgid "MattermostService|Use this service to perform common tasks in your projec
msgstr ""
msgid "Max 100,000 events"
-msgstr ""
+msgstr "Máx. 100.000 eventos"
msgid "Max authenticated Git LFS requests per period per user"
msgstr ""
msgid "Max file size is 200 KB."
-msgstr ""
+msgstr "El tamaño máximo del archivo es de 200 KB."
msgid "Max role"
msgstr ""
@@ -21754,7 +22003,7 @@ msgid "Max session time"
msgstr ""
msgid "Maximum 20 characters"
-msgstr ""
+msgstr "Máximo 20 caracteres"
msgid "Maximum Conan package file size in bytes"
msgstr ""
@@ -22060,13 +22309,13 @@ msgid "Members|Direct"
msgstr ""
msgid "Members|Disabled"
-msgstr ""
+msgstr "Deshabilitado"
msgid "Members|Edit permissions"
msgstr ""
msgid "Members|Enabled"
-msgstr ""
+msgstr "Habilitado"
msgid "Members|Expiration date removed successfully."
msgstr ""
@@ -22075,7 +22324,7 @@ msgid "Members|Expiration date updated successfully."
msgstr ""
msgid "Members|Filter members"
-msgstr ""
+msgstr "Filtrar miembros"
msgid "Members|Inherited"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr "Ejecutar merge cuando el pipeline se ejecute con Ă©xito"
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr "Commit a la rama origen"
@@ -22501,7 +22765,7 @@ msgid "MetricsSettings|Metrics"
msgstr ""
msgid "MetricsSettings|UTC (Coordinated Universal Time)"
-msgstr ""
+msgstr "UTC (hora universal coordinada)"
msgid "MetricsSettings|User's local timezone"
msgstr ""
@@ -22522,28 +22786,28 @@ msgid "Metrics|Add metric"
msgstr "Añadir métrica"
msgid "Metrics|Add panel"
-msgstr ""
+msgstr "Añadir panel"
msgid "Metrics|Avg"
msgstr "Avg"
msgid "Metrics|Back to dashboard"
-msgstr ""
+msgstr "Volver al panel de control"
msgid "Metrics|Cancel"
-msgstr ""
+msgstr "Cancelar"
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|Collapse panel"
-msgstr ""
+msgstr "Contraer panel"
msgid "Metrics|Collapse panel (Esc)"
-msgstr ""
+msgstr "Contraer panel (Esc)"
msgid "Metrics|Copy YAML"
-msgstr ""
+msgstr "Copiar YAML"
msgid "Metrics|Copy and paste the panel YAML into your dashboard YAML file."
msgstr ""
@@ -22629,10 +22893,10 @@ msgid "Metrics|Metrics Settings"
msgstr ""
msgid "Metrics|Min"
-msgstr ""
+msgstr "Min"
msgid "Metrics|More actions"
-msgstr ""
+msgstr "Más acciones"
msgid "Metrics|Must be a valid PromQL query."
msgstr "Debe ser una consulta PromQL válida."
@@ -22641,10 +22905,10 @@ msgid "Metrics|New metric"
msgstr "Nueva métrica"
msgid "Metrics|Open repository"
-msgstr ""
+msgstr "Abrir repositorio"
msgid "Metrics|Panel YAML"
-msgstr ""
+msgstr "Panel YAML"
msgid "Metrics|Panel YAML copied"
msgstr ""
@@ -22976,7 +23240,7 @@ msgid "Mirroring will only be available if the feature is included in the plan o
msgstr ""
msgid "Miscellaneous"
-msgstr ""
+msgstr "Miscelánea"
msgid "Missing"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr "Meses"
msgid "More Information"
msgstr "Más información"
-msgid "More Slack commands"
-msgstr "Más comandos de Slack"
-
msgid "More actions"
msgstr "Más acciones"
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr "Más de %{number_commits_distance} commits diferente con %{default_branch}"
@@ -23153,7 +23411,7 @@ msgid "MrDeploymentActions|Stop environment"
msgstr "Detener entorno"
msgid "Multi-project"
-msgstr ""
+msgstr "Multi-proyecto"
msgid "Multi-project Runners cannot be removed"
msgstr ""
@@ -23204,7 +23462,7 @@ msgid "Name"
msgstr "Nombre"
msgid "Name can't be blank"
-msgstr ""
+msgstr "El nombre no puede estar en blanco"
msgid "Name has already been taken"
msgstr "El nombre ya está en uso"
@@ -23219,16 +23477,16 @@ msgid "Name:"
msgstr "Nombre:"
msgid "Namespace"
-msgstr ""
+msgstr "Espacio de nombres"
msgid "Namespace ID:"
-msgstr ""
+msgstr "ID del namespace :"
msgid "Namespace is empty"
msgstr "Espacio de nombres está vacía"
msgid "Namespace:"
-msgstr ""
+msgstr "Espacio de nombres:"
msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project"
msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects"
@@ -23256,17 +23514,17 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
msgstr ""
msgid "Namespaces"
-msgstr ""
+msgstr "Espacios de nombres"
msgid "Namespaces to index"
msgstr "Espacios de nombres a indexar"
@@ -23281,40 +23539,40 @@ msgid "Navigate to the project to close the milestone."
msgstr "Desplácese hasta el proyecto para cerrar el hito."
msgid "Navigation bar"
-msgstr ""
+msgstr "Barra de navegaciĂłn"
msgid "NavigationTheme|Blue"
-msgstr ""
+msgstr "Azul"
msgid "NavigationTheme|Dark"
-msgstr ""
+msgstr "Oscuro"
msgid "NavigationTheme|Dark Mode (alpha)"
-msgstr ""
+msgstr "Modo oscuro (alfa)"
msgid "NavigationTheme|Green"
-msgstr ""
+msgstr "Verde"
msgid "NavigationTheme|Indigo"
-msgstr ""
+msgstr "ĂŤndigo"
msgid "NavigationTheme|Light"
-msgstr ""
+msgstr "Claro"
msgid "NavigationTheme|Light Blue"
-msgstr ""
+msgstr "Azul claro"
msgid "NavigationTheme|Light Green"
-msgstr ""
+msgstr "Verde claro"
msgid "NavigationTheme|Light Indigo"
-msgstr ""
+msgstr "ĂŤndigo claro"
msgid "NavigationTheme|Light Red"
-msgstr ""
+msgstr "Rojo claro"
msgid "NavigationTheme|Red"
-msgstr ""
+msgstr "Rojo"
msgid "Nav|Help"
msgstr "Ayuda"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23392,28 +23647,28 @@ msgid "NetworkPolicies|Are you sure you want to delete this policy? This action
msgstr ""
msgid "NetworkPolicies|Create policy"
-msgstr ""
+msgstr "Crear polĂ­tica"
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
-msgstr ""
+msgstr "Definir la ubicaciĂłn, las condiciones y las acciones de esta polĂ­tica."
msgid "NetworkPolicies|Delete policy"
-msgstr ""
+msgstr "Eliminar polĂ­tica"
msgid "NetworkPolicies|Delete policy: %{policy}"
-msgstr ""
+msgstr "Eliminar polĂ­tica: %{policy}"
msgid "NetworkPolicies|Deny all traffic"
-msgstr ""
+msgstr "Denegar todo el tráfico"
msgid "NetworkPolicies|Edit policy"
msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
-msgstr ""
+msgstr "El entorno no tiene plataforma de despliegue"
msgid "NetworkPolicies|IP/subnet"
-msgstr ""
+msgstr "IP/subred"
msgid "NetworkPolicies|Invalid or empty policy"
msgstr "Política no válida o vacía"
@@ -23434,10 +23689,10 @@ msgid "NetworkPolicies|Network policy can be created after the environment is lo
msgstr ""
msgid "NetworkPolicies|Network traffic"
-msgstr ""
+msgstr "Tráfico de red"
msgid "NetworkPolicies|None selected"
-msgstr ""
+msgstr "Ninguna seleccionada"
msgid "NetworkPolicies|Policy %{policyName} was successfully changed"
msgstr ""
@@ -23445,17 +23700,14 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr "DefiniciĂłn de la polĂ­tica"
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
-msgstr ""
+msgstr "Modo de la regla"
msgid "NetworkPolicies|Rule mode is unavailable for this policy. In some cases, we cannot parse the YAML file back into the rules editor."
msgstr ""
msgid "NetworkPolicies|Save changes"
-msgstr ""
+msgstr "Guardar cambios"
msgid "NetworkPolicies|Something went wrong, failed to update policy"
msgstr "Algo saliĂł mal, se ha producido un error al actualizar la polĂ­tica"
@@ -23466,23 +23718,20 @@ msgstr "Algo saliĂł mal, se ha producido un error al obtener las polĂ­ticas"
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
-msgstr ""
+msgstr "Todos los nombres de DNS"
msgid "NetworkPolicies|all IP addresses"
msgstr ""
msgid "NetworkPolicies|any pod"
-msgstr ""
+msgstr "cualquier pod"
msgid "NetworkPolicies|any port"
msgstr ""
msgid "NetworkPolicies|domain name"
-msgstr ""
+msgstr "nombre de dominio"
msgid "NetworkPolicies|entity"
msgstr ""
@@ -23586,19 +23835,19 @@ msgid "New Project"
msgstr "Nuevo proyecto"
msgid "New Requirement"
-msgstr ""
+msgstr "Nuevo requisito"
msgid "New Snippet"
msgstr "Nuevo fragmento de cĂłdigo"
msgid "New Test Case"
-msgstr ""
+msgstr "Nuevo caso de prueba"
msgid "New User"
msgstr "Nuevo usuario"
msgid "New application"
-msgstr ""
+msgstr "Nueva aplicaciĂłn"
msgid "New branch"
msgstr "Nueva rama"
@@ -23619,7 +23868,7 @@ msgid "New directory"
msgstr "Nuevo directorio"
msgid "New discussion"
-msgstr ""
+msgstr "Nueva discusiĂłn"
msgid "New environment"
msgstr "Nuevo entorno"
@@ -23637,10 +23886,10 @@ msgid "New group"
msgstr "Nuevo grupo"
msgid "New group URL"
-msgstr ""
+msgstr "Nueva URL de grupo"
msgid "New group name"
-msgstr ""
+msgstr "Nuevo nombre de grupo"
msgid "New health check access token has been generated!"
msgstr "¡Se ha generado un nuevo token de acceso para la verificación de estado!"
@@ -23685,10 +23934,10 @@ msgid "New project"
msgstr "Nuevo proyecto"
msgid "New project page"
-msgstr ""
+msgstr "Nueva página de proyecto"
msgid "New project pages"
-msgstr ""
+msgstr "Nuevas páginas de proyecto"
msgid "New project/repository"
msgstr "Nuevo proyecto/repositorio"
@@ -23808,7 +24057,7 @@ msgid "No artifacts found"
msgstr ""
msgid "No assignee"
-msgstr ""
+msgstr "Sin asignar"
msgid "No authentication methods configured."
msgstr "No hay métodos de autenticación configurados."
@@ -23984,11 +24233,14 @@ msgstr "Sin hito"
msgid "No milestones to show"
msgstr "No hay hitos para mostrar"
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr "No hay otras etiquetas con ese nombre o descripciĂłn"
msgid "No panels matching properties %{opts}"
-msgstr ""
+msgstr "No hay paneles que coincidan con las propiedades %{opts}"
msgid "No parent group"
msgstr "NingĂşn grupo padre"
@@ -24011,17 +24263,20 @@ msgstr "No hay etiquetas priorizadas con dicho nombre o descripciĂłn"
msgid "No profiles found"
msgstr "No se encontraron perfiles"
-msgid "No projects found"
+msgid "No project subscribes to the pipelines in this project."
msgstr ""
+msgid "No projects found"
+msgstr "No se encontraron proyectos"
+
msgid "No public deploy keys"
-msgstr ""
+msgstr "No hay claves pĂşblicas de despliegue"
msgid "No public groups"
msgstr "No hay grupos pĂşblicos"
msgid "No ref selected"
-msgstr ""
+msgstr "NingĂşn ref seleccionado"
msgid "No related merge requests found."
msgstr ""
@@ -24039,7 +24294,7 @@ msgid "No schedules"
msgstr "No hay programaciones"
msgid "No service accounts"
-msgstr ""
+msgstr "Sin cuentas de servicio"
msgid "No severity matches the provided parameter"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr "No se han encontrado vulnerabilidades"
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24391,7 +24646,7 @@ msgid "Number of files touched"
msgstr "NĂşmero de archivos tocados"
msgid "Number of replicas"
-msgstr ""
+msgstr "Número de réplicas"
msgid "Number of shards"
msgstr ""
@@ -24448,10 +24703,10 @@ msgid "OnCallScheduless|Any escalation rules that are using this schedule will a
msgstr ""
msgid "OnCallSchedules|1 day"
-msgstr ""
+msgstr "1 dĂ­a"
msgid "OnCallSchedules|2 weeks"
-msgstr ""
+msgstr "2 semanas"
msgid "OnCallSchedules|Add a rotation"
msgstr ""
@@ -24460,7 +24715,7 @@ msgid "OnCallSchedules|Add a schedule"
msgstr ""
msgid "OnCallSchedules|Add an additional schedule to your project"
-msgstr ""
+msgstr "Añada un horario adicional a su proyecto"
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -24475,7 +24730,7 @@ msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\"
msgstr ""
msgid "OnCallSchedules|Collapse schedule"
-msgstr ""
+msgstr "Colapsar horario"
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -24499,7 +24754,7 @@ msgid "OnCallSchedules|Enable end date"
msgstr ""
msgid "OnCallSchedules|Expand schedule"
-msgstr ""
+msgstr "Expandir horario"
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -24625,7 +24880,7 @@ msgid "OnDemandScans|Create new site profile"
msgstr ""
msgid "OnDemandScans|Delete profile"
-msgstr ""
+msgstr "Eliminar perfil"
msgid "OnDemandScans|Description (optional)"
msgstr ""
@@ -24634,7 +24889,7 @@ msgid "OnDemandScans|Edit on-demand DAST scan"
msgstr ""
msgid "OnDemandScans|Edit profile"
-msgstr ""
+msgstr "Editar perfil"
msgid "OnDemandScans|For example: Tests the login page for SQL injections"
msgstr ""
@@ -24676,10 +24931,10 @@ msgid "OnDemandScans|On-demand scans run outside the DevOps cycle and find vulne
msgstr ""
msgid "OnDemandScans|Repeats"
-msgstr ""
+msgstr "Repetir"
msgid "OnDemandScans|Run scan"
-msgstr ""
+msgstr "Ejecutar análisis"
msgid "OnDemandScans|Save and run scan"
msgstr ""
@@ -24694,7 +24949,7 @@ msgid "OnDemandScans|Scan name"
msgstr ""
msgid "OnDemandScans|Scan type"
-msgstr ""
+msgstr "Tipo de análisis"
msgid "OnDemandScans|Scanner profile"
msgstr ""
@@ -24703,7 +24958,7 @@ msgid "OnDemandScans|Schedule scan"
msgstr ""
msgid "OnDemandScans|Select one of the existing profiles"
-msgstr ""
+msgstr "Seleccione uno de los perfiles existentes"
msgid "OnDemandScans|Site profile"
msgstr ""
@@ -24715,22 +24970,22 @@ msgid "OnDemandScans|Target"
msgstr ""
msgid "OnDemandScans|The scan could not be canceled."
-msgstr ""
+msgstr "No se pudo cancelar el análisis."
msgid "OnDemandScans|The scan could not be retried."
-msgstr ""
+msgstr "No se ha podido volver a intentar el análisis."
msgid "OnDemandScans|There are no finished scans."
-msgstr ""
+msgstr "No hay ningún análisis finalizado."
msgid "OnDemandScans|There are no running scans."
-msgstr ""
+msgstr "No hay ningún análisis en ejecución."
msgid "OnDemandScans|There are no saved scans."
-msgstr ""
+msgstr "No hay ningún análisis guardado."
msgid "OnDemandScans|There are no scheduled scans."
-msgstr ""
+msgstr "No hay ningún análisis programado."
msgid "OnDemandScans|Use existing scanner profile"
msgstr ""
@@ -24939,7 +25194,7 @@ msgid "Optional parameter \"variables\" must be a Hash. Ex: variables[key1]=valu
msgstr ""
msgid "Optional."
-msgstr ""
+msgstr "Opcional."
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."
@@ -24951,7 +25206,7 @@ msgid "Or you can choose one of the suggested colors below"
msgstr "O puede seleccionar alguno de los colores sugeridos a continuaciĂłn"
msgid "Organizations"
-msgstr ""
+msgstr "OrganizaciĂłn"
msgid "Orphaned member"
msgstr ""
@@ -24960,7 +25215,7 @@ msgid "Other Labels"
msgstr "Otras etiquetas"
msgid "Other available runners"
-msgstr ""
+msgstr "Otros ejecutores disponibles"
msgid "Other information"
msgstr "Otra informaciĂłn"
@@ -24969,16 +25224,16 @@ msgid "Other merge requests block this MR"
msgstr "Otras merge request bloquean este MR"
msgid "Other versions"
-msgstr ""
+msgstr "Otras versiones"
msgid "Other visibility settings have been disabled by the administrator."
msgstr "Otros ajustes de visibilidad han sido desactivados por el administrador."
msgid "Otherwise, click the link below to complete the process."
-msgstr ""
+msgstr "De lo contrario, haga clic en el siguiente enlace para completar el proceso."
msgid "Otherwise, click the link below to complete the process:"
-msgstr ""
+msgstr "De lo contrario, haga clic en el siguiente enlace para completar el proceso:"
msgid "Our team has been notified. Please try again."
msgstr ""
@@ -24986,8 +25241,29 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
-msgstr "Peticiones salientes"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
+msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
msgstr ""
@@ -25017,7 +25293,7 @@ msgid "Owned by me"
msgstr "De mi propiedad"
msgid "Owned by:"
-msgstr ""
+msgstr "Propiedad de:"
msgid "Owner"
msgstr "Propietario"
@@ -25029,13 +25305,13 @@ msgid "PQL|By providing my contact information, I agree GitLab may contact me vi
msgstr ""
msgid "PQL|Cancel"
-msgstr ""
+msgstr "Cancelar"
msgid "PQL|Contact our Sales team"
msgstr ""
msgid "PQL|Contact sales"
-msgstr ""
+msgstr "Contactar con ventas"
msgid "PQL|Hello %{userName}. Before putting you in touch with our sales team, we would like you to verify and complete the information below."
msgstr ""
@@ -25044,13 +25320,13 @@ msgid "PQL|Message for the Sales team (optional)"
msgstr ""
msgid "PQL|Please select a city or state"
-msgstr ""
+msgstr "Por favor seleccione una ciudad o estado"
msgid "PQL|Submit information"
-msgstr ""
+msgstr "Enviar informaciĂłn"
msgid "PQL|Thank you for reaching out! Our sales team will get back to you soon."
-msgstr ""
+msgstr "¡Gracias por contactarnos! Nuestro equipo de ventas se pondrá en contacto con usted muy pronto."
msgid "Package Registry"
msgstr "Registro de paquetes"
@@ -25092,7 +25368,7 @@ msgid "Package type must be Maven"
msgstr "El tipo de paquete debe ser Maven"
msgid "Package type must be NPM"
-msgstr ""
+msgstr "El tipo de paquete debe ser NPM"
msgid "Package type must be NuGet"
msgstr "El tipo de paquete debe ser NuGet"
@@ -25101,7 +25377,7 @@ msgid "Package type must be PyPi"
msgstr "El tipo de paquete debe ser PyPi"
msgid "Package type must be RubyGems"
-msgstr ""
+msgstr "El tipo de paquete debe ser RubyGems"
msgid "PackageRegistry|%{boldStart}Allow duplicates%{boldEnd} - Accept packages with the same name and version."
msgstr ""
@@ -25287,7 +25563,7 @@ msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your
msgstr "Aprenda a %{noPackagesLinkStart}publicar y compartir sus paquetes%{noPackagesLinkEnd} con GitLab."
msgid "PackageRegistry|License information located at %{link}"
-msgstr ""
+msgstr "La informaciĂłn de licencia se encuentra en %{link}"
msgid "PackageRegistry|Manually Published"
msgstr "Publicado manualmente"
@@ -25311,15 +25587,15 @@ msgid "PackageRegistry|Package Registry"
msgstr ""
msgid "PackageRegistry|Package deleted successfully"
-msgstr ""
+msgstr "Paquete eliminado correctamente"
msgid "PackageRegistry|Package file deleted successfully"
msgstr ""
msgid "PackageRegistry|Package has %{updatesCount} archived update"
msgid_plural "PackageRegistry|Package has %{updatesCount} archived updates"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "El paquete tiene %{updatesCount} actualizacion archivada"
+msgstr[1] "El paquete tiene %{updatesCount} actualizaciones archivadas"
msgid "PackageRegistry|Package updated by commit %{link} on branch %{branch}, built by pipeline %{pipeline}, and published to the registry %{datetime}"
msgstr ""
@@ -25343,10 +25619,10 @@ msgid "PackageRegistry|PyPI"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
-msgstr ""
+msgstr "Receta: %{recipe}"
msgid "PackageRegistry|Registry setup"
-msgstr ""
+msgstr "ConfiguraciĂłn del registro"
msgid "PackageRegistry|Remove package"
msgstr "Eliminar paquete"
@@ -25355,31 +25631,31 @@ msgid "PackageRegistry|Required Python: %{pythonVersion}"
msgstr ""
msgid "PackageRegistry|RubyGems"
-msgstr ""
+msgstr "RubyGems"
msgid "PackageRegistry|Settings for Generic packages"
msgstr ""
msgid "PackageRegistry|Settings for Maven packages"
-msgstr ""
+msgstr "ConfiguraciĂłn para paquetes de Maven"
msgid "PackageRegistry|Show Composer commands"
-msgstr ""
+msgstr "Mostrar comandos de Composer"
msgid "PackageRegistry|Show Conan commands"
-msgstr ""
+msgstr "Mostrar comandos de Conan"
msgid "PackageRegistry|Show NPM commands"
-msgstr ""
+msgstr "Mostrar comandos de NPM"
msgid "PackageRegistry|Show Nuget commands"
-msgstr ""
+msgstr "Mostrar comandos de Nuget"
msgid "PackageRegistry|Show PyPi commands"
-msgstr ""
+msgstr "Mostrar comandos de PyPi"
msgid "PackageRegistry|Show Yarn commands"
-msgstr ""
+msgstr "Mostrar comandos de Yarn"
msgid "PackageRegistry|Something went wrong while deleting the package file."
msgstr ""
@@ -25412,10 +25688,10 @@ msgid "PackageRegistry|To widen your search, change or remove the filters above.
msgstr ""
msgid "PackageRegistry|Type"
-msgstr ""
+msgstr "Tipo"
msgid "PackageRegistry|Unable to fetch package version information."
-msgstr ""
+msgstr "No se ha podido obtener la informaciĂłn de la versiĂłn del paquete."
msgid "PackageRegistry|Unable to load package"
msgstr "Se ha producido un error al cargar el paquete"
@@ -25427,16 +25703,16 @@ msgid "PackageRegistry|You are about to delete %{filename}. This is a destructiv
msgstr ""
msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?"
-msgstr ""
+msgstr "Está a punto de eliminar %{name}, esta operación es irreversible, ¿está seguro?"
msgid "PackageRegistry|You are about to delete version %{version} of %{name}. Are you sure?"
-msgstr ""
+msgstr "Está a punto de eliminar la versión %{version} de %{name}. ¿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 ""
+msgstr "Puede que también necesite configurar la autenticación utilizando un token de autentificación. %{linkStart} Vea la documentación%{linkEnd} para obtener más información."
msgid "PackageRegistry|npm"
-msgstr ""
+msgstr "npm"
msgid "PackageRegistry|published by %{author}"
msgstr "publicado por %{author}"
@@ -25451,16 +25727,16 @@ msgid "Page settings"
msgstr ""
msgid "PagerDutySettings|Active"
-msgstr ""
+msgstr "Activo"
msgid "PagerDutySettings|Create a GitLab incident for each PagerDuty incident by %{linkStart}configuring a webhook in PagerDuty%{linkEnd}"
msgstr ""
msgid "PagerDutySettings|Failed to update Webhook URL"
-msgstr ""
+msgstr "Se ha producido un error al actualizar la URL del webhook"
msgid "PagerDutySettings|Reset webhook URL"
-msgstr ""
+msgstr "Restablecer la URL del webhook"
msgid "PagerDutySettings|Resetting the webhook URL for this project will require updating this integration's settings in PagerDuty."
msgstr ""
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr "Parche a aplicar"
@@ -25727,13 +26000,13 @@ msgid "PerformanceBar|Sort chronologically"
msgstr ""
msgid "PerformanceBar|Stats"
-msgstr ""
+msgstr "EstadĂ­sticas"
msgid "PerformanceBar|Total duration"
-msgstr ""
+msgstr "DuraciĂłn total"
msgid "PerformanceBar|Trace"
-msgstr ""
+msgstr "Traza"
msgid "PerformanceBar|cpu"
msgstr ""
@@ -25744,11 +26017,14 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
msgid "Permalink"
-msgstr ""
+msgstr "Enlace permanente"
msgid "Permanently delete project"
msgstr ""
@@ -25760,10 +26036,10 @@ msgid "Permissions"
msgstr "Permisos"
msgid "Permissions Help"
-msgstr ""
+msgstr "Ayuda de permisos"
-msgid "Permissions, LFS, 2FA"
-msgstr "Permisos, LFS, 2FA"
+msgid "Permissions and group features"
+msgstr ""
msgid "Personal Access Token"
msgstr "Token de acceso personal"
@@ -25778,10 +26054,10 @@ msgid "Personal project creation is not allowed. Please contact your administrat
msgstr "No se permite la creaciĂłn de proyectos personales. Por favor, pĂłngase en contacto con su administrador con preguntas"
msgid "Personal projects"
-msgstr ""
+msgstr "Proyectos personales"
msgid "Personal projects limit:"
-msgstr ""
+msgstr "LĂ­mite de los proyectos personales:"
msgid "Phabricator Server Import"
msgstr "Importar servidor Phabricator"
@@ -25808,7 +26084,7 @@ msgid "Pipeline %{label} for \"%{dataTitle}\""
msgstr "Pipeline %{label} para \"%{dataTitle}\""
msgid "Pipeline Editor"
-msgstr ""
+msgstr "Editor de pipelines"
msgid "Pipeline Editor|Are you sure you want to reset the file to its last committed version?"
msgstr ""
@@ -26029,9 +26305,6 @@ msgstr "Pipelines"
msgid "Pipelines charts"
msgstr "Gráficos de los pipelines"
-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 "La configuraciĂłn de los pipelines para '%{project_name}' se actualizĂł correctamente."
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr "Construir con confianza"
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26123,7 +26399,7 @@ msgid "Pipelines|Merged YAML is view only"
msgstr ""
msgid "Pipelines|More Information"
-msgstr ""
+msgstr "Más información"
msgid "Pipelines|No triggers have been created yet. Add one using the form above."
msgstr ""
@@ -26221,11 +26497,29 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr "no válido"
-msgid "Pipelines|parent"
-msgstr "padre"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
+msgstr ""
msgid "Pipeline|Actions"
msgstr "Acciones"
@@ -26270,10 +26564,10 @@ msgid "Pipeline|Failed"
msgstr "Fallido"
msgid "Pipeline|In progress"
-msgstr ""
+msgstr "En progreso"
msgid "Pipeline|Manual"
-msgstr ""
+msgstr "Manual"
msgid "Pipeline|Merge train pipeline"
msgstr ""
@@ -26309,13 +26603,13 @@ msgid "Pipeline|Run for branch name or tag"
msgstr ""
msgid "Pipeline|Run pipeline"
-msgstr ""
+msgstr "Ejecutar pipeline"
msgid "Pipeline|Running"
-msgstr ""
+msgstr "En ejecuciĂłn"
msgid "Pipeline|Skipped"
-msgstr ""
+msgstr "Omitido"
msgid "Pipeline|Source"
msgstr ""
@@ -26402,16 +26696,19 @@ msgid "Plain-text response to send to clients that hit a rate limit"
msgstr ""
msgid "Plan"
-msgstr ""
+msgstr "Plan"
msgid "Plan:"
msgstr "Plan:"
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr "PlantUML"
msgid "PlantUML URL"
-msgstr ""
+msgstr "URL de PlantUML"
msgid "Play"
msgstr "Ejecutar"
@@ -26422,6 +26719,12 @@ msgstr "Ejecutar todo manualmente"
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 %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr "Por favor, %{startTagRegister}regĂ­strese%{endRegisterTag} o %{startTagSignIn}inicie sesiĂłn%{endSignInTag} para contestar"
@@ -26447,7 +26750,7 @@ msgid "Please check your email (%{email}) to verify that you own this address an
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 file"
-msgstr ""
+msgstr "Por favor, elija un archivo"
msgid "Please complete your profile with email address"
msgstr "Por favor, complete su perfil con una direcciĂłn de correo electrĂłnico"
@@ -26465,7 +26768,7 @@ msgid "Please contact your administrator with any questions."
msgstr ""
msgid "Please contact your administrator."
-msgstr ""
+msgstr "Por favor, pĂłngase en contacto con su administrador."
msgid "Please convert %{linkStart}them to Git%{linkEnd}, and go through the %{linkToImportFlow} again."
msgstr ""
@@ -26663,7 +26966,7 @@ msgid "Port"
msgstr "Puerto"
msgid "Postman collection"
-msgstr ""
+msgstr "ColecciĂłn de Postman"
msgid "Postman collection file path or URL"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr "Preferencias de hora"
msgid "Preferences|Use relative times"
msgstr "Utilizar tiempos relativos"
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr "Previo"
@@ -26945,7 +27251,7 @@ msgid "Profile Settings"
msgstr "ConfiguraciĂłn del perfil"
msgid "Profile failed to delete"
-msgstr ""
+msgstr "Se ha producido un error al eliminar el perfil"
msgid "Profile image guideline"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr "Redimensionador de avatar"
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr "El avatar será eliminado, ¿está seguro?"
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr "Bio"
@@ -27025,9 +27334,6 @@ msgstr "Ciudad, paĂ­s"
msgid "Profiles|Clear status"
msgstr "Borrar estado"
-msgid "Profiles|Click on icon to activate signin with one of the following services"
-msgstr "Haga clic en el icono para activar el inicio de sesiĂłn con uno de los siguientes servicios"
-
msgid "Profiles|Commit email"
msgstr "DirecciĂłn de correo electrĂłnico para los commits"
@@ -27191,7 +27497,7 @@ msgid "Profiles|Pronouns"
msgstr ""
msgid "Profiles|Pronunciation"
-msgstr ""
+msgstr "PronunciaciĂłn"
msgid "Profiles|Public avatar"
msgstr ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr "Eliminar avatar"
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr "Establecer una nueva imagen de perfil"
@@ -27250,9 +27559,6 @@ msgstr "AutenticaciĂłn de dos factores"
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr "Escribe tu %{confirmationValue} para confirmar:"
-msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
-msgstr "Normalmente comienza con \"ssh-ed25519 …\" o \"ssh-rsa …\""
-
msgid "Profiles|Update profile settings"
msgstr "Actualizar la configuraciĂłn del perfil"
@@ -27482,7 +27788,7 @@ msgid "Project name"
msgstr "Nombre del proyecto"
msgid "Project navigation"
-msgstr ""
+msgstr "NavegaciĂłn 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."
@@ -27569,7 +27875,7 @@ msgid "ProjectOverview|You must sign in to star a project"
msgstr "Debe iniciar sesiĂłn para marcar como favorito un proyecto"
msgid "ProjectPage|Copy project ID"
-msgstr ""
+msgstr "Copiar ID del proyecto"
msgid "ProjectPage|Project ID: %{project_id}"
msgstr "ID de proyecto: %{project_id}"
@@ -27578,10 +27884,10 @@ msgid "ProjectQualitySummary|An error occurred while trying to fetch project qua
msgstr ""
msgid "ProjectQualitySummary|Coverage"
-msgstr ""
+msgstr "Cobertura"
msgid "ProjectQualitySummary|Failure"
-msgstr ""
+msgstr "Error"
msgid "ProjectQualitySummary|Latest pipeline results"
msgstr ""
@@ -27596,16 +27902,16 @@ msgid "ProjectQualitySummary|Measure of how much of your code is covered by test
msgstr ""
msgid "ProjectQualitySummary|See full report"
-msgstr ""
+msgstr "Ver informe completo"
msgid "ProjectQualitySummary|See project Code Coverage Statistics"
-msgstr ""
+msgstr "Ver las estadĂ­sticas de cobertura del cĂłdigo del proyecto"
msgid "ProjectQualitySummary|Skipped"
-msgstr ""
+msgstr "Omitido"
msgid "ProjectQualitySummary|Success"
-msgstr ""
+msgstr "Éxito"
msgid "ProjectQualitySummary|Test coverage"
msgstr ""
@@ -27644,13 +27950,13 @@ msgid "ProjectService|Enter new password"
msgstr ""
msgid "ProjectService|Enter new password."
-msgstr ""
+msgstr "Introducir una nueva contraseña."
msgid "ProjectService|Enter new token"
-msgstr ""
+msgstr "Introducir un nuevo token"
msgid "ProjectService|Issue URL"
-msgstr ""
+msgstr "URL de la incidencia"
msgid "ProjectService|Jenkins server URL"
msgstr ""
@@ -27677,16 +27983,16 @@ msgid "ProjectService|Perform common operations on GitLab project: %{project_nam
msgstr "Realice operaciones comunes en el proyecto GitLab: %{project_name}"
msgid "ProjectService|Run CI/CD pipelines with Buildkite."
-msgstr ""
+msgstr "Ejecute pipelines CI/CD con Buildkite."
msgid "ProjectService|Run CI/CD pipelines with Drone."
-msgstr ""
+msgstr "Ejecute pipelines CI/CD con Drone."
msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
-msgstr ""
+msgstr "Ejecute pipelines de CI/CD con JetBrains TeamCity."
msgid "ProjectService|TeamCity server URL"
-msgstr ""
+msgstr "URL del servidor de TeamCity"
msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27851,11 +28160,17 @@ msgid "ProjectSettings|Git Large File Storage (LFS)"
msgstr ""
msgid "ProjectSettings|Global"
-msgstr ""
+msgstr "Global"
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr "Interno"
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28016,7 +28334,7 @@ msgid "ProjectSettings|These checks must pass before merge requests can be merge
msgstr ""
msgid "ProjectSettings|This project"
-msgstr ""
+msgstr "Este proyecto"
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr "Esta configuraciĂłn se aplica a nivel del servidor y se puede sobreescribir por un administrador."
@@ -28027,11 +28345,8 @@ 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|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
-msgstr ""
+msgstr "Transferir proyecto"
msgid "ProjectSettings|Upstream project"
msgstr ""
@@ -28049,9 +28364,9 @@ msgid "ProjectSettings|Users can request access"
msgstr ""
msgid "ProjectSettings|View and edit files in this project."
-msgstr ""
+msgstr "Ver y editar archivos en este proyecto."
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28721,13 +29036,13 @@ msgid "ProtectedBranch|Toggle code owner approval"
msgstr ""
msgid "ProtectedBranch|Unprotect"
-msgstr ""
+msgstr "Desproteger"
msgid "ProtectedBranch|What are protected branches?"
msgstr ""
msgid "ProtectedBranch|default"
-msgstr ""
+msgstr "Por defecto"
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?"
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr "Claves de despliegue pĂşblico (%{deploy_keys_count})"
-
msgid "Public pipelines"
msgstr "Pipelines pĂşblicos"
@@ -28867,7 +29179,7 @@ msgstr "Comprar más minutos"
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr "Reduce la visibilidad del proyecto"
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr "ÂżReducir la visibilidad de este proyecto?"
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr "El repositorio debe contener al menos 1 archivo."
msgid "Repository size is above the limit."
msgstr "El tamaño del repositorio está por encima del límite."
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr "Almacenamiento del repositorio"
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr "Se ha añadido el requisito %{reference}"
@@ -30245,9 +30574,6 @@ msgstr "Resuelto por"
msgid "Resolved by %{name}"
msgstr "Resuelto por %{name}"
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr "Resuelve las direcciones IP una vez y las utiliza para enviar peticiones"
-
msgid "Response"
msgstr "Respuesta"
@@ -30314,7 +30640,7 @@ msgstr "Reanudar"
msgid "Resync"
msgstr "Resincronizar"
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,15 +30740,15 @@ msgstr "Revocar"
msgid "Revoked"
msgstr "Revocado"
+msgid "Revoked access token %{access_token_name}!"
+msgstr ""
+
msgid "Revoked impersonation token %{token_name}!"
msgstr "¡Token de suplantación revocado %{token_name}!"
msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr "Se ha revocado el token de acceso personal %{personal_access_token_name}!"
-msgid "Revoked project access token %{project_access_token_name}!"
-msgstr "¡Token de acceso al proyecto revocado %{project_access_token_name}!"
-
msgid "RightSidebar|Copy email address"
msgstr ""
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr "Hoja de ruta"
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr "Rol"
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr "VerificaciĂłn SSL:"
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr "Buscar"
msgid "Search GitLab"
msgstr "Buscar en GitLab"
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr "%{firstProject} y %{secondProject}"
@@ -31942,9 +32361,6 @@ msgstr "Seleccionar formato de archivo"
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr "Seleccione el proyecto GitLab para vincular con su equipo de Slack"
-
msgid "Select Page"
msgstr "Seleccionar página"
@@ -32332,8 +32748,8 @@ msgstr "Service Desk"
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
-msgstr "URL del servicio"
+msgid "Service Usage Data"
+msgstr ""
msgid "Service account generated successfully"
msgstr ""
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr "Configurar CI/CD"
msgid "Set up Jira Integration"
msgstr "Configurar la integraciĂłn con Jira"
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr "Restablecer minutos de los 'pipelines'"
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr "Restablecer los minutos utilizados de los 'pipelines'"
-msgid "Sherlock Transactions"
-msgstr "Transacciones de Sherlock"
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr "Mostrar toda la actividad"
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr "Mostrar todas las incidencias."
@@ -32727,6 +33140,9 @@ msgstr "Mostrar proyectos archivados"
msgid "Show archived projects only"
msgstr "Mostrar solo proyectos archivados"
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr "Mostrar comando"
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr "Mostrar solo los comentarios"
-msgid "Show commit description"
-msgstr "Mostrar la descripciĂłn del commit"
-
msgid "Show complete raw log"
msgstr "Mostrar el registro completo sin procesar"
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr "Mostrar todas las incidencias"
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr "Cerrar la sesiĂłn y regĂ­strarse"
msgid "Sign up"
msgstr "RegĂ­strese"
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr "¡Registro creado correctamente! Por favor, confirme su dirección de correo electrónico para iniciar sesión."
@@ -33001,9 +33420,33 @@ msgstr "AplicaciĂłn Slack"
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr "La integraciĂłn con Slack le permite interactuar con GitLab mediante comandos slash en una ventana de chat."
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ msgstr "Algo salió mal. ¡Por favor, inténtelo de nuevo!"
msgid "Something went wrong. Try again later."
msgstr "Se ha producido un error. Por favor, inténtelo más tarde."
-msgid "Sorry, no epics matched your search"
-msgstr "Lo sentimos, no hay tareas Ă©picas que coincidan con su bĂşsqueda"
-
msgid "Sorry, no projects matched your search"
msgstr "Lo sentimos, no hay proyectos que coincidan con su bĂşsqueda"
@@ -33376,9 +33816,6 @@ msgstr "Ăšltimo Contacto"
msgid "SortOptions|Last created"
msgstr "Fecha de creaciĂłn"
-msgid "SortOptions|Last updated"
-msgstr "Fecha de actualizaciĂłn"
-
msgid "SortOptions|Least popular"
msgstr "Menos popular"
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr "Iniciar una bĂşsqueda"
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr "Indique su mensaje para activar"
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr "Suscrito"
msgid "Subscribed to this %{quick_action_target}."
msgstr "Suscrito a este %{quick_action_target}."
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr "Se suscribe a este %{quick_action_target}."
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr "Fecha de finalizaciĂłn del periodo de prueba"
msgid "SubscriptionTable|Trial start date"
msgstr "Fecha de inicio de la versiĂłn de prueba"
-msgid "SubscriptionTable|Upgrade"
-msgstr "Actualizar"
-
msgid "SubscriptionTable|Usage"
msgstr "Uso"
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr "Domingo"
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr "Soporte"
@@ -34750,6 +35229,9 @@ msgstr "Rama de destino"
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ 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 "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr "Probar"
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "Análisis de cobertura de las pruebas"
@@ -35164,9 +35652,6 @@ msgstr ""
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 %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 "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."
-
msgid "The application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ 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 contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
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 password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ msgstr "Se ha eliminado el pipeline"
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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr "La clave privada que se utiliza cuando se proporciona un certificado cliente. Este valor está encriptado."
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr "Se ha producido un error al obtener el %{replicableType}"
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr "Se ha producido un error al restablecer los minutos de ejecuciĂłn de los
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr "Este %{issuableDisplayName} está bloqueado. Solo los miembros del proyecto pueden comentar."
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ 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 is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr "Esta característica requiere que el almacenamiento local esté activado"
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr "Este proyecto"
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr "Este proyecto está archivado y no se puede comentar en el."
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr "Esta configuraciĂłn se puede reemplazar en cada proyecto."
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr "Esta suscripciĂłn es para"
@@ -36740,9 +37225,6 @@ msgstr "Tiempo desde el Ăşltimo commit al merge"
msgid "Time in seconds"
msgstr "Tiempo en segundos"
-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 "Tiempo en segundos que GitLab esperará hasta obtener una respuesta de un servicio externo. Cuando el servicio no responda a tiempo, se denegará el acceso."
-
msgid "Time of import: %{importTime}"
msgstr "Tiempo de importaciĂłn: %{importTime}"
@@ -36990,9 +37472,6 @@ msgstr "Para acceder a este dominio, cree un nuevo registro DNS"
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 "Para agregar una clave SSH necesita %{generate_link_start}generar una%{link_end} o utilizar una clave existente %{existing_link_start}%{link_end}."
-
msgid "To add the entry manually, provide the following details to the application on your phone."
msgstr "Para agregar la entrada manualmente, proporcione los siguientes detalles a la aplicación en su teléfono."
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ msgstr "Para ampliar la bĂşsqueda, cambie o elimine filtros"
msgid "To widen your search, change or remove filters above."
msgstr ""
-msgid "To widen your search, change or remove filters."
-msgstr "Para ampliar la bĂşsqueda, cambie o elimine filtros."
-
msgid "To-Do List"
msgstr "Lista de tareas pendientes"
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr "Seguimiento del tiempo con acciones rápidas"
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr "Haga el seguimiento de sus proyectos de GitLab con GitLab para Slack."
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr "Su prueba termina el %{boldStart}%{trialEndDate}%{boldEnd}. Esperamos que estés disfrutando de las características de GitLab %{planName}. Para mantener esas funciones después de que termine tu prueba, tendrás que comprar una suscripción. (También puedes elegir GitLab Premium si se ajusta a tus necesidades)"
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr "Nombre de la empresa"
@@ -37490,15 +37963,9 @@ msgstr "PaĂ­s"
msgid "Trial|Dismiss"
msgstr "Descartar"
-msgid "Trial|First name"
-msgstr "Primer nombre"
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr "GitLab Ultimate (opcional)"
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr "NĂşmero de empleados"
@@ -37565,6 +38032,12 @@ msgstr "El disparador se actualizĂł correctamente."
msgid "Triggerer"
msgstr "Disparador"
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr "Solucione problemas y supervise su aplicaciĂłn con el seguimiento"
@@ -38084,6 +38557,9 @@ msgstr "Actualizado"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "Actualizado %{updated_at} por %{updated_by}"
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr "Actualizaciones"
@@ -38105,6 +38581,9 @@ msgstr "Actualice su plan"
msgid "Upload"
msgstr "Subir"
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr "Subir fichero CSV"
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr "VersiĂłn %{versionNumber}"
msgid "Version %{versionNumber} (latest)"
msgstr "VersiĂłn %{versionNumber} (Ăşltima)"
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr "Ver documentaciĂłn"
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr "Ver archivo reemplazado @ "
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr "Ver configuraciĂłn"
@@ -39443,6 +39940,9 @@ msgstr "Respuesta"
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr "La respuesta recibida es la que se recibiĂł cuando se detectĂł este fallo"
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr "InformaciĂłn adicional"
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr "Descargar"
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr "Evidencia"
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr "Identificador"
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr "Identificadores"
@@ -39512,6 +40021,9 @@ msgstr "Imagen"
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr "Enlaces"
@@ -39524,6 +40036,9 @@ msgstr "Espacio de nombres"
msgid "Vulnerability|Project"
msgstr "Proyecto"
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39534,7 +40049,10 @@ msgid "Vulnerability|Request/Response"
msgstr "Solicitud/Respuesta"
msgid "Vulnerability|Scanner Provider"
-msgstr "Proveedor del escáner"
+msgstr "Proveedor para el análisis"
+
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39597,7 +40124,7 @@ msgid "We are currently unable to fetch data for this graph."
msgstr "Actualmente no podemos obtener datos para este gráfico."
msgid "We are currently unable to fetch data for this pipeline."
-msgstr ""
+msgstr "Actualmente no podemos obtener datos para este pipeline."
msgid "We could not determine the path to remove the epic"
msgstr "No es posible determinar la ruta para eliminar esta tarea Ă©pica"
@@ -39743,6 +40270,48 @@ msgstr "Webhooks"
msgid "Webhooks Help"
msgstr "Ayuda de Webhooks"
+msgid "Webhooks|A comment is added to a confidential issue."
+msgstr ""
+
+msgid "Webhooks|A comment is added to an issue."
+msgstr ""
+
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
+msgstr ""
+
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
+msgstr ""
+
+msgid "Webhooks|A feature flag is turned on or off."
+msgstr ""
+
+msgid "Webhooks|A group member is created, updated, or removed."
+msgstr ""
+
+msgid "Webhooks|A job's status changes."
+msgstr ""
+
+msgid "Webhooks|A merge request is created, updated, or merged."
+msgstr ""
+
+msgid "Webhooks|A new tag is pushed to the repository."
+msgstr ""
+
+msgid "Webhooks|A pipeline's status changes."
+msgstr ""
+
+msgid "Webhooks|A release is created or updated."
+msgstr ""
+
+msgid "Webhooks|A subgroup is created or removed."
+msgstr ""
+
+msgid "Webhooks|A wiki page is created or updated."
+msgstr ""
+
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
+msgstr ""
+
msgid "Webhooks|Comments"
msgstr "Comentarios"
@@ -39785,6 +40354,9 @@ msgstr "Eventos de pipelines"
msgid "Webhooks|Push events"
msgstr ""
+msgid "Webhooks|Push to the repository."
+msgstr ""
+
msgid "Webhooks|Releases events"
msgstr ""
@@ -39792,7 +40364,7 @@ msgid "Webhooks|SSL verification"
msgstr "VerificaciĂłn SSL"
msgid "Webhooks|Secret token"
-msgstr ""
+msgstr "Token secreto"
msgid "Webhooks|Subgroup events"
msgstr ""
@@ -39815,55 +40387,10 @@ msgstr "Disparador"
msgid "Webhooks|URL"
msgstr "URL"
-msgid "Webhooks|URL is triggered by a push to the repository"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a release is created or updated"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when someone adds a comment"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
-msgstr ""
-
-msgid "Webhooks|URL must be percent-encoded if neccessary."
-msgstr ""
-
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,11 +40498,11 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
-msgstr "Al dejar la URL en blanco, aĂşn se pueden especificar las etiquetas de clasificaciĂłn sin deshabilitar las funciones de proyectos cruzados ni realizar comprobaciones de autorizaciĂłn externas."
+msgid "When inactive, an external authentication provider must be used."
+msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
msgstr ""
@@ -40282,7 +40809,13 @@ msgstr "Trabajo en curso (abierto y sin asignar)"
msgid "Work in progress Limit"
msgstr "LĂ­mite de trabajo en progreso"
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr "No tiene permiso para realizar esta acciĂłn"
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ 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 also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr "Puede contribuir fácilmente pidiendo unirse a estos grupos."
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr "No tiene permiso para dejar este %{namespaceType}."
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr "No tiene permiso para ejecutar el terminal web. Por favor, pĂłngase en contacto con un administrador del proyecto."
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr "Has alcanzado el lĂ­mite de tu proyecto"
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr "DejĂł el \"%{membershipable_human_name}\" %{source_type}."
msgid "You may close the milestone now."
msgstr "Puede cerrar el hito ahora."
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr "Debe estar conectado para buscar en todo GitLab"
@@ -41172,8 +41726,8 @@ msgstr "Tu nombre"
msgid "Your new %{type}"
msgstr "Su nuevo %{type}"
-msgid "Your new SCIM token"
-msgstr "Su nuevo token SCIM"
+msgid "Your new access token has been created."
+msgstr ""
msgid "Your new comment"
msgstr ""
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr "Se ha creado su nuevo token de acceso personal."
-msgid "Your new project access token has been created."
-msgstr "Se ha creado un nuevo token de acceso al proyecto."
-
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."
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr "¡Su suscripción ha caducado!"
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr "no se puede modificar si un proyecto personal ya contiene etiquetas de r
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr "creado %{timeAgoString} por %{email} través de %{user}"
-msgid "created %{timeAgoString} by %{user}"
-msgstr "creado %{timeAgoString} por %{user}"
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr "creado %{timeAgoString} por %{user} en Jira"
-
msgid "created %{timeAgo}"
msgstr "creado el %{timeAgo}"
@@ -41995,6 +42554,9 @@ 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 "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr "grupo"
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr "cargando"
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "bloqueado por %{path_lock_user_name} %{created_at}"
-msgid "log in"
-msgstr "iniciar sesiĂłn"
-
msgid "manual"
msgstr "manual"
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr "Restaure o use una rama diferente %{missingBranchName}"
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,8 +42987,8 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-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|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
+msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr "Merge fallido."
@@ -42523,6 +43091,9 @@ msgstr "Abrir en Web IDE"
msgid "mrWidget|Plain diff"
msgstr "Diff normal"
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr "listo para fusionarse automáticamente. Pídale a alguien que tenga acceso de escritura a este repositorio que fusione esta solicitud"
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr "Los cambios se fusionaron en"
@@ -42577,9 +43151,6 @@ msgstr "Los cambios no se fusionaron en"
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr "Se ha eliminado el branch de origen"
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr "Su contraseña"
-msgid "mrWidget|branch does not exist."
-msgstr "la rama no existe."
-
msgid "mrWidget|into"
msgstr "en"
@@ -42899,9 +43467,6 @@ msgstr "repositorio:"
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr "restablecer."
-
msgid "satisfied"
msgstr "satisfecho"
@@ -43082,9 +43647,6 @@ msgstr "avatar del usuario"
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr "preferencias de usuario"
-
msgid "username"
msgstr "usuario"
diff --git a/locale/et_EE/gitlab.po b/locale/et_EE/gitlab.po
index 7365b99ef0b..04a99950930 100644
--- a/locale/et_EE/gitlab.po
+++ b/locale/et_EE/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: et\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:21\n"
+"PO-Revision-Date: 2022-02-02 15:43\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/fa_IR/gitlab.po b/locale/fa_IR/gitlab.po
index 8d461c0c997..b45e2ca7ff3 100644
--- a/locale/fa_IR/gitlab.po
+++ b/locale/fa_IR/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: fa\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:20\n"
+"PO-Revision-Date: 2022-02-02 15:43\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/fi_FI/gitlab.po b/locale/fi_FI/gitlab.po
index dcf6c4f31c6..3f9d5a25419 100644
--- a/locale/fi_FI/gitlab.po
+++ b/locale/fi_FI/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: fi\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:22\n"
+"PO-Revision-Date: 2022-02-02 15:45\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/fil_PH/gitlab.po b/locale/fil_PH/gitlab.po
index 721b7c66fde..494b17b465a 100644
--- a/locale/fil_PH/gitlab.po
+++ b/locale/fil_PH/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: fil\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:25\n"
+"PO-Revision-Date: 2022-02-02 15:49\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/fr/gitlab.po b/locale/fr/gitlab.po
index 93f73123226..92352666ac3 100644
--- a/locale/fr/gitlab.po
+++ b/locale/fr/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: fr\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:21\n"
+"PO-Revision-Date: 2022-02-02 15:44\n"
msgid " %{start} to %{end}"
msgstr " %{start} Ă  %{end}"
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%d approbateur"
@@ -293,8 +313,8 @@ msgstr[1] "%d demandes de fusion auxquelles vous n'avez pas accès."
msgid "%d merge requests"
msgid_plural "%d merge requests"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d demande de fusion"
+msgstr[1] "%d demandes de fusion"
msgid "%d metric"
msgid_plural "%d metrics"
@@ -363,8 +383,8 @@ msgstr[1] "%d fragments sélectionnés"
msgid "%d star"
msgid_plural "%d stars"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d Ă©toile"
+msgstr[1] "%d Ă©toiles"
msgid "%d tag"
msgid_plural "%d tags"
@@ -420,10 +440,10 @@ msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} et %{openOrClose} %{noteable}"
msgid "%{actionText} & close %{noteable}"
-msgstr ""
+msgstr "%{actionText} et fermer %{noteable}"
msgid "%{actionText} & reopen %{noteable}"
-msgstr ""
+msgstr "%{actionText} et réouvrir %{noteable}"
msgid "%{address} is an invalid IP address range"
msgstr "%{address} est une plage d'adresses IP non valide"
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] "%{bold_start}%{count}%{bold_end} demande de fusion ouverte"
msgstr[1] "%{bold_start}%{count}%{bold_end} demandes de fusion ouvertes"
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr "%{code_open}Masqué :%{code_close} Masqué dans les journaux des logs. Doit correspondre aux exigences de masquage."
@@ -503,8 +529,8 @@ msgstr "%{count} approbations de %{name}"
msgid "%{count} contact"
msgid_plural "%{count} contacts"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%{count} contact"
+msgstr[1] "%{count} contacts"
msgid "%{count} files touched"
msgstr "%{count} fichiers modifiés"
@@ -549,55 +575,55 @@ msgid "%{count} total weight"
msgstr "%{count} poids total"
msgid "%{criticalStart}%{critical} Critical%{criticalEnd} %{highStart}%{high} High%{highEnd} and %{otherStart}%{otherMessage}%{otherEnd}"
-msgstr ""
+msgstr "%{criticalStart}%{critical} Critique%{criticalEnd} %{highStart}%{high} Haut%{highEnd} et %{otherStart}%{otherMessage}%{otherEnd}"
msgid "%{dashboard_path} could not be found."
-msgstr ""
+msgstr "%{dashboard_path} est introuvable."
msgid "%{days} days until tags are automatically removed"
-msgstr ""
+msgstr "%{days} jours jusqu'à ce que les étiquettes soient automatiquement retirées"
msgid "%{deployLinkStart}Use a template to deploy to ECS%{deployLinkEnd}, or use a docker image to %{commandsLinkStart}run AWS commands in GitLab CI/CD%{commandsLinkEnd}."
-msgstr ""
+msgstr "%{deployLinkStart}Utiliser un template à déployer sur ECS%{deployLinkEnd}, ou utiliser une image docker pour %{commandsLinkStart}exécuter les commandes AWS dans GitLab CI/CD%{commandsLinkEnd}."
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
-msgstr ""
+msgstr "%{description}- Événement Sentry : %{errorUrl}- Vu pour la première fois : %{firstSeen}- Vu pour la dernière fois : %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch. %{docs_link}"
-msgstr ""
+msgstr "La %{doc_link_start}recherche avancée%{doc_link_end} est désactivée car %{ref_elem} n'est pas la branche par défaut. %{docs_link}"
msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled."
-msgstr ""
+msgstr "%{doc_link_start}La recherche avancée%{doc_link_end} est activée."
msgid "%{docs_link_start}Learn about visibility levels.%{docs_link_end}"
-msgstr ""
+msgstr "%{docs_link_start}En savoir plus sur les niveaux de visibilité.%{docs_link_end}"
msgid "%{docs_link_start}What is Large File Storage?%{docs_link_end}"
-msgstr ""
+msgstr "%{docs_link_start}Qu'est-ce que le stockage de fichiers volumineux ?%{docs_link_end}"
msgid "%{docs_link_start}What is two-factor authentication?%{docs_link_end}"
-msgstr ""
+msgstr "%{docs_link_start}Qu'est-ce que l'authentification à deux facteurs ?%{docs_link_end}"
msgid "%{due_date} (Past due)"
-msgstr ""
+msgstr "%{due_date} (Échéance)"
msgid "%{duration}ms"
-msgstr ""
+msgstr "%{duration}ms"
msgid "%{edit_in_new_fork_notice} Try to cherry-pick this commit again."
-msgstr ""
+msgstr "%{edit_in_new_fork_notice} Essayez de picorer Ă  nouveau ce commit."
msgid "%{edit_in_new_fork_notice} Try to create a new directory again."
-msgstr ""
+msgstr "%{edit_in_new_fork_notice} Réessayez de créer un nouveau répertoire."
msgid "%{edit_in_new_fork_notice} Try to revert this commit again."
-msgstr ""
+msgstr "%{edit_in_new_fork_notice} Essayez de défaire (`revert`) ce commit à nouveau."
msgid "%{edit_in_new_fork_notice} Try to upload a file again."
-msgstr ""
+msgstr "%{edit_in_new_fork_notice} Réessayez de téléverser un fichier."
msgid "%{emailPrefix}@company.com"
-msgstr ""
+msgstr "%{emailPrefix}@societe.fr"
msgid "%{extra} more downstream pipelines"
msgstr ""
@@ -618,43 +644,46 @@ msgid "%{gitlab_experience_text}. We won't share this information with anyone."
msgstr ""
msgid "%{global_id} is not a valid ID for %{expected_types}."
-msgstr ""
+msgstr "%{global_id} n'est pas un identifiant valide pour %{expected_types}."
msgid "%{group_name} activity"
-msgstr ""
+msgstr "Activité du groupe %{group_name}"
msgid "%{group_name} group members"
+msgstr "Membres du groupe %{group_name}"
+
+msgid "%{group_name} is approaching the limit of available seats"
msgstr ""
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} utilise les comptes gérés du groupe. Vous devez créer un nouveau compte GitLab qui sera géré par %{group_name}."
msgid "%{group_name}&%{epic_iid} &middot; created %{epic_created} by %{author}"
-msgstr ""
+msgstr "%{group_name}&%{epic_iid} &middot; créée %{epic_created} par %{author}"
msgid "%{hook_type} was deleted"
-msgstr ""
+msgstr "%{hook_type} a été supprimé"
msgid "%{hook_type} was scheduled for deletion"
-msgstr ""
+msgstr "%{hook_type} était programmé pour la suppression"
msgid "%{host} sign-in from new location"
-msgstr ""
+msgstr "%{host} connexion depuis un nouvel emplacement"
msgid "%{integrations_link_start}Integrations%{link_end} enable you to make third-party applications part of your GitLab workflow. If the available integrations don't meet your needs, consider using a %{webhooks_link_start}webhook%{link_end}."
-msgstr ""
+msgstr "Les %{integrations_link_start}Intégrations%{link_end} vous permettent d'inclure des applications tierces à votre flux de travail GitLab. Si les intégrations disponibles ne répondent pas à vos besoins, envisagez l'utilisation de %{webhooks_link_start}webhooks%{link_end}."
msgid "%{issuableType} will be removed! Are you sure?"
msgstr "%{issuableType} sera supprimé ! ĂŠtesâ€vous sĂ»r ?"
msgid "%{issueType} actions"
-msgstr ""
+msgstr "%{issueType} actions"
msgid "%{issuesSize} with a limit of %{maxIssueCount}"
-msgstr ""
+msgstr "%{issuesSize} avec une limite de %{maxIssueCount}"
msgid "%{italic_start}What's new%{italic_end} is inactive and cannot be viewed."
-msgstr ""
+msgstr "Les %{italic_start}Nouveautés%{italic_end} ne sont pas actives et ne peuvent pas être affichées."
msgid "%{itemsCount} issues with a limit of %{maxIssueCount}"
msgstr "%{itemsCount} tickets avec une limite de %{maxIssueCount}"
@@ -675,7 +704,7 @@ msgid "%{labelStart}Crash State:%{labelEnd} %{stacktrace_snippet}"
msgstr "%{labelStart}État du plantage :%{labelEnd} %{stacktrace_snippet}"
msgid "%{labelStart}Evidence:%{labelEnd} %{evidence}"
-msgstr ""
+msgstr "%{labelStart}Preuve :%{labelEnd} %{evidence}"
msgid "%{labelStart}File:%{labelEnd} %{file}"
msgstr "%{labelStart}Fichier :%{labelEnd} %{file}"
@@ -722,6 +751,9 @@ msgstr "%{level_name} n'est pas autorisé dans un groupe %{group_level_name}."
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "%{level_name} n'est pas autorisé car le projet divergent a une visibilité inférieure."
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr "%{link_start}En savoir plus%{link_end} sur les rĂ´les."
@@ -729,6 +761,9 @@ msgid "%{link_start}Remove the %{draft_snippet} prefix%{link_end} from the title
msgstr "%{link_start}Supprimez le %{draft_snippet} préfixe%{link_end} du titre pour permettre la fusion lorsque cette demande de fusion sera prête."
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
+msgstr "%{link_start}Débutez le titre avec %{draft_snippet}%{link_end} pour empêcher un brouillon de demande de fusion d'être fusionné avant qu'il ne soit prêt."
+
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
msgstr ""
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
@@ -765,10 +800,10 @@ msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, ce ticket sera fermé automatiquement."
msgid "%{name_with_link} namespace has %{percent} or less Shared Runner Pipeline minutes remaining. Once it runs out, no new jobs or pipelines in its projects will run."
-msgstr ""
+msgstr "L'espace de noms %{name_with_link} dispose de %{percent} ou moins de minutes restantes d'Exécuteur de Pipeline Partagé. Une fois qu’elles seront épuisées, aucune nouvelle tâche ni pipeline de ses projets ne sera lancé."
msgid "%{name_with_link} namespace has run out of Shared Runner Pipeline minutes. No new jobs or pipelines in its projects will run."
-msgstr ""
+msgstr "L'espace de noms %{name_with_link} a épuisé ses minutes d'Exécuteur de Pipeline Partagé. Aucune nouvelle tâche ni pipeline dans ses projets ne sera lancé."
msgid "%{name} (Busy)"
msgstr "%{name} (Occupé)"
@@ -783,7 +818,7 @@ msgid "%{name} is already being used for another emoji"
msgstr "%{name} est déjà utilisé pour un autre emoji"
msgid "%{name} is reserved for %{type} report type"
-msgstr ""
+msgstr "%{name} est réservé pour le type de rapport %{type}"
msgid "%{name} is scheduled for %{action}"
msgstr "%{name} est prévu pour %{action}"
@@ -824,25 +859,22 @@ msgid "%{openedIssues} open, %{closedIssues} closed"
msgstr "%{openedIssues} ouverts, %{closedIssues} fermés"
msgid "%{percentage}%% weight completed"
-msgstr ""
+msgstr "%{percentage}%% du poids completé"
msgid "%{percent}%% complete"
msgstr "%{percent} %% effectués"
msgid "%{percent}%{percentSymbol} complete"
-msgstr ""
+msgstr "%{percent}%{percentSymbol} completé"
msgid "%{placeholder} is not a valid color scheme"
-msgstr ""
+msgstr "%{placeholder} n'est pas un jeu de couleurs valide"
msgid "%{placeholder} is not a valid theme"
-msgstr ""
+msgstr "%{placeholder} n'est pas un thème valide"
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
-msgstr ""
-
-msgid "%{primary} (%{secondary})"
-msgstr ""
+msgstr "%{policy_link} (notifiant après %{elapsed_time} minutes à moins de %{status})"
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr "Ajouter un CHANGELOG"
msgid "Add CONTRIBUTING"
msgstr "Ajouter un CONTRIBUTING"
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr "Ajouter une URL Jaeger"
@@ -1991,7 +2011,7 @@ msgstr "Ajouter une grappe de serveurs Kubernetes"
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr "Erreur lors du chargement des statistiques. Veuillez réessayer"
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr "Autoriser les projets de ce groupe Ă  utiliser le stockage Git LFS"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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."
-
-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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr "Une erreur est survenue"
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ 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 releases. Please try again."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while fetching this tab."
-msgstr ""
-
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr "ĂŠtesâ€vous sĂ»r(e) de vouloir supprimer cette identité ?"
msgid "Are you sure you want to remove this list?"
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 "ĂŠtesâ€vous sĂ»r·e de vouloir rĂ©initialiser le jeton de bilan de santé ?"
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr "L’avatar sera supprimĂ©. ĂŠtesâ€vous sĂ»r·e ?"
msgid "Average per day: %{average}"
msgstr "Moyenne par jour : %{average}"
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr "Vous trouverez ciâ€dessous tous les groupes publics."
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ 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 to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr "Importation de Bitbucket"
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr "Supprimer les branches fusionnées"
msgid "Branches|Delete protected branch"
msgstr "Supprimer cette branche protégée"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "Supprimer la branche protégée « %{branch_name} » ?"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
msgstr ""
-msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "La suppression de la branche « %{branch_name} » ne peut ĂŞtre annulĂ©e. ĂŠtesâ€vous sĂ»r(e) ?"
-
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
msgstr "La suppression des branches fusionnĂ©es ne peut ĂŞtre annulĂ©e. ĂŠtesâ€vous sĂ»r(e) ?"
@@ -5958,9 +5990,6 @@ msgstr "Nouvelle branche"
msgid "Branches|No branches to show"
msgstr "Aucune branche Ă  afficher"
-msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
-msgstr "Une fois que vous aurez confirmé et cliqué sur %{delete_protected_branch}, cette action ne pourra pas être annulée ou restaurée."
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr "La branche par défaut ne peut pas être supprimée"
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
msgstr ""
-msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-msgstr "Cette branche n’a pas été fusionnée dans %{default_branch}."
-
-msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
-msgstr "Afin d’éviter de perdre des données, il est conseillé de fusionner cette branche avant de la supprimer."
-
-msgid "Branches|To confirm, type %{branch_name_confirmation}:"
-msgstr "Pour confirmer, veuillez saisir %{branch_name_confirmation} :"
-
msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
msgstr "Pour rejeter les changements locaux et Ă©craser la branche avec la version du dĂ©pĂ´t en amont, veuillez la supprimer ici et cliquer sur « Mettre à jour maintenant » ciâ€dessus."
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "Vous êtes sur le point de supprimer définitivement la branche protégée « %{branch_name} »."
-
msgid "Branches|diverged from upstream"
msgstr "en divergence du dépôt en amont"
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "par"
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr "Ne peut être fusionnée automatiquement"
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr "Picorer cette demande de fusion"
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr "Certificat d’authentification du client"
-
-msgid "Client authentication key"
-msgstr "Clef d’authentification du client"
-
-msgid "Client authentication key password"
-msgstr "Mot de passe de la clef d’authentification client"
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr "Message du commit"
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr "Configurer le traçage"
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr "Configurez la manière dont une personne crée un nouveau compte."
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr "Créé par moi"
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr "Étiquette de classement par défaut"
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] "DĂ©ploiements"
msgid "Deploy Keys"
msgstr "Clefs de déploiement"
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr "Activer le contrôle de classification à l’aide d’un service externe"
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr "Entrez l’URL de votre serveur Bitbucket et votre jeton d’accès pers
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr "Arrêter l’environnement"
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr "protégé"
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr "Épopée"
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr "Autorisation de politique de classification externe"
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
msgstr ""
-msgid "External authentication"
-msgstr "Authentification externe"
-
msgid "External authorization denied access to this project"
msgstr "L’autorisation externe a refusé l’accès à ce projet"
-msgid "External authorization request timeout"
-msgstr "Expiration du délai d’attente de la demande d’autorisation externe"
-
msgid "External storage URL"
msgstr ""
@@ -14531,6 +14653,54 @@ msgstr "Étiquette de classification"
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr "Lorsqu’aucune étiquette de classification n’est définie, l’étiquette par défaut « %{default_label} » sera utilisée."
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr "févr."
@@ -15149,12 +15308,6 @@ msgstr "Filtrer"
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr "Filtrer sur les tickets de type %{issuable_type} qui sont actuellement fermés."
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr "Erreurs trouvées dans votre fichier .gitlab-ci.yml :"
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr "Générer un jeu d’étiquettes par défaut"
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr "Geo"
-msgid "Geo Nodes"
-msgstr "NĹ“uds Geo"
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr "En échec"
@@ -15767,12 +15935,6 @@ msgstr "Prochaine synchro programmée à"
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr "Pas encore synchronisé"
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr "En attente de synchronisation"
@@ -15821,16 +15986,19 @@ msgstr "Reâ€tĂ©lĂ©charger"
msgid "Geo|Remove"
msgstr "Supprimer"
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr "secondaire"
msgid "Get a free instance review"
msgstr "Obtenez une revue d’instance gratuite"
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr "Statut du stockage LFS Git du groupe :"
@@ -16664,6 +16847,9 @@ msgstr "Le SAML de groupe doit être activé afin de pouvoir tester"
msgid "Group URL"
msgstr "URL du groupe"
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-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 ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr "Ce paramètre s’applique au groupe %{ancestor_group}. Vous pouvez écr
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr "Vous pouvez gĂ©rer les autorisations des membres de votre groupe et accĂ
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] "Masquer les valeurs"
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr "Maintenance démarrée avec succès"
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr "J’accepte les %{terms_link}"
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr "Identités"
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr "Si activé, l’accès aux projets sera validé sur un service externe en se basant sur leurs étiquettes de classification respectives."
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr "Chargement…"
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr "Verrouiller"
msgid "Lock %{issuableDisplayName}"
msgstr "Verrouiller %{issuableDisplayName}"
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr "Les verrous permettent de verrouiller un fichier ou un dossier spécifiq
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "Se connecter avec une carte Ă  puce"
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr "Mois"
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr "Autres actions"
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr "Aucune autre Ă©tiquette avec un tel nom ou une telle description"
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24688,7 +24943,7 @@ msgid "OnDemandScans|Save scan"
msgstr ""
msgid "OnDemandScans|Scan library"
-msgstr ""
+msgstr "Bibliothèque de numérisation"
msgid "OnDemandScans|Scan name"
msgstr ""
@@ -24986,8 +25241,29 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
-msgstr "RequĂŞtes sortantes"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
+msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
msgstr ""
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,8 +26038,8 @@ msgstr "Droits d’accès"
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
-msgstr "Autorisations, LFS, 2FA"
+msgid "Permissions and group features"
+msgstr ""
msgid "Personal Access Token"
msgstr "Jeton d’accès personnel"
@@ -26029,9 +26305,6 @@ msgstr "Pipelines"
msgid "Pipelines charts"
msgstr "Graphiques des pipelines"
-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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr "Construire en toute confiance"
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr "PlantUML"
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr "Rogneur d’avatar"
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr "L’avatar sera supprimĂ©. ĂŠtesâ€vous sĂ»r·e ?"
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ msgstr ""
msgid "Profiles|Clear status"
msgstr "Effacer le statut"
-msgid "Profiles|Click on icon to activate signin with one of the following services"
-msgstr ""
-
msgid "Profiles|Commit email"
msgstr ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr "Supprimer l’avatar"
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr "DĂ©finir une nouvelle photo de profil"
@@ -27250,9 +27559,6 @@ msgstr ""
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr "Saisissez votre %{confirmationValue} pour confirmer :"
-msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
-msgstr ""
-
msgid "Profiles|Update profile settings"
msgstr "Mettre à jour les paramètres du profil"
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ 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|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr "Pipelines publics"
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr "Stockage du dépôt"
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr "Reprendre"
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr "RĂ©voquer"
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr "Feuille de route"
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr "Rechercher"
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr "Sélectionnez le format de l’archive"
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,8 +32748,8 @@ msgstr "Service d’assistance"
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
-msgstr "URL du service"
+msgid "Service Usage Data"
+msgstr ""
msgid "Service account generated successfully"
msgstr ""
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr "Configuration CI/CD"
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr "RĂ©initialiser le compteur de minutes du pipeline"
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr "Réinitialiser les minutes du pipeline utilisées"
-msgid "Sherlock Transactions"
-msgstr "Transactions Sherlock"
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr "Afficher la commande"
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr "Afficher le journal brut complet"
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr "Application Slack"
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr "L’intégration de Slack permet d’interagir avec GitLab via des commandes slash dans une fenêtre de messagerie instantanée."
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ msgstr "Quelque chose s’est mal passé. Veuillez réessayer."
msgid "Something went wrong. Try again later."
msgstr ""
-msgid "Sorry, no epics matched your search"
-msgstr "Désolé, aucune épopée ne correspond à votre recherche"
-
msgid "Sorry, no projects matched your search"
msgstr "Désolé, aucun projet ne correspond à votre recherche"
@@ -33376,9 +33816,6 @@ msgstr "Contact le plus récent"
msgid "SortOptions|Last created"
msgstr "Créé récemment"
-msgid "SortOptions|Last updated"
-msgstr "Date de mise à jour décroissante"
-
msgid "SortOptions|Least popular"
msgstr "Popularité croissante"
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr "Énoncez votre message à activer"
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr "Abonné"
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr "Branche cible"
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ 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 "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "Analyse de la couverture des tests"
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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."
-
msgid "The application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ 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 contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
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 password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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é."
-msgid "The private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr "La clef privée à utiliser lorsqu’un certificat client est fourni. Cette valeur est chiffrée au repos."
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr "Ce projet"
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr "Ce paramètre peut être outrepassé pour chacun des projets."
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 "Délai d’attente, en secondes, d’une réponse du service externe. Lorsque le service ne répond pas à temps, l’accès sera refusé."
-
msgid "Time of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 "Afin d’ajouter une clef SSH, vous devez soit %{generate_link_start}en génèrer une%{link_end}, soit utiliser une %{existing_link_start}clef existante%{link_end}."
-
msgid "To add the entry manually, provide the following details to the application on your phone."
msgstr ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ msgstr ""
msgid "To widen your search, change or remove filters above."
msgstr ""
-msgid "To widen your search, change or remove filters."
-msgstr "Afin d’élargir votre recherche, modifiez ou supprimez des filtres."
-
msgid "To-Do List"
msgstr ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr "Suivre le temps estimé/passé avec les actions rapides"
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr "Dépanner et surveiller votre application grâce au traçage"
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr "Voir le fichier remplacé @ "
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr "Identifiants"
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr "Liens"
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr "Projet"
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,11 +40498,11 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
-msgstr "Lorsque vous laissez l’URL vide, des Ă©tiquettes de classification peuvent toujours ĂŞtre spĂ©cifiĂ©es sans dĂ©sactiver les fonctionnalitĂ©s interâ€projets ni effectuer de vĂ©rifications d’autorisation externes."
+msgid "When inactive, an external authentication provider must be used."
+msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
msgstr ""
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr "Vous pouvez facilement y contribuer en demandant Ă  rejoindre ces groupe
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr "Vous avez atteint votre limite de projet"
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr "Votre nom"
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "verrouillé par %{path_lock_user_name} %{created_at}"
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr "Veuillez la restaurer ou utiliser une autre branche %{missingBranchName}"
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,8 +42987,8 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-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|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
+msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr "La fusion a échoué."
@@ -42523,6 +43091,9 @@ msgstr "Ouvrir dans l’EDI Web"
msgid "mrWidget|Plain diff"
msgstr "Diff simple"
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
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 fusion"
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr "Les modifications ont été fusionnées dans"
@@ -42577,9 +43151,6 @@ msgstr "Les modifications n’ont pas été fusionnées dans"
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr "la branche n’existe pas."
-
msgid "mrWidget|into"
msgstr "dans"
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr "nom d’utilisateur"
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 4e6705ddfac..f4f7a8d8d0f 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -10470,6 +10470,9 @@ msgstr ""
msgid "CredentialsInventory|SSH Keys"
msgstr ""
+msgid "Credit card required to be on file in order to create a pipeline"
+msgstr ""
+
msgid "Credit card:"
msgstr ""
@@ -33077,6 +33080,9 @@ msgstr ""
msgid "Shared runners details"
msgstr ""
+msgid "Shared runners enabled cannot be enabled until a valid credit card is on file"
+msgstr ""
+
msgid "Shared runners help link"
msgstr ""
diff --git a/locale/gl_ES/gitlab.po b/locale/gl_ES/gitlab.po
index 3c6e7a33c91..4a23d97d8e4 100644
--- a/locale/gl_ES/gitlab.po
+++ b/locale/gl_ES/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: gl\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:20\n"
+"PO-Revision-Date: 2022-02-02 15:43\n"
msgid " %{start} to %{end}"
msgstr " %{start} a %{end}"
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/he_IL/gitlab.po b/locale/he_IL/gitlab.po
index 791ca7c801e..26cb7e7c4a6 100644
--- a/locale/he_IL/gitlab.po
+++ b/locale/he_IL/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: he\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:22\n"
+"PO-Revision-Date: 2022-02-02 15:45\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -132,6 +132,34 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -603,6 +631,12 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -780,6 +814,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -876,6 +913,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -885,6 +925,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -997,9 +1040,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -1034,6 +1074,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -2064,21 +2107,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -2103,9 +2137,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -2211,9 +2242,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr "הוספת CONTRIBUTING (הדרכה למתנדבים)"
-msgid "Add GitLab to Slack"
-msgstr "הוספת GitLab ל־Slack"
-
msgid "Add Jaeger URL"
msgstr "הוספת כתובת Jaeger"
@@ -2223,7 +2251,7 @@ msgstr "הוספת מקבץ Kubernetes"
msgid "Add LICENSE"
msgstr "הוספת LICENSE (רישיון)"
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2238,6 +2266,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr "הוספת מפתח GPG"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2304,6 +2335,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr "הוספת מפתח SSH"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2421,9 +2455,6 @@ msgstr "הוספת התליית מערכת"
msgid "Add text to the sign-in page. Markdown enabled."
msgstr "הוספת ××§×ˇ× ×ś×˘×ž×•×“ הכניסה. ×פשר Markdown."
-msgid "Add to Slack"
-msgstr "הוספה ל־Slack"
-
msgid "Add to board"
msgstr "הוספה ללוח"
@@ -2721,6 +2752,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2877,6 +2914,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2913,7 +2953,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -3039,6 +3079,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -3102,6 +3145,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -3204,7 +3250,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3765,22 +3811,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3891,9 +3928,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -4041,16 +4075,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while fetching this tab."
-msgstr ""
-
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4622,9 +4653,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4655,9 +4683,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4667,13 +4692,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4700,7 +4725,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4715,6 +4740,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4730,7 +4758,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4742,22 +4770,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4871,6 +4905,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4965,9 +5002,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -5052,7 +5086,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5498,6 +5532,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5630,6 +5667,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5657,6 +5697,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5672,9 +5715,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5711,9 +5751,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5792,9 +5829,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5873,6 +5916,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -6191,18 +6237,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -6218,9 +6258,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6269,15 +6306,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6296,9 +6324,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6494,6 +6519,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6561,9 +6595,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6798,6 +6844,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -7181,6 +7230,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7358,6 +7410,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7658,15 +7713,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7763,6 +7809,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7787,7 +7839,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7832,7 +7884,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7862,7 +7914,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7919,13 +7971,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7952,7 +8007,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7979,6 +8034,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7991,6 +8058,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -8016,7 +8086,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -8034,6 +8104,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8986,6 +9059,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -9235,6 +9311,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -9265,6 +9344,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9310,12 +9395,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9343,12 +9431,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9913,7 +10007,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -10054,9 +10148,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -10069,9 +10178,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -10144,6 +10250,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -10171,13 +10280,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10321,6 +10433,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10579,6 +10694,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10813,6 +10931,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -11049,6 +11170,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -11058,10 +11182,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11151,12 +11275,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -11169,9 +11287,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -11184,9 +11299,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11259,9 +11371,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11289,9 +11398,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11301,12 +11407,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11319,9 +11419,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11343,9 +11440,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11617,9 +11711,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -12058,6 +12149,9 @@ msgstr[3] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -12073,6 +12167,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -12287,9 +12384,39 @@ msgstr[3] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12858,9 +12985,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12928,7 +13052,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -13123,7 +13247,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13369,6 +13493,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13513,9 +13640,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13558,6 +13682,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13585,6 +13712,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13663,9 +13796,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13714,6 +13844,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13991,6 +14124,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -14018,6 +14154,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14805,9 +14944,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14817,15 +14953,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14841,6 +14971,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14923,10 +15101,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15368,16 +15543,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15465,12 +15630,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15795,6 +15954,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15870,6 +16032,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15906,18 +16071,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15954,6 +16122,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -16008,6 +16179,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -16083,12 +16257,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -16104,6 +16272,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -16137,16 +16308,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16158,9 +16332,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16209,6 +16380,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16245,10 +16422,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16326,6 +16503,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16449,9 +16629,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16476,6 +16653,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16656,6 +16836,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16794,6 +16977,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16962,6 +17148,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16980,6 +17169,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -17043,9 +17235,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -17070,6 +17259,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -17082,9 +17274,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17325,18 +17514,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17361,9 +17544,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17394,7 +17574,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17442,6 +17625,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17460,9 +17646,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17490,9 +17673,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17535,7 +17715,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17616,9 +17796,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17673,7 +17850,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17906,6 +18083,33 @@ msgstr[3] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17966,9 +18170,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -18005,9 +18206,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -18023,6 +18221,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -18122,6 +18323,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -18146,9 +18359,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18755,6 +18965,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18857,6 +19070,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18932,6 +19148,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19356,9 +19575,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19371,9 +19587,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19443,6 +19656,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19461,9 +19677,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19500,6 +19713,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19509,6 +19725,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19569,7 +19788,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21391,6 +21610,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21728,9 +21950,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21746,6 +21965,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21782,6 +22004,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22556,6 +22811,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22574,9 +22835,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23401,9 +23671,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23425,9 +23692,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23606,10 +23870,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23714,9 +23978,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23795,9 +24056,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23816,9 +24074,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -24336,6 +24591,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24363,6 +24621,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24429,7 +24690,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -25350,7 +25611,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25969,9 +26251,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -26110,6 +26389,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -26128,7 +26410,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26395,9 +26677,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26410,6 +26689,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26422,7 +26704,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26587,10 +26869,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26773,6 +27073,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26788,6 +27091,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -27142,6 +27451,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27367,6 +27679,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27391,9 +27706,6 @@ 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 ""
@@ -27571,6 +27883,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27616,9 +27931,6 @@ 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 ""
@@ -28141,10 +28453,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -28222,6 +28537,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -28267,6 +28588,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28393,9 +28717,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28417,7 +28738,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28435,7 +28756,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -29197,9 +29518,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -29233,7 +29551,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29479,6 +29797,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29548,6 +29872,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29624,7 +29951,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -30170,6 +30497,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30400,6 +30734,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30475,9 +30812,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30496,6 +30830,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30627,9 +30964,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30696,7 +31030,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30800,13 +31134,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30827,6 +31161,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30914,6 +31251,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30926,9 +31266,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30947,6 +31293,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30962,9 +31311,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -31013,10 +31359,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -31052,6 +31401,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -31091,16 +31443,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -31112,6 +31464,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -31127,9 +31482,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31283,9 +31635,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31412,9 +31761,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31738,7 +32084,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31870,6 +32216,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31924,6 +32273,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31942,21 +32294,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31966,12 +32327,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31999,6 +32369,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -32014,12 +32390,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -32029,6 +32453,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32350,9 +32777,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32740,7 +33164,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32749,6 +33173,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32758,18 +33185,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32908,7 +33329,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -33083,9 +33504,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -33125,6 +33543,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -33137,6 +33558,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -33149,9 +33573,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -33176,6 +33597,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33220,7 +33644,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33313,6 +33737,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33415,9 +33842,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33724,9 +34175,6 @@ 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 ""
@@ -33790,9 +34238,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -34126,6 +34571,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -34168,6 +34616,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34510,6 +34961,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34540,6 +34994,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34618,9 +35093,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34789,9 +35261,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34816,6 +35285,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34855,6 +35327,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34909,6 +35384,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34921,6 +35399,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -35164,6 +35651,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -35236,6 +35726,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -35414,6 +35907,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35590,9 +36086,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35633,12 +36126,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35648,9 +36135,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35684,7 +36168,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35853,6 +36337,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35928,9 +36415,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35946,9 +36430,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -36318,7 +36799,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36369,7 +36850,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36453,9 +36934,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36579,6 +37057,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36618,9 +37099,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36660,9 +37138,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36882,6 +37366,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36903,6 +37390,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36942,6 +37432,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -37170,9 +37663,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -37424,9 +37914,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37568,9 +38055,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37586,9 +38070,6 @@ 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 ""
@@ -37796,9 +38277,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37911,6 +38389,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37926,15 +38407,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -38001,6 +38476,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38520,6 +39001,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38541,6 +39025,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38976,6 +39463,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39507,6 +39997,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39660,6 +40162,9 @@ msgstr[3] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39885,6 +40390,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39927,6 +40435,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39945,6 +40456,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39954,6 +40471,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39966,6 +40486,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39978,6 +40501,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -40002,9 +40528,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -40185,127 +40720,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40413,10 +40948,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40726,7 +41261,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40828,6 +41369,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40861,6 +41405,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40909,6 +41456,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40954,6 +41504,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -41089,6 +41642,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -41183,6 +41739,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -41222,7 +41781,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41237,6 +41796,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41618,7 +42180,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41627,9 +42189,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41696,6 +42255,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41830,6 +42392,13 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "approved by: "
msgstr ""
@@ -41915,6 +42484,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -42293,6 +42865,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -42320,12 +42895,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -42457,6 +43026,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42507,6 +43079,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42625,6 +43203,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42721,9 +43302,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42767,9 +43345,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42894,7 +43469,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42943,6 +43518,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42997,6 +43575,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -43042,6 +43623,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -43051,9 +43635,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -43090,9 +43671,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -43383,9 +43961,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43566,9 +44141,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/hi_IN/gitlab.po b/locale/hi_IN/gitlab.po
index 31fcea58b1f..f0c42e611c1 100644
--- a/locale/hi_IN/gitlab.po
+++ b/locale/hi_IN/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: hi\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:21\n"
+"PO-Revision-Date: 2022-02-02 15:44\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/hr_HR/gitlab.po b/locale/hr_HR/gitlab.po
index 186561fdfda..a32857f1e13 100644
--- a/locale/hr_HR/gitlab.po
+++ b/locale/hr_HR/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: hr\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:21\n"
+"PO-Revision-Date: 2022-02-02 15:43\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -124,6 +124,30 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -532,6 +556,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -703,6 +733,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -799,6 +832,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -808,6 +844,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -919,9 +958,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -955,6 +991,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1948,21 +1987,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1987,9 +2017,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -2095,9 +2122,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -2107,7 +2131,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2122,6 +2146,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2188,6 +2215,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2305,9 +2335,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2605,6 +2632,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2761,6 +2794,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2797,7 +2833,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2923,6 +2959,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2986,6 +3025,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -3088,7 +3130,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3649,22 +3691,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3775,9 +3808,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3925,16 +3955,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while fetching this tab."
-msgstr ""
-
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4498,9 +4525,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4531,9 +4555,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4543,13 +4564,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4576,7 +4597,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4591,6 +4612,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4606,7 +4630,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4618,22 +4642,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4747,6 +4777,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4840,9 +4873,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4927,7 +4957,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5371,6 +5401,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5503,6 +5536,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5530,6 +5566,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5545,9 +5584,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5584,9 +5620,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5665,9 +5698,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5746,6 +5785,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -6061,18 +6103,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -6088,9 +6124,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6139,15 +6172,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6166,9 +6190,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6364,6 +6385,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6430,9 +6460,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6667,6 +6709,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -7048,6 +7093,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7225,6 +7273,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7525,15 +7576,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7630,6 +7672,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7654,7 +7702,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7699,7 +7747,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7729,7 +7777,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7786,13 +7834,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7819,7 +7870,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7846,6 +7897,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7858,6 +7921,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7882,7 +7948,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7900,6 +7966,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8851,6 +8920,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -9100,6 +9172,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -9130,6 +9205,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9175,12 +9256,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9208,12 +9292,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9775,7 +9865,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9916,9 +10006,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9931,9 +10036,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -10006,6 +10108,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -10033,13 +10138,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10183,6 +10291,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10441,6 +10552,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10675,6 +10789,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10909,6 +11026,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10918,10 +11038,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11011,12 +11131,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -11029,9 +11143,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -11044,9 +11155,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11119,9 +11227,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11149,9 +11254,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11161,12 +11263,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11179,9 +11275,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11203,9 +11296,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11476,9 +11566,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11911,6 +11998,9 @@ msgstr[2] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11926,6 +12016,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -12139,9 +12232,39 @@ msgstr[2] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12706,9 +12829,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12775,7 +12895,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12970,7 +13090,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13216,6 +13336,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13360,9 +13483,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13405,6 +13525,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13432,6 +13555,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13510,9 +13639,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13561,6 +13687,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13837,6 +13966,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13864,6 +13996,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14650,9 +14785,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14662,15 +14794,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14686,6 +14812,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14767,10 +14941,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15211,15 +15382,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15307,12 +15469,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15637,6 +15793,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15712,6 +15871,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15748,18 +15910,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15796,6 +15961,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15850,6 +16018,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15925,12 +16096,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15946,6 +16111,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15979,16 +16147,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16000,9 +16171,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16051,6 +16219,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16087,10 +16261,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16168,6 +16342,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16291,9 +16468,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16318,6 +16492,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16498,6 +16675,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16636,6 +16816,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16804,6 +16987,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16822,6 +17008,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16885,9 +17074,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16912,6 +17098,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16924,9 +17113,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17167,18 +17353,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17203,9 +17383,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17236,7 +17413,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17284,6 +17464,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17302,9 +17485,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17332,9 +17512,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17377,7 +17554,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17458,9 +17635,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17515,7 +17689,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17746,6 +17920,33 @@ msgstr[2] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17806,9 +18007,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17845,9 +18043,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17863,6 +18058,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17962,6 +18160,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17986,9 +18196,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18592,6 +18799,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18694,6 +18904,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18769,6 +18982,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19192,9 +19408,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19207,9 +19420,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19279,6 +19489,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19297,9 +19510,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19336,6 +19546,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19345,6 +19558,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19405,7 +19621,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21226,6 +21442,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21556,9 +21775,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21574,6 +21790,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21610,6 +21829,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22384,6 +22636,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22402,9 +22660,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23227,9 +23494,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23251,9 +23515,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23431,10 +23692,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23539,9 +23800,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23620,9 +23878,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23641,9 +23896,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -24160,6 +24412,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24187,6 +24442,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24253,7 +24511,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -25168,7 +25426,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25786,9 +26065,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25927,6 +26203,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25945,7 +26224,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26212,9 +26491,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26227,6 +26503,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26239,7 +26518,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26404,10 +26683,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26590,6 +26887,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26605,6 +26905,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26959,6 +27265,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27184,6 +27493,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27208,9 +27520,6 @@ 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 ""
@@ -27388,6 +27697,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27433,9 +27745,6 @@ 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 ""
@@ -27958,10 +28267,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -28039,6 +28351,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -28084,6 +28402,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28210,9 +28531,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28234,7 +28552,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28252,7 +28570,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -29014,9 +29332,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -29050,7 +29365,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29296,6 +29611,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29365,6 +29686,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29440,7 +29764,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29983,6 +30307,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30211,6 +30541,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30286,9 +30619,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30307,6 +30637,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30436,9 +30769,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30505,7 +30835,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30607,13 +30937,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30634,6 +30964,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30721,6 +31054,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30733,9 +31069,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30754,6 +31096,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30769,9 +31114,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30820,10 +31162,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30859,6 +31204,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30898,16 +31246,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30919,6 +31267,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30934,9 +31285,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31090,9 +31438,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31219,9 +31564,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31534,7 +31876,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31666,6 +32008,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31720,6 +32065,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31738,21 +32086,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31762,12 +32119,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31795,6 +32161,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31810,12 +32182,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31825,6 +32245,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32146,9 +32569,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32536,7 +32956,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32545,6 +32965,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32554,18 +32977,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32704,7 +33121,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32878,9 +33295,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32920,6 +33334,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32932,6 +33349,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32944,9 +33364,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32971,6 +33388,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33013,7 +33433,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33106,6 +33526,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33208,9 +33631,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33517,9 +33964,6 @@ 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 ""
@@ -33583,9 +34027,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33919,6 +34360,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33961,6 +34405,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34303,6 +34750,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34333,6 +34783,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34411,9 +34882,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34582,9 +35050,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34609,6 +35074,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34648,6 +35116,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34702,6 +35173,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34714,6 +35188,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34957,6 +35440,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -35029,6 +35515,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -35203,6 +35692,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35377,9 +35869,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35419,12 +35908,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35434,9 +35917,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35470,7 +35950,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35638,6 +36118,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35713,9 +36196,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35731,9 +36211,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -36103,7 +36580,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36154,7 +36631,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36238,9 +36715,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36364,6 +36838,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36403,9 +36880,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36445,9 +36919,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36667,6 +37147,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36688,6 +37171,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36727,6 +37213,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36955,9 +37444,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -37207,9 +37693,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37351,9 +37834,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37369,9 +37849,6 @@ 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 ""
@@ -37579,9 +38056,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37693,6 +38167,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37708,15 +38185,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37783,6 +38254,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38302,6 +38779,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38323,6 +38803,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38758,6 +39241,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39289,6 +39775,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39439,6 +39937,9 @@ msgstr[2] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39664,6 +40165,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39706,6 +40210,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39724,6 +40231,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39733,6 +40246,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39745,6 +40261,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39757,6 +40276,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39781,9 +40303,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39964,127 +40495,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40192,10 +40723,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40504,7 +41035,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40606,6 +41143,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40639,6 +41179,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40687,6 +41230,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40732,6 +41278,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40867,6 +41416,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40960,6 +41512,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40999,7 +41554,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41014,6 +41569,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41395,7 +41953,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41404,9 +41962,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41473,6 +42028,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41605,6 +42163,12 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "approved by: "
msgstr ""
@@ -41689,6 +42253,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -42064,6 +42631,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -42091,12 +42661,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -42226,6 +42790,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42274,6 +42841,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42391,6 +42964,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42487,9 +43063,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42532,9 +43105,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42658,7 +43228,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42706,6 +43276,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42760,6 +43333,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42805,6 +43381,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42814,9 +43393,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42853,9 +43429,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -43141,9 +43714,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43324,9 +43894,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/hu_HU/gitlab.po b/locale/hu_HU/gitlab.po
index bd16729ea98..c100c167bbd 100644
--- a/locale/hu_HU/gitlab.po
+++ b/locale/hu_HU/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: hu\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:21\n"
+"PO-Revision-Date: 2022-02-02 15:44\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/hy_AM/gitlab.po b/locale/hy_AM/gitlab.po
index 513a87dd770..0e66f44665a 100644
--- a/locale/hy_AM/gitlab.po
+++ b/locale/hy_AM/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: hy-AM\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:22\n"
+"PO-Revision-Date: 2022-02-02 15:45\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/id_ID/gitlab.po b/locale/id_ID/gitlab.po
index c2a7fae7a62..ac7ab4845ba 100644
--- a/locale/id_ID/gitlab.po
+++ b/locale/id_ID/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: id\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:20\n"
+"PO-Revision-Date: 2022-02-02 15:43\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -108,6 +108,22 @@ msgid "%d URL scanned"
msgid_plural "%d URLs scanned"
msgstr[0] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -390,6 +406,12 @@ msgid "%{bold_start}%{count}%{bold_end} opened merge request"
msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -549,6 +571,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -645,6 +670,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -654,6 +682,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -763,9 +794,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -797,6 +825,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1716,21 +1747,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1755,9 +1777,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1863,9 +1882,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1875,7 +1891,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -1890,6 +1906,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -1956,6 +1975,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2073,9 +2095,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2373,6 +2392,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2529,6 +2554,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2565,7 +2593,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2691,6 +2719,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2754,6 +2785,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2856,7 +2890,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3417,22 +3451,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3543,9 +3568,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3693,16 +3715,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4250,9 +4269,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4283,9 +4299,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4295,13 +4308,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4328,7 +4341,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4343,6 +4356,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4358,7 +4374,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4370,22 +4386,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4499,6 +4521,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4590,9 +4615,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4677,7 +4699,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5117,6 +5139,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5249,6 +5274,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5276,6 +5304,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5291,9 +5322,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5330,9 +5358,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5411,9 +5436,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5492,6 +5523,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5801,18 +5835,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5828,9 +5856,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -5879,15 +5904,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -5906,9 +5922,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6104,6 +6117,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6168,9 +6190,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6405,6 +6439,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6782,6 +6819,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -6959,6 +6999,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7259,15 +7302,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7364,6 +7398,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7388,7 +7428,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7433,7 +7473,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7463,7 +7503,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7520,13 +7560,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7553,7 +7596,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7580,6 +7623,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7592,6 +7647,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7614,7 +7672,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7632,6 +7690,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8581,6 +8642,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8830,6 +8894,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8860,6 +8927,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -8905,12 +8978,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -8938,12 +9014,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9499,7 +9581,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9640,9 +9722,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9655,9 +9752,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9730,6 +9824,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9757,13 +9854,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -9907,6 +10007,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10165,6 +10268,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10399,6 +10505,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10629,6 +10738,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10638,10 +10750,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10731,12 +10843,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10749,9 +10855,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10764,9 +10867,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10839,9 +10939,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -10869,9 +10966,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -10881,12 +10975,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -10899,9 +10987,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -10923,9 +11008,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11194,9 +11276,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11617,6 +11696,9 @@ msgstr[0] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11632,6 +11714,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11843,9 +11928,39 @@ msgstr[0] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12402,9 +12517,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12469,7 +12581,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12664,7 +12776,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -12910,6 +13022,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13054,9 +13169,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13099,6 +13211,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13126,6 +13241,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13204,9 +13325,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13255,6 +13373,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13529,6 +13650,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13556,6 +13680,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14340,9 +14467,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14352,15 +14476,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14376,6 +14494,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14455,10 +14621,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -14897,13 +15060,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -14991,12 +15147,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15321,6 +15471,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15396,6 +15549,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15432,18 +15588,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15480,6 +15639,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15534,6 +15696,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15609,12 +15774,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15630,6 +15789,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15663,16 +15825,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15684,9 +15849,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15735,6 +15897,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15771,10 +15939,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -15852,6 +16020,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -15975,9 +16146,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16002,6 +16170,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16182,6 +16353,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16320,6 +16494,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16488,6 +16665,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16506,6 +16686,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16569,9 +16752,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16596,6 +16776,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16608,9 +16791,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -16851,18 +17031,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -16887,9 +17061,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -16920,7 +17091,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -16968,6 +17142,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -16986,9 +17163,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17016,9 +17190,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17061,7 +17232,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17142,9 +17313,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17199,7 +17367,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17426,6 +17594,33 @@ msgstr[0] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17486,9 +17681,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17525,9 +17717,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17543,6 +17732,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17642,6 +17834,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17666,9 +17870,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18266,6 +18467,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18368,6 +18572,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18443,6 +18650,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -18864,9 +19074,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -18879,9 +19086,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -18951,6 +19155,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -18969,9 +19176,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19008,6 +19212,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19017,6 +19224,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19077,7 +19287,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -20896,6 +21106,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21212,9 +21425,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21230,6 +21440,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21266,6 +21479,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22040,6 +22286,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22058,9 +22310,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -22879,9 +23140,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -22903,9 +23161,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23081,10 +23336,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23189,9 +23444,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23270,9 +23522,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23291,9 +23540,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23808,6 +24054,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -23835,6 +24084,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -23901,7 +24153,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24804,7 +25056,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25420,9 +25693,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25561,6 +25831,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25579,7 +25852,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -25846,9 +26119,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -25861,6 +26131,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -25873,7 +26146,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26038,10 +26311,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26224,6 +26515,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26239,6 +26533,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26593,6 +26893,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -26818,6 +27121,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -26842,9 +27148,6 @@ 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 ""
@@ -27022,6 +27325,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27067,9 +27373,6 @@ 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 ""
@@ -27592,10 +27895,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27673,6 +27979,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27718,6 +28030,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -27844,9 +28159,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -27868,7 +28180,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -27886,7 +28198,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28648,9 +28960,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28684,7 +28993,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -28930,6 +29239,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -28999,6 +29314,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29072,7 +29390,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29609,6 +29927,10 @@ msgid "Reports|Accessibility scanning detected %d issue for the source branch on
msgid_plural "Reports|Accessibility scanning detected %d issues for the source branch only"
msgstr[0] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -29833,6 +30155,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -29908,9 +30233,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -29929,6 +30251,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30054,9 +30379,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30123,7 +30445,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30221,13 +30543,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30248,6 +30570,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30335,6 +30660,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30347,9 +30675,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30368,6 +30702,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30383,9 +30720,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30434,10 +30768,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30473,6 +30810,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30512,16 +30852,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30533,6 +30873,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30548,9 +30891,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30704,9 +31044,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -30833,9 +31170,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31126,7 +31460,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31258,6 +31592,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31312,6 +31649,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31330,21 +31670,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31354,12 +31703,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31387,6 +31745,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31402,12 +31766,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31417,6 +31829,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31738,9 +32153,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32128,7 +32540,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32137,6 +32549,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32146,18 +32561,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32296,7 +32705,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32468,9 +32877,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32510,6 +32916,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32522,6 +32931,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32534,9 +32946,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32561,6 +32970,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32599,7 +33011,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32692,6 +33104,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -32794,9 +33209,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33103,9 +33542,6 @@ 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 ""
@@ -33169,9 +33605,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33505,6 +33938,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33547,6 +33983,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -33889,6 +34328,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -33919,6 +34361,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -33997,9 +34460,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34168,9 +34628,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34195,6 +34652,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34234,6 +34694,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34288,6 +34751,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34300,6 +34766,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34543,6 +35018,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34615,6 +35093,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34781,6 +35262,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -34951,9 +35435,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -34991,12 +35472,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35006,9 +35481,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35042,7 +35514,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35208,6 +35680,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35283,9 +35758,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35301,9 +35773,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35673,7 +36142,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35724,7 +36193,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -35808,9 +36277,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -35934,6 +36400,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -35973,9 +36442,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36015,9 +36481,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36237,6 +36709,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36258,6 +36733,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36297,6 +36775,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36525,9 +37006,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36773,9 +37251,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -36917,9 +37392,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -36935,9 +37407,6 @@ 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 ""
@@ -37145,9 +37614,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37257,6 +37723,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37272,15 +37741,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37347,6 +37810,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -37866,6 +38335,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -37887,6 +38359,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38322,6 +38797,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -38853,6 +39331,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -38997,6 +39487,9 @@ msgstr[0] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39222,6 +39715,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39264,6 +39760,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39282,6 +39781,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39291,6 +39796,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39303,6 +39811,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39315,6 +39826,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39339,9 +39853,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39522,127 +40045,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39750,10 +40273,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40060,7 +40583,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40162,6 +40691,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40195,6 +40727,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40243,6 +40778,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40288,6 +40826,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40423,6 +40964,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40514,6 +41058,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40553,7 +41100,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40568,6 +41115,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -40949,7 +41499,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -40958,9 +41508,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41027,6 +41574,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41155,6 +41705,10 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+
msgid "approved by: "
msgstr ""
@@ -41237,6 +41791,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41606,6 +42163,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41633,12 +42193,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41764,6 +42318,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -41808,6 +42365,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -41923,6 +42486,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42019,9 +42585,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42062,9 +42625,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42186,7 +42746,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42232,6 +42792,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42286,6 +42849,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42331,6 +42897,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42340,9 +42909,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42379,9 +42945,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42657,9 +43220,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -42840,9 +43400,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/ig_NG/gitlab.po b/locale/ig_NG/gitlab.po
index 0b15beddbea..119c3833bc0 100644
--- a/locale/ig_NG/gitlab.po
+++ b/locale/ig_NG/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: ig\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:24\n"
+"PO-Revision-Date: 2022-02-02 15:47\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -108,6 +108,22 @@ msgid "%d URL scanned"
msgid_plural "%d URLs scanned"
msgstr[0] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -390,6 +406,12 @@ msgid "%{bold_start}%{count}%{bold_end} opened merge request"
msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -549,6 +571,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -645,6 +670,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -654,6 +682,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -763,9 +794,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -797,6 +825,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1716,21 +1747,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1755,9 +1777,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1863,9 +1882,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1875,7 +1891,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -1890,6 +1906,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -1956,6 +1975,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2073,9 +2095,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2373,6 +2392,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2529,6 +2554,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2565,7 +2593,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2691,6 +2719,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2754,6 +2785,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2856,7 +2890,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3417,22 +3451,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3543,9 +3568,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3693,16 +3715,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4250,9 +4269,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4283,9 +4299,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4295,13 +4308,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4328,7 +4341,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4343,6 +4356,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4358,7 +4374,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4370,22 +4386,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4499,6 +4521,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4590,9 +4615,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4677,7 +4699,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5117,6 +5139,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5249,6 +5274,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5276,6 +5304,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5291,9 +5322,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5330,9 +5358,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5411,9 +5436,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5492,6 +5523,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5801,18 +5835,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5828,9 +5856,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -5879,15 +5904,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -5906,9 +5922,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6104,6 +6117,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6168,9 +6190,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6405,6 +6439,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6782,6 +6819,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -6959,6 +6999,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7259,15 +7302,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7364,6 +7398,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7388,7 +7428,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7433,7 +7473,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7463,7 +7503,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7520,13 +7560,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7553,7 +7596,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7580,6 +7623,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7592,6 +7647,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7614,7 +7672,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7632,6 +7690,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8581,6 +8642,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8830,6 +8894,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8860,6 +8927,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -8905,12 +8978,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -8938,12 +9014,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9499,7 +9581,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9640,9 +9722,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9655,9 +9752,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9730,6 +9824,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9757,13 +9854,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -9907,6 +10007,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10165,6 +10268,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10399,6 +10505,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10629,6 +10738,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10638,10 +10750,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10731,12 +10843,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10749,9 +10855,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10764,9 +10867,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10839,9 +10939,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -10869,9 +10966,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -10881,12 +10975,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -10899,9 +10987,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -10923,9 +11008,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11194,9 +11276,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11617,6 +11696,9 @@ msgstr[0] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11632,6 +11714,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11843,9 +11928,39 @@ msgstr[0] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12402,9 +12517,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12469,7 +12581,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12664,7 +12776,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -12910,6 +13022,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13054,9 +13169,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13099,6 +13211,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13126,6 +13241,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13204,9 +13325,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13255,6 +13373,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13529,6 +13650,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13556,6 +13680,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14340,9 +14467,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14352,15 +14476,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14376,6 +14494,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14455,10 +14621,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -14897,13 +15060,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -14991,12 +15147,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15321,6 +15471,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15396,6 +15549,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15432,18 +15588,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15480,6 +15639,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15534,6 +15696,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15609,12 +15774,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15630,6 +15789,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15663,16 +15825,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15684,9 +15849,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15735,6 +15897,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15771,10 +15939,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -15852,6 +16020,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -15975,9 +16146,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16002,6 +16170,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16182,6 +16353,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16320,6 +16494,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16488,6 +16665,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16506,6 +16686,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16569,9 +16752,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16596,6 +16776,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16608,9 +16791,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -16851,18 +17031,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -16887,9 +17061,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -16920,7 +17091,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -16968,6 +17142,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -16986,9 +17163,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17016,9 +17190,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17061,7 +17232,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17142,9 +17313,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17199,7 +17367,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17426,6 +17594,33 @@ msgstr[0] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17486,9 +17681,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17525,9 +17717,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17543,6 +17732,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17642,6 +17834,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17666,9 +17870,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18266,6 +18467,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18368,6 +18572,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18443,6 +18650,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -18864,9 +19074,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -18879,9 +19086,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -18951,6 +19155,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -18969,9 +19176,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19008,6 +19212,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19017,6 +19224,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19077,7 +19287,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -20896,6 +21106,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21212,9 +21425,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21230,6 +21440,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21266,6 +21479,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22040,6 +22286,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22058,9 +22310,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -22879,9 +23140,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -22903,9 +23161,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23081,10 +23336,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23189,9 +23444,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23270,9 +23522,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23291,9 +23540,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23808,6 +24054,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -23835,6 +24084,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -23901,7 +24153,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24804,7 +25056,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25420,9 +25693,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25561,6 +25831,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25579,7 +25852,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -25846,9 +26119,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -25861,6 +26131,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -25873,7 +26146,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26038,10 +26311,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26224,6 +26515,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26239,6 +26533,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26593,6 +26893,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -26818,6 +27121,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -26842,9 +27148,6 @@ 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 ""
@@ -27022,6 +27325,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27067,9 +27373,6 @@ 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 ""
@@ -27592,10 +27895,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27673,6 +27979,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27718,6 +28030,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -27844,9 +28159,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -27868,7 +28180,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -27886,7 +28198,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28648,9 +28960,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28684,7 +28993,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -28930,6 +29239,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -28999,6 +29314,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29072,7 +29390,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29609,6 +29927,10 @@ msgid "Reports|Accessibility scanning detected %d issue for the source branch on
msgid_plural "Reports|Accessibility scanning detected %d issues for the source branch only"
msgstr[0] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -29833,6 +30155,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -29908,9 +30233,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -29929,6 +30251,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30054,9 +30379,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30123,7 +30445,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30221,13 +30543,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30248,6 +30570,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30335,6 +30660,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30347,9 +30675,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30368,6 +30702,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30383,9 +30720,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30434,10 +30768,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30473,6 +30810,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30512,16 +30852,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30533,6 +30873,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30548,9 +30891,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30704,9 +31044,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -30833,9 +31170,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31126,7 +31460,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31258,6 +31592,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31312,6 +31649,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31330,21 +31670,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31354,12 +31703,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31387,6 +31745,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31402,12 +31766,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31417,6 +31829,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31738,9 +32153,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32128,7 +32540,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32137,6 +32549,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32146,18 +32561,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32296,7 +32705,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32468,9 +32877,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32510,6 +32916,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32522,6 +32931,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32534,9 +32946,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32561,6 +32970,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32599,7 +33011,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32692,6 +33104,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -32794,9 +33209,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33103,9 +33542,6 @@ 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 ""
@@ -33169,9 +33605,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33505,6 +33938,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33547,6 +33983,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -33889,6 +34328,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -33919,6 +34361,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -33997,9 +34460,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34168,9 +34628,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34195,6 +34652,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34234,6 +34694,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34288,6 +34751,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34300,6 +34766,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34543,6 +35018,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34615,6 +35093,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34781,6 +35262,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -34951,9 +35435,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -34991,12 +35472,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35006,9 +35481,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35042,7 +35514,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35208,6 +35680,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35283,9 +35758,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35301,9 +35773,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35673,7 +36142,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35724,7 +36193,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -35808,9 +36277,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -35934,6 +36400,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -35973,9 +36442,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36015,9 +36481,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36237,6 +36709,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36258,6 +36733,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36297,6 +36775,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36525,9 +37006,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36773,9 +37251,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -36917,9 +37392,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -36935,9 +37407,6 @@ 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 ""
@@ -37145,9 +37614,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37257,6 +37723,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37272,15 +37741,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37347,6 +37810,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -37866,6 +38335,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -37887,6 +38359,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38322,6 +38797,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -38853,6 +39331,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -38997,6 +39487,9 @@ msgstr[0] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39222,6 +39715,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39264,6 +39760,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39282,6 +39781,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39291,6 +39796,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39303,6 +39811,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39315,6 +39826,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39339,9 +39853,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39522,127 +40045,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39750,10 +40273,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40060,7 +40583,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40162,6 +40691,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40195,6 +40727,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40243,6 +40778,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40288,6 +40826,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40423,6 +40964,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40514,6 +41058,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40553,7 +41100,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40568,6 +41115,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -40949,7 +41499,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -40958,9 +41508,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41027,6 +41574,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41155,6 +41705,10 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+
msgid "approved by: "
msgstr ""
@@ -41237,6 +41791,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41606,6 +42163,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41633,12 +42193,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41764,6 +42318,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -41808,6 +42365,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -41923,6 +42486,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42019,9 +42585,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42062,9 +42625,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42186,7 +42746,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42232,6 +42792,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42286,6 +42849,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42331,6 +42897,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42340,9 +42909,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42379,9 +42945,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42657,9 +43220,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -42840,9 +43400,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/is_IS/gitlab.po b/locale/is_IS/gitlab.po
index 0d340987b24..6efb1cc76b9 100644
--- a/locale/is_IS/gitlab.po
+++ b/locale/is_IS/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: is\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:20\n"
+"PO-Revision-Date: 2022-02-02 15:43\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/it/gitlab.po b/locale/it/gitlab.po
index d02eafd53c6..d3847f8a6ec 100644
--- a/locale/it/gitlab.po
+++ b/locale/it/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: it\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:22\n"
+"PO-Revision-Date: 2022-02-02 15:45\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr "%{level_name} non è consentito in un gruppo %{group_level_name}."
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 "Confermi di voler resettare il token di controllo di stato?"
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr "Elimina branch mergiate"
msgid "Branches|Delete protected branch"
msgstr "Elimina la branch protetta"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "Eliminare la branch protetta %{branch_name}?"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
msgstr ""
-msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "Eliminando la branch %{branch_name} è un'operazione irreversibile. Sicuro di voler procedere?"
-
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
msgstr "Eliminare le branch mergiate è un'operazione irreversibile. Sicuro di voler procedere?"
@@ -5958,9 +5990,6 @@ msgstr "Nuova branch"
msgid "Branches|No branches to show"
msgstr "Nessuna branch da mostrare"
-msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
-msgstr "Una volta confermato e premuto %{delete_protected_branch} non sarĂ  possibile ripristinare allo stato precedente."
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr "La branch predefinita non può esser eliminata"
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
msgstr ""
-msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-msgstr "Questa branch non è stata mergiata in %{default_branch}."
-
-msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
-msgstr "Per evitare perdita di dati considera di mergiare questa branch prima di eliminarla."
-
-msgid "Branches|To confirm, type %{branch_name_confirmation}:"
-msgstr "Per confermare, scrivi %{branch_name_confirmation}:"
-
msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
msgstr ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "Stai per eliminare la branch protetta (%{branch_name}) in maniera permanente."
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "per"
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr "Cherry-pick questa richiesta di merge"
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr "Messaggio di commit"
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] "Rilasci"
msgid "Deploy Keys"
msgstr "Chiavi di Deploy (rilascio)"
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr "Feb"
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr "Questa impostazione è stata applicata a %{ancestor_group}. Puoi eseguir
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr "Housekeeping iniziato con successo"
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr "Pipeline"
msgid "Pipelines charts"
msgstr "Grafici pipeline"
-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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ msgstr ""
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr "Inserisci il tuo %{confirmationValue} per confermare:"
-msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
-msgstr ""
-
msgid "Profiles|Update profile settings"
msgstr ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr "Seleziona formato d'archivio"
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr "Hai raggiunto il tuo limite di progetto"
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr "Il tuo nome"
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/ja/gitlab.po b/locale/ja/gitlab.po
index 8738f0e82b4..ab14b7fb064 100644
--- a/locale/ja/gitlab.po
+++ b/locale/ja/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: ja\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:22\n"
+"PO-Revision-Date: 2022-02-02 15:45\n"
msgid " %{start} to %{end}"
msgstr " %{start} ă‹ă‚‰ %{end} ăľă§"
@@ -108,6 +108,22 @@ msgid "%d URL scanned"
msgid_plural "%d URLs scanned"
msgstr[0] "%d 件ă®ă‚ąă‚­ăŁăłă•ă‚Śăź URL"
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%d äşşă®ć‰żčŞŤč€…"
@@ -390,6 +406,12 @@ msgid "%{bold_start}%{count}%{bold_end} opened merge request"
msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] "%{bold_start}%{count}%{bold_end} 件ă®ă‚ŞăĽă—ăłă—ă¦ă„ă‚‹ăžăĽă‚¸ăŞă‚Żă‚¨ă‚ąă"
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr "%{code_open}ăžă‚ąă‚Ż:%{code_close} ジă§ă–ă­ă‚°ă§éťžčˇ¨ç¤şă«ă—ăľă™ă€‚ăžă‚ąă‚­ăłă‚°ă®č¦ä»¶ă‚’満ăźă™ĺż…č¦ăŚă‚ă‚Šăľă™ă€‚"
@@ -549,6 +571,9 @@ msgstr "%{group_name} アクă†ă‚Łă“ă†ă‚ŁăĽ"
msgid "%{group_name} group members"
msgstr "%{group_name} ă‚°ă«ăĽă—ă®ăˇăłăăĽ"
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
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} ăŻă‚°ă«ăĽă—管ç†ă‚˘ă‚«ă‚¦ăłăを使用ă—ăľă™ă€‚ %{group_name} ă«ă‚ăŁă¦ç®ˇç†ă•ă‚Śă‚‹ć–°ă—ă„GitLabアカウăłăを作ćă™ă‚‹ĺż…č¦ăŚă‚ă‚Šăľă™ă€‚"
@@ -645,6 +670,9 @@ msgstr "%{level_name} 㯠%{group_level_name} ă‚°ă«ăĽă—ă«ĺ«ă‚られăľă›ă
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "%{level_name} ăŻč¨±ĺŹŻă•ă‚Śăľă›ă‚“。ă•ă‚©ăĽă‚Żă—ăźă‚˝ăĽă‚ąă—ă­ă‚¸ă‚§ă‚ŻăăŻă‚り可視性ăŚä˝Žă„ă‹ă‚‰ă§ă™ă€‚"
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr "ă­ăĽă«ă«ă¤ă„ă¦%{link_start}ă‚‚ăŁă¨č©łă—ăŹ%{link_end}。"
@@ -654,6 +682,9 @@ msgstr "タイăă«ă‹ă‚‰ %{link_start} %{draft_snippet} ă®ă—ă¬ă•ă‚Łăă‚Żă
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr "タイăă«ă®ĺ…é ­ă« %{link_start} %{draft_snippet} %{link_end} を書ă„ă¦ă€ä˝śćĄ­ä¸­ă®ăžăĽă‚¸ăŞă‚Żă‚¨ă‚ąăăŚćş–ĺ‚™ăŚă§ăŤă‚‹ăľă§ăžăĽă‚¸ă•ă‚ŚăŞă„ă‚ă†ă«ă—ăľă™ă€‚"
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr "%{link_start}GitLab Inc.ăŻă©ă®ă‚ă†ăŞć…報を収集ă—ă¦ă„ăľă™ă‹ďĽź%{link_end}"
@@ -763,9 +794,6 @@ msgstr "%{placeholder} 㯠有効ăŞă†ăĽăžă§ăŻă‚ă‚Šăľă›ă‚“。"
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr "%{project_path} ăŻă€GitLab ă—ă­ă•ă‚ˇă‚¤ă«ă«READMEを追加ă™ă‚‹ăźă‚ă«ä˝żç”¨ă™ă‚‹ă—ă­ă‚¸ă‚§ă‚Żăă§ă™ă€‚開始ă™ă‚‹ă«ăŻă€ă‘ă–ăŞăă‚Żă—ă­ă‚¸ă‚§ă‚Żăを作ćă—ă€README ăŚĺ«ăľă‚ŚăźçŠ¶ć…‹ă§ăŞăťă‚¸ăăŞă‚’ĺťćśźĺŚ–ă—ăľă™ă€‚ %{help_link_start}č©łç´°ăŻă“ăˇă‚‰%{help_link_end}"
@@ -797,6 +825,9 @@ msgstr "残りă®ĺŹ‚加者ă‹ă‚‰ %{rotation} を再č¨ç®—ă—ăľă—ăźă€‚ %{rotat
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr "残りă®ĺŹ‚加者ă‹ă‚‰ %{rotation} を再č¨ç®—ă—ăľă—ăźă€‚ %{rotation}ă®ć–°ă—ă„設定を確認ă—ă¦ăŹă ă•ă„。 ă‚Şăłă‚łăĽă«ă®ă‚«ăă¬ăジを確認ă™ă‚‹ăźă‚ă«ă€çŹľĺś¨ă®ă‚Şăłă‚łăĽă«ă®ĺŻľĺżśč€…ă«é€Łçµˇă™ă‚‹ă“ă¨ă‚’ăŠĺ‹§ă‚ă—ăľă™ă€‚"
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1716,21 +1747,12 @@ msgstr "ä»–ă®ă‡ăĽă‚żă¸ă®ă‚˘ă‚Żă‚»ă‚ąă«ăŻä˝żç”¨ă§ăŤăľă›ă‚“。"
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr "ă“ă®ăăĽă‚Żăłă‚’外é¨ă«ćĽŹă‚‰ă•ăŞă„ă§ăŹă ă•ă„。ă“ă‚Śă‚’ćŚăŁă¦ă„ă‚‹äşşăŻčŞ°ă§ă‚‚ă‚ăŞăźă«ăŞă‚Šă™ăľă—ă¦ăŞăťă‚¸ăăŞă®ă‚ąă‚żă†ă‚Łăă‚Żă‚Şă–ジェクăă«ă‚˘ă‚Żă‚»ă‚ąă§ăŤăľă™ă€‚ă‚‚ă—も漏洩ă—ăźĺ ´ĺ〠%{reset_link_start} ă“ă®ăăĽă‚Żăłă‚’ăŞă‚»ăă %{reset_link_end}ă™ăąăŤă§ă™ă€‚"
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr "ă“ă®ăăĽă‚ŻăłăŻç§ĺŻ†ă«ă—ă¦ăŠă„ă¦ăŹă ă•ă„。ă“ă‚Śă‚’ćŚăŁă¦ă„ă‚‹äşşăŻčŞ°ă§ă‚‚ă‚ăŞăźă¨ĺŚăă‚ă†ă«ă‚¤ă‚·ăĄăĽă‚’作ćă§ăŤăľă™ă€‚ă‚‚ă—漏洩ă—ăźĺ ´ĺ〠%{link_reset_it}。"
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr "ă“ă®ăăĽă‚Żăłă‚’外é¨ă«ćĽŹă‚‰ă•ăŞă„ă§ăŹă ă•ă„。ă“ă‚Śă‚’ćŚăŁă¦ă„ă‚‹äşşăŻčŞ°ă§ă‚‚ă‚ăŞăźă®ă‚ă†ă«ă‚˘ă‚Żă†ă‚Łă“ă†ă‚Łă‚’読ă‚ă€ă‚ăŞăźă¨ă—ă¦RSSă•ă‚ŁăĽă‰ă‚„ă‚«ă¬ăłă€ăĽă®ă•ă‚ŁăĽă‰ă‚’発行ă§ăŤăľă™ă€‚漏洩ă—ăźĺ ´ĺăŻă€%{link_reset_it} ă™ăąăŤă§ă™ă€‚"
-
msgid "AccessTokens|Personal Access Tokens"
msgstr "ă‘ăĽă‚˝ăŠă«ă‚˘ă‚Żă‚»ă‚ąăăĽă‚Żăł"
@@ -1755,9 +1777,6 @@ msgstr "ă‚ăŞăźăŚăˇăĽă«ă§ć–°ă—ă„イシăĄăĽă‚’作ćă™ă‚‹ă¨ăŤă€ă‚
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr "(アăĽă‚«ă‚¤ă–ă€ă–ă­ă–ăŞă©ă®) ăŞăťă‚¸ăăŞă®éť™çš„ă‚Şă–ジェクăăŚĺ¤–é¨ă‚ąăă¬ăĽă‚¸ă‹ă‚‰ćŹäľ›ă•ă‚Śă¦ă„ă‚‹ĺ ´ĺă€éť™çš„ă‚Şă–ジェクăăăĽă‚Żăłă§ă‚ăŞăźă‚’認証ă—ăľă™ă€‚"
-msgid "AccessTokens|reset this token"
-msgstr "ăăĽă‚Żăłă‚’ăŞă‚»ăă"
-
msgid "AccessibilityReport|Learn more"
msgstr "詳細を表示"
@@ -1863,9 +1882,6 @@ msgstr "変更履歴を追加"
msgid "Add CONTRIBUTING"
msgstr "CONTRIBUTINGを追加"
-msgid "Add GitLab to Slack"
-msgstr "GitLabă‚’Slackă«čż˝ĺŠ ă™ă‚‹"
-
msgid "Add Jaeger URL"
msgstr "Jaeger URL を追加"
@@ -1875,8 +1891,8 @@ msgstr "Kubernetes ă‚Żă©ă‚ąă‚żăĽă‚’追加"
msgid "Add LICENSE"
msgstr "ă©ă‚¤ă‚»ăłă‚ąă®čż˝ĺŠ "
-msgid "Add New Node"
-msgstr "ć–°ă—ă„ăŽăĽă‰ă‚’追加"
+msgid "Add New Site"
+msgstr ""
msgid "Add README"
msgstr "README を追加"
@@ -1890,6 +1906,9 @@ msgstr "%{type} を追加"
msgid "Add a GPG key"
msgstr "GPGă‚­ăĽă‚’追加"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr "Jaeger URL を追加ă—ă¦ă€ă“ă®ăšăĽă‚¸ă‚’ Jaeger サăĽăăĽă¸ă®ăŞăłă‚Żă«ç˝®ăŤćŹ›ăăľă™ă€‚ăľăš %{link_start_tag}Jaeger をイăłă‚ąăăĽă«%{link_end_tag}ă™ă‚‹ĺż…č¦ăŚă‚ă‚Šăľă™ă€‚"
@@ -1956,6 +1975,9 @@ msgstr "Todoを追加"
msgid "Add an SSH key"
msgstr "SSH 鍵を追加"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr "ć—˘ĺ­ă®ă‚¤ă‚·ăĄăĽă‚’追加"
@@ -2073,9 +2095,6 @@ msgstr "ă‚·ă‚ąă†ă ă•ăă‚Żă®čż˝ĺŠ "
msgid "Add text to the sign-in page. Markdown enabled."
msgstr "サイăłă‚¤ăłăšăĽă‚¸ă«ă†ă‚­ă‚ąăを追加ă—ăľă™ă€‚ ăžăĽă‚Żă€ă‚¦ăłăŚćś‰ĺŠąă«ăŞăŁă¦ă„ăľă™ă€‚"
-msgid "Add to Slack"
-msgstr "Slackă«čż˝ĺŠ "
-
msgid "Add to board"
msgstr "ăśăĽă‰ă«čż˝ĺŠ "
@@ -2373,6 +2392,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr "çµ±č¨ă®čŞ­ăżčľĽăżä¸­ă«ă‚¨ă©ăĽăŚç™şç”źă—ăľă—ăźă€‚ă‚‚ă†ä¸€ĺş¦ă‚„ă‚Šç›´ă—ă¦ăŹă ă•ă„。"
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2529,6 +2554,9 @@ msgstr "(非アクă†ă‚Łă–)"
msgid "AdminUsers|(Internal)"
msgstr "(内é¨)"
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr "(承認待ăˇ)"
@@ -2565,7 +2593,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr "管ç†č€…"
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2691,6 +2719,9 @@ msgstr "ă‚ăŞăźă§ă™ďĽ"
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr "ă­ă‚°ă‚¤ăł"
@@ -2754,6 +2785,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr "ă¦ăĽă‚¶ăĽăŻă­ă‚°ă‚˘ă‚¦ăă•ă‚Śăľă™"
@@ -2856,8 +2890,8 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
-msgstr "ă‚ăŞăźăŻč‡Şčş«ă®ç®ˇç†č€…権é™ă‚’削除ă§ăŤăľă›ă‚“。"
+msgid "AdminUsers|You cannot remove your own administrator access."
+msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
msgstr ""
@@ -3417,23 +3451,14 @@ msgstr "ă“ă®ă‚°ă«ăĽă—内ă®ă—ă­ă‚¸ă‚§ă‚Żăă« Git LFS を使用ă§ăŤă‚‹
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 "web ă•ăă‚ŻăŠă‚ăłă‚µăĽă“ă‚ąă‹ă‚‰ă®ă­ăĽă‚«ă«ăŤăăăŻăĽă‚Żă¸ă®ăŞă‚Żă‚¨ă‚ąăを許可ă™ă‚‹ă€‚"
-
msgid "Allow subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
-msgstr "ă“ă®ă‚»ă‚«ăłă€ăŞăŽăĽă‰ăŚă‚Şă–ジェクăă‚ąăă¬ăĽă‚¸ä¸Šă«ă‚łăłă†ăłă„を複製ă™ă‚‹ă“ă¨ă‚’許可ă—ăľă™"
+msgid "Allow this secondary site to replicate content on Object Storage"
+msgstr ""
msgid "Allow use of licensed EE features"
msgstr ""
@@ -3543,9 +3568,6 @@ msgstr "エă©ăĽăŚç™şç”źă—ăľă—ăź"
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr "ă“ă®ă‚ąă¬ăă‰ă«ä¸‹ć›¸ăŤă‚’追加ă™ă‚‹éš›ă«ă‚¨ă©ăĽăŚç™şç”źă—ăľă—ăźă€‚"
@@ -3693,18 +3715,15 @@ msgstr "ジă§ă–ă®ĺŹ–得中ă«ă‚¨ă©ăĽăŚç™şç”źă—ăľă—ăźă€‚"
msgid "An error occurred while fetching the latest pipeline."
msgstr "最新ă®ă‘イă—ă©ă‚¤ăłă®ĺŹ–得中ă«ă‚¨ă©ăĽăŚç™şç”źă—ăľă—ăźă€‚"
+msgid "An error occurred while fetching the pipelines jobs."
+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 autocomplete data. Please refresh the page and try again."
-msgstr ""
-
msgid "An error occurred while getting files for - %{branchId}"
msgstr "%{branchId} ă®ă•ă‚ˇă‚¤ă«ă‚’取得中ă«ă‚¨ă©ăĽăŚç™şç”źă—ăľă—ăź"
@@ -4250,9 +4269,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr "承認者を追加"
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4283,9 +4299,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr "承認者"
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4295,13 +4308,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4328,7 +4341,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4343,6 +4356,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4358,7 +4374,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr "ă‚żăĽă‚˛ăăă–ă©ăłă"
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4370,22 +4386,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4499,6 +4521,9 @@ msgstr "ă“ă®ă—ă­ă‚¸ă‚§ă‚Żăă®ă‚˘ăĽă‚«ă‚¤ă–を解除ă—ă¦ă‚ă‚Ťă—ă„ă§
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4590,9 +4615,6 @@ msgstr "ă“ă® ID を削除ă—ă¦ă‚‚ă‚ă‚Ťă—ă„ă§ă™ă‹ďĽź"
msgid "Are you sure you want to remove this list?"
msgstr ""
-msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
-msgstr "本当ă«SCIMăăĽă‚Żăłă‚’ăŞă‚»ăăă—ă¦ă‚ă‚Ťă—ă„ă§ă™ă‹ďĽźć–°ă—ă„ăăĽă‚Żăłă‚’ć›´ć–°ă™ă‚‹ăľă§SCIMă—ă­ă“ジă§ă‹ăłă‚°ăŻć©źč˝ă—ăŞăŹăŞă‚Šăľă™ă€‚"
-
msgid "Are you sure you want to reset the health check token?"
msgstr "本当ă«ăă«ă‚ąăェăă‚ŻăăĽă‚Żăłă‚’ăŞă‚»ăăă—ăľă™ă‹ďĽź"
@@ -4677,7 +4699,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5117,6 +5139,9 @@ msgstr "アăă‚żăĽă‚’削除ă—ăľă™ă€‚ă‚ă‚Ťă—ă„ă§ă™ă‹ďĽź"
msgid "Average per day: %{average}"
msgstr "1ć—Ąă‚ăźă‚Šă®ĺąłĺť‡: %{average}"
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5249,6 +5274,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr "ă”注意ăŹă ă•ă„。ă—ă­ă‚¸ă‚§ă‚Żăă®ĺŤĺ‰Ťç©şé–“を変更ă™ă‚‹ă¨ă€ć„Źĺ›łă—ăŞă„副作用ăŚç™şç”źă™ă‚‹ă“ă¨ăŚă‚ă‚Šăľă™ă€‚"
@@ -5276,6 +5304,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr "以下ă«ĺ…¬é–‹ă•ă‚Śă¦ă„る全グă«ăĽă—を表示ă—ăľă™ă€‚"
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5291,9 +5322,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5330,9 +5358,6 @@ 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 to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5411,9 +5436,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5492,6 +5523,9 @@ msgstr "Bitbucket イăłăťăĽă"
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5801,18 +5835,12 @@ msgstr "ăžăĽă‚¸ă•ă‚Śăźă–ă©ăłăを削除"
msgid "Branches|Delete protected branch"
msgstr "äżťč­·ă–ă©ăłăを削除"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "äżťč­·ă–ă©ăłă '%{branch_name}' を削除ă—ăľă™ă‹ďĽź"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
msgstr ""
-msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "'%{branch_name}' ă–ă©ăłăを削除ă—ăźă‚‰ĺ…ă«ăŻć»ă›ăľă›ă‚“。ă‚ă‚Ťă—ă„ă§ă™ă‹ďĽź"
-
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
msgstr "ăžăĽă‚¸ă•ă‚Śăźă–ă©ăłăを削除ă™ă‚‹ă¨ĺ…ă«ăŻć»ă›ăľă›ă‚“。ă‚ă‚Ťă—ă„ă§ă™ă‹ďĽź"
@@ -5828,9 +5856,6 @@ 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 "ă‚‚ă†ä¸€ĺş¦ç˘şčŞŤă— %{delete_protected_branch} を押ă—ă¦ăŹă ă•ă„。操作後ă€ĺ…ă«ć»ă™ă“ă¨ăŻă§ăŤăľă›ă‚“。"
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -5879,15 +5904,6 @@ msgstr "ă‡ă•ă‚©ă«ăă–ă©ăłăăŻĺ‰Šé™¤ă§ăŤăľă›ă‚“"
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
msgstr ""
-msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-msgstr "ă“ă®ă–ă©ăłăăŻ%{default_branch} ă«ăžăĽă‚¸ă•ă‚Śă¦ă„ăľă›ă‚“"
-
-msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
-msgstr "ă‡ăĽă‚żă®ć¶ĺ¤±ă‚’éżă‘ă‚‹ăźă‚ă€ĺ‰Šé™¤ă™ă‚‹ĺ‰Ťă«ă“ă®ă–ă©ăłăă‚’ăžăĽă‚¸ă™ă‚‹ă“ă¨ă‚’ă‚Şă‚ąă‚ąăˇă—ăľă™ă€‚"
-
-msgid "Branches|To confirm, type %{branch_name_confirmation}:"
-msgstr "確認ă®ăźă‚ă€%{branch_name_confirmation} を入力ă—ă¦ăŹă ă•ă„"
-
msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
msgstr "ă­ăĽă‚«ă«ă®ĺ¤‰ć›´ĺ†…容を破棄ă—ă¦ă€ă‚˘ăă—ă‚ąăăŞăĽă ă®ăăĽă‚¸ă§ăłă§ă–ă©ăłăを上書ăŤă™ă‚‹ă«ăŻă€ă“ă“ă§ăťă‚Śă‚‰ă‚’削除ă—ă€ä¸Šă®ă€Śä»Šă™ă更新」をクăŞăă‚Żă—ă¦ăŹă ă•ă„。"
@@ -5906,9 +5922,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "äżťč­·ă–ă©ăłă %{branch_name} を削除ă—ă‚ă†ă¨ă—ă¦ă„ăľă™ă€‚"
-
msgid "Branches|diverged from upstream"
msgstr "アăă—ă‚ąăăŞăĽă ă‹ă‚‰ĺ†ĺ˛"
@@ -6104,6 +6117,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr "ă‡ă•ă‚©ă«ăă§ăŻă€ă™ăąă¦ă®ă—ă­ă‚¸ă‚§ă‚Żăă¨ă‚°ă«ăĽă—ăŻă‚°ă­ăĽăă«é€šçźĄč¨­ĺ®šă‚’使用ă—ăľă™ă€‚"
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "作者"
@@ -6168,9 +6190,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6405,6 +6439,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr "自動的ă«ăžăĽă‚¸ă™ă‚‹ă“ă¨ăŻă§ăŤăľă›ă‚“"
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr "不正ĺ©ç”¨ă¬ăťăĽăăŻä˝śćă§ăŤăľă›ă‚“。ă“ă®ă¦ăĽă‚¶ăĽăŻĺ‰Šé™¤ă•ă‚Śă¦ă„ăľă™ă€‚"
@@ -6782,6 +6819,9 @@ msgstr "(x%{numberOfUsers})"
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr "請求ĺ…住所"
@@ -6959,6 +6999,9 @@ msgstr "ă“ă®ăžăĽă‚¸ăŞă‚Żă‚¨ă‚ąăă‚’ăェăŞăĽă”ăă‚Ż"
msgid "Child"
msgstr "ĺ­"
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr "ĺ­ă‚¨ă”ăă‚ŻăŻĺ­ĺś¨ă—ăľă›ă‚“。"
@@ -7259,15 +7302,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr "ă‚Żă©ă‚¤ă‚˘ăłă認証証ćŽć›¸"
-
-msgid "Client authentication key"
-msgstr "ă‚Żă©ă‚¤ă‚˘ăłă認証キăĽ"
-
-msgid "Client authentication key password"
-msgstr "ă‚Żă©ă‚¤ă‚˘ăłă認証キăĽă®ă‘ă‚ąăŻăĽă‰"
-
msgid "Client request timeout"
msgstr ""
@@ -7364,6 +7398,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr "ă“ă® %{quick_action_target} ă‚’é–‰ăる。"
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr "ă‚Żă©ă‚ąă‚żăĽ"
@@ -7388,7 +7428,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7433,7 +7473,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7463,7 +7503,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7520,13 +7560,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7553,7 +7596,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7580,6 +7623,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7592,6 +7647,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7614,7 +7672,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7632,6 +7690,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8581,6 +8642,9 @@ msgstr "ă‚łăźăăďĽă‚łăźăăăˇăă‚»ăĽă‚¸ă®ç·¨é›†ć™‚)"
msgid "Commit Message"
msgstr "ă‚łăźăăăˇăă‚»ăĽă‚¸"
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8830,6 +8894,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8860,6 +8927,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -8905,12 +8978,15 @@ msgstr "ăă¬ăĽă‚·ăłă‚°ă®č¨­ĺ®š"
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr "ć—˘ĺ­ă®ă‚¤ăłă‚ąăăĽă«ă‚’設定ă™ă‚‹"
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr "ăŞăťă‚¸ăăŞă®ăźă©ăĽăŞăłă‚°ă‚’設定ă—ăľă™ă€‚"
@@ -8938,12 +9014,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr "ă¦ăĽă‚¶ăĽăŚć–°ă—ă„アカウăłăを作ćă™ă‚‹ć–ąćł•ă‚’設定ă—ăľă™ă€‚"
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr "確認"
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9499,7 +9581,7 @@ msgstr "アカウăłăă«ç´ăĄăŹăˇăĽă«ă®ç®ˇç†"
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9640,9 +9722,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9655,9 +9752,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9730,6 +9824,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9757,14 +9854,17 @@ msgstr "ăăŞă‚¬ăĽă‚’除去ă§ăŤăľă›ă‚“ă§ă—ăźă€‚"
msgid "Could not restore the group"
msgstr "ă‚°ă«ăĽă—ă‚’ăŞă‚ąăアă§ăŤăľă›ă‚“ă§ă—ăź"
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
-msgstr "ă—ă­ă‚¸ă‚§ă‚ŻăアクセスăăĽă‚Żăł %{project_access_token_name} を無効ă«ă§ăŤăľă›ă‚“ă§ă—ăźă€‚"
+msgid "Could not save configuration. Please refresh the page, or try again later."
+msgstr ""
msgid "Could not save group ID"
msgstr "ă‚°ă«ăĽă—IDă‚’äżťĺ­ă§ăŤăľă›ă‚“ă§ă—ăź"
@@ -9907,6 +10007,9 @@ msgstr ""
msgid "Create iteration"
msgstr "イă†ă¬ăĽă‚·ă§ăłă®ä˝ść"
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10165,6 +10268,9 @@ msgstr "自ĺ†ăŚä˝ść"
msgid "Created by:"
msgstr "作ć者:"
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10399,6 +10505,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10629,6 +10738,9 @@ msgstr "DNS"
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10638,10 +10750,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10731,12 +10843,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10749,9 +10855,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10764,9 +10867,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10839,9 +10939,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -10869,9 +10966,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -10881,12 +10975,6 @@ msgstr "ă‚żăĽă‚˛ăăサイăăŠă‚ăłă‚ąă‚­ăŁăłä»•ć§ă§ä¸€č¬çš„ă«ä˝żç”¨
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -10899,9 +10987,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -10923,9 +11008,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11194,9 +11276,6 @@ msgstr "ă‡ă•ă‚©ă«ăă–ă©ăłăă¨äżťč­·ă–ă©ăłă"
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr "ă‡ă•ă‚©ă«ăĺ†éˇžă©ă™ă«"
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11617,6 +11696,9 @@ msgstr[0] "ă‡ă—ă­ă‚¤"
msgid "Deploy Keys"
msgstr "ă‡ă—ă­ă‚¤ă‚­ăĽ"
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11632,6 +11714,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr "ă‡ă—ă­ă‚¤ă®é€˛čˇŚçŠ¶ćłăŚč¦‹ă¤ă‹ă‚Šăľă›ă‚“。 ăťăă‰ă‚’表示ă™ă‚‹ă«ăŻă€ă”使用ă®ç’°ĺ˘ăŚ%{linkStart}ă‡ă—ă­ă‚¤ăśăĽă‰ă®ĺźşćş–%{linkEnd}ă¨ä¸€č‡´ă—ă¦ă„ă‚‹ă“ă¨ă‚’確認ă—ă¦ăŹă ă•ă„。"
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr "ă‡ă—ă­ă‚¤ĺ…..."
@@ -11843,9 +11928,39 @@ msgstr[0] ""
msgid "Deployment|API"
msgstr "API"
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr "ă“ă®ă‡ă—ă­ă‚¤ăŻAPIを使用ă—ă¦ä˝śćă•ă‚Śăľă—ăź"
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr "ă‚­ăŁăłă‚»ă«ă•ă‚Śăľă—ăźă€‚"
@@ -12402,9 +12517,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr "無料ăă©ă‚¤ă‚˘ă«ă‚’始ă‚ă‚‹"
@@ -12469,7 +12581,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12664,8 +12776,8 @@ msgstr "ă‚łăˇăłăを編集"
msgid "Edit Deploy Key"
msgstr "ă‡ă—ă­ă‚¤ă‚­ăĽă®ç·¨é›†"
-msgid "Edit Geo Node"
-msgstr "ジオăŽăĽă‰ă‚’編集"
+msgid "Edit Geo Site"
+msgstr ""
msgid "Edit Group Hook"
msgstr "ă‚°ă«ăĽă—ă•ăクを編集"
@@ -12910,6 +13022,9 @@ msgstr "ă©ă®ă¦ăĽă‚¶ăĽăŚăˇăĽă«ă«ĺŻľĺżśă—ă¦ă„ă‚‹ă®ă‹ćŠŠćŹˇă§ăŤăľ
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr "ă—ă­ă‚¸ă‚§ă‚ŻăăŚč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăźă€‚入力ăźă‚ąăŚăŞă„ă‹ç˘şčŞŤă—ă¦ăŹă ă•ă„。"
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr "ă“ă®ć“Ťä˝śă®ĺ®źčˇŚăŻč¨±ĺŹŻă•ă‚Śă¦ă„ăľă›ă‚“。ă“ă‚ŚăŚčޤăŁă¦ă„ă‚‹ă¨ć€ťă‚Źă‚Śă‚‹ĺ ´ĺăŻă€ă‚ąă‚żăă•ăˇăłăăĽă«ĺ•Źă„ĺă‚Źă›ă¦ăŹă ă•ă„。"
@@ -13054,9 +13169,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr "外é¨ă‚µăĽă“スを使用ă—ă¦ă€ĺ†éˇžĺ¶ĺľˇă‚’有効ă«ă™ă‚‹ă€‚"
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13099,6 +13211,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr "ăˇăłă†ăŠăłă‚ąă˘ăĽă‰ă‚’有効ă«ă™ă‚‹"
@@ -13126,6 +13241,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13204,9 +13325,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr "DNS再ăイăłă‰ć”»ć’ă«ĺŻľă™ă‚‹äżťč­·ă‚’強化ă™ă‚‹"
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13255,6 +13373,9 @@ msgstr "ă‚ăŞăźă® Bitbucket Server ă® URL ă¨ä»Ąä¸‹ă®ĺ€‹äşşă‚˘ă‚Żă‚»ă‚ąăă
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr "ă‚ăŞăźă® Phabricator サăĽăăĽă®URLă¨ă‘ăĽă‚˝ăŠă«ă‚˘ă‚Żă‚»ă‚ąăăĽă‚Żăłă‚’入力ă—ă¦ăŹă ă•ă„"
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr "ăžăĽă‚¸ăŞă‚Żă‚¨ă‚ąăă®URLを入力"
@@ -13529,6 +13650,9 @@ msgstr "ç’°ĺ˘ă®ĺść­˘"
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13556,6 +13680,9 @@ msgstr ""
msgid "Environments|protected"
msgstr "äżťč­·"
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr "エă”ăă‚Ż"
@@ -14340,9 +14467,6 @@ msgstr "äżťč­·ă–ă©ăłăや保護タグ上ă§ĺ®źčˇŚă•ă‚Śă¦ă„ă‚‹ă‘イă—ă©
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr "外é¨ĺ†éˇžčŞŤč¨ĽăťăŞă‚·ăĽ"
-
msgid "External ID"
msgstr "外é¨ID"
@@ -14352,15 +14476,9 @@ msgstr "ĺ¤–é¨ URL"
msgid "External User:"
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 "外é¨ă‚ąăă¬ăĽă‚¸ă®URL"
@@ -14376,6 +14494,54 @@ msgstr "ĺ†éˇžă©ă™ă«"
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr "ă©ă™ă«ăŚĺ†éˇžă•ă‚Śă¦ă„ăŞă„ă¨ăŤăŻă€`%{default_label}` ăŚć—˘ĺ®šă®ă©ă™ă«ă¨ă—ă¦ä˝żç”¨ă•ă‚Śăľă™ă€‚"
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14455,10 +14621,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -14897,13 +15060,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr "2ćś"
@@ -14991,12 +15147,6 @@ msgstr "ă•ă‚Łă«ă‚żăĽ"
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr "ă‚ăŞăźăŚćś€čż‘é–‰ăăź %{issuable_type} ă§ă•ă‚Łă«ă‚żăĽ"
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15321,6 +15471,9 @@ msgstr "%{gitlab_ci_yml} ă«ă‚¨ă©ăĽăŚă‚ă‚Šăľă™"
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ".gitlab-ci.yml ă«ă‚¨ă©ăĽăŚč¦‹ă¤ă‹ă‚Šăľă—ăź:"
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15396,6 +15549,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr "ĺťćśźč¨­ĺ®šă©ă™ă«ă‚»ăăを生ćă™ă‚‹"
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr "鍵を生ć"
@@ -15432,18 +15588,21 @@ msgstr ""
msgid "Geo"
msgstr "Geo"
-msgid "Geo Nodes"
-msgstr "Geo ăŽăĽă‰"
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr "Geo設定"
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15480,6 +15639,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15534,6 +15696,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr "失敗"
@@ -15609,12 +15774,6 @@ msgstr "次回ă®ĺŚćśźäşĺ®šć—Ąć™‚"
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr "ăľă ĺŚćśźă—ă¦ă„ăľă›ă‚“。"
@@ -15630,6 +15789,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr "ĺŚćśźă®ăšăłă‡ă‚Łăłă‚°"
@@ -15663,16 +15825,19 @@ msgstr "再ă€ă‚¦ăłă­ăĽă‰"
msgid "Geo|Remove"
msgstr "削除"
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15684,9 +15849,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15735,6 +15897,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15771,10 +15939,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -15852,6 +16020,9 @@ msgstr "セカăłă€ăŞăĽ"
msgid "Get a free instance review"
msgstr "無料ă®ă‚¤ăłă‚ąă‚żăłă‚ąă¬ă“ăĄăĽă®ĺŹ–ĺľ—"
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -15975,9 +16146,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr "GitLab for Slack"
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16002,6 +16170,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr "GitLabăˇăłăăĽăľăźăŻăˇăĽă«ă‚˘ă‰ă¬ă‚ą"
@@ -16182,6 +16353,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16320,6 +16494,9 @@ msgstr ""
msgid "Go to parent"
msgstr "親ă«ç§»ĺ‹•"
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16488,6 +16665,9 @@ msgstr "ă‚°ă«ăĽă— %{group_name} ăŻĺ‰Šé™¤äşĺ®šă—ăľă—ăźă€‚"
msgid "Group %{group_name} was successfully created."
msgstr "'%{group_name}' ă‚°ă«ăĽă—ăŻć­Łĺ¸¸ă«ä˝śćă•ă‚Śăľă—ăźă€‚"
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr "ă‚°ă«ăĽă— Git LFS ă®ă‚ąă†ăĽă‚żă‚ą:"
@@ -16506,6 +16686,9 @@ msgstr "ă‚°ă«ăĽă— SAML を有効ă«ă—ă¦ă†ă‚ąăă™ă‚‹ĺż…č¦ăŚă‚ă‚Šăľă™
msgid "Group URL"
msgstr "ă‚°ă«ăĽă— URL"
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16569,9 +16752,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr "ă‚°ă«ăĽă— Maintainer 㯠%{link} ă§ă‚°ă«ăĽă— Runner を登録ă§ăŤăľă™ă€‚"
-
msgid "Group members"
msgstr "ă‚°ă«ăĽă—ă®ăˇăłăăĽ"
@@ -16596,6 +16776,9 @@ msgstr ""
msgid "Group overview content"
msgstr "ă‚°ă«ăĽă—概č¦ă‚łăłă†ăłă„"
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16608,9 +16791,6 @@ msgstr "ă‚°ă«ăĽă—ă®ă‘イă—ă©ă‚¤ăłć™‚é–“ăŚć­Łĺ¸¸ă«ăŞă‚»ăăă•ă‚Śăľ
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr "ă‚°ă«ăĽă—ă«ăŻĺĄă®ă‚˘ă‚«ă‚¦ăłăăŚĺż…č¦ă§ă™"
@@ -16851,18 +17031,12 @@ msgstr "SAML ă‚·ăłă‚°ă« サイăłă‚Şăłă®č¨­ĺ®š"
msgid "GroupSAML|SAML group link was successfully removed."
msgstr ""
-msgid "GroupSAML|SCIM API endpoint URL"
-msgstr "SCIM APIエăłă‰ăťă‚¤ăłăă®URL"
-
msgid "GroupSAML|SCIM Token"
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 "SAML ăăĽă‚Żăłă® SHA1 ă•ă‚Łăłă‚¬ăĽă—ăŞăłăă§č¨ĽćŽć›¸ă«ç˝˛ĺŤă—ăľă™ă€‚ă“ă‚ŚăŻă‚µă ă—ăŞăłăă¨ĺ‘Ľă°ă‚Śă‚˘ă‚¤ă‡ăłă†ă‚Łă†ă‚Łă—ă­ăイă€ăĽă‹ă‚‰ĺŹ–ĺľ—ă§ăŤăľă™ă€‚"
-msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to "
-msgstr "SCIMăăĽă‚ŻăłăŻéťžčˇ¨ç¤şă«ăŞăŁă¦ă„ăľă™ă€‚ăăĽă‚Żăłă®ĺ€¤ă‚’ă‚‚ă†ä¸€ĺş¦ç˘şčŞŤă™ă‚‹ă«ăŻă€ć¬ˇă®ć‰‹é †ă‚’実行ă™ă‚‹ĺż…č¦ăŚă‚ă‚Šăľă™ă€‚ "
-
msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -16887,9 +17061,6 @@ msgstr "妥当ăŞSAMLă¬ă‚ąăťăłă‚ą"
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr "SCIMăăĽă‚Żăł"
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -16920,7 +17091,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -16968,6 +17142,9 @@ msgstr "ăˇăĽă«é€šçźĄă‚’無効ă«ă™ă‚‹"
msgid "GroupSettings|Disable group mentions"
msgstr "ă‚°ă«ăĽă—ă®ăˇăłă‚·ă§ăłă‚’無効ă«ă™ă‚‹"
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -16986,9 +17163,6 @@ msgstr "ć–°ă—ă„ă©ăłăŠăĽç™»éŚ˛ăăĽă‚Żăłă‚’生ćă—ăľă—ăźďĽ"
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr "ă‚°ă«ăĽă—ă®ă‘イă—ă©ă‚¤ăłč¨­ĺ®šăŚć›´ć–°ă•ă‚Śăľă—ăź"
@@ -17016,9 +17190,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17061,7 +17232,7 @@ msgstr "ă“ă®č¨­ĺ®šăŻ %{ancestor_group} ă«é©ç”¨ă•ă‚Śăľă™ă€‚設定を上ć›
msgid "GroupSettings|Transfer group"
msgstr "ă‚°ă«ăĽă—ă®č»˘é€"
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17142,9 +17313,6 @@ msgstr "ă‚°ă«ăĽă—ăˇăłăăĽă®ć¨©é™ç®ˇç†ă€ăŠă‚ăłă‚°ă«ăĽă—内ă®ĺ„
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17199,7 +17367,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17426,6 +17594,33 @@ msgstr[0] "非表示"
msgid "Hide values"
msgstr "非表示"
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17486,9 +17681,6 @@ msgstr "ăŹă‚¦ă‚ąă‚­ăĽă”ăłă‚°"
msgid "Housekeeping successfully started"
msgstr "ăŹă‚¦ă‚ąă‚­ăĽă”ăłă‚°ăŻć­Łĺ¸¸ă«čµ·ĺ‹•ă—ăľă—ăźă€‚"
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr "ăŹă‚¦ă‚ąă‚­ăĽă”ăłă‚°ă€ă‚¨ă‚Żă‚ąăťăĽăă€ă‘ă‚ąă€č»˘é€ă€ĺ‰Šé™¤ă€ă‚˘ăĽă‚«ă‚¤ă–。"
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17525,9 +17717,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr "仕組ăż"
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17543,6 +17732,9 @@ msgstr "%{terms_link} ă«ĺŚć„Źă™ă‚‹"
msgid "I forgot my password"
msgstr "ă‘ă‚ąăŻăĽă‰ă‚’ĺżă‚Śăľă—ăź"
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17642,6 +17834,18 @@ msgstr "č­ĺĄĺ­"
msgid "Identities"
msgstr "ID"
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17666,9 +17870,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr "有効ă«č¨­ĺ®šă—ăźĺ ´ĺă€ĺ¤–é¨ă‚µăĽă“ă‚ąă‹ă‚‰ă—ă­ă‚¸ă‚§ă‚Żăă¸ă®ă‚˘ă‚Żă‚»ă‚ąăŚĺ†éˇžă©ă™ă«ă‚’使用ă—ă¦ĺ¶ĺľˇă•ă‚Śăľă™ă€‚"
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18266,6 +18467,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18368,6 +18572,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18443,6 +18650,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr "イăłă‚·ă‡ăłă管ç†ĺ¶é™"
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -18864,9 +19074,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -18879,9 +19086,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -18951,6 +19155,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -18969,9 +19176,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19008,6 +19212,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19017,6 +19224,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19077,7 +19287,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr "内é¨URL(ă‚Şă—ă‚·ă§ăł)"
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -20896,6 +21106,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21212,9 +21425,6 @@ msgstr "読ăżčľĽăżä¸­..."
msgid "Loading…"
msgstr "読ăżčľĽăżä¸­â€¦"
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr "ă­ăĽă‚«ă©ă‚¤ă‚ş"
@@ -21230,6 +21440,9 @@ msgstr "ă­ăă‚Ż"
msgid "Lock %{issuableDisplayName}"
msgstr "%{issuableDisplayName} ă‚’ă­ăă‚Ż"
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr "ăˇăłăăĽă‚·ăă—ă‚’LDAPĺŚćśźă«é™ĺ®š"
@@ -21266,6 +21479,39 @@ msgstr "ă­ăă‚ŻăŻă€ç‰ąĺ®šă®ă•ă‚ˇă‚¤ă«ă‚„ă•ă‚©ă«ă€ă‚’ă­ăă‚Żă™ă‚‹ć©ź
msgid "Locks the discussion."
msgstr " ă‡ă‚Łă‚ąă‚«ăă‚·ă§ăłă‚’ă­ăă‚Żă™ă‚‹."
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "ă‚ąăžăĽăă‚«ăĽă‰ă§ă­ă‚°ă‚¤ăłă™ă‚‹"
@@ -22040,6 +22286,12 @@ msgstr "ăžăĽă‚¸ăŞă‚Żă‚¨ă‚ąăă®äľťĺ­é–˘äż‚"
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22058,9 +22310,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr "ă‘イă—ă©ă‚¤ăłăŚć功ă—ăźă¨ăŤă«ăžăĽă‚¸"
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr "ă‚˝ăĽă‚ąă–ă©ăłăă¸ă®ă‚łăźăă"
@@ -22879,9 +23140,6 @@ msgstr "ćś"
msgid "More Information"
msgstr "č©łç´°"
-msgid "More Slack commands"
-msgstr "ăťă®ä»–ă®Slackă‚łăžăłă‰"
-
msgid "More actions"
msgstr "ăťă®ä»–ă®ć“Ťä˝ś"
@@ -22903,9 +23161,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr "%{default_branch} ă‹ă‚‰%{number_commits_distance} ă‚łăźăă以上異ăŞăŁă¦ă„ăľă™ă€‚"
@@ -23081,10 +23336,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23189,9 +23444,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23270,9 +23522,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23291,9 +23540,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23808,6 +24054,9 @@ msgstr "ăžă‚¤ă«ă‚ąăăĽăłăŞă—"
msgid "No milestones to show"
msgstr "表示ă™ă‚‹ăžă‚¤ă«ă‚ąăăĽăłăŚă‚ă‚Šăľă›ă‚“"
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr "ăťă®ä»–ă«ă€ăťă®ĺŤĺ‰ŤăľăźăŻčެćŽă®ă©ă™ă«ăŚă‚ă‚Šăľă›ă‚“"
@@ -23835,6 +24084,9 @@ msgstr "ăťă®ĺŤĺ‰ŤăľăźăŻăťă®čެćŽă‚’ă‚‚ăŁăźă€ĺ„Şĺ…ă©ă™ă«ăŻă‚ă‚Š
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -23901,8 +24153,8 @@ msgstr "脆弱性ăŻç™şč¦‹ă•ă‚Śăľă›ă‚“ă§ă—ăźă€‚"
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
-msgstr "ウェă–ă•ăă‚ŻăŚč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăźă€‚上č¨ă®ă•ă‚©ăĽă ă«ă‚¦ă‚§ă–ă•ăクを追加ă—ă¦ăŹă ă•ă„。"
+msgid "No webhooks enabled. Select trigger events above."
+msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
msgid_plural "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} days to renew your subscription."
@@ -24804,8 +25056,29 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
-msgstr "アウăăウăłă‰ăŞă‚Żă‚¨ă‚ąă"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
+msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
msgstr ""
@@ -25420,9 +25693,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25561,6 +25831,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25579,8 +25852,8 @@ msgstr "権é™"
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
-msgstr "ă‘ăĽăźăă‚·ă§ăłă€LFSă€2FA"
+msgid "Permissions and group features"
+msgstr ""
msgid "Personal Access Token"
msgstr "個人ă®ă‚˘ă‚Żă‚»ă‚ąăăĽă‚Żăł"
@@ -25846,9 +26119,6 @@ msgstr "ă‘イă—ă©ă‚¤ăł"
msgid "Pipelines charts"
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} ă®ă‘イă—ă©ă‚¤ăłč¨­ĺ®šă‚’正常ă«ć›´ć–°ă—ăľă—ăźă€‚"
@@ -25861,6 +26131,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr "信頼ă®ă‚ă‚‹ă“ă«ă‰"
@@ -25873,8 +26146,8 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
-msgstr "ĺ­ă‘イă—ă©ă‚¤ăł"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
+msgstr ""
msgid "Pipelines|Clear runner caches"
msgstr ""
@@ -26038,11 +26311,29 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
-msgstr "親"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
+msgstr ""
msgid "Pipeline|Actions"
msgstr ""
@@ -26224,6 +26515,9 @@ msgstr ""
msgid "Plan:"
msgstr "ă—ă©ăł:"
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr "PlantUML"
@@ -26239,6 +26533,12 @@ msgstr "ă™ăąă¦ă®ăžă‹ăĄă‚˘ă«ă‚¸ă§ă–を実行"
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr "ă‚łăˇăłăă™ă‚‹ă«ăŻ %{link_to_register} ăľăźăŻ %{link_to_sign_in} ă‚’ă—ă¦ăŹă ă•ă„"
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr "返信ă™ă‚‹ă«ăŻ %{startTagRegister}登録%{endRegisterTag} ăľăźăŻ %{startTagSignIn}サイăłă‚¤ăł%{endSignInTag} ă—ă¦ăŹă ă•ă„"
@@ -26593,6 +26893,9 @@ msgstr "時間設定"
msgid "Preferences|Use relative times"
msgstr "相対時間を使用"
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -26818,6 +27121,9 @@ msgstr "アăă‚żăĽă‚Żă­ăă‘ăĽ"
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr "アăă‚żăĽă‚’削除ă—ăľă™ă€‚ă‚ă‚Ťă—ă„ă§ă™ă‹ďĽź"
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr "BIO"
@@ -26842,9 +27148,6 @@ 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 "ă‚łăźăăăˇăĽă«"
@@ -27022,6 +27325,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr "アăă‚żăĽă‚’削除"
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr "ć–°ă—ă„ă—ă­ă•ă‚ŁăĽă«ç”»ĺŹă‚’設定ă™ă‚‹"
@@ -27067,9 +27373,6 @@ msgstr "2č¦ç´ čŞŤč¨Ľ"
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr "確認ă®ăźă‚ %{confirmationValue} を入力ă—ă¦ăŹă ă•ă„:"
-msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
-msgstr "典型的ă«ăŻ \"ssh-ed25519 …\"ăľăźăŻ \"ssh-rsa …\"ă§ĺ§‹ăľă‚Šăľă™"
-
msgid "Profiles|Update profile settings"
msgstr "ă—ă­ă•ă‚ˇă‚¤ă«č¨­ĺ®šă‚’ć›´ć–°"
@@ -27592,11 +27895,14 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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|Choose your merge method, options, checks, and squash options."
+msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
msgstr ""
@@ -27673,6 +27979,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr "内é¨"
@@ -27718,6 +28030,9 @@ msgstr "ăžăĽă‚¸ăŞă‚Żă‚¨ă‚ąă"
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr "ăžăĽă‚¸ćŹćˇ"
@@ -27844,9 +28159,6 @@ msgstr "ă“ă®č¨­ĺ®šăŻă‚µăĽăăĽă¬ă™ă«ă§é©ç”¨ă•ă‚Śă¦ă„ăľă™ăŚă€ă“
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr "ă“ă®č¨­ĺ®šăŻă€ç®ˇç†č€…ăŚä¸Šć›¸ăŤă—ăŞă„ĺ ´ĺă€ă™ăąă¦ă®ă—ă­ă‚¸ă‚§ă‚Żăă«é©ç”¨ă•ă‚Śăľă™ă€‚"
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -27868,7 +28180,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -27886,7 +28198,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28648,9 +28960,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr "公開ă‡ă—ă­ă‚¤ă‚­ăĽ (%{deploy_keys_count})"
-
msgid "Public pipelines"
msgstr "公開ă‘イă—ă©ă‚¤ăł"
@@ -28684,7 +28993,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -28930,6 +29239,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -28999,6 +29314,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr "ă—ă­ă‚¸ă‚§ă‚Żăă®ĺ…¬é–‹çŻ„囲を狭ă‚ă‚‹"
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr "ă“ă®ă—ă­ă‚¸ă‚§ă‚Żăă®ĺ…¬é–‹çŻ„囲を狭ă‚ăľă™ă‹?"
@@ -29072,7 +29390,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29609,6 +29927,10 @@ msgid "Reports|Accessibility scanning detected %d issue for the source branch on
msgid_plural "Reports|Accessibility scanning detected %d issues for the source branch only"
msgstr[0] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -29833,6 +30155,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr "ăŞăťă‚¸ăăŞă®ă‚ąăă¬ăĽă‚¸"
@@ -29908,9 +30233,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -29929,6 +30251,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr "č¦ä»¶ă® %{reference} ăŚčż˝ĺŠ ă•ă‚Śăľă—ăź"
@@ -30054,9 +30379,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr "%{name} ă«ă‚ăŁă¦č§Łć±ş"
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr "IPアă‰ă¬ă‚ąă‚’一度解決ă—ă¦ă€ăťă‚Śă‚’使ăŁă¦ăŞă‚Żă‚¨ă‚ąăă‚’é€äżˇă—ăľă™"
-
msgid "Response"
msgstr "ă¬ă‚ąăťăłă‚ą"
@@ -30123,7 +30445,7 @@ msgstr "再開"
msgid "Resync"
msgstr "再ĺŚćśź"
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30221,15 +30543,15 @@ msgstr "失効"
msgid "Revoked"
msgstr ""
+msgid "Revoked access token %{access_token_name}!"
+msgstr ""
+
msgid "Revoked impersonation token %{token_name}!"
msgstr "代ç†ăăĽă‚Żăł %{token_name} を無効ă«ă—ăľă—ăźă€‚"
msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr "ă‘ăĽă‚˝ăŠă«ă‚˘ă‚Żă‚»ă‚ąăăĽă‚Żăłă® %{personal_access_token_name} を無効ă«ă—ăľă—ăźă€‚"
-msgid "Revoked project access token %{project_access_token_name}!"
-msgstr "ă—ă­ă‚¸ă‚§ă‚Żăă®ă‚˘ă‚Żă‚»ă‚ąăăĽă‚Żăł %{project_access_token_name} を無効ă«ă—ăľă—ăźă€‚"
-
msgid "RightSidebar|Copy email address"
msgstr ""
@@ -30248,6 +30570,9 @@ msgstr ""
msgid "Roadmap"
msgstr "ă­ăĽă‰ăžăă—"
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr "役割"
@@ -30335,6 +30660,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30347,9 +30675,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30368,6 +30702,9 @@ msgstr ""
msgid "Runners|Description"
msgstr "説ćŽ"
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30383,9 +30720,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30434,10 +30768,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30473,6 +30810,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30512,16 +30852,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30533,6 +30873,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30548,9 +30891,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30704,9 +31044,6 @@ msgstr "SSL ă®ć¤śč¨Ľ:"
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -30833,9 +31170,6 @@ msgstr "検索"
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr "ă‚°ă«ăĽă—ă®ć¤śç´˘"
@@ -31126,7 +31460,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31258,6 +31592,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31312,6 +31649,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31330,21 +31670,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31354,12 +31703,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31387,6 +31745,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31402,12 +31766,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31417,6 +31829,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr "%{firstProject} 㨠%{secondProject}"
@@ -31738,9 +32153,6 @@ msgstr "アăĽă‚«ă‚¤ă–ă®ă•ă‚©ăĽăžăăă‚’é¸ćŠž"
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr "SlackăăĽă ă¨ăŞăłă‚Żă™ă‚‹ GitLab ă®ă—ă­ă‚¸ă‚§ă‚Żăă‚’é¸ćŠžă—ăľă™"
-
msgid "Select Page"
msgstr "ăšăĽă‚¸ă‚’変更"
@@ -32128,8 +32540,8 @@ msgstr "サăĽă“ă‚ąă‡ă‚ąă‚Ż"
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
-msgstr "サăĽă“ă‚ą URL"
+msgid "Service Usage Data"
+msgstr ""
msgid "Service account generated successfully"
msgstr ""
@@ -32137,6 +32549,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32146,18 +32561,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32296,7 +32705,7 @@ msgstr "CI/CD を設定"
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32468,9 +32877,6 @@ msgstr "ă‘イă—ă©ă‚¤ăłĺ®źčˇŚć™‚é–“ă‚’ăŞă‚»ăă"
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr "使用ć¸ăżă®ă‘イă—ă©ă‚¤ăłĺ®źčˇŚć™‚é–“ă‚’ăŞă‚»ăăă™ă‚‹"
-msgid "Sherlock Transactions"
-msgstr "ă‚·ăŁăĽă­ăă‚Żăă©ăłă‚¶ă‚Żă‚·ă§ăł"
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32510,6 +32916,9 @@ msgstr "ă™ăąă¦ă®ă‚˘ă‚Żă†ă‚Łă“ă†ă‚Łă‚’表示"
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32522,6 +32931,9 @@ msgstr "アăĽă‚«ă‚¤ă–ă—ăźă—ă­ă‚¸ă‚§ă‚Żăを表示"
msgid "Show archived projects only"
msgstr "アăĽă‚«ă‚¤ă–ă—ăźă—ă­ă‚¸ă‚§ă‚Żăă®ăżă‚’表示"
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr "ă‚łăžăłă‰ă‚’表示"
@@ -32534,9 +32946,6 @@ msgstr ""
msgid "Show comments only"
msgstr "ă‚łăˇăłăă®ăżčˇ¨ç¤ş"
-msgid "Show commit description"
-msgstr "ă‚łăźăăă®čެćŽă‚’表示"
-
msgid "Show complete raw log"
msgstr "完全ăŞç”źă­ă‚°ă‚’表示ă™ă‚‹"
@@ -32561,6 +32970,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32599,7 +33011,7 @@ msgstr "ă™ăąă¦ă®ă‚¤ă‚·ăĄăĽă‚’表示"
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32692,6 +33104,9 @@ msgstr "ă­ă‚°ă‚˘ă‚¦ă&登録"
msgid "Sign up"
msgstr "サイăłă‚˘ăă—"
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr "登録ăŻć功ă—ăľă—ăźďĽ ăˇăĽă«ă‚˘ă‰ă¬ă‚ąă‚’確認ă—ă¦ă‚µă‚¤ăłă‚¤ăłă—ă¦ăŹă ă•ă„。"
@@ -32794,9 +33209,33 @@ msgstr "Slack アă—ăŞă‚±ăĽă‚·ă§ăł"
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr "Slackçµ±ĺă§ăŻă€Slackă®ăăŁăăウィăłă‰ă‚¦ă‹ă‚‰ slash ă‚łăžăłă‰ă‚’介ă—㦠GitLab ă¨ă‚„ă‚Šă¨ă‚Šă§ăŤăľă™ă€‚"
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33103,9 +33542,6 @@ 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 "検索条件ă«ä¸€č‡´ă™ă‚‹ă—ă­ă‚¸ă‚§ă‚ŻăăŻč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăźă€‚"
@@ -33169,9 +33605,6 @@ msgstr "最後ă«ĺŹ‚加ă—ăźé †"
msgid "SortOptions|Last created"
msgstr "最新作ćé †"
-msgid "SortOptions|Last updated"
-msgstr "最終更新日時"
-
msgid "SortOptions|Least popular"
msgstr "äşşć°—é †"
@@ -33505,6 +33938,9 @@ msgstr "ăžăĽă‚¸ăă¬ă‚¤ăłă‚’開始"
msgid "Start merge train when pipeline succeeds"
msgstr "ă‘イă—ă©ă‚¤ăłăŚć功ă—ăźă¨ăŤă«ăžăĽă‚¸ăă¬ă‚¤ăłă‚’開始"
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr "検索開始"
@@ -33547,6 +33983,9 @@ msgstr ""
msgid "State your message to activate"
msgstr "ăˇăă‚»ăĽă‚¸ă‚’有効ă«ă™ă‚‹"
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -33889,6 +34328,9 @@ msgstr "購読中"
msgid "Subscribed to this %{quick_action_target}."
msgstr "ă“ă® %{quick_action_target} を購読ă—ăľă—ăźă€‚"
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr "ă“ă® %{quick_action_target} を購読ă—ăľă™ă€‚"
@@ -33919,6 +34361,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -33997,9 +34460,6 @@ msgstr "試用終了日"
msgid "SubscriptionTable|Trial start date"
msgstr "試用開始日"
-msgid "SubscriptionTable|Upgrade"
-msgstr "アăă—ă‚°ă¬ăĽă‰"
-
msgid "SubscriptionTable|Usage"
msgstr "使用方法"
@@ -34168,9 +34628,6 @@ msgstr ""
msgid "Sunday"
msgstr "日曜日"
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34195,6 +34652,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34234,6 +34694,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34288,6 +34751,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34300,6 +34766,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr "サăťăĽă"
@@ -34543,6 +35018,9 @@ msgstr "ă‚żăĽă‚˛ăăă–ă©ăłă"
msgid "Target-Branch"
msgstr "ă‚żăĽă‚˛ăăă–ă©ăłă"
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34615,6 +35093,9 @@ msgstr "ĺ©ç”¨č¦Źç´„ă¨ă—ă©ă‚¤ăă‚·ăĽăťăŞă‚·ăĽ"
msgid "Terms of Service and Privacy Policy"
msgstr "ĺ©ç”¨č¦Źç´„ă¨ă—ă©ă‚¤ăă‚·ăĽăťăŞă‚·ăĽ"
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34781,6 +35262,9 @@ msgstr "ă†ă‚ąă"
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "ă†ă‚ąăă‚«ăă¬ăジ解ćž"
@@ -34951,9 +35435,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr "ă“ă® %{group_path} ă‚°ă«ăĽă—ă§ă€ă‚ăŞăźăŻă‚·ăłă‚°ă«ă‚µă‚¤ăłă‚Şăłă‚˘ă‚«ă‚¦ăłăă§ă‚µă‚¤ăłă‚¤ăłă§ăŤăľă™ă€‚"
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -34991,12 +35472,6 @@ msgstr "PrometheusサăĽăăĽăŻă€Ść‚Şă„ăŞă‚Żă‚¨ă‚ąă」ă¨ĺżśç­”ă—ăľă—ă
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35006,9 +35481,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 経由ă§ă‚˘ă‚Żă‚»ă‚ąă™ă‚‹ă¨ăŤă«ă‚µăĽă証ćŽć›¸ă®ć¤śč¨ĽăŚčˇŚă‚Źă‚Śăľă™ă€‚"
-
msgid "The application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr "ă‚Żă©ă‚¤ă‚˘ăłăă‚·ăĽă‚Żă¬ăăを非公開ă«ă§ăŤă‚‹ĺ ´ć‰€ă§ă‚˘ă—ăŞă‚±ăĽă‚·ă§ăłă‚’使用ă—ăľă™ă€‚ăŤă‚¤ă†ă‚Łă–ă˘ăイă«ă‚˘ă—ăŞă¨ă‚·ăłă‚°ă«ăšăĽă‚¸ă‚˘ă—ăŞăŻéťžĺ…¬é–‹ă¨ăŻăżăŞă—ăľă›ă‚“。"
@@ -35042,7 +35514,7 @@ 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 contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35208,6 +35680,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35283,9 +35758,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr "親エă”ăă‚ŻăŻéťžĺ…¬é–‹ă§ă€éťžĺ…¬é–‹ă®ă‚¨ă”ăă‚Żă¨ă‚¤ă‚·ăĄăĽă ă‘ă‚’ĺ«ă‚ă‚‹ă“ă¨ăŚă§ăŤăľă™"
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr "ç§ĺŻ†éŤµă®ĺľ©ĺŹ·ă«ĺż…č¦ă¨ăŞă‚‹ă‘ă‚ąă•ă¬ăĽă‚şă€‚ă“ă‚ŚăŻă‚Şă—ă‚·ă§ăłă§ă€ĺ€¤ăŻćš—号化ă—ă¦äżťĺ­ă•ă‚Śăľă™ă€‚"
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35301,9 +35773,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr "ă‚Żă©ă‚¤ă‚˘ăłă証ćŽć›¸ăŚćŹäľ›ă•ă‚Śă‚‹ă¨ăŤă«ä˝żç”¨ă™ă‚‹ç§ĺŻ†éŤµă€‚ă“ă®ĺ€¤ăŻćš—号化ă—ă¦äżťĺ­ă•ă‚Śăľă™ă€‚"
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35673,7 +36142,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35724,7 +36193,7 @@ msgstr "ă¦ăĽă‚¶ăĽă®ă‘イă—ă©ă‚¤ăłć™‚é–“ă®ăŞă‚»ăă中ă«ă‚¨ă©ăĽăŚ
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -35808,9 +36277,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr "ă“ă® %{issuableDisplayName} ăŻă­ăă‚Żă•ă‚Śă¦ă„ăľă™ă€‚ă—ă­ă‚¸ă‚§ă‚Żăăˇăłă㼠ă ă‘ăŚă‚łăˇăłăă§ăŤăľă™ă€‚"
@@ -35934,6 +36400,9 @@ msgstr "ă“ă®ă‚łăźăăăŻ%{strong_open}検証ă•ă‚Śă¦ă„ăŞă„%{strong_clos
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr "ă“ă®ĺ†…容ăŻčˇ¨ç¤şă§ăŤăľă›ă‚“ă§ă—ăźă€‚ç†ç”±ăŻ %{reason} ă§ă™ă€‚代わり㫠%{options} ăŚä˝żç”¨ă§ăŤăľă™ă€‚"
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -35973,9 +36442,6 @@ msgstr "ă“ă®ă‚¨ă”ăă‚Żă«ăŻă€ć—˘ă«ćś€ĺ¤§ć•°ă®ĺ­ă‚¨ă”ăă‚ŻăŚă‚ă‚Šăľ
msgid "This epic does not exist or you don't have sufficient permission."
msgstr "ă“ă®ă‚¨ă”ăă‚ŻăŻĺ­ĺś¨ă—ăŞă„ă‹ă€ă‚ăŞăźă«ĺŤĺ†ăŞć¨©é™ăŚă‚ă‚Šăľă›ă‚“。"
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36015,9 +36481,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36237,6 +36709,9 @@ msgstr ""
msgid "This project"
msgstr "ă—ă­ă‚¸ă‚§ă‚Żă"
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36258,6 +36733,9 @@ msgstr "ă“ă®ă—ă­ă‚¸ă‚§ă‚ŻăăŻă‚˘ăĽă‚«ă‚¤ă–ă•ă‚Śă¦ăŠă‚Šă€ă‚łăˇăłă
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36297,6 +36775,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr "ă“ă®č¨­ĺ®šăŻă€ĺ„ă—ă­ă‚¸ă‚§ă‚Żăă§ä¸Šć›¸ăŤă§ăŤăľă™ă€‚"
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr "ă“ă®ă‚µă–ă‚ąă‚ŻăŞă—ă‚·ă§ăłăŻ"
@@ -36525,9 +37006,6 @@ msgstr "直前ă®ă‚łăźăăă‹ă‚‰ăžăĽă‚¸ăľă§ă®ć™‚é–“"
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36773,9 +37251,6 @@ msgstr "ă“ă®ă‰ăˇă‚¤ăłă«ă‚˘ă‚Żă‚»ă‚ąă™ă‚‹ă«ăŻă€ć–°ă—ă„DNSă¬ă‚łăĽă‰
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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}ă®ă©ăˇă‚‰ă‹ăŚĺż…č¦ă§ă™ă€‚"
-
msgid "To add the entry manually, provide the following details to the application on your phone."
msgstr "エăłăăŞăĽă‚’手動ă§čż˝ĺŠ ă™ă‚‹ă«ăŻă€ă‚ąăžăĽăă•ă‚©ăłă®ă‚˘ă—ăŞă‚±ăĽă‚·ă§ăłă«ć¬ˇă®č©łç´°ă‚’入力ă—ă¦ăŹă ă•ă„"
@@ -36917,9 +37392,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -36935,9 +37407,6 @@ 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 "To-Do ăŞă‚ąă"
@@ -37145,9 +37614,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr "クイăクアクシă§ăłă§ä˝śćĄ­ć™‚é–“ă‚’č¨éŚ˛"
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37257,6 +37723,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37272,15 +37741,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37347,6 +37810,12 @@ msgstr "ăăŞă‚¬ăĽăŻć­Łĺ¸¸ă«ć›´ć–°ă•ă‚Śăľă—ăźă€‚"
msgid "Triggerer"
msgstr "ăăŞă‚¬ăĽ"
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr "ăă¬ăĽă‚·ăłă‚°ă§ă‚˘ă—ăŞă‚±ăĽă‚·ă§ăłă‚’ăă©ă–ă«ă‚·ăĄăĽă†ă‚Łăłă‚°ăŠă‚ăłç›Łč¦–ă™ă‚‹"
@@ -37866,6 +38335,9 @@ msgstr "ć›´ć–°ă—ăľă—ăź"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "%{updated_by} ă«ă‚ăŁă¦%{updated_at} ă«ć›´ć–°"
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -37887,6 +38359,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr "CSVă•ă‚ˇă‚¤ă«ă®ă‚˘ăă—ă­ăĽă‰"
@@ -38322,6 +38797,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -38853,6 +39331,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr "文書ă®čˇ¨ç¤ş"
@@ -38997,6 +39487,9 @@ msgstr[0] ""
msgid "View replaced file @ "
msgstr "変更後ă•ă‚ˇă‚¤ă«ă‚’表示 @ "
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39222,6 +39715,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39264,6 +39760,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39282,6 +39781,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr "č­ĺĄĺ­"
@@ -39291,6 +39796,9 @@ msgstr "イăˇăĽă‚¸"
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr "ăŞăłă‚Ż"
@@ -39303,6 +39811,9 @@ msgstr "ĺŤĺ‰Ťç©şé–“"
msgid "Vulnerability|Project"
msgstr "ă—ă­ă‚¸ă‚§ă‚Żă"
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39315,6 +39826,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr "ă‚ąă‚­ăŁăŠăĽă—ă­ăイă€ăĽ"
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39339,9 +39853,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39522,6 +40045,48 @@ msgstr "Webhooks"
msgid "Webhooks Help"
msgstr ""
+msgid "Webhooks|A comment is added to a confidential issue."
+msgstr ""
+
+msgid "Webhooks|A comment is added to an issue."
+msgstr ""
+
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
+msgstr ""
+
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
+msgstr ""
+
+msgid "Webhooks|A feature flag is turned on or off."
+msgstr ""
+
+msgid "Webhooks|A group member is created, updated, or removed."
+msgstr ""
+
+msgid "Webhooks|A job's status changes."
+msgstr ""
+
+msgid "Webhooks|A merge request is created, updated, or merged."
+msgstr ""
+
+msgid "Webhooks|A new tag is pushed to the repository."
+msgstr ""
+
+msgid "Webhooks|A pipeline's status changes."
+msgstr ""
+
+msgid "Webhooks|A release is created or updated."
+msgstr ""
+
+msgid "Webhooks|A subgroup is created or removed."
+msgstr ""
+
+msgid "Webhooks|A wiki page is created or updated."
+msgstr ""
+
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
+msgstr ""
+
msgid "Webhooks|Comments"
msgstr "ă‚łăˇăłă"
@@ -39564,6 +40129,9 @@ msgstr "ă‘イă—ă©ă‚¤ăłă‚¤ă™ăłă"
msgid "Webhooks|Push events"
msgstr "ă—ăă‚·ăĄă‚¤ă™ăłă"
+msgid "Webhooks|Push to the repository."
+msgstr ""
+
msgid "Webhooks|Releases events"
msgstr ""
@@ -39594,55 +40162,10 @@ msgstr "ăăŞă‚¬ăĽ"
msgid "Webhooks|URL"
msgstr "URL"
-msgid "Webhooks|URL is triggered by a push to the repository"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a release is created or updated"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when someone adds a comment"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when the job status changes"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when the pipeline status changes"
-msgstr ""
-
-msgid "Webhooks|URL must be percent-encoded if neccessary."
-msgstr ""
-
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39750,11 +40273,11 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
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 ă‚’ç©şç™˝ă®ăľăľă«ă™ă‚‹ă¨ă€ă—ă­ă‚¸ă‚§ă‚Żăé–“ă®ć©źč˝ă‚’無効ă«ă—ăźă‚Šă€ĺ¤–é¨čŞŤč¨Ľăェăクを実行ă—ăźă‚Šă›ăšă«ĺ†éˇžă©ă™ă«ă‚’指定ă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚"
+msgid "When inactive, an external authentication provider must be used."
+msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
msgstr ""
@@ -40060,7 +40583,13 @@ msgstr "作業中ďĽă‚ŞăĽă—ăłă‹ă¤ćśŞĺ‰˛ă‚Šĺ˝“ă¦ďĽ‰"
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40162,6 +40691,9 @@ msgstr ""
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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40195,6 +40727,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr "ă“ă®ć“Ťä˝śă‚’実行ă™ă‚‹ć¨©é™ă‚’ă‚‚ăŁă¦ă„ăľă›ă‚“。"
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40243,6 +40778,9 @@ msgstr "%{lint_link_start}CI Lint%{lint_link_end}㧠%{gitlab_ci_yml} ă‚’ă†ă‚ąă
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "以下ă®ć‰‹é †ă«ăťăŁă¦ă€ă‚ăŞăźă®ă‚łăłă”ăĄăĽă‚żăĽä¸Šă®ć—˘ĺ­ă®ă•ă‚ˇă‚¤ă«ă‚’アăă—ă­ăĽă‰ă§ăŤăľă™ă€‚"
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40288,6 +40826,9 @@ msgstr "ă“れらă®ă‚°ă«ăĽă—ă¸ă®ĺŹ‚加をăŞă‚Żă‚¨ă‚ąăă™ă‚‹ă“ă¨ă§ă€
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40423,6 +40964,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr "ă‚ăŞăźăŻă“ă® %{namespaceType} を離れる許可を得ă¦ă„ăľă›ă‚“。"
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr "Web ă‚żăĽăźăŠă«ă‚’実行ă™ă‚‹ć¨©é™ăŚă‚ă‚Šăľă›ă‚“。ă—ă­ă‚¸ă‚§ă‚Żă管ç†č€…ă«é€Łçµˇă—ă¦ăŹă ă•ă„。"
@@ -40514,6 +41058,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40553,7 +41100,7 @@ msgstr "ă—ă­ă‚¸ă‚§ă‚Żăć•°ă®ä¸Šé™ă«é”ă—ă¦ă„ăľă™"
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40568,6 +41115,9 @@ msgstr "ă‚ăŞăźăŻ \"%{membershipable_human_name}\"%{source_type} を残ă—ăľ
msgid "You may close the milestone now."
msgstr "ăžă‚¤ă«ă‚ąăăĽăłă‚’終了ă§ăŤăľă™ă€‚"
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -40949,8 +41499,8 @@ msgstr "ĺŤĺ‰Ť"
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
-msgstr "ć–°ă—ă„ SCIM ăăĽă‚Żăł"
+msgid "Your new access token has been created."
+msgstr ""
msgid "Your new comment"
msgstr ""
@@ -40958,9 +41508,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr "ć–°ă—ă„ă‘ăĽă‚˝ăŠă«ă‚˘ă‚Żă‚»ă‚ąăăĽă‚ŻăłăŚä˝śćă•ă‚Śăľă—ăźă€‚"
-msgid "Your new project 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 "ă“ă®ăšăĽă‚¸ă‚’表示ă™ă‚‹ă«ăŻă‘ă‚ąăŻăĽă‰ăŻĺż…č¦ă‚ă‚Šăľă›ă‚“。ă‘ă‚ąăŻăĽă‰ă‚„ăťă®ä»–ă®ĺ€‹äşşć…報をč¦ć±‚ă•ă‚Śăźĺ ´ĺăŻă€ç®ˇç†č€…ă«é€Łçµˇă—ă¦ä¸Ťć­Łĺ©ç”¨ă‚’報告ă—ă¦ăŹă ă•ă„。"
@@ -41027,6 +41574,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr "サă–ă‚ąă‚ŻăŞă—ă‚·ă§ăłă®ćś‰ĺŠąćśźé™ăŚĺ‡ă‚Śăľă—ăźďĽ"
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41155,6 +41705,10 @@ msgstr "ăžăĽă‚¸ăŞă‚Żă‚¨ă‚ąăă®ć‰żčŞŤč€…ăŻă™ă§ă«ĺ­ĺś¨ă—ăľă™"
msgid "any-approver for the project already exists"
msgstr "ă—ă­ă‚¸ă‚§ă‚Żăă®ć‰żčŞŤč€…ăŻă™ă§ă«ĺ­ĺś¨ă—ăľă™"
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+
msgid "approved by: "
msgstr ""
@@ -41237,6 +41791,9 @@ msgstr "個人用ă—ă­ă‚¸ă‚§ă‚Żăă«ă‚łăłă†ăŠă¬ă‚¸ă‚ąăăŞă‚żă‚°ăŚă‚ă‚‹
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41606,6 +42163,9 @@ msgstr "ă‚łăźăăć¸ăż"
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41633,12 +42193,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41764,6 +42318,9 @@ msgstr "失敗ă—ăľă—ăź"
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr "関連ä»ă‘られăźć¤śĺ‡şçµćžśă‚’破棄ă§ăŤăľă›ă‚“ă§ă—ăź(id =%{finding_id}): %{message}"
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -41808,6 +42365,12 @@ msgstr ""
msgid "group"
msgstr "ă‚°ă«ăĽă—"
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -41923,6 +42486,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr "ăŻč¨±ĺŹŻă•ă‚Śă¦ă„ăľă›ă‚“。現在ă€ă—ă­ă‚¸ă‚§ă‚Żăă¬ă™ă«ă®ă‚¤ă†ă¬ăĽă‚·ă§ăłăŻă‚µăťăĽăă•ă‚Śă¦ă„ăľă›ă‚“。"
@@ -42019,9 +42585,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "%{path_lock_user_name} ă«ă‚ăŁă¦ %{created_at} ă«ă­ăă‚Żă•ă‚Śă¦ă„ăľă™ă€‚"
-msgid "log in"
-msgstr "ă­ă‚°ă‚¤ăł"
-
msgid "manual"
msgstr "ăžă‹ăĄă‚˘ă«"
@@ -42062,9 +42625,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr "ă–ă©ăłăă‚’ĺľ©ĺ…ă™ă‚‹ă‹ă€ĺĄă® %{missingBranchName} ă–ă©ăłăを使用ă—ă¦ăŹă ă•ă„"
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42186,8 +42746,8 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
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} ă–ă©ăłăăŚă­ăĽă‚«ă«ăŞăťă‚¸ăăŞă«ĺ­ĺś¨ă™ă‚‹ĺ ´ĺăŻă€ă‚łăžăłă‰ă©ă‚¤ăłă‚’使用ă—ă¦ă“ă®ăžăĽă‚¸ăŞă‚Żă‚¨ă‚ąăを手動ă§ăžăĽă‚¸ă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
+msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
@@ -42232,6 +42792,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr "ăžăĽă‚¸ă«ĺ¤±ć•—ă—ăľă—ăźă€‚"
@@ -42286,6 +42849,9 @@ msgstr "Web IDE ă§é–‹ăŹ"
msgid "mrWidget|Plain diff"
msgstr "ă†ă‚­ă‚ąăĺ·®ĺ†"
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr "自動ăžăĽă‚¸ă®ćş–ĺ‚™ăŚă§ăŤăľă—ăźă€‚ă“ă®ăŞă‚Żă‚¨ă‚ąăă‚’ăžăĽă‚¸ă™ă‚‹ă«ăŻă€ă“ă®ăŞăťă‚¸ăăŞă¸ă®ć›¸ăŤčľĽăżć¨©é™ă‚’ćŚă¤äşşă«äľťé Ľă—ăľă™"
@@ -42331,6 +42897,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr "ă“ă®ĺ¤‰ć›´ăŻć¬ˇă®ă–ă©ăłăă«ăžăĽă‚¸ă•ă‚Śăľă—ăź"
@@ -42340,9 +42909,6 @@ msgstr "ă“ă®ĺ¤‰ć›´ăŻć¬ˇă®ă–ă©ăłăă«ăžăĽă‚¸ă•ă‚Śăľă›ă‚“ă§ă—ăź"
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr "ă“ă®ă‚˝ăĽă‚ąă–ă©ăłăăŻĺ‰Šé™¤ă•ă‚Śăľă—ăź"
@@ -42379,9 +42945,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr "ă‘ă‚ąăŻăĽă‰"
-msgid "mrWidget|branch does not exist."
-msgstr "ă–ă©ăłăăŚĺ­ĺś¨ă—ăľă›ă‚“。"
-
msgid "mrWidget|into"
msgstr "→"
@@ -42657,9 +43220,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr "ăŞă‚»ăăă—ăľă™ă€‚"
-
msgid "satisfied"
msgstr ""
@@ -42840,9 +43400,6 @@ msgstr "ă¦ăĽă‚¶ăĽă®ă‚˘ăă‚żăĽ"
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr "ă¦ăĽă‚¶ăĽĺŤ"
diff --git a/locale/ka_GE/gitlab.po b/locale/ka_GE/gitlab.po
index df58416397a..cd051bceb14 100644
--- a/locale/ka_GE/gitlab.po
+++ b/locale/ka_GE/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: ka\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:23\n"
+"PO-Revision-Date: 2022-02-02 15:46\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/kab/gitlab.po b/locale/kab/gitlab.po
index f650053d008..0916e772d41 100644
--- a/locale/kab/gitlab.po
+++ b/locale/kab/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: kab\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:25\n"
+"PO-Revision-Date: 2022-02-02 15:49\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/ko/gitlab.po b/locale/ko/gitlab.po
index 0e77ef6cc52..cf64ff655a3 100644
--- a/locale/ko/gitlab.po
+++ b/locale/ko/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: ko\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:23\n"
+"PO-Revision-Date: 2022-02-02 15:46\n"
msgid " %{start} to %{end}"
msgstr " %{start}부터 %{end}까지"
@@ -82,7 +82,7 @@ msgstr[0] "%dę±´ěť ę˛˝ęł "
msgid "%d Alert:"
msgid_plural "%d Alerts:"
-msgstr[0] ""
+msgstr[0] "%dę±´ěť ę˛˝ęł :"
msgid "%d Approval"
msgid_plural "%d Approvals"
@@ -108,6 +108,22 @@ msgid "%d URL scanned"
msgid_plural "%d URLs scanned"
msgstr[0] "%dę°śěť URL 검사ë¨"
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%dëŞ…ěť ěŠąěť¸ěž"
@@ -390,6 +406,12 @@ msgid "%{bold_start}%{count}%{bold_end} opened merge request"
msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -440,7 +462,7 @@ msgid_plural "%{count} items"
msgstr[0] "%{count}ę°śěť í•­ëŞ©"
msgid "%{count} items per page"
-msgstr ""
+msgstr "íŽěť´ě§€ ë‹ą %{count}ę°śěť ě•„ěť´í…ś"
msgid "%{count} more"
msgstr "%{count} 개 더보기"
@@ -549,6 +571,9 @@ msgstr "%{group_name} 활동"
msgid "%{group_name} group members"
msgstr "%{group_name} 그룹 회ě›"
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
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}은 그룹 관리 ęł„ě •ěť„ 사용 í•©ë‹ë‹¤. %{group_name}를 관리 í•  ě GitLab ęł„ě •ěť„ 만들어야 í•©ë‹ë‹¤."
@@ -645,6 +670,9 @@ msgstr "%{group_level_name} 그룹ě—는 %{level_name} ěť´ í—ěš©ë지 않습ë‹
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "Forkí•ś ě›ëł¸ 프로젝트가 더 낮은 공개 ě준으로 설정ëě–´ ěžěśĽëŻ€ëˇś %{level_name} ě준이 í—ěš©ë지 않습ë‹ë‹¤."
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr "ě—­í• ě— ëŚ€í•´ %{link_start}ěžě„¸íž 알아보기%{link_end}."
@@ -654,6 +682,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -676,13 +707,13 @@ msgid "%{message} showing first %{warnings_displayed}"
msgstr "%{message} 첫 ë˛ě§¸ %{warnings_displayed} 보기"
msgid "%{milestone} (expired)"
-msgstr ""
+msgstr "%{milestone} (만료ë¨)"
msgid "%{milliseconds}ms"
msgstr ""
msgid "%{model_name} not found"
-msgstr ""
+msgstr "%{model_name} ě°ľěť„ ě 없음"
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, ěť´ ěť´ěŠëŠ” ěžëŹ™ěśĽëˇś í´ëˇśě¦ ë©ë‹ë‹¤."
@@ -731,10 +762,10 @@ msgid "%{number_commits_behind} commits behind %{default_branch}, %{number_commi
msgstr "%{default_branch} 로부터 %{number_commits_behind} commits behind, %{number_commits_ahead} commits ahead"
msgid "%{oneMonthAgo} - %{today}"
-msgstr ""
+msgstr "%{oneMonthAgo} - %{today}"
msgid "%{oneWeekAgo} - %{today}"
-msgstr ""
+msgstr "%{oneWeekAgo} - %{today}"
msgid "%{oneYearAgo} - %{today}"
msgstr ""
@@ -758,14 +789,11 @@ msgid "%{placeholder} is not a valid color scheme"
msgstr ""
msgid "%{placeholder} is not a valid theme"
-msgstr ""
+msgstr "%{placeholder}(은)는 유효한 í…Śë§ę°€ ě•„ë‹™ë‹ë‹¤."
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary}(%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -777,7 +805,7 @@ msgid_plural "%{releases} releases"
msgstr[0] "%{releases} 릴리ě¦"
msgid "%{remaining_approvals} left"
-msgstr ""
+msgstr "%{remaining_approvals} 남음"
msgid "%{reportType} %{status}"
msgstr "%{reportType} %{status}"
@@ -797,6 +825,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -993,7 +1024,7 @@ msgid "%{webhooks_link_start}%{webhook_type}%{link_end} enable you to send notif
msgstr "%{webhooks_link_start}%{webhook_type}%{link_end}ěť„ 사용í•ë©´ 그룹 ë는 í”„ëˇśě ťíŠ¸ěť ěť´ë˛¤íŠ¸ě— ëŚ€í•ś 응답으로 웹 애플리케이ě…ě— ě•Śë¦Ľěť„ ëł´ë‚Ľ ě ěžěŠµë‹ë‹¤. Webhook보다 %{integrations_link_start}통합%{link_end}ěť„ 사용í•ëŠ” ę˛ěť´ 좋습ë‹ë‹¤."
msgid "%{widget} options"
-msgstr ""
+msgstr "%{widget} ěµě…"
msgid "%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}v*%{code_tag_end} or %{code_tag_start}*-release%{code_tag_end} are supported."
msgstr "%{code_tag_start}v*%{code_tag_end}ë‚, %{code_tag_start}*-릴리스%{code_tag_end}같은 %{wildcards_link_start}와일드카드%{wildcards_link_end}는 지ě›ë©ë‹ë‹¤."
@@ -1048,13 +1079,13 @@ msgid "(+%{count}&nbsp;rules)"
msgstr "(+%{count}&nbsp;ę·śěą™)"
msgid "(Group Managed Account)"
-msgstr ""
+msgstr "(그룹 관리 계정)"
msgid "(No changes)"
msgstr "(변경사항 없음)"
msgid "(UTC %{offset}) %{timezone}"
-msgstr ""
+msgstr "(UTC %{offset}) %{timezone}"
msgid "(check progress)"
msgstr "(진행 ě황 확인)"
@@ -1085,13 +1116,13 @@ msgid_plural "(squashes %d commits)"
msgstr[0] ""
msgid "(this user)"
-msgstr ""
+msgstr "(ěť´ 사용ěž)"
msgid "(we need your current password to confirm your changes)"
msgstr ""
msgid "* All times are in UTC unless specified"
-msgstr ""
+msgstr "* 지정í•ě§€ 않으면 모든 시간은 UTC 기준입ë‹ë‹¤"
msgid "*Required"
msgstr "*í•„ě"
@@ -1119,7 +1150,7 @@ msgid "+%{extra} more"
msgstr ""
msgid "+%{more_assignees_count}"
-msgstr ""
+msgstr "+%{more_assignees_count}"
msgid "+%{more_assignees_count} more assignees"
msgstr ""
@@ -1153,7 +1184,7 @@ msgid "- Not available to run jobs."
msgstr ""
msgid "- Select -"
-msgstr ""
+msgstr "- ě„ íť -"
msgid "- User"
msgid_plural "- Users"
@@ -1166,10 +1197,10 @@ msgid "- show less"
msgstr "-덜 보기"
msgid "."
-msgstr ""
+msgstr "."
msgid "/"
-msgstr ""
+msgstr "/"
msgid "0 bytes"
msgstr ""
@@ -1203,7 +1234,7 @@ msgstr[0] "%d일 남음"
msgid "1 day selected"
msgid_plural "%d days selected"
-msgstr[0] ""
+msgstr[0] "%d일 ě„ íťë¨"
msgid "1 deploy key"
msgid_plural "%d deploy keys"
@@ -1211,7 +1242,7 @@ msgstr[0] ""
msgid "1 follower"
msgid_plural "%{count} followers"
-msgstr[0] ""
+msgstr[0] "팔로워 %{count}명"
msgid "1 group"
msgid_plural "%d groups"
@@ -1223,11 +1254,11 @@ msgstr[0] "%dě‹śę°„"
msgid "1 issue selected"
msgid_plural "%d issues selected"
-msgstr[0] ""
+msgstr[0] "%dę°ś ěť´ěŠ ě„ íťë¨"
msgid "1 merge request selected"
msgid_plural "%d merge requests selected"
-msgstr[0] ""
+msgstr[0] "%dę°śěť ë¨¸ě§€ 리í€ěŠ¤íŠ¸ę°€ ě„ íťë¨"
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
@@ -1345,7 +1376,7 @@ msgid "A GitBook site that uses Netlify for CI/CD instead of GitLab, but still w
msgstr ""
msgid "A Gitpod configured Webapplication in Spring and Java"
-msgstr ""
+msgstr "Spring ë°Ź Java 웹애플리케이ě…ě—ě„ś Gitpoděť´ 구성ëě—음"
msgid "A Hexo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features"
msgstr ""
@@ -1378,7 +1409,7 @@ msgid "A deleted user"
msgstr "ě‚­ě śëś ě‚¬ěš©ěž"
msgid "A different reason"
-msgstr ""
+msgstr "다른 이유"
msgid "A file has been changed."
msgstr "파일이 변경ëě—습ë‹ë‹¤."
@@ -1441,25 +1472,25 @@ msgid "A project containing issues for each audit inquiry in the HIPAA Audit Pro
msgstr ""
msgid "A project’s repository name defines its URL (the one you use to access the project via a browser) and its place on the file disk where GitLab is installed. %{link_start}Learn more.%{link_end}"
-msgstr ""
+msgstr "í”„ëˇśě ťíŠ¸ěť ě €ěžĄě†Ś 이름은 URL(브라우저를 통해 í”„ëˇśě ťíŠ¸ě— ě•ˇě„¸ěŠ¤í•ëŠ” 데 사용í•ëŠ” 이름)과 GitLaběť´ 설ěąëś 파일 디스í¬ěť ěś„ěąëĄĽ ě •ěťí•©ë‹ë‹¤. %{link_start}더 알아보기%{link_end}"
msgid "A quarterly reconciliation is due on %{date}"
msgstr ""
msgid "A ready-to-go template for use with Android apps"
-msgstr ""
+msgstr "ě•ë“śëˇśěť´ë“ś ě•±ě— ë°”ëˇś 사용할 ě ěžëŠ” 템플릿입ë‹ë‹¤"
msgid "A ready-to-go template for use with iOS Swift apps"
-msgstr ""
+msgstr "iOS 스위프트 ě•±ě— ë°”ëˇś 사용할 ě ěžëŠ” 템플릿입ë‹ë‹¤"
msgid "A rebase is already in progress."
-msgstr ""
+msgstr "리베이스는 이미 진행 중입ë‹ë‹¤."
msgid "A sign-in to your account has been made from the following IP address: %{ip}"
msgstr "다음 IP 주소ě—ě„ś ęł„ě •ě— ëˇśę·¸ěť¸í–습ë‹ë‹¤ : %{ip}"
msgid "A title is required"
-msgstr ""
+msgstr "제목이 필요합ë‹ë‹¤."
msgid "A user with write access to the source branch selected this option"
msgstr "소스 브랜ěąě— 대한 쓰기 권한이 ěžëŠ” 사용ěžę°€ ěť´ ěµě…ěť„ ě„ íťí•ě€ěŠµë‹ë‹¤."
@@ -1471,13 +1502,13 @@ msgid "API"
msgstr "API"
msgid "API Fuzzing"
-msgstr ""
+msgstr "API 퍼징"
msgid "API Fuzzing Configuration"
-msgstr ""
+msgstr "API 퍼징 설정"
msgid "API Help"
-msgstr ""
+msgstr "API 도움ë§"
msgid "API Token"
msgstr "API 토í°"
@@ -1495,16 +1526,16 @@ msgid "APIFuzzing|$VARIABLE_WITH_USERNAME"
msgstr ""
msgid "APIFuzzing|API Fuzzing Configuration"
-msgstr ""
+msgstr "API 퍼징 설정"
msgid "APIFuzzing|Base URL of API testing target. For example, http://www.example.com."
msgstr ""
msgid "APIFuzzing|Choose a method"
-msgstr ""
+msgstr "방법 ě„ íť"
msgid "APIFuzzing|Choose a profile"
-msgstr ""
+msgstr "프로필 ě„ íť"
msgid "APIFuzzing|Configure HTTP basic authentication values. Other authentication methods are supported. %{linkStart}Learn more%{linkEnd}."
msgstr ""
@@ -1513,7 +1544,7 @@ msgid "APIFuzzing|Customize your project's API fuzzing configuration options and
msgstr ""
msgid "APIFuzzing|Enable authentication"
-msgstr ""
+msgstr "인증 활성화"
msgid "APIFuzzing|Enter the name of the CI variable containing the password. For example, $VARIABLE_WITH_PASSWORD."
msgstr ""
@@ -1540,7 +1571,7 @@ msgid "APIFuzzing|Password for basic authentication"
msgstr "기본 인증을 ěś„í•ś ëą„ë°€ë˛í¸"
msgid "APIFuzzing|Predefined profiles"
-msgstr ""
+msgstr "사전 ě •ěťëś 프로필"
msgid "APIFuzzing|Scan mode"
msgstr "모드 스캔"
@@ -1549,13 +1580,13 @@ msgid "APIFuzzing|Scan profile"
msgstr "프로필 스캔"
msgid "APIFuzzing|Show code snippet for the profile"
-msgstr ""
+msgstr "í”„ëˇśí•„ě— ëŚ€í•ś 코드 스ë‹íŽ« í‘śě‹ś"
msgid "APIFuzzing|Target URL"
msgstr "í€ę˛ź URL"
msgid "APIFuzzing|There are three ways to perform scans."
-msgstr ""
+msgstr "스캔을 ěí–‰í•ëŠ” 세 가지 방법이 ěžěŠµë‹ë‹¤."
msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
msgstr ""
@@ -1716,21 +1747,12 @@ msgstr "다른 ëŤ°ěť´í„°ě— ě•ˇě„¸ěŠ¤í•ëŠ” 데 사용할 ě 없습ë‹ë‹¤."
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr "개인 액세스 토í°"
@@ -1755,9 +1777,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr "더 알아보기"
@@ -1863,9 +1882,6 @@ msgstr "ëł€ę˛˝ëś ëˇśę·¸ 추가"
msgid "Add CONTRIBUTING"
msgstr "컨트리뷰팅 추가"
-msgid "Add GitLab to Slack"
-msgstr "ěŠ¬ëž™ě— GitLab 추가"
-
msgid "Add Jaeger URL"
msgstr "Jaeger URL 추가"
@@ -1875,8 +1891,8 @@ msgstr "Kubernetes í´ëź¬ěŠ¤í„° 추가"
msgid "Add LICENSE"
msgstr "LICENSE 추가"
-msgid "Add New Node"
-msgstr "ě 노드 추가"
+msgid "Add New Site"
+msgstr ""
msgid "Add README"
msgstr "README 추가"
@@ -1890,6 +1906,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr "GPG 키 추가"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr "ěť´ íŽěť´ě§€ëĄĽ Jaeger ě„śë˛„ě— ëŚ€í•ś ë§í¬ëˇś 바꾸려면 Jaeger URLěť„ 추가í•ě‹­ě‹śě¤. 먼저 %{link_start_tag}Jaeger를 설ěą%{link_end_tag}í•´ě•Ľ í•©ë‹ë‹¤."
@@ -1930,13 +1949,13 @@ msgid "Add a link to Grafana"
msgstr ""
msgid "Add a new issue"
-msgstr ""
+msgstr "ěť´ěŠ ě¶”ę°€"
msgid "Add a numbered list"
msgstr "ë˛í¸ 매기기 목록 추가"
msgid "Add a related issue"
-msgstr ""
+msgstr "관련 ěť´ěŠ ě¶”ę°€"
msgid "Add a suffix to Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
@@ -1956,6 +1975,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr "SSH 키 추가"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr "기존 ěť´ěŠ ě¶”ę°€"
@@ -2047,7 +2069,7 @@ msgid "Add or subtract spent time"
msgstr ""
msgid "Add previously merged commits"
-msgstr ""
+msgstr "ěť´ě „ě— ë¨¸ě§€ëś ě»¤ë°‹ 추가"
msgid "Add project"
msgstr "프로젝트 추가"
@@ -2073,9 +2095,6 @@ msgstr "시스템 í›„í¬ ě¶”ę°€"
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr "ěŠ¬ëž™ě— ě¶”ę°€"
-
msgid "Add to board"
msgstr "ëł´ë“śě— ě¶”ę°€"
@@ -2152,7 +2171,7 @@ msgid "Added %{label_references} %{label_text}."
msgstr ""
msgid "Added a to do."
-msgstr ""
+msgstr "í• ěťĽě— ě¶”ę°€ë¨."
msgid "Added an issue to an epic."
msgstr "ěť´ěŠëĄĽ ě—í”˝ě— ě¶”ę°€í–습ë‹ë‹¤."
@@ -2167,7 +2186,7 @@ msgid "Adding new applications is disabled in your GitLab instance. Please conta
msgstr "GitLab ěť¸ěŠ¤í„´ěŠ¤ě— ě 애플리케이ě…ěť„ 추가 í•  ě 없습ë‹ë‹¤. 권한을 얻으려면 GitLab 관리ěžě—게 문ěťí•ě‹­ě‹śě¤."
msgid "Additional Metadata"
-msgstr ""
+msgstr "추가 ë©”í€ëŤ°ěť´í„°"
msgid "Additional minutes"
msgstr "추가 시간(분)"
@@ -2179,16 +2198,16 @@ msgid "Additional text"
msgstr "추가 텍스트"
msgid "Additional text for the sign-in and Help page."
-msgstr ""
+msgstr "로그인 ë°Ź ëŹ„ě›€ë§ íŽěť´ě§€ě— 대한 추가 텍스트"
msgid "Additional text to show on the Help page"
-msgstr ""
+msgstr "ëŹ„ě›€ë§ íŽěť´ě§€ě— í‘śě‹śí•  추가 텍스트"
msgid "Additional text to show on the sign-in page"
msgstr ""
msgid "Address"
-msgstr ""
+msgstr "주소"
msgid "Adds"
msgstr "추가í•ę¸°"
@@ -2206,7 +2225,7 @@ msgid "Adds a to do."
msgstr ""
msgid "Adds an issue to an epic."
-msgstr ""
+msgstr "ěť´ěŠëĄĽ ě—í”˝ě— ě¶”ę°€í•©ë‹ë‹¤."
msgid "Adds email participant(s)."
msgstr ""
@@ -2218,25 +2237,25 @@ msgid "Adjust your filters/search criteria above. If you believe this may be an
msgstr ""
msgid "Admin"
-msgstr ""
+msgstr "관리ěž"
msgid "Admin Area"
msgstr "ę´€ë¦¬ěž ěě—­"
msgid "Admin Mode"
-msgstr ""
+msgstr "ę´€ë¦¬ěž ëŞ¨ë“ś"
msgid "Admin Note"
-msgstr ""
+msgstr "ę´€ë¦¬ěž ë…¸íŠ¸"
msgid "Admin Notifications"
-msgstr ""
+msgstr "ę´€ë¦¬ěž ě•Śë¦Ľ"
msgid "Admin Overview"
msgstr "ę´€ë¦¬ěž ę°śěš”"
msgid "Admin Section"
-msgstr ""
+msgstr "ę´€ë¦¬ěž ěě—­"
msgid "Admin mode already enabled"
msgstr ""
@@ -2272,7 +2291,7 @@ msgid "AdminArea|Bots"
msgstr "ë´‡"
msgid "AdminArea|Components"
-msgstr ""
+msgstr "컴포넌트"
msgid "AdminArea|Developer"
msgstr ""
@@ -2373,6 +2392,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2428,7 +2453,7 @@ msgid "AdminSettings|I have read and agree to the Let's Encrypt %{link_start}Ter
msgstr ""
msgid "AdminSettings|If not specified at the group or instance level, the default is %{default_initial_branch_name}. Does not affect existing repositories."
-msgstr ""
+msgstr "그룹 ë는 인스턴스 ě준ě—ě„ś 지정ë지 않은 경우 기본값은 %{default_initial_branch_name}ěž…ë‹ë‹¤. 기존 ě €ěžĄě†Śě— ěí–Ąěť„ 주지 않습ë‹ë‹¤."
msgid "AdminSettings|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2515,10 +2540,10 @@ msgid "AdminStatistics|Snippets"
msgstr "스ë‹íŽ«"
msgid "AdminUsers|(Admin)"
-msgstr ""
+msgstr "(관리ěž)"
msgid "AdminUsers|(Banned)"
-msgstr ""
+msgstr "(차단ë¨)"
msgid "AdminUsers|(Blocked)"
msgstr "(차단ë¨)"
@@ -2529,6 +2554,9 @@ msgstr "(비활성화ë¨)"
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2565,14 +2593,14 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr "관리ěž"
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
msgstr "관리ěžë“¤"
msgid "AdminUsers|Approve"
-msgstr ""
+msgstr "승인"
msgid "AdminUsers|Approve user %{username}?"
msgstr ""
@@ -2614,7 +2642,7 @@ msgid "AdminUsers|Blocked"
msgstr "차단ë¨"
msgid "AdminUsers|Blocking user has the following effects:"
-msgstr ""
+msgstr "사용ěžëĄĽ 차단í•ë©´ 다음과 같은 효과가 ěžěŠµë‹ë‹¤."
msgid "AdminUsers|Cannot sign in or access instance information"
msgstr ""
@@ -2644,7 +2672,7 @@ msgid "AdminUsers|Deactivated"
msgstr "비활성화ë¨"
msgid "AdminUsers|Deactivating a user has the following effects:"
-msgstr ""
+msgstr "사용ěžëĄĽ 비활성화í•ë©´ 다음과 같은 효과가 ěžěŠµë‹ë‹¤."
msgid "AdminUsers|Delete User %{username} and contributions?"
msgstr ""
@@ -2691,6 +2719,9 @@ msgstr "ěť´ę˛ěť€ ë‚!"
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr "로그인"
@@ -2754,6 +2785,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2776,7 +2810,7 @@ msgid "AdminUsers|To confirm, type %{username}"
msgstr "확인을 ěś„í•´ %{username} ěť„ ěž…ë Ąí•ě„¸ěš”"
msgid "AdminUsers|Unban user"
-msgstr ""
+msgstr "ě‚¬ěš©ěž ě°¨ë‹¨ í•´ě ś"
msgid "AdminUsers|Unban user %{username}?"
msgstr ""
@@ -2856,7 +2890,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -2878,7 +2912,7 @@ msgid "AdminUsers|user cap"
msgstr ""
msgid "Administration"
-msgstr ""
+msgstr "관리"
msgid "Admin|Additional users must be reviewed and approved by a system administrator. Learn more about %{help_link_start}usage caps%{help_link_end}."
msgstr ""
@@ -3313,7 +3347,7 @@ msgid "All (default)"
msgstr ""
msgid "All GitLab"
-msgstr ""
+msgstr "모든 GitLab"
msgid "All Members"
msgstr "모든 맵버"
@@ -3358,7 +3392,7 @@ msgid "All projects"
msgstr "모든 프로젝트"
msgid "All projects selected"
-msgstr ""
+msgstr "모든 프로젝트가 ě„ íťë¨"
msgid "All threads resolved"
msgstr "모든 스ë ë“śę°€ 해결ë¨"
@@ -3417,22 +3451,13 @@ msgstr "ěť´ ę·¸ëŁąěť í”„ëˇśě ťíŠ¸ë“¤ěť´ Git LFS를 사용í•ëŹ„록 í—ěš©"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr "í•ěś„ 그룹이 ěžě˛´ 2단계 인증 규칙을 설정í•ëŹ„록 í—ěš©í•©ë‹ë‹¤."
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3508,7 +3533,7 @@ msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
msgstr ""
msgid "Amazon Web Services Logo"
-msgstr ""
+msgstr "ě•„ë§ěˇ´ 웹 서비스 로고"
msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
msgstr ""
@@ -3543,9 +3568,6 @@ msgstr "ě—러가 ë°śěťí–습ë‹ë‹¤."
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3693,16 +3715,13 @@ msgstr "ěž‘ě—…ěť„ 가져 ě¤ëŠ” ě¤‘ě— ě¤ëĄę°€ ë°śěťí–습ë‹ë‹¤."
msgid "An error occurred while fetching the latest pipeline."
msgstr "가장 ěµśę·Ľěť íŚŚěť´í”„ 라인을 가져ě¤ëŠ” 도중 ě¤ëĄę°€ ë°śěťí–습ë‹ë‹¤."
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4250,9 +4269,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4283,9 +4299,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4295,13 +4308,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4328,7 +4341,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4343,6 +4356,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4358,7 +4374,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4370,22 +4386,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4499,6 +4521,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4590,9 +4615,6 @@ msgstr "ě •ë§ëˇś í•´ë‹ą 항목을 ě‚­ě śí•ě‹śę˛ ěŠµë‹ęąŚ?"
msgid "Are you sure you want to remove this list?"
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 "헬스 ě˛´í¬ í† í°ěť„ ě´ę¸°í™” í•ě‹śę˛ ěŠµë‹ęąŚ?"
@@ -4677,7 +4699,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5117,6 +5139,9 @@ msgstr "ě•„ë°”í€ę°€ ě‚­ě śë©ë‹ë‹¤. 확실합ë‹ęąŚ?"
msgid "Average per day: %{average}"
msgstr "í•ëŁ¨ 평균: %{average}"
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5249,6 +5274,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5276,6 +5304,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr "공개 ëś ëŞ¨ë“  그룹을 ě•„ëžě—ě„ś ě°ľěť„ ě ěžěŠµë‹ë‹¤."
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5291,9 +5322,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr "@%{user_name}ë‹ěť€ í„재 %{plan_name} 플랜을 사용í•ęł  ěžěŠµë‹ë‹¤."
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5330,9 +5358,6 @@ 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 to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5411,9 +5436,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5492,6 +5523,9 @@ msgstr "Bitbucketě—ě„ś 가져ě¤ę¸°"
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5801,18 +5835,12 @@ msgstr "ë¨¸ě§€ëś ë¸Śëžśěą ě§€ěš°ę¸°"
msgid "Branches|Delete protected branch"
msgstr "ëł´í¸ëś ë¸Śëžśěą ě§€ěš°ę¸°"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "ëł´í¸ëś 브랜ěąěť¸ '%{branch_name}'ěť„(를) 지울까요?"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
msgstr ""
-msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "'%{branch_name}' 브랜ěąëĄĽ ě‚­ě śí•ë©´ ë돌릴 ě 없습ë‹ë‹¤. 괜찮습ë‹ęąŚ?"
-
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
msgstr "ë¨¸ě§€ëś ë¸ŚëžśěąëĄĽ ě‚­ě śí•ë©´ ë돌릴 ě 없습ë‹ë‹¤. 괜찮을까요?"
@@ -5828,9 +5856,6 @@ 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 "%{delete_protected_branch}(ěť„)를 ë„른 후ě—는 ě‚­ě śëś ë¸ŚëžśěąëĄĽ 다시 복구할 ě 없습ë‹ë‹¤."
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -5841,7 +5866,7 @@ msgid "Branches|Overview"
msgstr "ę°śěš”"
msgid "Branches|Please type the following to confirm:"
-msgstr ""
+msgstr "ë‹¤ěťŚě— ěžëŠ” ë‚´ěš©ěť„ ěž…ë Ąí•ě—¬ 확인í•ě„¸ěš”."
msgid "Branches|Protected branches can be managed in %{project_settings_link}."
msgstr "ëł´í¸ëś 브랜ěąëŠ” %{project_settings_link} ě—ě„ś 관리할 ě ěžěŠµë‹ë‹¤."
@@ -5879,15 +5904,6 @@ msgstr "Default 브랜ěąëŠ” ě‚­ě śí•  ě 없습ë‹ë‹¤."
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
msgstr ""
-msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-msgstr "ěť´ 브랜ěąëŠ” %{default_branch} 로 머지ë지 ě•Šě•ěŠµë‹ë‹¤."
-
-msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
-msgstr "데이터 ě†ě‹¤ěť„ 방지 í•ë ¤ë©´ ě‚­ě śí•ę¸° ě „ě— ěť´ 브랜ěąëĄĽ 머지í•ëŠ” ę˛ěť´ 좋습ë‹ë‹¤."
-
-msgid "Branches|To confirm, type %{branch_name_confirmation}:"
-msgstr "확인í•ë ¤ë©´, %{branch_name_confirmation} 를 ěž…ë Ą í•©ë‹ë‹¤."
-
msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
msgstr "로컬 변경사항을 취소í•ęł  업스트림 버전으로 브랜ěąëĄĽ 덮어쓰려면 여기서 ě‚­ě śí•ęł  'ě§€ę¸ ě—…ëŤ°ěť´íŠ¸'를 ě„ íťí•ě„¸ěš”."
@@ -5906,9 +5922,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "당신은 ëł´í¸ëś %{branch_name} 브랜ěąëĄĽ ě‚­ě śí•ë ¤ęł  í•©ë‹ë‹¤."
-
msgid "Branches|diverged from upstream"
msgstr "업스트림ě—ě„ś 분기ë¨"
@@ -6104,6 +6117,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "작성ěž"
@@ -6117,7 +6139,7 @@ msgid "CI configuration validated, including all configuration added with the %{
msgstr ""
msgid "CI settings"
-msgstr ""
+msgstr "CI 설정"
msgid "CI variables"
msgstr ""
@@ -6132,13 +6154,13 @@ msgid "CI/CD Analytics"
msgstr ""
msgid "CI/CD Settings"
-msgstr ""
+msgstr "CI/CD 설정"
msgid "CI/CD configuration"
msgstr "CI/CD 구성"
msgid "CI/CD configuration file"
-msgstr ""
+msgstr "CI/CD 설정 파일"
msgid "CI/CD|No projects have been added to the scope"
msgstr ""
@@ -6168,9 +6190,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6331,7 +6365,7 @@ msgid "Can't load mermaid module: %{err}"
msgstr ""
msgid "Can't scan the code?"
-msgstr ""
+msgstr "코드를 스캔할 ě 없습ë‹ęąŚ?"
msgid "Can't update snippet: %{err}"
msgstr ""
@@ -6405,6 +6439,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr "ěžëŹ™ěśĽëˇś 머지할 ě 없습ë‹ë‹¤."
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6520,7 +6557,7 @@ msgid "Change made by"
msgstr ""
msgid "Change milestone"
-msgstr ""
+msgstr "ë§ěťĽěŠ¤í†¤ 변경"
msgid "Change path"
msgstr "경로 변경"
@@ -6771,7 +6808,7 @@ msgid "Checkout|%{selectedPlanText} plan"
msgstr ""
msgid "Checkout|%{startDate} - %{endDate}"
-msgstr ""
+msgstr "%{startDate} - %{endDate}"
msgid "Checkout|(may be %{linkStart}charged upon purchase%{linkEnd})"
msgstr ""
@@ -6782,6 +6819,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -6959,6 +6999,9 @@ msgstr "ěť´ 머지 리í€ěŠ¤íŠ¸(MR)를 Cherry-pick"
msgid "Child"
msgstr "í•ěś„"
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr "í•ěś„ ě—픽이 존재í•ě§€ 않습ë‹ë‹¤."
@@ -7254,19 +7297,10 @@ msgid "Click to expand text"
msgstr "텍스트를 í´ë¦­í•ě—¬ 확장í•ě„¸ěš”."
msgid "Click to hide"
-msgstr ""
+msgstr "ě¨ę¸°ë ¤ë©´ í´ë¦­"
msgid "Click to reveal"
-msgstr ""
-
-msgid "Client authentication certificate"
-msgstr "í´ëťĽěť´ě–¸íŠ¸ 인증서"
-
-msgid "Client authentication key"
-msgstr "í´ëťĽěť´ě–¸íŠ¸ 인증 키"
-
-msgid "Client authentication key password"
-msgstr "í´ëťĽěť´ě–¸íŠ¸ 인증 키 ëą„ë°€ë˛í¸"
+msgstr "í´ë¦­í•ě—¬ 공개"
msgid "Client request timeout"
msgstr "í´ëťĽěť´ě–¸íŠ¸ 요청 ě‹śę°„ ě´ęłĽ"
@@ -7364,6 +7398,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7388,7 +7428,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7433,7 +7473,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7463,7 +7503,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7520,13 +7560,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7553,7 +7596,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7580,6 +7623,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7592,6 +7647,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7614,7 +7672,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7632,6 +7690,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8398,7 +8459,7 @@ msgid "ClusterIntegration|meets the requirements"
msgstr "요구 사항을 충족"
msgid "ClusterIntegration|sign up"
-msgstr ""
+msgstr "가입"
msgid "Clusters|An error occurred while loading clusters"
msgstr ""
@@ -8581,6 +8642,9 @@ msgstr ""
msgid "Commit Message"
msgstr "커밋 메시지"
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8830,9 +8894,12 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
-msgid "Component"
+msgid "ComplianceReport|No violations found"
msgstr ""
+msgid "Component"
+msgstr "컴포넌트"
+
msgid "Confidence"
msgstr ""
@@ -8860,6 +8927,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -8905,12 +8978,15 @@ msgstr "ě¶”ě  ęµ¬ě„±"
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -8938,12 +9014,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr "사용ěžę°€ ě로운 ęł„ě •ěť„ 만드는 방법을 설정합ë‹ë‹¤."
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr "확인"
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9026,7 +9108,7 @@ msgid "Connected"
msgstr "연결ë¨"
msgid "Connecting"
-msgstr ""
+msgstr "연결 중"
msgid "Connecting to terminal sync service"
msgstr "í„°ëŻ¸ë„ ëŹ™ę¸°í™” ě„śëą„ěŠ¤ě— ě—°ę˛°ě¤‘"
@@ -9041,7 +9123,7 @@ msgid "Connection failure"
msgstr "연결 실패"
msgid "Connection timed out"
-msgstr ""
+msgstr "연결 ě‹śę°„ěť´ ě´ęłĽëě—습ë‹ë‹¤."
msgid "Connection timeout"
msgstr ""
@@ -9499,7 +9581,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9640,9 +9722,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9655,9 +9752,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9730,6 +9824,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9757,13 +9854,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -9907,6 +10007,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -9953,7 +10056,7 @@ msgid "Create new label"
msgstr "ě 라벨 만들기"
msgid "Create new project"
-msgstr ""
+msgstr "ě 프로젝트 만들기"
msgid "Create or import your first project"
msgstr ""
@@ -10165,6 +10268,9 @@ msgstr "ë‚ě— ěťí•´ ěťě„±ë¨"
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10399,6 +10505,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10629,6 +10738,9 @@ msgstr "DNS"
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10638,10 +10750,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10731,12 +10843,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10749,9 +10855,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10764,9 +10867,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10839,9 +10939,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -10869,9 +10966,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -10881,12 +10975,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -10899,9 +10987,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -10923,9 +11008,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11186,7 +11268,7 @@ msgid "Default artifacts expiration"
msgstr ""
msgid "Default branch"
-msgstr ""
+msgstr "기본 브랜ěą"
msgid "Default branch and protected branches"
msgstr ""
@@ -11194,9 +11276,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr "기본 ë¶„ëĄ ëťĽë˛¨"
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11300,7 +11379,7 @@ msgid "DelayedJobs|delayed"
msgstr "지연ë¨"
msgid "Delete"
-msgstr ""
+msgstr "ě‚­ě ś "
msgid "Delete %{issuableType}"
msgstr ""
@@ -11312,7 +11391,7 @@ msgid "Delete Comment"
msgstr "댓글 삭제"
msgid "Delete Key"
-msgstr ""
+msgstr "키 삭제"
msgid "Delete Selected"
msgstr ""
@@ -11617,6 +11696,9 @@ msgstr[0] "배포"
msgid "Deploy Keys"
msgstr "배포 키"
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11632,6 +11714,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11843,9 +11928,39 @@ msgstr[0] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12402,9 +12517,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12469,7 +12581,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12664,8 +12776,8 @@ msgstr "댓글 편집"
msgid "Edit Deploy Key"
msgstr "배포 키 편집"
-msgid "Edit Geo Node"
-msgstr "이 노드 편집"
+msgid "Edit Geo Site"
+msgstr ""
msgid "Edit Group Hook"
msgstr ""
@@ -12910,6 +13022,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13054,9 +13169,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr "외부 서비스로 ë¶„ëĄ ě śě–´ 사용"
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13064,7 +13176,7 @@ msgid "Enable delayed project deletion by default for newly-created groups."
msgstr ""
msgid "Enable email notification"
-msgstr ""
+msgstr "이메일 알림 활성화"
msgid "Enable error tracking"
msgstr "ě¤ëĄ ě¶”ě  ě‚¬ěš©"
@@ -13099,6 +13211,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13126,6 +13241,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13204,9 +13325,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13255,6 +13373,9 @@ msgstr "ě•„ëž Bitbucket Server URL ë°Ź 개인 액세스 토í°ěť„ ěž…ë Ąí•ě‹­ě
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13305,7 +13426,7 @@ msgstr ""
msgid "Environment"
msgid_plural "Environments"
-msgstr[0] ""
+msgstr[0] "í™ę˛˝"
msgid "Environment does not have deployments"
msgstr ""
@@ -13344,7 +13465,7 @@ msgid "Environments"
msgstr "í™ę˛˝"
msgid "Environments Dashboard"
-msgstr ""
+msgstr "í™ę˛˝ 대시보드"
msgid "Environments allow you to track deployments of your application. %{linkStart}More information%{linkEnd}."
msgstr ""
@@ -13356,10 +13477,10 @@ msgid "EnvironmentsAlert|%{severity} • %{title} %{text}. %{linkStart}View Deta
msgstr ""
msgid "EnvironmentsDashboard|Add a project to the dashboard"
-msgstr ""
+msgstr "ëŚ€ě‹śëł´ë“śě— í”„ëˇśě ťíŠ¸ 추가"
msgid "EnvironmentsDashboard|Add projects"
-msgstr ""
+msgstr "프로젝트 추가"
msgid "EnvironmentsDashboard|Environments Dashboard"
msgstr ""
@@ -13529,6 +13650,9 @@ msgstr "중지 í™ę˛˝"
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13556,11 +13680,14 @@ msgstr ""
msgid "Environments|protected"
msgstr "ëł´í¸ë¨"
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr "ě—í”˝"
msgid "Epic Boards"
-msgstr ""
+msgstr "ě—í”˝ ëł´ë“ś"
msgid "Epic cannot be found."
msgstr ""
@@ -13590,10 +13717,10 @@ msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
-msgstr ""
+msgstr "%{startDate} – %{dueDate}"
msgid "Epics|%{startDate} – No due date"
-msgstr ""
+msgstr "%{startDate} – ë§ę°ěťĽ 없음"
msgid "Epics|Add a new epic"
msgstr ""
@@ -13620,7 +13747,7 @@ msgid "Epics|Leave empty to inherit from milestone dates"
msgstr ""
msgid "Epics|No start date – %{dueDate}"
-msgstr ""
+msgstr "시작일 없음 – %{dueDate}"
msgid "Epics|Remove epic"
msgstr ""
@@ -13701,7 +13828,7 @@ msgid "Error creating label."
msgstr ""
msgid "Error creating new directory. Please try again."
-msgstr ""
+msgstr "ě 디렉토리를 만드는 ëŹ™ě• ě¤ëĄę°€ ë°śěťí–습ë‹ë‹¤. 다시 시도해 주세요."
msgid "Error creating new iteration"
msgstr ""
@@ -14097,7 +14224,7 @@ msgid "Every 6 months on the %{day} at %{time} %{timezone}"
msgstr ""
msgid "Every day"
-msgstr ""
+msgstr "매일"
msgid "Every day (at %{time})"
msgstr ""
@@ -14340,9 +14467,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr "외부 ë¶„ëĄ ě •ě±… 인증"
-
msgid "External ID"
msgstr ""
@@ -14352,15 +14476,9 @@ msgstr "외부 URL"
msgid "External User:"
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 ""
@@ -14376,6 +14494,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14455,10 +14621,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -14669,7 +14832,7 @@ msgid "Faster releases. Better code. Less pain."
msgstr ""
msgid "Favicon"
-msgstr ""
+msgstr "파비ě˝"
msgid "Favicon was successfully removed."
msgstr ""
@@ -14897,13 +15060,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr "2ě›”"
@@ -14965,7 +15121,7 @@ msgid "File upload error."
msgstr "파일 업로드 ě¤ëĄ"
msgid "Filename"
-msgstr ""
+msgstr "파일명"
msgid "Files"
msgstr "파일"
@@ -14991,12 +15147,6 @@ msgstr "í•„í„°"
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15160,13 +15310,13 @@ msgid "Folder/%{name}"
msgstr ""
msgid "Follow"
-msgstr ""
+msgstr "팔로우"
msgid "Followed Users' Activity"
-msgstr ""
+msgstr "팔로우한 사용ěžěť 활동"
msgid "Followed users"
-msgstr ""
+msgstr "팔로우한 사용ěž"
msgid "Font Color"
msgstr "글꼴 ě‰"
@@ -15321,11 +15471,14 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ".gitlab-ci.ymlě—ě„ś ě¤ëĄëĄĽ 발견í–습ë‹ë‹¤:"
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
msgid "Free"
-msgstr ""
+msgstr "무료"
msgid "Free Trial of GitLab.com Ultimate"
msgstr ""
@@ -15396,6 +15549,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr "키 ěťě„±"
@@ -15432,18 +15588,21 @@ msgstr ""
msgid "Geo"
msgstr "Geo"
-msgid "Geo Nodes"
-msgstr "Geo 노드"
-
msgid "Geo Replication"
msgstr "Geo ë í”Śë¦¬ěĽ€ěť´ě…"
msgid "Geo Settings"
msgstr "Geo 설정"
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr "Geo 사이트"
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15480,6 +15639,9 @@ msgstr "사이트 추가"
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15534,6 +15696,9 @@ msgstr "GitLab Geo 알아보기"
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr "실패"
@@ -15609,12 +15774,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15630,6 +15789,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15663,16 +15825,19 @@ msgstr "다시 다운로드"
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15684,9 +15849,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15735,6 +15897,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr "ě‚¬ěť´íŠ¸ěť ěíśę°€ %{timeAgo} ě „ 업데이트 ëě—습ë‹ë‹¤."
@@ -15745,7 +15913,7 @@ msgid "Geo|Storage config"
msgstr ""
msgid "Geo|Synced"
-msgstr ""
+msgstr "동기화 ë¨"
msgid "Geo|Synced at"
msgstr ""
@@ -15754,7 +15922,7 @@ msgid "Geo|Synchronization"
msgstr ""
msgid "Geo|Synchronization failed - %{error}"
-msgstr ""
+msgstr "동기화 실패 - %{error}"
msgid "Geo|Synchronization settings"
msgstr ""
@@ -15771,10 +15939,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -15852,6 +16020,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -15859,7 +16030,7 @@ msgid "Get started"
msgstr ""
msgid "Get started with GitLab"
-msgstr ""
+msgstr "GitLab ě‹śěž‘í•ę¸°"
msgid "Get started with error tracking"
msgstr ""
@@ -15975,9 +16146,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16002,6 +16170,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16182,6 +16353,9 @@ msgstr "Gitpod URL"
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16276,16 +16450,16 @@ msgid "Go to environments"
msgstr ""
msgid "Go to epic"
-msgstr ""
+msgstr "ě—픽으로 이동"
msgid "Go to file"
-msgstr ""
+msgstr "파일로 이동"
msgid "Go to file permalink (while viewing a file)"
msgstr ""
msgid "Go to files"
-msgstr ""
+msgstr "파일로 이동"
msgid "Go to find file"
msgstr ""
@@ -16297,7 +16471,7 @@ msgid "Go to issue boards"
msgstr ""
msgid "Go to issues"
-msgstr ""
+msgstr "ěť´ěŠëˇś 이동"
msgid "Go to jobs"
msgstr ""
@@ -16312,7 +16486,7 @@ msgid "Go to metrics"
msgstr ""
msgid "Go to next page"
-msgstr ""
+msgstr "다음 íŽěť´ě§€ëˇś 이동"
msgid "Go to page %{page}"
msgstr ""
@@ -16320,9 +16494,12 @@ msgstr ""
msgid "Go to parent"
msgstr ""
-msgid "Go to previous page"
+msgid "Go to parent directory"
msgstr ""
+msgid "Go to previous page"
+msgstr "ěť´ě „ íŽěť´ě§€ëˇś 이동"
+
msgid "Go to primary site"
msgstr ""
@@ -16488,6 +16665,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr "그룹 Git LFS ěíś:"
@@ -16506,6 +16686,9 @@ msgstr ""
msgid "Group URL"
msgstr "그룹 URL"
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16569,9 +16752,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr "그룹 관리ěžëŠ” grouo runners를 여기서 등록 í•  ě ěžěŠµë‹ë‹¤: %{link}"
-
msgid "Group members"
msgstr ""
@@ -16596,6 +16776,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16608,9 +16791,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -16690,7 +16870,7 @@ msgid "GroupRoadmap|Loading epics"
msgstr ""
msgid "GroupRoadmap|No start and end date"
-msgstr ""
+msgstr "시작일 ë°Ź ë§ę°ěťĽ 없음"
msgid "GroupRoadmap|No start date – %{dateWord}"
msgstr ""
@@ -16851,18 +17031,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -16887,9 +17061,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -16920,7 +17091,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -16968,6 +17142,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -16986,9 +17163,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17016,9 +17190,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17061,7 +17232,7 @@ msgstr "ěť´ 설정은 %{ancestor_group} ě— ě ěš©ë©ë‹ë‹¤. 설정을 재정ěť
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17142,9 +17313,6 @@ msgstr "그룹 구성ě›ěť 사용 권한을 관리í•ęł  ę·¸ëŁąěť ę° í”„ëˇśě 
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17199,7 +17367,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17236,7 +17404,7 @@ msgid "GroupsTree|Search by name"
msgstr "이름으로 검ě‰"
msgid "Guideline"
-msgstr ""
+msgstr "가이드라인"
msgid "HAR (HTTP Archive)"
msgstr ""
@@ -17281,7 +17449,7 @@ msgid "HeaderAction|issue"
msgstr ""
msgid "Headers"
-msgstr ""
+msgstr "헤더"
msgid "Heading 1"
msgstr ""
@@ -17426,6 +17594,33 @@ msgstr[0] "ę°’ ě¨ę¸°ę¸°"
msgid "Hide values"
msgstr "ę°’ ě¨ę¸°ę¸°"
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17457,7 +17652,7 @@ msgid "Home page URL"
msgstr ""
msgid "Homepage"
-msgstr ""
+msgstr "í™íŽěť´ě§€"
msgid "Hook execution failed. Ensure the group has a project with commits."
msgstr ""
@@ -17486,9 +17681,6 @@ msgstr "정리"
msgid "Housekeeping successfully started"
msgstr "정리가 성공ě ěśĽëˇś ě‹śěž‘ëě—습ë‹ë‹¤"
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr "정리, 내보내기, 경로, 전송, 삭제, 보관"
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17525,9 +17717,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17543,6 +17732,9 @@ msgstr "%{terms_link}ě— ëŹ™ěťí•©ë‹ë‹¤."
msgid "I forgot my password"
msgstr "ëą„ë°€ë˛í¸ëĄĽ 잊ě—습ë‹ë‹¤."
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17637,11 +17829,23 @@ msgid "Identifier"
msgstr "ě‹ťëł„ěž"
msgid "Identifiers"
-msgstr ""
+msgstr "ě‹ťëł„ěž"
msgid "Identities"
msgstr "ID"
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17666,9 +17870,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -17745,7 +17946,7 @@ msgid "Ignored"
msgstr ""
msgid "Image URL"
-msgstr ""
+msgstr "이미지 URL"
msgid "Image details"
msgstr ""
@@ -18266,6 +18467,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18321,7 +18525,7 @@ msgid "InProductMarketing|This is email %{current_series} of %{total_series} in
msgstr ""
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
-msgstr ""
+msgstr "Ticketmaster는 CI 구축 ě‹śę°„ěť„ 15ë°° 단축í–습ë‹ë‹¤."
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
@@ -18368,6 +18572,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18443,6 +18650,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -18693,7 +18903,7 @@ msgid "Infrastructure as Code (IaC) Scanning"
msgstr ""
msgid "InfrastructureRegistry|Copy Terraform Command"
-msgstr ""
+msgstr "Terraform 커맨드 복사"
msgid "InfrastructureRegistry|Copy Terraform Setup Command"
msgstr ""
@@ -18711,7 +18921,7 @@ msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}Mor
msgstr ""
msgid "InfrastructureRegistry|Terraform"
-msgstr ""
+msgstr "Terraform"
msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
msgstr ""
@@ -18864,9 +19074,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -18879,9 +19086,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -18951,6 +19155,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -18969,9 +19176,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19008,6 +19212,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19017,6 +19224,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19077,7 +19287,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -19300,7 +19510,7 @@ msgid "InviteMembersModal|GitLab is better with colleagues!"
msgstr ""
msgid "InviteMembersModal|GitLab member or email address"
-msgstr ""
+msgstr "GitLab íšŚě› ë는 이메일 주소"
msgid "InviteMembersModal|How about inviting a colleague or two to join you?"
msgstr ""
@@ -19321,7 +19531,7 @@ msgid "InviteMembersModal|Search for a group to invite"
msgstr ""
msgid "InviteMembersModal|Select a group to invite"
-msgstr ""
+msgstr "ě´ëŚ€í•  그룹 ě„ íť"
msgid "InviteMembersModal|Select a role"
msgstr "ě—­í•  ě„ íť"
@@ -19537,7 +19747,7 @@ msgid "Issue was closed by %{name} %{reason}"
msgstr ""
msgid "Issue weight"
-msgstr ""
+msgstr "ěť´ěŠ ę°€ě¤‘ěą"
msgid "Issue(s) already assigned"
msgstr ""
@@ -20323,7 +20533,7 @@ msgid "K8s pod health"
msgstr ""
msgid "KEY"
-msgstr ""
+msgstr "키"
msgid "Keep"
msgstr ""
@@ -20353,7 +20563,7 @@ msgid "Key: %{key}"
msgstr ""
msgid "Keyboard shortcuts"
-msgstr ""
+msgstr "키보드 단축키"
msgid "KeyboardKey|Alt"
msgstr ""
@@ -20896,6 +21106,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21144,7 +21357,7 @@ msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
msgid "Links"
-msgstr ""
+msgstr "ë§í¬"
msgid "List"
msgstr "목록"
@@ -21177,7 +21390,7 @@ msgid "Live preview"
msgstr "실시간 미리보기"
msgid "Load more"
-msgstr ""
+msgstr "더 보기"
msgid "Load more users"
msgstr ""
@@ -21198,7 +21411,7 @@ msgid "Loading functions timed out. Please reload the page to try again."
msgstr ""
msgid "Loading more"
-msgstr ""
+msgstr "더 ë¶ëź¬ě¤ę¸°"
msgid "Loading snippet"
msgstr ""
@@ -21212,14 +21425,11 @@ msgstr "ë¶ëź¬ě¤ëŠ” 중…"
msgid "Loading…"
msgstr "로딩 중…"
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr "í„지화"
msgid "Location"
-msgstr ""
+msgstr "ěś„ěą"
msgid "Location:"
msgstr ""
@@ -21230,6 +21440,9 @@ msgstr "ěž ę¸"
msgid "Lock %{issuableDisplayName}"
msgstr "%{issuableDisplayName} ěž ę¸"
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21266,6 +21479,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "스ë§íŠ¸ 카드로 로그인"
@@ -21438,13 +21684,13 @@ msgid "March"
msgstr "3ě›”"
msgid "Mark as done"
-msgstr ""
+msgstr "완료로 표시"
msgid "Mark as draft"
msgstr ""
msgid "Mark as ready"
-msgstr ""
+msgstr "준비ë¨ěśĽëˇś í‘śě‹ś"
msgid "Mark this issue as a duplicate of another issue"
msgstr ""
@@ -21951,10 +22197,10 @@ msgid "Memory Usage"
msgstr ""
msgid "Menu"
-msgstr ""
+msgstr "메뉴"
msgid "Merge"
-msgstr ""
+msgstr "머지"
msgid "Merge Conflicts"
msgstr ""
@@ -22017,7 +22263,7 @@ msgid "Merge locally"
msgstr ""
msgid "Merge options"
-msgstr ""
+msgstr "머지 ěµě…"
msgid "Merge request"
msgstr "머지 리í€ěŠ¤íŠ¸(MR)"
@@ -22040,6 +22286,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22058,9 +22310,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -22613,10 +22874,10 @@ msgstr ""
msgid "Milestone"
msgid_plural "Milestones"
-msgstr[0] ""
+msgstr[0] "ë§ěťĽěŠ¤í†¤"
msgid "Milestone due date"
-msgstr ""
+msgstr "ë§ěťĽěŠ¤í†¤ ë§ę°ěťĽ"
msgid "Milestone lists not available with your current license"
msgstr "í„재 라이센스ě—서는 ë§ěťĽěŠ¤í†¤ 목록을 사용할 ě 없습ë‹ë‹¤."
@@ -22808,7 +23069,7 @@ msgid "Missing"
msgstr ""
msgid "Missing OAuth configuration for GitHub."
-msgstr ""
+msgstr "GitHubě— ëŚ€í•ś OAuth 설정이 ë„ëť˝ëě—습ë‹ë‹¤."
msgid "Missing OS"
msgstr ""
@@ -22879,9 +23140,6 @@ msgstr "달"
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr "추가 작업"
@@ -22903,9 +23161,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23048,13 +23303,13 @@ msgid "Namespace"
msgstr ""
msgid "Namespace ID:"
-msgstr ""
+msgstr "네임스íŽěť´ěŠ¤ ID:"
msgid "Namespace is empty"
-msgstr ""
+msgstr "네임스íŽěť´ěŠ¤ę°€ ëą„ě–´ ěžěŠµë‹ë‹¤."
msgid "Namespace:"
-msgstr ""
+msgstr "네임스íŽěť´ěŠ¤:"
msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project"
msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects"
@@ -23081,10 +23336,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23189,9 +23444,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23270,9 +23522,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23291,9 +23540,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23361,7 +23607,7 @@ msgid "New Application"
msgstr "ě로운 애플리케이ě…"
msgid "New Branch"
-msgstr ""
+msgstr "ě 브랜ěą"
msgid "New Deploy Key"
msgstr ""
@@ -23373,7 +23619,7 @@ msgid "New Epic"
msgstr ""
msgid "New File"
-msgstr ""
+msgstr "ě 파일"
msgid "New Group"
msgstr "ě 그룹"
@@ -23545,13 +23791,13 @@ msgid "New subgroup"
msgstr "ě 서브그룹"
msgid "New tag"
-msgstr ""
+msgstr "ě íśę·¸"
msgid "New test case"
msgstr ""
msgid "New topic"
-msgstr ""
+msgstr "ě 주제"
msgid "New users set to external"
msgstr ""
@@ -23563,7 +23809,7 @@ msgid "New..."
msgstr "ě로 만들기..."
msgid "Newest first"
-msgstr ""
+msgstr "최신ěś"
msgid "Newly-registered users are external by default"
msgstr ""
@@ -23572,10 +23818,10 @@ msgid "Next"
msgstr "다음"
msgid "Next commit"
-msgstr ""
+msgstr "다음 커밋"
msgid "Next design"
-msgstr ""
+msgstr "다음 ë””ěžěť¸"
msgid "Next file in diff"
msgstr ""
@@ -23587,7 +23833,7 @@ msgid "Next unresolved discussion"
msgstr ""
msgid "Nickname"
-msgstr ""
+msgstr "닉네임"
msgid "No"
msgstr "ě•„ë‹ě¤"
@@ -23602,7 +23848,7 @@ msgid "No CSV data to display."
msgstr ""
msgid "No Epic"
-msgstr ""
+msgstr "ě—í”˝ 없음"
msgid "No Matching Results"
msgstr ""
@@ -23614,7 +23860,7 @@ msgid "No Scopes"
msgstr ""
msgid "No Tag"
-msgstr ""
+msgstr "íśę·¸ 없음"
msgid "No active admin user found"
msgstr ""
@@ -23680,7 +23926,7 @@ msgid "No containers available"
msgstr ""
msgid "No contributions"
-msgstr ""
+msgstr "기여 없음"
msgid "No contributions were found"
msgstr "기여를 ě°ľěť„ ě 없습ë‹ë‹¤."
@@ -23806,6 +24052,9 @@ msgid "No milestone"
msgstr ""
msgid "No milestones to show"
+msgstr "í‘śě‹śí•  ë§ěťĽěŠ¤í†¤ěť´ 없습ë‹ë‹¤."
+
+msgid "No namespace"
msgstr ""
msgid "No other labels with such name or description"
@@ -23835,6 +24084,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -23878,7 +24130,7 @@ msgid "No starrers matched your search"
msgstr ""
msgid "No start date"
-msgstr ""
+msgstr "시작일 없음"
msgid "No tag selected"
msgstr ""
@@ -23901,7 +24153,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24804,8 +25056,29 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
-msgstr "외부로 가는 요청"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
+msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
msgstr ""
@@ -25265,7 +25538,7 @@ msgid "Page not found"
msgstr ""
msgid "Page settings"
-msgstr ""
+msgstr "íŽěť´ě§€ 설정"
msgid "PagerDutySettings|Active"
msgstr ""
@@ -25420,9 +25693,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25561,6 +25831,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25579,7 +25852,7 @@ msgstr "권한"
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -25613,7 +25886,7 @@ msgid "Pick a name"
msgstr ""
msgid "Pin code"
-msgstr ""
+msgstr "Pin 코드"
msgid "Pipeline"
msgstr "파이프라인"
@@ -25826,7 +26099,7 @@ msgid "PipelineSource|Schedule"
msgstr ""
msgid "PipelineSource|Trigger"
-msgstr ""
+msgstr "트리거"
msgid "PipelineSource|Web"
msgstr ""
@@ -25846,9 +26119,6 @@ msgstr "파이프라인"
msgid "Pipelines charts"
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 ""
@@ -25861,6 +26131,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr "ěžě‹ ěžę˛Ś 빌드í•ě„¸ěš”"
@@ -25873,7 +26146,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26038,10 +26311,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26224,6 +26515,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr "PlantUML"
@@ -26239,6 +26533,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26312,7 +26612,7 @@ msgid "Please enter a number greater than %{number} (from the project settings)"
msgstr ""
msgid "Please enter a valid URL format, ex: http://www.example.com/home"
-msgstr ""
+msgstr "유효한 URL í•ě‹ťěť„ ěž…ë Ąí•ě„¸ěš”. ě : http://www.example.com/home"
msgid "Please enter a valid hex (#RRGGBB or #RGB) color value"
msgstr ""
@@ -26435,7 +26735,7 @@ msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
msgstr ""
msgid "Please type the following to confirm:"
-msgstr ""
+msgstr "ë‹¤ěťŚě— ěžëŠ” ë‚´ěš©ěť„ ěž…ë Ąí•ě—¬ 확인í•ě„¸ěš”."
msgid "Please use this form to report to the admin users who create spam issues, comments or behave inappropriately."
msgstr ""
@@ -26593,6 +26893,9 @@ msgstr "시간 설정"
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -26818,6 +27121,9 @@ msgstr "ě•„ë°”í€ ěžëĄ´ę¸°"
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr "ě•„ë°”í€ę°€ ě‚­ě śë©ë‹ë‹¤. 확실합ë‹ęąŚ?"
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -26842,9 +27148,6 @@ 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 "커밋 이메일"
@@ -27022,6 +27325,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr "ě•„ë°”í€ ě śę±°"
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr "ě 프로필 사진 설정"
@@ -27067,9 +27373,6 @@ msgstr "이중 인중"
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr "확인을 ěś„í•´ %{confirmationValue} 를 ěž…ë Ąí•ě„¸ěš”."
-msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
-msgstr "일ë°ě ěśĽëˇś \"ssh-ed25519 …\" ë는 \"ssh-rsa ...\"으로 ě‹śěž‘í•©ë‹ë‹¤."
-
msgid "Profiles|Update profile settings"
msgstr "프로필 설정 업데이트"
@@ -27083,7 +27386,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}"
@@ -27209,13 +27512,13 @@ msgid "Project Badges"
msgstr "프로젝트 배지"
msgid "Project Files"
-msgstr ""
+msgstr "프로젝트 파일"
msgid "Project ID"
-msgstr ""
+msgstr "프로젝트 ID"
msgid "Project Templates"
-msgstr ""
+msgstr "프로젝트 템플릿"
msgid "Project URL"
msgstr "프로젝트 URL"
@@ -27281,7 +27584,7 @@ msgid "Project import requests"
msgstr ""
msgid "Project info:"
-msgstr ""
+msgstr "프로젝트 정보:"
msgid "Project information"
msgstr "프로젝트 정보"
@@ -27293,7 +27596,7 @@ msgid "Project members"
msgstr ""
msgid "Project milestone"
-msgstr ""
+msgstr "프로젝트 ë§ěťĽěŠ¤í†¤"
msgid "Project name"
msgstr "프로젝트 이름"
@@ -27305,13 +27608,13 @@ msgid "Project order will not be saved as local storage is not available."
msgstr ""
msgid "Project path"
-msgstr ""
+msgstr "프로젝트 경로"
msgid "Project security status"
-msgstr ""
+msgstr "프로젝트 ëł´ě• ěíś"
msgid "Project security status help page"
-msgstr ""
+msgstr "프로젝트 ëł´ě• ěíś ëŹ„ě›€ë§ íŽěť´ě§€"
msgid "Project slug"
msgstr "프로젝트 슬러그"
@@ -27592,10 +27895,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27673,6 +27979,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27718,6 +28030,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -27833,7 +28148,7 @@ msgid "ProjectSettings|These checks must pass before merge requests can be merge
msgstr ""
msgid "ProjectSettings|This project"
-msgstr ""
+msgstr "이 프로젝트"
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr "ěť´ 설정은 서버 ë ë˛¨ě—ě„ś ě ěš©ëě—으며, 관리ěžě— ěťí•´ ëł€ę˛˝ë  ě ěžěŠµë‹ë‹¤."
@@ -27844,9 +28159,6 @@ msgstr "ěť´ 설정은 서버 ë ë˛¨ě—ě„ś ě ěš©ëě—으며, í”„ëˇśě ťíŠ¸ě— ěť
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr "관리ěžě— 변경ë지 않는 í•ś, ěť´ 설정은 모든 í”„ëˇśě ťíŠ¸ě— ě ěš©ë©ë‹ë‹¤."
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -27868,7 +28180,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -27886,7 +28198,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28648,9 +28960,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr "공용 파이프 라인"
@@ -28684,7 +28993,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -28930,6 +29239,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -28999,6 +29314,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29072,7 +29390,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29320,7 +29638,7 @@ msgid "Remove from batch"
msgstr ""
msgid "Remove from epic"
-msgstr ""
+msgstr "ě—í”˝ě—ě„ś ě śę±°"
msgid "Remove group"
msgstr "그룹 제거"
@@ -29609,6 +29927,10 @@ msgid "Reports|Accessibility scanning detected %d issue for the source branch on
msgid_plural "Reports|Accessibility scanning detected %d issues for the source branch only"
msgstr[0] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -29833,6 +30155,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr "ě €ěžĄě†Śěť ě €ěžĄęłµę°„"
@@ -29908,9 +30233,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -29929,6 +30251,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30054,9 +30379,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30123,7 +30445,7 @@ msgstr "재개"
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30221,13 +30543,13 @@ msgstr "íŹę¸°"
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30248,6 +30570,9 @@ msgstr ""
msgid "Roadmap"
msgstr "로드맵"
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30335,6 +30660,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30347,9 +30675,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30368,6 +30702,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30383,9 +30720,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30434,10 +30768,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30473,6 +30810,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30512,16 +30852,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30533,6 +30873,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30548,9 +30891,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30702,10 +31042,7 @@ msgid "SSL Verification:"
msgstr ""
msgid "SSL verification"
-msgstr ""
-
-msgid "SVG illustration"
-msgstr ""
+msgstr "SSL 검증"
msgid "Satisfied"
msgstr ""
@@ -30833,9 +31170,6 @@ msgstr "검ě‰"
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31126,7 +31460,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31258,6 +31592,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31312,6 +31649,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31330,21 +31670,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31354,12 +31703,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31387,6 +31745,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31402,12 +31766,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31417,6 +31829,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31738,9 +32153,6 @@ msgstr "아카이브 포맷 ě„ íť"
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -31760,13 +32172,13 @@ msgid "Select a label"
msgstr "라벨 ě„ íť"
msgid "Select a milestone"
-msgstr ""
+msgstr "ë§ěťĽěŠ¤í†¤ ě„ íť"
msgid "Select a new namespace"
msgstr ""
msgid "Select a project"
-msgstr ""
+msgstr "프로젝트 ě„ íť"
msgid "Select a reason"
msgstr ""
@@ -31859,7 +32271,7 @@ msgid "Select project to create %{type}"
msgstr ""
msgid "Select project to create issue"
-msgstr ""
+msgstr "ěť´ěŠëĄĽ ěťě„±í•  프로젝트 ě„ íť"
msgid "Select projects"
msgstr "프로젝트 ě„ íť"
@@ -32128,8 +32540,8 @@ msgstr "서비스 데스í¬"
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
-msgstr "서비스 URL"
+msgid "Service Usage Data"
+msgstr ""
msgid "Service account generated successfully"
msgstr ""
@@ -32137,6 +32549,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32146,18 +32561,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32296,7 +32705,7 @@ msgstr "CI/CD 설정"
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32468,9 +32877,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr "셜록 트랜젝ě…"
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32510,6 +32916,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32522,6 +32931,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr "명령 보기"
@@ -32534,9 +32946,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr "완료 로그 표시"
@@ -32561,6 +32970,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32599,7 +33011,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32692,6 +33104,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -32794,9 +33209,33 @@ msgstr "Slack 어플리케이ě…"
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33103,9 +33542,6 @@ 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 "죄송합ë‹ë‹¤. ę˛€ě‰ ę˛°ęłĽě™€ 일ěąí•ëŠ” 프로젝트가 없습ë‹ë‹¤."
@@ -33169,9 +33605,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr "ěµśę·Ľě— ěťě„±ëś"
-msgid "SortOptions|Last updated"
-msgstr "ěµśę·Ľě— ě—…ëŤ°ěť´íŠ¸ ëś"
-
msgid "SortOptions|Least popular"
msgstr "덜 인기ěžëŠ”"
@@ -33191,7 +33624,7 @@ msgid "SortOptions|Merged recently"
msgstr ""
msgid "SortOptions|Milestone due date"
-msgstr ""
+msgstr "ë§ěťĽěŠ¤í†¤ ë§ę°ěťĽ"
msgid "SortOptions|Milestone due later"
msgstr "ë§ěťĽěŠ¤í†¤ ë§ę°ěťĽěť´ 먼"
@@ -33293,10 +33726,10 @@ msgid "Source Branch"
msgstr ""
msgid "Source IP"
-msgstr ""
+msgstr "소스 IP"
msgid "Source branch"
-msgstr ""
+msgstr "소스 브랜ěą"
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -33428,7 +33861,7 @@ msgid "Stage"
msgstr "스테이지"
msgid "Standard"
-msgstr ""
+msgstr "표준"
msgid "Star a label to make it a priority label. Order the prioritized labels to change their relative priority, by dragging."
msgstr ""
@@ -33464,7 +33897,7 @@ msgid "Stars"
msgstr ""
msgid "Start Date"
-msgstr ""
+msgstr "시작 날짜"
msgid "Start Time"
msgstr ""
@@ -33505,6 +33938,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33547,6 +33983,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -33889,6 +34328,9 @@ msgstr "구독ë¨"
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -33919,6 +34361,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -33997,9 +34460,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34025,10 +34485,10 @@ msgid "Successful purchase image"
msgstr ""
msgid "Successfully activated"
-msgstr ""
+msgstr "성공ě ěśĽëˇś 활성화ëě—습ë‹ë‹¤."
msgid "Successfully approved"
-msgstr ""
+msgstr "성공ě ěśĽëˇś 승인ëě—습ë‹ë‹¤."
msgid "Successfully banned"
msgstr ""
@@ -34037,19 +34497,19 @@ msgid "Successfully blocked"
msgstr ""
msgid "Successfully confirmed"
-msgstr ""
+msgstr "성공ě ěśĽëˇś 확인ëě—습ë‹ë‹¤."
msgid "Successfully deactivated"
msgstr "비활성화í–습ë‹ë‹¤."
msgid "Successfully deleted U2F device."
-msgstr ""
+msgstr "성공ě ěśĽëˇś U2F 장ěąëĄĽ ě śę±°í–습ë‹ë‹¤."
msgid "Successfully deleted WebAuthn device."
-msgstr ""
+msgstr "성공ě ěśĽëˇś WebAuthn 장ěąëĄĽ ě śę±°í–습ë‹ë‹¤."
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 ""
@@ -34070,7 +34530,7 @@ msgid "Successfully updated %{last_updated_timeago}."
msgstr "성공ě ěśĽëˇś %{last_updated_timeago}ě— ě—…ëŤ°ěť´íŠ¸í–습ë‹ë‹¤."
msgid "Successfully updated the environment."
-msgstr ""
+msgstr "성공ě ěśĽëˇś í™ę˛˝ěť„ 업데이트í–습ë‹ë‹¤."
msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr ""
@@ -34168,9 +34628,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34195,6 +34652,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34234,6 +34694,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34288,6 +34751,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34300,6 +34766,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34412,22 +34887,22 @@ msgid "System output"
msgstr ""
msgid "Table of Contents"
-msgstr ""
+msgstr "목차"
msgid "Table of contents"
-msgstr ""
+msgstr "목차"
msgid "Tag"
msgstr "íśę·¸"
msgid "Tag list:"
-msgstr ""
+msgstr "íśę·¸ 목록:"
msgid "Tag name"
-msgstr ""
+msgstr "íśę·¸ 이름"
msgid "Tag name is required"
-msgstr ""
+msgstr "íśę·¸ 이름이 필요합ë‹ë‹¤."
msgid "Tag push events"
msgstr ""
@@ -34436,7 +34911,7 @@ msgid "Tag this commit."
msgstr ""
msgid "Tag:"
-msgstr ""
+msgstr "íśę·¸:"
msgid "Tagged this commit to %{tag_name} with \"%{message}\"."
msgstr ""
@@ -34543,6 +35018,9 @@ msgstr "대ě 브랜ěą"
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34615,6 +35093,9 @@ msgstr "서비스 약관 ęł„ě•˝ ë°Ź 개인 ě •ëł´ ëł´í¸ ě •ě±…"
msgid "Terms of Service and Privacy Policy"
msgstr "서비스 약관 ë°Ź 개인 ě •ëł´ ëł´í¸ ě •ě±…"
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34770,15 +35251,18 @@ msgid "Terraform|Unlocking state"
msgstr ""
msgid "Terraform|You are about to remove the state file %{name}. This will permanently delete all the State versions and history. The infrastructure provisioned previously will remain intact, and only the state file with all its versions will be removed. This action cannot be undone."
-msgstr ""
+msgstr "ěíś íŚŚěťĽ %{name}ěť„(를) ě śę±°í•ë ¤ęł  í•©ë‹ë‹¤. 이렇게 í•ë©´ 모든 ěíś ë˛„ě „ęłĽ 기록이 ě구ě ěśĽëˇś ě‚­ě śë©ë‹ë‹¤. ěť´ě „ě— í”„ëˇśëą„ě €ë‹ťëś ěť¸í”„ëťĽëŠ” 그대로 유지ëë©°, 모든 버전이 íŹ¬í•¨ëś ěíś íŚŚěťĽë§Ś ě śę±°ë©ë‹ë‹¤. ěť´ 작업은 취소할 ě 없습ë‹ë‹¤."
msgid "Terraform|You cannot remove the State file because it's locked. Unlock the State file first before removing it."
msgstr ""
msgid "Test"
-msgstr ""
+msgstr "테스트"
msgid "Test Cases"
+msgstr "테스트 케이스"
+
+msgid "Test case"
msgstr ""
msgid "Test coverage parsing"
@@ -34793,7 +35277,7 @@ msgid_plural "Test coverage: %d hits"
msgstr[0] ""
msgid "Test settings"
-msgstr ""
+msgstr "테스트 설정"
msgid "TestCases|Move test case"
msgstr ""
@@ -34943,7 +35427,7 @@ msgid "Thanks for your purchase!"
msgstr ""
msgid "That's OK, I don't want to renew"
-msgstr ""
+msgstr "괜찮습ë‹ë‹¤, 갱신í•ě§€ 않겠습ë‹ë‹¤."
msgid "That's it, well done!"
msgstr ""
@@ -34951,9 +35435,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -34962,7 +35443,7 @@ msgstr ""
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
-msgstr[0] ""
+msgstr[0] "%{type} ě—는 다음과 같은 ě¤ëĄę°€ ěžěŠµë‹ë‹¤."
msgid "The API key used by GitLab for accessing the Spam Check service endpoint."
msgstr ""
@@ -34991,12 +35472,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35006,9 +35481,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35042,7 +35514,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35055,7 +35527,7 @@ msgid "The contents of this group, its subgroups and projects will be permanentl
msgstr ""
msgid "The current issue"
-msgstr ""
+msgstr "í„재 ěť´ěŠ"
msgid "The current user is not authorized to access the job log."
msgstr ""
@@ -35124,7 +35596,7 @@ msgid "The following Personal Access Token was revoked by an administrator, %{us
msgstr ""
msgid "The following SSH key was deleted by an administrator, %{username}."
-msgstr ""
+msgstr "%{username}ë‹, 다음 SSH 키는 관리ěžě— ěťí•´ ě‚­ě ś ëě—습ë‹ë‹¤."
msgid "The following items will NOT be exported:"
msgstr ""
@@ -35140,7 +35612,7 @@ msgid "The fork relationship has been removed."
msgstr "íŹ¬í¬ ę´€ęł„ę°€ ě śę±°ëě—습ë‹ë‹¤."
msgid "The form contains the following errors:"
-msgstr ""
+msgstr "ě–‘ě‹ťě— ë‹¤ěťŚęłĽ 같은 ě¤ëĄę°€ ěžěŠµë‹ë‹¤."
msgid "The form contains the following warning:"
msgstr ""
@@ -35208,6 +35680,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35283,9 +35758,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35301,9 +35773,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35515,13 +35984,13 @@ msgid "There are no open test cases"
msgstr ""
msgid "There are no packages yet"
-msgstr ""
+msgstr "ě•„ě§ íŚ¨í‚¤ě§€ę°€ 없습ë‹ë‹¤"
msgid "There are no projects shared with this group yet"
msgstr ""
msgid "There are no topics to show."
-msgstr ""
+msgstr "í‘śě‹śí•  주제가 없습ë‹ë‹¤."
msgid "There are no variables yet."
msgstr ""
@@ -35545,16 +36014,16 @@ msgid "There is already a to-do item for this design."
msgstr ""
msgid "There is no chart data available."
-msgstr ""
+msgstr "사용 가능한 차트 데이터가 없습ë‹ë‹¤."
msgid "There is no data available."
-msgstr ""
+msgstr "사용 가능한 데이터가 없습ë‹ë‹¤."
msgid "There is no data available. Please change your selection."
msgstr ""
msgid "There is no table data available."
-msgstr ""
+msgstr "사용 가능한 테이블 데이터가 없습ë‹ë‹¤."
msgid "There is too much data to calculate. Please change your selection."
msgstr ""
@@ -35569,7 +36038,7 @@ msgid "There was a problem fetching emojis."
msgstr ""
msgid "There was a problem fetching epics."
-msgstr ""
+msgstr "ě—픽을 가져ě¤ëŠ” ě¤‘ě— ë¬¸ě śę°€ ë°śěťí–습ë‹ë‹¤."
msgid "There was a problem fetching groups."
msgstr "그룹을 가져ě¤ëŠ” ě¤‘ě— ë¬¸ě śę°€ ë°śěťí–습ë‹ë‹¤."
@@ -35673,7 +36142,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35689,7 +36158,7 @@ msgid "There was an error fetching the top labels for the selected group"
msgstr ""
msgid "There was an error fetching the variables."
-msgstr ""
+msgstr "변ě를 가져ě¤ëŠ” ě¤‘ě— ě¤ëĄę°€ ë°śěťí–습ë‹ë‹¤."
msgid "There was an error fetching value stream analytics stages."
msgstr ""
@@ -35724,11 +36193,11 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
-msgstr ""
+msgstr "변경 사항을 저장í•ëŠ” ëŹ™ě• ě¤ëĄę°€ ë°śěťí–습ë‹ë‹¤."
msgid "There was an error subscribing to this label."
msgstr "ěť´ 라벨을 구독í•ëŤ 중 ě¤ëĄę°€ ë°śěťí•ě€ěŠµë‹ë‹¤."
@@ -35808,9 +36277,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -35934,6 +36400,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -35973,9 +36442,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36015,9 +36481,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36172,7 +36644,7 @@ msgid "This job will automatically run after its timer finishes. Often they are
msgstr ""
msgid "This license has already expired."
-msgstr ""
+msgstr "ěť´ 라이선스는 이미 만료ëě—습ë‹ë‹¤."
msgid "This link points to external content"
msgstr ""
@@ -36237,6 +36709,9 @@ msgstr ""
msgid "This project"
msgstr "이 프로젝트"
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36258,6 +36733,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36297,6 +36775,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36319,7 +36800,7 @@ msgid "This user has no identities"
msgstr "ěť´ 사용ěžëŠ” ě‹ ě›ěť´ 없습ë‹ë‹¤."
msgid "This user has no personal projects."
-msgstr ""
+msgstr "ěť´ 사용ěžëŠ” 개인 프로젝트가 없습ë‹ë‹¤."
msgid "This user has previously committed to the %{name} project."
msgstr ""
@@ -36493,7 +36974,7 @@ msgid "Time (in hours) that users are allowed to skip forced configuration of tw
msgstr ""
msgid "Time Spent"
-msgstr ""
+msgstr "소요 시간"
msgid "Time based: Yes"
msgstr ""
@@ -36511,7 +36992,7 @@ msgid "Time between merge request creation and merge/close"
msgstr "머지 리í€ěŠ¤íŠ¸(MR) ěťě„±ęłĽ 머지 / 닫기 ě‚¬ěť´ěť ě‹śę°„"
msgid "Time estimate"
-msgstr ""
+msgstr "ěě ě‹śę°„"
msgid "Time from first comment to last commit"
msgstr ""
@@ -36525,9 +37006,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36718,7 +37196,7 @@ msgid "Timeout for the fastest Gitaly operations (in seconds)."
msgstr ""
msgid "Timezone"
-msgstr ""
+msgstr "시간대"
msgid "Time|hr"
msgid_plural "Time|hrs"
@@ -36744,7 +37222,7 @@ msgid "Title:"
msgstr "제목:"
msgid "Titles and Descriptions"
-msgstr ""
+msgstr "제목 및 설명"
msgid "To"
msgstr ""
@@ -36773,9 +37251,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -36828,7 +37303,7 @@ msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal
msgstr ""
msgid "To get started, use the link below to confirm your account."
-msgstr ""
+msgstr "ě‹śěž‘í•ë ¤ë©´ ě•„ëž ë§í¬ëĄĽ 사용í•ě—¬ ęł„ě •ěť„ 확인í•ě„¸ěš”."
msgid "To help improve GitLab and its user experience, GitLab periodically collects usage information."
msgstr ""
@@ -36917,9 +37392,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -36935,9 +37407,6 @@ 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 "할 일 목록"
@@ -37145,9 +37614,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr "퀵 ě•ˇě… ě‹śę°„ 추ě "
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37161,7 +37627,7 @@ msgid "Transfer ownership"
msgstr ""
msgid "Transfer project"
-msgstr ""
+msgstr "프로젝트 이전"
msgid "Transfer your project into another namespace. %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -37257,6 +37723,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37272,15 +37741,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37347,6 +37810,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -37357,7 +37826,7 @@ msgid "Try again"
msgstr "다시 시도í•ě‹­ě‹śě¤"
msgid "Try again?"
-msgstr ""
+msgstr "다시 시도해 보세요."
msgid "Try all GitLab has to offer for 30 days."
msgstr "GitLaběť´ ě śęłµí•ëŠ” 모든 기능을 30ëŹ™ě• ě‚¬ěš©í•´ 보세요."
@@ -37405,7 +37874,7 @@ msgid "Twitter"
msgstr "Twitter"
msgid "Twitter:"
-msgstr ""
+msgstr "트위터:"
msgid "Two-Factor Authentication"
msgstr ""
@@ -37447,7 +37916,7 @@ msgid "Type"
msgstr ""
msgid "Type/State"
-msgstr ""
+msgstr "ěś í•/ěíś"
msgid "U2F Devices (%{length})"
msgstr ""
@@ -37462,10 +37931,10 @@ msgid "URL cannot be blank"
msgstr ""
msgid "URL is invalid"
-msgstr ""
+msgstr "URLěť´ ěžëŞ»ëě—습ë‹ë‹¤."
msgid "URL is required"
-msgstr ""
+msgstr "URLěť´ 필요합ë‹ë‹¤."
msgid "URL is triggered for each branch updated to the repository"
msgstr ""
@@ -37474,13 +37943,13 @@ msgid "URL is triggered when a merge request is created, updated, or merged"
msgstr ""
msgid "URL is triggered when a new tag is pushed to the repository"
-msgstr ""
+msgstr "ě íśę·¸ę°€ ě €ěžĄě†Śě— í‘¸ě‰¬ëë©´ URLěť´ 트리거ë©ë‹ë‹¤."
msgid "URL is triggered when repository is updated"
msgstr ""
msgid "URL must be percent-encoded if neccessary."
-msgstr ""
+msgstr "필요한 경우 URLěť„ 퍼센트 인코딩을 í•´ě•Ľí•©ë‹ë‹¤."
msgid "URL must start with %{codeStart}http://%{codeEnd}, %{codeStart}https://%{codeEnd}, or %{codeStart}ftp://%{codeEnd}"
msgstr ""
@@ -37495,7 +37964,7 @@ msgid "URL of the external storage to serve the repository static objects."
msgstr ""
msgid "URL or request ID"
-msgstr ""
+msgstr "URL ë는 요청 ID"
msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -37645,7 +38114,7 @@ msgid "Unexpected error"
msgstr ""
msgid "Unfollow"
-msgstr ""
+msgstr "팔로우 취소"
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
@@ -37822,7 +38291,7 @@ msgid "Update iteration"
msgstr ""
msgid "Update milestone"
-msgstr ""
+msgstr "ë§ěťĽěŠ¤í†¤ 업데이트"
msgid "Update now"
msgstr "ě§€ę¸ ě—…ëŤ°ěť´íŠ¸"
@@ -37831,7 +38300,7 @@ msgid "Update username"
msgstr ""
msgid "Update variable"
-msgstr ""
+msgstr "변ě 업데이트"
msgid "Update your bookmarked URLs as filtered/sorted branches URL has been changed."
msgstr ""
@@ -37866,6 +38335,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -37887,6 +38359,9 @@ msgstr ""
msgid "Upload"
msgstr "업로드"
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr "CSV 파일 업로드"
@@ -38245,7 +38720,7 @@ msgid "Use primary email (%{email})"
msgstr ""
msgid "Use shortcuts"
-msgstr ""
+msgstr "단축키 사용"
msgid "Use slash commands."
msgstr ""
@@ -38296,7 +38771,7 @@ msgid "Used to help configure your identity provider"
msgstr ""
msgid "User"
-msgstr ""
+msgstr "사용ěž"
msgid "User %{current_user_username} has started impersonating %{username}"
msgstr ""
@@ -38308,7 +38783,7 @@ msgid "User %{user} was removed from %{group}."
msgstr ""
msgid "User ID"
-msgstr ""
+msgstr "ě‚¬ěš©ěž ID"
msgid "User OAuth applications"
msgstr ""
@@ -38322,6 +38797,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -38341,7 +38819,7 @@ msgid "User is not allowed to resolve thread"
msgstr ""
msgid "User key"
-msgstr ""
+msgstr "ě‚¬ěš©ěž í‚¤"
msgid "User key was successfully removed."
msgstr ""
@@ -38479,7 +38957,7 @@ msgid "UserProfile|Bot activity"
msgstr ""
msgid "UserProfile|Contributed projects"
-msgstr "기여한 프로젝트들"
+msgstr "기여한 프로젝트"
msgid "UserProfile|Edit profile"
msgstr "프로필 ěě •"
@@ -38488,10 +38966,10 @@ msgid "UserProfile|Explore public groups to find projects to contribute to."
msgstr ""
msgid "UserProfile|Followers"
-msgstr ""
+msgstr "팔로워"
msgid "UserProfile|Following"
-msgstr ""
+msgstr "팔로잉"
msgid "UserProfile|Groups"
msgstr "그룹"
@@ -38539,7 +39017,7 @@ msgid "UserProfile|Subscribe"
msgstr "구독"
msgid "UserProfile|This user doesn't have any followers."
-msgstr ""
+msgstr "ěť´ 사용ěžëŠ” 팔로워가 없습ë‹ë‹¤."
msgid "UserProfile|This user doesn't have any personal projects"
msgstr ""
@@ -38557,7 +39035,7 @@ msgid "UserProfile|This user is blocked"
msgstr ""
msgid "UserProfile|This user isn't following other users."
-msgstr ""
+msgstr "ěť´ 사용ěžëŠ” 다른 사용ěžëĄĽ 팔로우í•ęł  ěžě§€ 않습ë‹ë‹¤."
msgid "UserProfile|Unconfirmed user"
msgstr ""
@@ -38569,13 +39047,13 @@ msgid "UserProfile|View user in admin area"
msgstr "ę´€ë¦¬ěž ěě—­ě—ě„ś ě‚¬ěš©ěž ëł´ę¸°"
msgid "UserProfile|You are not following other users."
-msgstr ""
+msgstr "당신은 다른 사용ěžëĄĽ 팔로우í•ęł  ěžě§€ 않습ë‹ë‹¤."
msgid "UserProfile|You can create a group for several dependent projects."
msgstr ""
msgid "UserProfile|You do not have any followers."
-msgstr ""
+msgstr "ě•„ě§ íŚ”ëˇśě›Śę°€ 없습ë‹ë‹¤."
msgid "UserProfile|You haven't created any personal projects."
msgstr ""
@@ -38853,6 +39331,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -38937,10 +39427,10 @@ msgid "View incident issues."
msgstr ""
msgid "View issue"
-msgstr ""
+msgstr "ěť´ěŠ ëł´ę¸°"
msgid "View issues"
-msgstr ""
+msgstr "ěť´ěŠ ëł´ę¸°"
msgid "View it on GitLab"
msgstr "GitLabě—ě„ś 보기"
@@ -38961,7 +39451,7 @@ msgid "View log"
msgstr "로그 보기"
msgid "View logs"
-msgstr ""
+msgstr "로그 보기"
msgid "View merge request"
msgstr ""
@@ -38982,7 +39472,7 @@ msgid "View performance dashboard."
msgstr ""
msgid "View project"
-msgstr ""
+msgstr "프로젝트 보기"
msgid "View project in admin area"
msgstr ""
@@ -38997,6 +39487,9 @@ msgstr[0] ""
msgid "View replaced file @ "
msgstr "ęµě˛´ëś 파일 보기 @ "
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39211,10 +39704,10 @@ msgid "VulnerabilityStatusTypes|Resolved"
msgstr ""
msgid "Vulnerability|%{scannerName} (version %{scannerVersion})"
-msgstr ""
+msgstr "%{scannerName} (버전 %{scannerVersion})"
msgid "Vulnerability|Activity"
-msgstr ""
+msgstr "활동"
msgid "Vulnerability|Actual Response"
msgstr ""
@@ -39222,6 +39715,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39264,6 +39760,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39274,7 +39773,7 @@ msgid "Vulnerability|False positive detected"
msgstr ""
msgid "Vulnerability|File"
-msgstr ""
+msgstr "파일"
msgid "Vulnerability|GitLab Security Report"
msgstr ""
@@ -39282,15 +39781,24 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
msgid "Vulnerability|Image"
-msgstr ""
+msgstr "이미지"
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39298,9 +39806,12 @@ msgid "Vulnerability|Method"
msgstr ""
msgid "Vulnerability|Namespace"
-msgstr ""
+msgstr "네임스íŽěť´ěŠ¤"
msgid "Vulnerability|Project"
+msgstr "프로젝트"
+
+msgid "Vulnerability|Remove identifier row"
msgstr ""
msgid "Vulnerability|Reproduction Assets"
@@ -39315,6 +39826,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39325,10 +39839,10 @@ msgid "Vulnerability|Set the status of the vulnerability finding based on the in
msgstr ""
msgid "Vulnerability|Severity"
-msgstr ""
+msgstr "심ę°ëŹ„"
msgid "Vulnerability|Status"
-msgstr ""
+msgstr "ěíś"
msgid "Vulnerability|The scanner determined this vulnerability to be a false positive. Verify the evaluation before changing its status. %{linkStart}Learn more about false positive detection.%{linkEnd}"
msgstr ""
@@ -39339,12 +39853,21 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
-msgid "WARNING:"
+msgid "Vulnerability|View training"
msgstr ""
+msgid "WARNING:"
+msgstr "경고:"
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -39358,10 +39881,10 @@ msgid "Want to see the data? Please ask an administrator for access."
msgstr "ěť´ 데이터를 ëł´ęł  싶은가요? 관리ěžě—게 액세스 권한을 요청í•ě„¸ěš”."
msgid "Warning"
-msgstr ""
+msgstr "경고"
msgid "Warning:"
-msgstr ""
+msgstr "경고:"
msgid "Warning: Displaying this diagram might cause performance issues on this page."
msgstr ""
@@ -39502,147 +40025,147 @@ msgid "WebexTeamsService|Webex Teams"
msgstr ""
msgid "Webhook"
-msgstr ""
+msgstr "웹훅"
msgid "Webhook Logs"
-msgstr ""
+msgstr "웹훅 로그"
msgid "Webhook Settings"
-msgstr ""
+msgstr "웹훅 설정"
msgid "Webhook events will be displayed here."
msgstr ""
msgid "Webhook:"
-msgstr ""
+msgstr "웹훅"
msgid "Webhooks"
-msgstr ""
+msgstr "웹훅"
msgid "Webhooks Help"
-msgstr ""
+msgstr "웹훅 도움ë§"
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
-msgstr "기밀 ěť´ěŠę°€ ěťě„±, 업데이트, 종료 ë는 다시 열릴 ë•Ś URLěť´ 트리거ë©ë‹ë‹¤."
+msgid "Webhooks|Merge request events"
+msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
-msgstr "ěť´ěŠę°€ ěťě„±, 업데이트, 종료 ë는 다시 열릴 ë•Ś URLěť´ 트리거ë©ë‹ë‹¤."
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39750,10 +40273,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -39917,7 +40440,7 @@ msgid "WikiPage|Are you sure you want to switch back to the classic editor?"
msgstr ""
msgid "WikiPage|Cancel"
-msgstr ""
+msgstr "취소"
msgid "WikiPage|Commit message"
msgstr ""
@@ -39953,7 +40476,7 @@ msgid "WikiPage|Page title"
msgstr ""
msgid "WikiPage|Retry"
-msgstr ""
+msgstr "재시도"
msgid "WikiPage|Save changes"
msgstr ""
@@ -39977,7 +40500,7 @@ msgid "WikiPage|Tip: You can specify the full path for the new file. We will aut
msgstr "íŚ: ě íŚŚěťĽěť ě „ě˛´ 경로를 지정할 ě ěžěŠµë‹ë‹¤. ë„ëť˝ëś ë””ë ‰í† ë¦¬ëŠ” ěžëŹ™ěśĽëˇś ěťě„±ë©ë‹ë‹¤."
msgid "WikiPage|Title"
-msgstr ""
+msgstr "제목"
msgid "WikiPage|To link to a (new) page, simply type %{linkExample}. More examples are in the %{linkStart}documentation%{linkEnd}."
msgstr ""
@@ -39998,7 +40521,7 @@ msgid "WikiPage|Write your content or drag files here…"
msgstr "ě—¬ę¸°ě— ë‚´ěš©ěť„ 작성í•ę±°ë‚ 파일을 ë“śëžę·¸í•ě„¸ěš”…"
msgid "Wikis"
-msgstr ""
+msgstr "위키"
msgid "Wiki|Create New Page"
msgstr ""
@@ -40025,7 +40548,7 @@ msgid "Wiki|The sidebar failed to load. You can reload the page to try again."
msgstr ""
msgid "Wiki|Title"
-msgstr ""
+msgstr "제목"
msgid "Wiki|View All Pages"
msgstr ""
@@ -40060,7 +40583,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40115,7 +40644,7 @@ msgid "Yes, close issue"
msgstr ""
msgid "Yes, delete project"
-msgstr ""
+msgstr "ě, 프로젝트를 ě‚­ě śí•©ë‹ë‹¤."
msgid "Yesterday"
msgstr "ě–´ě ś"
@@ -40162,6 +40691,9 @@ msgstr "%{group_name}ěť„ ě śę±°í•©ë‹ë‹¤. ěť´ě— ë”°ëťĽ 모든 í•ěś„ 그룹과
msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
+msgid "You are going to transfer %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40175,7 +40707,7 @@ msgid "You are not allowed to %{action} a user"
msgstr ""
msgid "You are not allowed to approve a user"
-msgstr ""
+msgstr "사용ěžëĄĽ 승인할 권한이 없습ë‹ë‹¤."
msgid "You are not allowed to log in using password"
msgstr ""
@@ -40195,6 +40727,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40243,14 +40778,17 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
msgid "You can always change your URL later"
-msgstr ""
+msgstr "ë‚ě¤‘ě— ě–¸ě śë“ ě§€ URLěť„ 변경할 ě ěžěŠµë‹ë‹¤."
msgid "You can always edit this later"
-msgstr ""
+msgstr "ë‚ě¤‘ě— ě–¸ě śë“ ě§€ ěě •í•  ě ěžěŠµë‹ë‹¤."
msgid "You can create a new %{link}."
msgstr ""
@@ -40288,6 +40826,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40304,7 +40845,7 @@ msgid "You can group test cases using labels. To learn about the future directio
msgstr ""
msgid "You can invite a new member to %{project_name} or invite another group."
-msgstr ""
+msgstr "%{project_name} ě— ě 회ě›ěť„ ě´ëŚ€í•ę±°ë‚ 다른 그룹을 ě´ëŚ€í•  ě ěžěŠµë‹ë‹¤."
msgid "You can invite a new member to %{project_name}."
msgstr "%{project_name} ě— ě 회ě›ěť„ ě´ëŚ€í•  ě ěžěŠµë‹ë‹¤."
@@ -40313,7 +40854,7 @@ msgid "You can invite a new member to %{strong_start}%{group_name}%{strong_end}.
msgstr "%{strong_start}%{group_name}%{strong_end} ě— ě 회ě›ěť„ ě´ëŚ€í•  ě ěžěŠµë‹ë‹¤."
msgid "You can invite another group to %{project_name}."
-msgstr ""
+msgstr "%{project_name} ě— ë‹¤ëĄ¸ 그룹을 ě´ëŚ€í•  ě ěžěŠµë‹ë‹¤.."
msgid "You can move around the graph by using the arrow keys."
msgstr "화살표 키를 사용í•ě—¬ ę·¸ëží”„를 움ě§ěťĽ ě ěžěŠµë‹ë‹¤."
@@ -40423,6 +40964,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr "웹 터미ë„ěť„ 실행할 ě ěžëŠ” 권한이 없습ë‹ë‹¤. 프로젝트 관리ěžě—게 문ěťí•ě„¸ěš”."
@@ -40514,6 +41058,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40553,7 +41100,7 @@ msgstr "프로젝트 ě«ěž í•śëŹ„ě— ëŹ„ë‹¬í–습ë‹ë‹¤."
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40568,6 +41115,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -40887,7 +41437,7 @@ msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here
msgstr ""
msgid "Your dashboard has been updated. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
-msgstr ""
+msgstr "대시보드가 업데이트ëě—습ë‹ë‹¤. %{web_ide_link_start}여기서 ěě •%{web_ide_link_end}í•ě‹¤ ě ěžěŠµë‹ë‹¤."
msgid "Your default notification email is used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
@@ -40949,7 +41499,7 @@ msgstr "ę·€í•ěť 이름"
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -40958,9 +41508,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41027,6 +41574,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41155,6 +41705,10 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr "이미 프로젝트 승인ěžę°€ 존재합ë‹ë‹¤."
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+
msgid "approved by: "
msgstr ""
@@ -41187,7 +41741,7 @@ msgstr ""
msgid "branch"
msgid_plural "branches"
-msgstr[0] ""
+msgstr[0] "브랜ěą"
msgid "branch name"
msgstr "ë¸Śëžśěą ěť´ë¦„"
@@ -41196,7 +41750,7 @@ msgid "by"
msgstr "by"
msgid "cURL:"
-msgstr ""
+msgstr "cURL:"
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
@@ -41237,6 +41791,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41601,11 +42158,14 @@ msgid "commit %{commit_id}"
msgstr ""
msgid "committed"
-msgstr ""
+msgstr "커밋ë¨"
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41633,12 +42193,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr "%{timeAgo} ě „ ěťě„±ë¨"
@@ -41662,7 +42216,7 @@ msgid "days"
msgstr ""
msgid "default branch"
-msgstr ""
+msgstr "기본 브랜ěą"
msgid "deleted"
msgstr ""
@@ -41671,7 +42225,7 @@ msgid "deploy"
msgstr ""
msgid "design"
-msgstr ""
+msgstr "ë””ěžěť¸"
msgid "detached"
msgstr ""
@@ -41680,7 +42234,7 @@ msgid "disabled"
msgstr "사용 ě• í•¨"
msgid "does not exist"
-msgstr ""
+msgstr "존재í•ě§€ 않습ë‹ë‹¤"
msgid "does not have a supported extension. Only %{extension_list} are supported"
msgstr ""
@@ -41732,7 +42286,7 @@ msgid "environment_id parameter is required when type is container_policy"
msgstr ""
msgid "epic"
-msgstr ""
+msgstr "ě—í”˝"
msgid "error"
msgstr ""
@@ -41741,7 +42295,7 @@ msgid "estimateCommand|%{slash_command} overwrites the total estimated time."
msgstr ""
msgid "example.com"
-msgstr ""
+msgstr "example.com"
msgid "exceeds the %{max_value_length} character limit"
msgstr ""
@@ -41764,12 +42318,15 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
msgid "file"
msgid_plural "files"
-msgstr[0] ""
+msgstr[0] "파일"
msgid "finding is not found or is already attached to a vulnerability"
msgstr ""
@@ -41793,7 +42350,7 @@ msgid "for this project"
msgstr "ěť´ í”„ëˇśě ťíŠ¸ě— ëŚ€í•´"
msgid "fork"
-msgstr ""
+msgstr "포í¬"
msgid "from"
msgstr ""
@@ -41806,6 +42363,12 @@ msgid "frontmatter"
msgstr ""
msgid "group"
+msgstr "그룹"
+
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
msgstr ""
msgid "group members"
@@ -41923,6 +42486,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -41954,7 +42520,7 @@ msgid "is too long (maximum is 1000 entries)"
msgstr ""
msgid "issue"
-msgstr ""
+msgstr "ěť´ěŠ"
msgid "issues at risk"
msgstr ""
@@ -41987,7 +42553,7 @@ msgid "kuromoji custom analyzer"
msgstr ""
msgid "last commit:"
-msgstr ""
+msgstr "ë§ě§€ë§‰ 커밋:"
msgid "latest"
msgstr ""
@@ -42019,9 +42585,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42062,9 +42625,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr "브랜ěąëĄĽ ëłµě›í•ę±°ë‚ 다른 %{missingBranchName} 브랜ěąëĄĽ 사용해주세요."
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42157,7 +42717,7 @@ msgid "mrWidget|Create issue to resolve all threads"
msgstr ""
msgid "mrWidget|Delete source branch"
-msgstr ""
+msgstr "소스 ë¸Śëžśěą ě‚­ě ś"
msgid "mrWidget|Deletes the source branch"
msgstr ""
@@ -42186,8 +42746,8 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
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} 브랜ěąę°€ ë‹ąě‹ ěť ëˇśě»¬ ě €ěžĄě†Śě— ěˇ´ěž¬í•śë‹¤ë©´, 명령줄을 사용í•ě—¬ ě동으로 머지할 ě ěžěŠµë‹ë‹¤."
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
+msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
@@ -42232,6 +42792,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr "머지 실패."
@@ -42251,10 +42814,10 @@ msgid "mrWidget|Merging! Changes are being shipped…"
msgstr ""
msgid "mrWidget|Merging! Changes will land soon…"
-msgstr ""
+msgstr "머지 중! 변경 사항이 곧 ě ěš©ë©ë‹ë‹¤â€¦"
msgid "mrWidget|Merging! Drum roll, please…"
-msgstr ""
+msgstr "머지 중! ë‘구ë‘구ë‘구…"
msgid "mrWidget|Merging! Everything's good…"
msgstr ""
@@ -42272,7 +42835,7 @@ msgid "mrWidget|Merging! This is going to be great…"
msgstr ""
msgid "mrWidget|Merging! We're almost there…"
-msgstr ""
+msgstr "머지 중! ę±°ěť ë‹¤ ë습ë‹ë‹¤â€¦"
msgid "mrWidget|More information"
msgstr ""
@@ -42286,6 +42849,9 @@ msgstr "Web IDEě—ě„ś 열기"
msgid "mrWidget|Plain diff"
msgstr "Plain diff"
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr "ěžëŹ™ěśĽëˇś 머지할 준비가 ëě—습ë‹ë‹¤. ěť´ ě €ěžĄě†Śěť ě“°ę¸° 권한이 ěžëŠ” 사람이 머지할 ě ěžëŹ„록 요청í•ě„¸ěš”."
@@ -42299,7 +42865,7 @@ msgid "mrWidget|Refreshing now"
msgstr "ě§€ę¸ ě로고침 중"
msgid "mrWidget|Remove from merge train"
-msgstr ""
+msgstr "머지 트ë ěť¸ě—ě„ś ě śę±°"
msgid "mrWidget|Request to merge"
msgstr "머지 리í€ěŠ¤íŠ¸(MR)"
@@ -42314,7 +42880,7 @@ msgid "mrWidget|Revert this merge request in a new merge request"
msgstr "ě로운 머지 리í€ěŠ¤íŠ¸(MR)ě—ě„ś ěť´ 머지 리í€ěŠ¤íŠ¸(MR)로 ë돌리기"
msgid "mrWidget|Revoke approval"
-msgstr ""
+msgstr "승인 취소"
msgid "mrWidget|SAST and Secret Detection is not enabled."
msgstr ""
@@ -42331,6 +42897,9 @@ msgstr "파이프라인이 성공할 ë•Ś 머지 트ë ěť¸ěť„ ě‹śěž‘í•ëŹ„록 %{m
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr "변경 사항이 머지ëě—습ë‹ë‹¤."
@@ -42340,11 +42909,8 @@ msgstr "변경 사항이 머지ë지 ě•Šě•ěŠµë‹ë‹¤."
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr "ěť´ 머지 리í€ěŠ¤íŠ¸ě— 대한 파이프라인이 완료ë지 ě•Šě•ěŠµë‹ë‹¤. ě 커밋을 푸시í•ě—¬ ě¤ëĄëĄĽ ěě •í•ę±°ë‚ %{linkStart}문제 해결 문서%{linkEnd}를 확인í•ě—¬ 가능한 다른 ěž‘ě—…ěť„ 확인í•ě„¸ěš”."
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr "ěť´ 머지 리í€ěŠ¤íŠ¸ě— 대한 파이프라인이 완료ë지 ě•Šě•ěŠµë‹ë‹¤. ě 커밋을 푸쉬í•ě—¬ ě¤ëĄëĄĽ ěě •í•ě„¸ěš”."
-
msgid "mrWidget|The source branch has been deleted"
-msgstr ""
+msgstr "소스 브랜ěąę°€ ě śę±°ëě—습ë‹ë‹¤."
msgid "mrWidget|The source branch is %{link} the target branch"
msgstr ""
@@ -42379,14 +42945,11 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr "브랜ěąę°€ 존재í•ě§€ 않습ë‹ë‹¤."
-
msgid "mrWidget|into"
msgstr "로"
msgid "must be a Debian package"
-msgstr ""
+msgstr "Debian 패키지여야 í•©ë‹ë‹¤"
msgid "must be a boolean value"
msgstr ""
@@ -42529,7 +43092,7 @@ msgid "personal access tokens"
msgstr ""
msgid "pipeline"
-msgstr ""
+msgstr "파이프라인"
msgid "pipeline schedules documentation"
msgstr ""
@@ -42591,13 +43154,13 @@ msgid "project members"
msgstr ""
msgid "project name"
-msgstr ""
+msgstr "프로젝트 이름"
msgid "project namespace cannot be the parent of another namespace"
msgstr ""
msgid "projects"
-msgstr ""
+msgstr "프로젝트"
msgid "quick actions"
msgstr ""
@@ -42609,10 +43172,10 @@ msgid "reCAPTCHA helps prevent credential stuffing."
msgstr ""
msgid "reCAPTCHA private key"
-msgstr ""
+msgstr "reCAPTCHA 개인 키"
msgid "reCAPTCHA site key"
-msgstr ""
+msgstr "reCAPTCHA 사이트 키"
msgid "recent activity"
msgstr ""
@@ -42645,21 +43208,18 @@ msgid "removed a Zoom call from this issue"
msgstr ""
msgid "rendered diff"
-msgstr ""
+msgstr "렌더ë§ëś diff"
msgid "reply"
msgid_plural "replies"
msgstr[0] "답변"
msgid "repository:"
-msgstr ""
+msgstr "저장소:"
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -42712,13 +43272,13 @@ msgid "show %{count} more"
msgstr ""
msgid "show fewer"
-msgstr ""
+msgstr "더 ě ę˛Ś í‘śě‹ś"
msgid "show less"
-msgstr ""
+msgstr "ę°„ëžµíž ëł´ę¸°"
msgid "sign in"
-msgstr ""
+msgstr "로그인"
msgid "smartcn custom analyzer"
msgstr ""
@@ -42727,7 +43287,7 @@ msgid "source"
msgstr "소스"
msgid "source diff"
-msgstr ""
+msgstr "소스 diff"
msgid "specified top is not part of the tree"
msgstr ""
@@ -42742,10 +43302,10 @@ msgid "started a discussion on %{design_link}"
msgstr ""
msgid "started on %{timebox_start_date}"
-msgstr ""
+msgstr "%{timebox_start_date}ě— ě‹śěž‘ë¨"
msgid "starts on %{timebox_start_date}"
-msgstr ""
+msgstr "%{timebox_start_date}ě— ě‹śěž‘"
msgid "structure is too large"
msgstr ""
@@ -42840,9 +43400,6 @@ msgstr "ě‚¬ěš©ěž ě•„ë°”í€"
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr "ě‚¬ěš©ěž ě„¤ě •"
-
msgid "username"
msgstr "사용ěžëŞ…"
@@ -42853,13 +43410,13 @@ msgid "value for '%{storage}' must be an integer"
msgstr ""
msgid "value for '%{storage}' must be between 0 and 100"
-msgstr ""
+msgstr "'%{storage}'ěť ę°’ěť€ 0ě—ě„ś 100 사이여야 í•©ë‹ë‹¤."
msgid "verify ownership"
msgstr ""
msgid "version %{versionIndex}"
-msgstr ""
+msgstr "버전 %{versionIndex}"
msgid "via %{closed_via}"
msgstr ""
@@ -42871,10 +43428,10 @@ msgid "view it on GitLab"
msgstr "GitLabě—ě„ś 보기"
msgid "view the blob"
-msgstr ""
+msgstr "blob 보기"
msgid "view the source"
-msgstr ""
+msgstr "소스 보기"
msgid "visibility"
msgstr ""
@@ -42884,13 +43441,13 @@ msgid_plural "vulnerabilities"
msgstr[0] ""
msgid "vulnerability|Add a comment"
-msgstr ""
+msgstr "댓글 추가"
msgid "vulnerability|Add a comment or reason for dismissal"
msgstr ""
msgid "vulnerability|Add comment"
-msgstr ""
+msgstr "댓글 추가"
msgid "vulnerability|Add comment & dismiss"
msgstr ""
@@ -42902,7 +43459,7 @@ msgid "vulnerability|Dismiss vulnerability"
msgstr ""
msgid "vulnerability|Save comment"
-msgstr ""
+msgstr "댓글 저장"
msgid "vulnerability|Undo dismiss"
msgstr ""
@@ -42911,29 +43468,29 @@ msgid "vulnerability|dismissed"
msgstr ""
msgid "was scheduled to merge after pipeline succeeds by"
-msgstr ""
+msgstr "다음 파이프라인이 성공한 ë’¤ 머지ë도록 ěě•˝ëě—습ë‹ë‹¤."
msgid "wiki page"
-msgstr ""
+msgstr "위키 íŽěť´ě§€"
msgid "with %{additions} additions, %{deletions} deletions."
msgstr "%{additions} ę°śěť ě¶”ę°€, %{deletions} ę°śěť ě‚­ě śę°€ ěžěŠµë‹ë‹¤."
msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
-msgstr ""
+msgstr "만료가 %{old_expiry}ě—ě„ś %{new_expiry}(으)로 변경ë¨"
msgid "with expiry remaining unchanged at %{old_expiry}"
msgstr ""
msgid "yaml invalid"
-msgstr ""
+msgstr "유효í•ě§€ 않은 yaml"
msgid "your settings"
-msgstr ""
+msgstr "ë‹ąě‹ ěť ě„¤ě •"
msgid "{group}"
-msgstr ""
+msgstr "{그룹}"
msgid "{project}"
-msgstr ""
+msgstr "{프로젝트}"
diff --git a/locale/ku_TR/gitlab.po b/locale/ku_TR/gitlab.po
index 369003ca62e..037e73633d7 100644
--- a/locale/ku_TR/gitlab.po
+++ b/locale/ku_TR/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: ku\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:23\n"
+"PO-Revision-Date: 2022-02-02 15:46\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/ky_KG/gitlab.po b/locale/ky_KG/gitlab.po
index 4230c6d6bf3..e7520f63696 100644
--- a/locale/ky_KG/gitlab.po
+++ b/locale/ky_KG/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: ky\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:23\n"
+"PO-Revision-Date: 2022-02-02 15:46\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/lt_LT/gitlab.po b/locale/lt_LT/gitlab.po
index 49a136f8582..472482312a1 100644
--- a/locale/lt_LT/gitlab.po
+++ b/locale/lt_LT/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: lt\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:23\n"
+"PO-Revision-Date: 2022-02-02 15:46\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -132,6 +132,34 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -603,6 +631,12 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -780,6 +814,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -876,6 +913,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -885,6 +925,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -997,9 +1040,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -1034,6 +1074,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -2064,21 +2107,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -2103,9 +2137,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -2211,9 +2242,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -2223,7 +2251,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2238,6 +2266,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2304,6 +2335,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2421,9 +2455,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2721,6 +2752,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2877,6 +2914,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2913,7 +2953,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -3039,6 +3079,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -3102,6 +3145,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -3204,7 +3250,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3765,22 +3811,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3891,9 +3928,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -4041,16 +4075,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while fetching this tab."
-msgstr ""
-
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4622,9 +4653,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4655,9 +4683,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4667,13 +4692,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4700,7 +4725,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4715,6 +4740,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4730,7 +4758,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4742,22 +4770,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4871,6 +4905,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4965,9 +5002,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -5052,7 +5086,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5498,6 +5532,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5630,6 +5667,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5657,6 +5697,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5672,9 +5715,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5711,9 +5751,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5792,9 +5829,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5873,6 +5916,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -6191,18 +6237,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -6218,9 +6258,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6269,15 +6306,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6296,9 +6324,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6494,6 +6519,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6561,9 +6595,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6798,6 +6844,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -7181,6 +7230,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7358,6 +7410,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7658,15 +7713,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7763,6 +7809,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7787,7 +7839,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7832,7 +7884,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7862,7 +7914,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7919,13 +7971,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7952,7 +8007,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7979,6 +8034,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7991,6 +8058,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -8016,7 +8086,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -8034,6 +8104,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8986,6 +9059,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -9235,6 +9311,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -9265,6 +9344,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9310,12 +9395,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9343,12 +9431,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9913,7 +10007,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -10054,9 +10148,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -10069,9 +10178,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -10144,6 +10250,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -10171,13 +10280,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10321,6 +10433,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10579,6 +10694,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10813,6 +10931,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -11049,6 +11170,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -11058,10 +11182,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11151,12 +11275,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -11169,9 +11287,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -11184,9 +11299,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11259,9 +11371,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11289,9 +11398,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11301,12 +11407,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11319,9 +11419,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11343,9 +11440,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11617,9 +11711,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -12058,6 +12149,9 @@ msgstr[3] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -12073,6 +12167,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -12287,9 +12384,39 @@ msgstr[3] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12858,9 +12985,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12928,7 +13052,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -13123,7 +13247,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13369,6 +13493,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13513,9 +13640,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13558,6 +13682,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13585,6 +13712,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13663,9 +13796,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13714,6 +13844,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13991,6 +14124,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -14018,6 +14154,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14805,9 +14944,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14817,15 +14953,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14841,6 +14971,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14923,10 +15101,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15368,16 +15543,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15465,12 +15630,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15795,6 +15954,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15870,6 +16032,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15906,18 +16071,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15954,6 +16122,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -16008,6 +16179,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -16083,12 +16257,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -16104,6 +16272,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -16137,16 +16308,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16158,9 +16332,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16209,6 +16380,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16245,10 +16422,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16326,6 +16503,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16449,9 +16629,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16476,6 +16653,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16656,6 +16836,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16794,6 +16977,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16962,6 +17148,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16980,6 +17169,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -17043,9 +17235,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -17070,6 +17259,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -17082,9 +17274,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17325,18 +17514,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17361,9 +17544,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17394,7 +17574,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17442,6 +17625,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17460,9 +17646,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17490,9 +17673,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17535,7 +17715,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17616,9 +17796,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17673,7 +17850,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17906,6 +18083,33 @@ msgstr[3] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17966,9 +18170,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -18005,9 +18206,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -18023,6 +18221,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -18122,6 +18323,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -18146,9 +18359,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18755,6 +18965,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18857,6 +19070,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18932,6 +19148,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19356,9 +19575,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19371,9 +19587,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19443,6 +19656,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19461,9 +19677,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19500,6 +19713,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19509,6 +19725,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19569,7 +19788,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21391,6 +21610,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21728,9 +21950,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21746,6 +21965,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21782,6 +22004,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22556,6 +22811,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22574,9 +22835,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23401,9 +23671,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23425,9 +23692,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23606,10 +23870,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23714,9 +23978,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23795,9 +24056,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23816,9 +24074,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -24336,6 +24591,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24363,6 +24621,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24429,7 +24690,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -25350,7 +25611,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25969,9 +26251,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -26110,6 +26389,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -26128,7 +26410,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26395,9 +26677,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26410,6 +26689,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26422,7 +26704,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26587,10 +26869,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26773,6 +27073,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26788,6 +27091,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -27142,6 +27451,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27367,6 +27679,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27391,9 +27706,6 @@ 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 ""
@@ -27571,6 +27883,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27616,9 +27931,6 @@ 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 ""
@@ -28141,10 +28453,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -28222,6 +28537,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -28267,6 +28588,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28393,9 +28717,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28417,7 +28738,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28435,7 +28756,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -29197,9 +29518,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -29233,7 +29551,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29479,6 +29797,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29548,6 +29872,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29624,7 +29951,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -30170,6 +30497,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30400,6 +30734,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30475,9 +30812,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30496,6 +30830,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30627,9 +30964,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30696,7 +31030,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30800,13 +31134,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30827,6 +31161,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30914,6 +31251,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30926,9 +31266,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30947,6 +31293,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30962,9 +31311,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -31013,10 +31359,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -31052,6 +31401,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -31091,16 +31443,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -31112,6 +31464,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -31127,9 +31482,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31283,9 +31635,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31412,9 +31761,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31738,7 +32084,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31870,6 +32216,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31924,6 +32273,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31942,21 +32294,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31966,12 +32327,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31999,6 +32369,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -32014,12 +32390,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -32029,6 +32453,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32350,9 +32777,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32740,7 +33164,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32749,6 +33173,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32758,18 +33185,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32908,7 +33329,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -33083,9 +33504,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -33125,6 +33543,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -33137,6 +33558,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -33149,9 +33573,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -33176,6 +33597,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33220,7 +33644,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33313,6 +33737,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33415,9 +33842,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33724,9 +34175,6 @@ 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 ""
@@ -33790,9 +34238,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -34126,6 +34571,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -34168,6 +34616,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34510,6 +34961,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34540,6 +34994,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34618,9 +35093,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34789,9 +35261,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34816,6 +35285,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34855,6 +35327,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34909,6 +35384,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34921,6 +35399,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -35164,6 +35651,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -35236,6 +35726,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -35414,6 +35907,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35590,9 +36086,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35633,12 +36126,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35648,9 +36135,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35684,7 +36168,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35853,6 +36337,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35928,9 +36415,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35946,9 +36430,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -36318,7 +36799,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36369,7 +36850,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36453,9 +36934,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36579,6 +37057,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36618,9 +37099,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36660,9 +37138,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36882,6 +37366,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36903,6 +37390,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36942,6 +37432,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -37170,9 +37663,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -37424,9 +37914,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37568,9 +38055,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37586,9 +38070,6 @@ 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 ""
@@ -37796,9 +38277,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37911,6 +38389,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37926,15 +38407,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -38001,6 +38476,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38520,6 +39001,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38541,6 +39025,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38976,6 +39463,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39507,6 +39997,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39660,6 +40162,9 @@ msgstr[3] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39885,6 +40390,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39927,6 +40435,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39945,6 +40456,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39954,6 +40471,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39966,6 +40486,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39978,6 +40501,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -40002,9 +40528,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -40185,127 +40720,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40413,10 +40948,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40726,7 +41261,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40828,6 +41369,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40861,6 +41405,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40909,6 +41456,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40954,6 +41504,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -41089,6 +41642,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -41183,6 +41739,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -41222,7 +41781,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41237,6 +41796,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41618,7 +42180,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41627,9 +42189,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41696,6 +42255,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41830,6 +42392,13 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "approved by: "
msgstr ""
@@ -41915,6 +42484,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -42293,6 +42865,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -42320,12 +42895,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -42457,6 +43026,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42507,6 +43079,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42625,6 +43203,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42721,9 +43302,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42767,9 +43345,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42894,7 +43469,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42943,6 +43518,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42997,6 +43575,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -43042,6 +43623,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -43051,9 +43635,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -43090,9 +43671,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -43383,9 +43961,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43566,9 +44141,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/mk_MK/gitlab.po b/locale/mk_MK/gitlab.po
index 43a30dde9c1..1c43fe1fd20 100644
--- a/locale/mk_MK/gitlab.po
+++ b/locale/mk_MK/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: mk\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:23\n"
+"PO-Revision-Date: 2022-02-02 15:46\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/mn_MN/gitlab.po b/locale/mn_MN/gitlab.po
index 4f3ea7851de..ec1d1e69b95 100644
--- a/locale/mn_MN/gitlab.po
+++ b/locale/mn_MN/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: mn\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:23\n"
+"PO-Revision-Date: 2022-02-02 15:46\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/nb_NO/gitlab.po b/locale/nb_NO/gitlab.po
index c2a65db27ba..fd0a4e25ba1 100644
--- a/locale/nb_NO/gitlab.po
+++ b/locale/nb_NO/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: nb\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:24\n"
+"PO-Revision-Date: 2022-02-02 15:48\n"
msgid " %{start} to %{end}"
msgstr " %{start} til %{end}"
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] "%d URL skannet"
msgstr[1] "%d URLer skannet"
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%d godkjenner"
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] "%{bold_start}%{count}%{bold_end} åpnet fletteforespørsel"
msgstr[1] "%{bold_start}%{count}%{bold_end} åpnede fletteforespørsler"
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr "%{code_open}Maskert:%{code_close} Skjult i jobblogger. MĂĄ oppfylle kravene til maskering."
@@ -626,6 +652,9 @@ msgstr "%{group_name}-aktivitet"
msgid "%{group_name} group members"
msgstr "%{group_name} gruppemedlemmer"
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
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} bruker gruppeadministrerte kontoer. Du mĂĄ opprette en ny GitLab-konto som vil bli administreres av %{group_name}."
@@ -722,6 +751,9 @@ msgstr "%{level_name} er ikke tillatt i en %{group_level_name}-gruppe."
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "%{level_name} er ikke tillatt siden utgreiningskildeprosjektet har lavere synlighet."
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr "%{placeholder} er ikke et gyldig tema"
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr "Den kan ikke brukes til ĂĄ fĂĄ tilgang til noen andre data."
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr "Sjetonger for personlig tilgang"
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr "Lær mer"
@@ -1979,9 +2002,6 @@ msgstr "Legg til CHANGELOG"
msgid "Add CONTRIBUTING"
msgstr "Legg til CONTRIBUTING"
-msgid "Add GitLab to Slack"
-msgstr "Legg til GitLab til Slack"
-
msgid "Add Jaeger URL"
msgstr "Legg til Jaeger-URL"
@@ -1991,8 +2011,8 @@ msgstr "Legg til Kubernetes-klynge"
msgid "Add LICENSE"
msgstr "Legg til LICENSE"
-msgid "Add New Node"
-msgstr "Legg til ny node"
+msgid "Add New Site"
+msgstr ""
msgid "Add README"
msgstr "Legg til README"
@@ -2006,6 +2026,9 @@ msgstr "Legg til en %{type}"
msgid "Add a GPG key"
msgstr "Legg til en GPG-nøkkel"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr "Legg til en oppgave"
msgid "Add an SSH key"
msgstr "Legg til en SSH-nøkkel"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr "Legg til en eksisterende sak"
@@ -2189,9 +2215,6 @@ msgstr "Legg til systemkrok"
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr "Legg til i Slack"
-
msgid "Add to board"
msgstr "Legg til pĂĄ bord"
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr "Feil under innlasting av statistikken. Vennligst prøv igjen"
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr "(Deaktivert)"
msgid "AdminUsers|(Internal)"
msgstr "(Intern)"
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr "(Venter pĂĄ godkjenning)"
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr "Admin"
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr "Det er deg!"
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr "Logg pĂĄ"
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr "Brukeren kan ikke logge pĂĄ."
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr "Brukeren vil bli logget av"
@@ -2972,8 +3010,8 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
-msgstr "Du kan ikke fjerne dine egne adminrettigheter."
+msgid "AdminUsers|You cannot remove your own administrator access."
+msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
msgstr ""
@@ -3533,22 +3571,13 @@ msgstr "Tillat prosjekter innenfor denne gruppen ĂĄ bruke Git LFS"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
msgstr ""
-msgid "Allow requests to the local network from hooks and services."
-msgstr "Tillat forespørsler til det lokale nettverket fra kroker og tjenester."
-
-msgid "Allow requests to the local network from system hooks"
-msgstr "Tillat forespørsler til det lokale nettverket fra systemkroker"
-
-msgid "Allow requests to the local network from web hooks and services"
-msgstr "Tillat forespørsler til det lokale nettverket fra Webhooks og tjenester"
-
msgid "Allow subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr "En feil har oppstĂĄtt"
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr "En feil oppstod under tillegging av et utkast til trĂĄden."
@@ -3809,18 +3835,15 @@ msgstr "En feil oppstod under innhenting av jobbene."
msgid "An error occurred while fetching the latest pipeline."
msgstr "En feil oppstod under innhenting av den nyeste rørledningen."
+msgid "An error occurred while fetching the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while fetching the releases. Please try again."
msgstr "En feil oppstod under innhenting av lanseringene. Vennligst prøv igjen."
msgid "An error occurred while fetching this tab."
msgstr "En feil oppstod under innhenting av denne fanen."
-msgid "An error occurred while generating a username. Please try again."
-msgstr "En feil oppstod under generering av brukernavn. Vennligst prøv igjen."
-
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
-msgstr ""
-
msgid "An error occurred while getting files for - %{branchId}"
msgstr "En feil oppstod under henting av filer for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr "Legg til godkjennere"
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr "Alle skannere"
@@ -4407,9 +4427,6 @@ msgstr "Godkjennertype"
msgid "ApprovalRule|Approvers"
msgstr "Godkjennere"
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr "Velg alle"
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr "Velg skannere"
@@ -4482,7 +4502,7 @@ msgstr "Alvorlighetsgrader"
msgid "ApprovalRule|Target branch"
msgstr "MĂĄlgren"
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr "Er du sikker pĂĄ at du vil oppheve arkiveringen av dette prosjektet?"
msgid "Are you sure you want to %{action} %{name}?"
msgstr "Er du sikker pĂĄ at du vil %{action} %{name}?"
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr "Er du sikker pĂĄ at du vil fjerne denne identiteten?"
msgid "Are you sure you want to remove this list?"
msgstr "Er du sikker pĂĄ at du vil fjerne denne listen?"
-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 "Er du sikker du vil tilbakestille helsesjekksjetongen?"
@@ -4802,7 +4828,7 @@ msgstr "Spør igjen senere"
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr "Avataren vil bli fjernet. Er du sikker?"
msgid "Average per day: %{average}"
msgstr "Gjennomsnitt per dag: %{average}"
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr "Basert pĂĄ"
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr "Nedenfor vil du finne alle de gruppene som er offentlige."
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr "%{user_name}, du bruker for øyeblikket %{plan_name}-planen."
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr "For å behandle planen til denne gruppen, besøk faktureringsseksjonen til %{parent_billing_page_link}."
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr "Oppgrader til GitLab %{planNameForUpgrade}"
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr "Mens GitLab avslutter tilgjengeligheten til BronSe-planen, kan du fortsatt fornye Bronse-abonnementet én siste gang før %{eoa_bronze_plan_end_date}. Vi tilbyr også en gratis oppgradering til Premium-abonnementet vårt i en kort tidsperiode (opptil 25 brukere)! Lær mer om endringene og tilbudene i vår %{announcement_link}."
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr "Bitbucket-import"
msgid "Blame"
msgstr "Ă…rsaksliste"
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr "Blokker bruker"
@@ -5931,18 +5969,12 @@ msgstr "Slett grener som er flettet sammen"
msgid "Branches|Delete protected branch"
msgstr "Slett beskyttet gren"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "Slette den beskyttede grenen '%{branch_name}'?"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
msgstr ""
-msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "Ă… slette \"%{branch_name}\"-grenen kan ikke angres pĂĄ. Er du sikker?"
-
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
msgstr "Ă… slette de flettede grenene kan ikke angres pĂĄ. Er du sikker?"
@@ -5958,9 +5990,6 @@ msgstr "Ny gren"
msgid "Branches|No branches to show"
msgstr "Ingen grener ĂĄ vise"
-msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
-msgstr "Ved bekreftelse og inntasting av %{delete_protected_branch}, er det ikke mulig ĂĄ angre."
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr "Standardgrenen kan ikke slettes"
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
msgstr ""
-msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-msgstr "Denne grenen har ikke blitt slĂĄtt sammen til %{default_branch}."
-
-msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
-msgstr "Vurder ĂĄ slĂĄ sammen denne grenen for ĂĄ hindre tap av data."
-
-msgid "Branches|To confirm, type %{branch_name_confirmation}:"
-msgstr "For ĂĄ bekrefte tast inn %{branch_name_confirmation}:"
-
msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
msgstr ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "Du er i ferd med ĂĄ permanent slette den beskyttede grenen %{branch_name}."
-
msgid "Branches|diverged from upstream"
msgstr "avveket fra oppstrøm"
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "av"
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr "Utgivelser"
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr "Kan ikke flettes automatisk"
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr "Kan ikke opprette misbruksrapporten. Brukeren har blitt slettet."
@@ -6915,6 +6956,9 @@ msgstr "(x%{numberOfUsers})"
msgid "Checkout|(x%{quantity})"
msgstr "(x%{quantity})"
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr "Faktureringsadresse"
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr "Etterkommer"
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr "Klikk for ĂĄ skjule"
msgid "Click to reveal"
msgstr "Klikk for ĂĄ vise"
-msgid "Client authentication certificate"
-msgstr "Klientautentiseringssertifikat"
-
-msgid "Client authentication key"
-msgstr "Klientautentiseringsnøkkel"
-
-msgid "Client authentication key password"
-msgstr "Klientautentiseringsnøkkel-passord"
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr "Lukket: %{closed}"
msgid "Closes this %{quick_action_target}."
msgstr "Lukker denne %{quick_action_target}."
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr "Klynge"
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr "Aldri"
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr "Commit (under redigering av commit-meldingen)"
msgid "Commit Message"
msgstr "Commit-beskjed"
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr "Commit endringer"
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr "Komponent"
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr "Konfigurer sporing"
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr "Konfigurer en %{codeStart}.gitlab-webide.yml%{codeEnd}-fil i %{codeStart}.gitlab%{codeEnd}-mappen for å begynne å bruke netterminalen. %{helpStart}Lær mer.%{helpEnd}"
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr "Sett opp eksisterende installasjon"
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr "Sett opp kodelagerspeiling."
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr "Konfigurer hvilke lister som skal vises for alle som besøker dette bordet"
msgid "Confirm"
msgstr "Bekreft"
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr "Bekreft nytt passord"
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr "Handlinger"
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr "Nyligst brukt"
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr "Ny opplasting"
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr "Klarte ikke ĂĄ finne designet."
@@ -9895,13 +9996,16 @@ msgstr "Klarte ikke ĂĄ fjerne trigger."
msgid "Could not restore the group"
msgstr "Klarte ikke ĂĄ gjenopprette gruppen"
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr "Opprett iterasjon"
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr "Opprett liste"
@@ -10303,6 +10410,9 @@ msgstr "Opprettet av meg"
msgid "Created by:"
msgstr "Laget av:"
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr "Opprettelsesdato"
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr "DNS"
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr "%{startDate} - %{endDate}"
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr "Dato"
@@ -10778,11 +10894,11 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
-msgstr "Median-ledetid"
+msgid "DORA4Metrics|Median (last %{days}d)"
+msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
msgstr ""
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr "Klarte ikke å opprette nettstedsprofilen. Vennligst prøv igjen."
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr "Klarte ikke å slette skannerprofilen. Vennligst oppfrisk siden, eller prøv igjen senere."
@@ -10889,9 +10999,6 @@ msgstr "Klarte ikke ĂĄ slette nettstedsprofilen. Vennligst oppfrisk siden, eller
msgid "DastProfiles|Could not delete site profiles:"
msgstr "Klarte ikke ĂĄ slette nettstedsprofiler:"
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr "Klarte ikke å oppdatere nettstedsprofilen. Vennligst prøv igjen."
-msgid "DastProfiles|DAST Scan"
-msgstr "DAST-skanning"
-
msgid "DastProfiles|Debug messages"
msgstr "Avlusingsmeldinger"
@@ -10979,9 +11083,6 @@ msgstr "Ny nettstedsprofil"
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr "Kjør skanning"
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr "Lagre profil"
-msgid "DastProfiles|Saved Scans"
-msgstr "Lagrede skanninger"
-
-msgid "DastProfiles|Scan"
-msgstr "Skann"
-
msgid "DastProfiles|Scan mode"
msgstr "Skannemodus"
@@ -11039,9 +11131,6 @@ msgstr "Skanner-profiler"
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr "Velg gren"
@@ -11063,9 +11152,6 @@ msgstr "Nettstedstype"
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr "MĂĄl"
-
msgid "DastProfiles|Target URL"
msgstr "MĂĄl-URL"
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] "Distribueringer"
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr "Distribuer til …"
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr "API"
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr "avbrutt"
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr "Begynn en gratis prøveperiode"
@@ -12622,7 +12738,7 @@ msgstr "Vis kilden"
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr "Rediger kommentar"
msgid "Edit Deploy Key"
msgstr "Rediger distribusjonsnøkkel"
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr "Skru pĂĄ autentisering"
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr "Skru pĂĄ vedlikeholdsmodus"
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr "Slutter den"
msgid "Ends: %{endsAt}"
msgstr "Slutter: %{endsAt}"
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr "Skriv inn fletteforespørsels-URL-er"
@@ -13683,6 +13808,9 @@ msgstr "Stopp miljø"
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr "Det oppstod en feil under innhenting av loggfilene. Vennligst prøv igjen."
@@ -13710,6 +13838,9 @@ msgstr "av %{avatar}"
msgid "Environments|protected"
msgstr "beskyttet"
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr "Epos"
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr "Eksporterte krav"
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr "Ekstern ID"
@@ -14507,15 +14635,9 @@ msgstr "Ekstern URL"
msgid "External User:"
msgstr "Ekstern bruker:"
-msgid "External authentication"
-msgstr "Ekstern autentisering"
-
msgid "External authorization denied access to this project"
msgstr ""
-msgid "External authorization request timeout"
-msgstr ""
-
msgid "External storage URL"
msgstr ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr "Bruker-ID-er"
msgid "FeatureFlag|User List"
msgstr "Brukerliste"
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr "Feb"
@@ -15149,12 +15308,6 @@ msgstr "Filter"
msgid "Filter by"
msgstr "Filtrer etter"
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr "Filtrer etter %{issuable_type} som for øyeblikket er stengt."
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr "Fant feil i din %{gitlab_ci_yml}:"
msgid "Found errors in your .gitlab-ci.yml:"
msgstr "Fant feil i din .gitlab-ci.yml:"
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr "Generer et standardsett med stempler"
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr "Generer nøkkel"
@@ -15590,18 +15749,21 @@ msgstr "Forskjeller"
msgid "Geo"
msgstr "Geo"
-msgid "Geo Nodes"
-msgstr "Geo-noder"
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr "Geo-innstillinger"
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr "Legg til nettsted"
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr "Juster dine filtre/søkekriterier ovenfor. Hvis du mener at dette kan være en feil, kan du se dokumentasjonen for %{linkStart}Geo-feilsøking%{linkEnd} for mer informasjon."
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr "Alle %{replicable_name}"
@@ -15692,6 +15857,9 @@ msgstr "Oppdag GitLab Geo"
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr "Mislykket"
@@ -15767,12 +15935,6 @@ msgstr "Neste synkronisering er planlagt kl."
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr "Nodenavnet kan ikke være tomt"
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr "Ikke synkronisert enda"
@@ -15788,6 +15950,9 @@ msgstr "Ingenting ĂĄ verifisere"
msgid "Geo|Offline"
msgstr "Frakoblet"
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr "Avventer synkronisering"
@@ -15821,16 +15986,19 @@ msgstr "Laste ned pĂĄ nytt"
msgid "Geo|Remove"
msgstr "Fjern"
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr "Fjern oppføring"
-msgid "Geo|Remove node"
-msgstr "Fjern node"
+msgid "Geo|Remove site"
+msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr "Sekundært nettsted"
msgid "Geo|Selective (%{syncLabel})"
msgstr "Selektiv (%{syncLabel})"
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr "Det er ingen %{replicable_type} ĂĄ vise"
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr "sekundær"
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr "GitLab-eksport"
-msgid "GitLab for Slack"
-msgstr "GitLab for Slack"
-
msgid "GitLab group: %{source_link}"
msgstr "GitLab-gruppe: %{source_link}"
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr "Gitpod-URL"
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr "GĂĄ til forrige side"
@@ -16646,6 +16826,9 @@ msgstr "Gruppen %{group_name} ble planlagt for sletting."
msgid "Group %{group_name} was successfully created."
msgstr "Gruppen %{group_name} ble vellykket opprettet."
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr "Gruppe-Git-LFS-status:"
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr "Gruppe-URL"
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr "Gruppeprogram: %{name}"
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr "Gruppér jobber etter"
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr "Gruppemedlemmer"
@@ -16754,6 +16937,9 @@ msgstr "Gruppenavigasjon"
msgid "Group overview content"
msgstr "Gruppeoversikts-innhold"
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr "Gruppeprosjekter"
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
msgstr ""
-msgid "GroupSAML|SCIM API endpoint URL"
-msgstr ""
-
msgid "GroupSAML|SCIM Token"
msgstr "SCIM-sjetong"
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr "Gyldig SAML-respons"
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr "Din SCIM-sjetong"
-
msgid "GroupSAML|as %{access_level}"
msgstr "som %{access_level}"
@@ -17078,7 +17252,10 @@ msgstr "Søk i grupper"
msgid "GroupSelect|Select a group"
msgstr "Velg en gruppe"
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr "Skru av e-postvarsler"
msgid "GroupSettings|Disable group mentions"
msgstr "Skru av gruppenevninger"
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr "Denne innstillingen brukes pĂĄ %{ancestor_group}. Du kan overstyre innst
msgid "GroupSettings|Transfer group"
msgstr "Overfør gruppe"
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] "Skjul verdiene"
msgid "Hide values"
msgstr "Skjul verdier"
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr "Renhold"
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr "Hvordan det virker"
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr "Jeg aksepterer %{terms_link}"
msgid "I forgot my password"
msgstr "Jeg glemte passordet mitt"
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr "Identifikasjoner"
msgid "Identities"
msgstr "Identiteter"
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr "Veldig vanskelig"
msgid "InProductMarketing|Very easy"
msgstr "Veldig enkelt"
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr "Hendelse"
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr "Legg til en integrasjon"
msgid "Integrations|Add namespace"
msgstr "Legg til et navneomrĂĄde"
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr "Alle detaljer"
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr "Nettleserbegrensninger"
-
msgid "Integrations|Comment detail:"
msgstr "Kommentardetalj:"
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr "Ingen tilgjengelige navneomrĂĄder."
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr "Standard"
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr "Intern URL (valgfritt)"
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr "Lisensfil"
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr "Lisensoversikt"
@@ -21384,9 +21600,6 @@ msgstr "Laster..."
msgid "Loading…"
msgstr "Laster …"
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr "Lokalisering"
@@ -21402,6 +21615,9 @@ msgstr "LĂĄs"
msgid "Lock %{issuableDisplayName}"
msgstr "LĂĄs %{issuableDisplayName}"
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr "LĂĄser diskusjonen."
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "Logg pĂĄ med et smartkort"
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr "Fletteforespørselshendelser"
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr "MĂĄneder"
msgid "More Information"
msgstr "Mer informasjon"
-msgid "More Slack commands"
-msgstr "Mere Slack-kommandoer"
-
msgid "More actions"
msgstr "Flere handlinger"
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr "Mere informasjon."
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr "Mer enn %{number_commits_distance} commiter er annerledes fra %{default_branch}"
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr "%{strongOpen}alle%{strongClose} podder"
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr "%{strongOpen}enhver%{strongClose} port"
-msgid "NetworkPolicies|.yaml"
-msgstr ".yaml"
-
msgid "NetworkPolicies|.yaml mode"
msgstr ".yaml-modus"
@@ -23445,9 +23700,6 @@ msgstr "%{policyName}-retningslinjen ble vellykket endret"
msgid "NetworkPolicies|Policy definition"
msgstr "Retningslinjedefinisjon"
-msgid "NetworkPolicies|Rule"
-msgstr "Regel"
-
msgid "NetworkPolicies|Rule mode"
msgstr "Regelmodus"
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr "alle DNS-navn"
@@ -23984,6 +24233,9 @@ msgstr "Ingen milepæl"
msgid "No milestones to show"
msgstr "Ingen milepæler å vise"
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr "Ingen andre stempler med sĂĄdan navn eller beskrivelse"
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr "Ingen profiler ble funnet"
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr "Ingen prosjekter ble funnet"
@@ -24077,7 +24332,7 @@ msgstr "Ingen sĂĄrbarheter er til stede"
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,8 +25241,29 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
-msgstr "Utgående forespørsler"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
+msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
msgstr ""
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr "Periode i sekunder"
@@ -25762,8 +26038,8 @@ msgstr "Tillatelser"
msgid "Permissions Help"
msgstr "Hjelp for tillatelser"
-msgid "Permissions, LFS, 2FA"
-msgstr "Tillatelser, LFS, 2FA"
+msgid "Permissions and group features"
+msgstr ""
msgid "Personal Access Token"
msgstr "Personlig tilgangsnøkkel"
@@ -26029,9 +26305,6 @@ msgstr "Rørledninger"
msgid "Pipelines charts"
msgstr "Rørledningsdiagrammer"
-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 "Rørledninger for fletteforespørsler er konfigurert. En frakoblet rørledning kjører i sammenheng med fletteforespørselen, og ikke mot det innflettede resultatet. Lær mer i dokumentasjonen for rørledninger for innflettede resultater."
-
msgid "Pipelines settings for '%{project_name}' were successfully updated."
msgstr ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,11 +26497,29 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr "ugyldig"
-msgid "Pipelines|parent"
-msgstr "underkategori av"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
+msgstr ""
msgid "Pipeline|Actions"
msgstr "Handlinger"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr "Plan:"
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr "PlantUML"
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr "Vennligst %{link_to_register} eller %{link_to_sign_in} for ĂĄ kommentere"
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr "Tidspreferanser"
msgid "Preferences|Use relative times"
msgstr "Bruk relative tidspunkter"
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr "Forrige"
@@ -27001,6 +27307,9 @@ msgstr "Avatarbeskjærer"
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr "Avataren vil blir fjernet. Er du sikker?"
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr "Profil"
@@ -27025,9 +27334,6 @@ msgstr "By, land"
msgid "Profiles|Clear status"
msgstr "Tøm status"
-msgid "Profiles|Click on icon to activate signin with one of the following services"
-msgstr "Klikk på ikonene for å aktivere pålogging med en av følgende tjenester"
-
msgid "Profiles|Commit email"
msgstr "Commit-E-post"
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr "Fjern avatar"
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr "Velg nytt profilbilde"
@@ -27250,9 +27559,6 @@ msgstr "2-trinnsautentisering"
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr "Skriv inn din %{confirmationValue} for ĂĄ bekrefte:"
-msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
-msgstr ""
-
msgid "Profiles|Update profile settings"
msgstr "Oppdater profilinnstillinger"
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr "Universelt"
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr "Internt"
@@ -27901,6 +28216,9 @@ msgstr "Fletteforespørsler"
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr "Fletteforslag"
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr "Overfør prosjekt"
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr "Offentlige rørledninger"
@@ -28867,7 +29179,7 @@ msgstr "Kjøp flere minutter"
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr "Kodelager-lagring"
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 "Forespørsler til disse domenene/adressene i det lokale nettverket vil være tillatt når lokale forespørsler fra kroker og tjenester ikke er tillatt. IP-områder som 1:0:0:0:0:0:0:0/124 eller 127.0.0.0/28 støttes. Domene-jokertegn støttes ikke for øyeblikket. Bruk komma, semikolon eller ny linje for å skille flere oppføringer. Tillatelseslisten kan inneholde maksimalt 1000 oppføringer. Domener bør bruke IDNA-koding. F.eks.: example.com, 192.168.1.1, 127.0.0.0/28, xn--itlab-j1a.com."
-
msgid "Require additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr "PĂĄkrevd i dette prosjektet."
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr "Kravet %{reference} er lagt til"
@@ -30245,9 +30574,6 @@ msgstr "Løst av"
msgid "Resolved by %{name}"
msgstr "Løst av %{name}"
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr "Svar"
@@ -30314,7 +30640,7 @@ msgstr "Fortsett"
msgid "Resync"
msgstr "Re-synk"
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr "Tilbakekall"
msgid "Revoked"
msgstr "Tilbakekalt"
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr "Veikart"
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr "Rolle"
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr "Arkitektur"
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr "Beskrivelse"
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr "IP-adresse"
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr "Frakoblet"
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr "PĂĄ nett"
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr "Revisjon"
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr "Løpere"
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr "SSL-verifisering:"
msgid "SSL verification"
msgstr "SSL-verifisering"
-msgid "SVG illustration"
-msgstr "SVG-illustrasjon"
-
msgid "Satisfied"
msgstr "Fornøyd"
@@ -31026,9 +31367,6 @@ msgstr "Søk"
msgid "Search GitLab"
msgstr "Søk på GitLab"
-msgid "Search Jira issues"
-msgstr "Søk blant Jira-saker"
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr "Lisenssjekk"
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr "%{branches} %{plural}"
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr "Hvis du bruker Auto DevOps, vil ikke din %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd}-filen bli oppdatert hvis du endrer en retningslinje i denne delen. Auto DevOps-brukere bør gjøre endringer ved å følge dokumentasjonen for %{linkStart}Container-nettverksretningslinjer%{linkEnd}."
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr "Seneste skanning"
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr "Regel"
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr "vis resultater"
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr "+%{count} til"
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr "Retningslinjetype"
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr "%{firstProject} og %{secondProject}"
@@ -31942,9 +32361,6 @@ msgstr "Velg arkivformat"
msgid "Select Git revision"
msgstr "Velg Git-revisjon"
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr "Velg side"
@@ -32332,8 +32748,8 @@ msgstr "Tjenestedesk"
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr "Tjenestedesken lar folk opprette saksrapporter i din GitLab-forekomst uten å ha sin egen brukerkonto. Det sørger for en unik e-postadresse for sluttbrukere til å opprette saksrapporter i et prosjekt. Svar kan sendes enten via GitLab-grensesnittet eller via e-post. Sluttbrukere ser kun tråden via e-post."
-msgid "Service URL"
-msgstr "Tjeneste-URL"
+msgid "Service Usage Data"
+msgstr ""
msgid "Service account generated successfully"
msgstr ""
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr "Sett opp CI/CD"
msgid "Set up Jira Integration"
msgstr "Sett opp Jira-integrering"
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr "Vis all aktivitet"
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr "Vis alle saker."
@@ -32727,6 +33140,9 @@ msgstr "Vis arkiverte prosjekter"
msgid "Show archived projects only"
msgstr "Vis kun arkiverte prosjekter"
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr "Vis kommando"
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr "Vis bare kommentarer"
-msgid "Show commit description"
-msgstr "Vis commit-beskrivelse"
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr "Vis liste"
msgid "Show one file at a time"
msgstr "Vis Ă©n fil om gangen"
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr "Vis «Lukket»-listen"
@@ -32806,7 +33222,7 @@ msgstr "Viser alle saker"
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr "Logg av og registrer"
msgid "Sign up"
msgstr "Registrer deg"
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr "Slack-applikasjon"
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ msgstr "Noe gikk galt. Vennligst prøv igjen."
msgid "Something went wrong. Try again later."
msgstr "Noe gikk galt. Prøv igjen senere."
-msgid "Sorry, no epics matched your search"
-msgstr "Beklager, ingen eposer samsvarer med søket ditt"
-
msgid "Sorry, no projects matched your search"
msgstr "Beklager, ingen prosjekter samsvarer med søket ditt"
@@ -33376,9 +33816,6 @@ msgstr "Siste kontakt"
msgid "SortOptions|Last created"
msgstr "Sist opprettet"
-msgid "SortOptions|Last updated"
-msgstr "Senest oppdatert"
-
msgid "SortOptions|Least popular"
msgstr "Minst populær"
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr "Start søk"
@@ -33754,6 +34194,9 @@ msgstr "Starter: %{startsAt}"
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr "PĂĄmeldt"
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr "Legg til seter"
@@ -34204,9 +34671,6 @@ msgstr "Prøveperiodens sluttdato"
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr "Oppgrader"
-
msgid "SubscriptionTable|Usage"
msgstr "Benyttelse"
@@ -34375,9 +34839,6 @@ msgstr "Oppsummering / Notat"
msgid "Sunday"
msgstr "Søndag"
-msgid "SuperSonics|Activate cloud license"
-msgstr "Aktiver skylisens"
-
msgid "SuperSonics|Activate subscription"
msgstr "Aktiver abonnement"
@@ -34402,6 +34863,9 @@ msgstr "Skylisensiering"
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr "Begynn gratis prøveperiode"
msgid "SuperSonics|Subscription details"
msgstr "Abonnementsdetaljer"
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr "Synkroniser abonnementsdetaljer"
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr "Støtte"
@@ -34750,6 +35229,9 @@ msgstr "MĂĄlgren"
msgid "Target-Branch"
msgstr "MĂĄlgren"
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr "Oppgave-ID: %{elastic_task}"
@@ -34822,6 +35304,9 @@ msgstr "VilkĂĄr for serviceavtale og personvernregler"
msgid "Terms of Service and Privacy Policy"
msgstr "BruksvilkĂĄr og personvern"
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr "Terraform"
@@ -34992,6 +35477,9 @@ msgstr "Test"
msgid "Test Cases"
msgstr "Testtilfeller"
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr "Det var det, bra jobbet!"
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr "Snowplow-infokapseldomenet."
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr "URL-en til Jenkins-tjeneren."
@@ -35220,9 +35699,6 @@ msgstr "URL-en burde starte med http:// eller https://"
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 "X.509-sertifikatet som skal brukes når det kreves gjensidig TLS for å kommunisere med den eksterne autorisasjonstjenesten. Hvis det er tomt, blir tjenersertifikatet fortsatt validert når du besøker den gjennom HTTPS."
-
msgid "The application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr "Programmet vil bli brukt der klienthemmeligheten kan holdes konfidensiell. Apper designet for mobiler, og enkeltsideapper, blir ansett som ikke-konfidensielle."
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr "Passordet til Jenkins-tjeneren."
@@ -35516,9 +35992,6 @@ msgstr "Rørledningen har blitt slettet"
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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr "En feil oppstod under innhenting av %{replicableType}"
msgid "There was an error fetching the Geo Settings"
msgstr "Det oppstod en feil under innhenting av Geo-innstillingene"
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,8 +36412,8 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
-msgstr "En feil oppstod under lagring av denne geo-noden."
+msgid "There was an error saving this Geo Site"
+msgstr ""
msgid "There was an error saving your changes."
msgstr "En feil oppstod under lagring av endringene dine."
@@ -36023,9 +36496,6 @@ msgstr "Disse vil bli sendt til %{email} som et vedlegg nĂĄr de er ferdige."
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr "Tredjepartstilbud"
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr "Denne %{issuableDisplayName} er lĂĄst. Kun prosjektmedlemmer kan kommentere."
@@ -36149,6 +36619,9 @@ msgstr "Denne commiten ble signert med en %{strong_open}uverifisert%{strong_clos
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr "Denne gruppen er knyttet til et abonnement"
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr "Dette prosjektet"
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr "Dette prosjektet er lisensiert som %{strong_start}%{license_name}%{strong_end}."
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr "Denne innstillingen kan overstyres i hvert prosjekt."
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr "Dette abonnementet er for"
@@ -36740,9 +37225,6 @@ msgstr "Tid fra siste commit til innfletting"
msgid "Time in seconds"
msgstr "Tid i sekunder"
-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 of import: %{importTime}"
msgstr "Importeringstid: %{importTime}"
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 "For å legge til en SSH-nøkkel må du %{generate_link_start}generere en%{link_end}, eller bruke en %{existing_link_start}eksisterende nøkkel%{link_end}."
-
msgid "To add the entry manually, provide the following details to the application on your phone."
msgstr ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr "For ĂĄ oppdatere utdrag med flere filer, mĂĄ du bruke `files`-parameteren"
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ msgstr "For å utvide søket, endre eller fjerne filtrene ovenfor"
msgid "To widen your search, change or remove filters above."
msgstr "For å utvide søket, endre eller fjerne filtrene ovenfor."
-msgid "To widen your search, change or remove filters."
-msgstr "For å utvide søket, endre eller fjerne filtre."
-
msgid "To-Do List"
msgstr "Gjøremålsliste"
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr "Firmanavn"
@@ -37490,15 +37963,9 @@ msgstr "Land"
msgid "Trial|Dismiss"
msgstr "Avvis"
-msgid "Trial|First name"
-msgstr "Fornavn"
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr "Etternavn"
-
msgid "Trial|Number of employees"
msgstr "Antall ansatte"
@@ -37565,6 +38032,12 @@ msgstr "Triggeren ble vellykket oppdatert."
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr "Oppdatert"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "Oppdatert %{updated_at} av %{updated_by}"
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr "Oppdateringer"
@@ -38105,6 +38581,9 @@ msgstr "Oppgrader planen din"
msgid "Upload"
msgstr "Last opp"
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr "Last opp CSV-fil"
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr "Versjon %{versionNumber}"
msgid "Version %{versionNumber} (latest)"
msgstr "Versjon %{versionNumber} (nyeste)"
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr "Vis dokumentasjon"
@@ -39218,6 +39712,9 @@ msgstr[1] "Vis offentlige GPG-nøkler"
msgid "View replaced file @ "
msgstr "Vis erstattet fil @ "
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr "Vis innstilling"
@@ -39443,6 +39940,9 @@ msgstr "Faktisk respons"
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr "Ytterligere info"
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr "Last ned"
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr "Bevis"
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr "Identifikator"
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr "identifikatorer"
@@ -39512,6 +40021,9 @@ msgstr "Bilde"
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr "Lenker"
@@ -39524,6 +40036,9 @@ msgstr "Navnefelt"
msgid "Vulnerability|Project"
msgstr "Prosjekt"
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr "Skannerleverandør"
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr "Verktøy"
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr "ADVARSEL:"
@@ -39743,6 +40270,48 @@ msgstr "Webhooks"
msgid "Webhooks Help"
msgstr "Webhook-hjelp"
+msgid "Webhooks|A comment is added to a confidential issue."
+msgstr ""
+
+msgid "Webhooks|A comment is added to an issue."
+msgstr ""
+
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
+msgstr ""
+
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
+msgstr ""
+
+msgid "Webhooks|A feature flag is turned on or off."
+msgstr ""
+
+msgid "Webhooks|A group member is created, updated, or removed."
+msgstr ""
+
+msgid "Webhooks|A job's status changes."
+msgstr ""
+
+msgid "Webhooks|A merge request is created, updated, or merged."
+msgstr ""
+
+msgid "Webhooks|A new tag is pushed to the repository."
+msgstr ""
+
+msgid "Webhooks|A pipeline's status changes."
+msgstr ""
+
+msgid "Webhooks|A release is created or updated."
+msgstr ""
+
+msgid "Webhooks|A subgroup is created or removed."
+msgstr ""
+
+msgid "Webhooks|A wiki page is created or updated."
+msgstr ""
+
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
+msgstr ""
+
msgid "Webhooks|Comments"
msgstr "Kommentarer"
@@ -39785,6 +40354,9 @@ msgstr "Rørledningshendelser"
msgid "Webhooks|Push events"
msgstr "Pushhendelser"
+msgid "Webhooks|Push to the repository."
+msgstr ""
+
msgid "Webhooks|Releases events"
msgstr ""
@@ -39815,55 +40387,10 @@ msgstr "Trigger"
msgid "Webhooks|URL"
msgstr "URL"
-msgid "Webhooks|URL is triggered by a push to the repository"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a release is created or updated"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when someone adds a comment"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
-msgstr ""
-
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
-msgstr ""
-
-msgid "Webhooks|URL must be percent-encoded if neccessary."
-msgstr ""
-
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr "Du kan ogsĂĄ teste din %{gitlab_ci_yml} i %{lint_link_start}CI Lint%{lin
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "Du kan også laste opp eksisterende filer fra datamaskinen din ved å følge instruksjonene nedenfor."
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr "Du har ikke tillatelse til ĂĄ forlate denne %{namespaceType}."
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr "Du har nĂĄdd prosjektgrensen"
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr "Du forlot «%{membershipable_human_name}»-%{source_type}."
msgid "You may close the milestone now."
msgstr "Du kan lukke milepælen nå."
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,8 +41726,8 @@ msgstr "Navnet ditt"
msgid "Your new %{type}"
msgstr "Din nye %{type}"
-msgid "Your new SCIM token"
-msgstr "Din nye SCIM-sjetong"
+msgid "Your new access token has been created."
+msgstr ""
msgid "Your new comment"
msgstr "Din nye kommentar"
@@ -41181,9 +41735,6 @@ msgstr "Din nye kommentar"
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr "Abonnementet ditt har utløpt!"
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr "godkjent av: "
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr "forpliktet"
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr "opprettet %{timeAgo}"
@@ -41995,6 +42554,9 @@ msgstr "mislyktes"
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr "gruppe"
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr "gruppemedlemmer"
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr "laster"
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "lĂĄst av %{path_lock_user_name} %{created_at}"
-msgid "log in"
-msgstr "logg inn"
-
msgid "manual"
msgstr "manual"
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr "Vennligst gjenopprett den eller bruk en annen %{missingBranchName}-fane"
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr "Fletting mislyktes."
@@ -42523,6 +43091,9 @@ msgstr "Ă…pne i nett-IDE"
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr "Endringene ble flettet inn i"
@@ -42577,9 +43151,6 @@ msgstr "Endringene ble ikke flettet inn i"
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr "Kildegrenen har blitt slettet"
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr "Passordet ditt"
-msgid "mrWidget|branch does not exist."
-msgstr "grenen eksisterer ikke."
-
msgid "mrWidget|into"
msgstr "inni"
@@ -42899,9 +43467,6 @@ msgstr "kodelager:"
msgid "required"
msgstr "pĂĄkrevd"
-msgid "reset it."
-msgstr "tilbakestille den."
-
msgid "satisfied"
msgstr "tilfredsstilt"
@@ -43082,9 +43647,6 @@ msgstr "brukerens profilbilde"
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr "brukerinnstillinger"
-
msgid "username"
msgstr "brukernavn"
diff --git a/locale/nl_NL/gitlab.po b/locale/nl_NL/gitlab.po
index 4057a8d0ea8..928cebf3594 100644
--- a/locale/nl_NL/gitlab.po
+++ b/locale/nl_NL/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: nl\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:23\n"
+"PO-Revision-Date: 2022-02-02 15:46\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "door"
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/or_IN/gitlab.po b/locale/or_IN/gitlab.po
new file mode 100644
index 00000000000..8690b4dbf35
--- /dev/null
+++ b/locale/or_IN/gitlab.po
@@ -0,0 +1,43744 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: gitlab-ee\n"
+"Report-Msgid-Bugs-To: \n"
+"Last-Translator: \n"
+"Language-Team: Odia\n"
+"Language: or_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-Project-ID: 288872\n"
+"X-Crowdin-Language: or\n"
+"X-Crowdin-File: /master/locale/gitlab.pot\n"
+"X-Crowdin-File-ID: 6\n"
+"PO-Revision-Date: 2022-02-02 15:47\n"
+
+msgid " %{start} to %{end}"
+msgstr ""
+
+msgid " (from %{timeoutSource})"
+msgstr ""
+
+msgid " Collected %{time}"
+msgstr ""
+
+msgid " Please sign in."
+msgstr ""
+
+msgid " Target Path"
+msgstr ""
+
+msgid " Try to %{action} this file again."
+msgstr ""
+
+msgid " Type"
+msgstr ""
+
+msgid " You need to do this before %{grace_period_deadline}."
+msgstr ""
+
+msgid " and "
+msgstr ""
+
+msgid " and %{sliced}"
+msgstr ""
+
+msgid " or "
+msgstr ""
+
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
+msgstr ""
+
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
+
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
+msgstr ""
+
+msgid " or references (e.g. path/to/project!merge_request_id)"
+msgstr ""
+
+msgid " reacted with :%{name}:"
+msgstr ""
+
+msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
+msgid "\"%{repository_name}\" size (%{repository_size}) is larger than the limit of %{limit}."
+msgstr ""
+
+msgid "#%{issueIid} (closed)"
+msgstr ""
+
+msgid "#general, #development"
+msgstr ""
+
+msgid "%d Alert"
+msgid_plural "%d Alerts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d Alert:"
+msgid_plural "%d Alerts:"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d Approval"
+msgid_plural "%d Approvals"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d Other"
+msgid_plural "%d Others"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d Package"
+msgid_plural "%d Packages"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d Scanned URL"
+msgid_plural "%d Scanned URLs"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d URL scanned"
+msgid_plural "%d URLs scanned"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d approver"
+msgid_plural "%d approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d approver (you've approved)"
+msgid_plural "%d approvers (you've approved)"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d changed file"
+msgid_plural "%d changed files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d character remaining"
+msgid_plural "%d characters remaining"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d child epic"
+msgid_plural "%d child epics"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d code quality issue"
+msgid_plural "%d code quality issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d comment on this commit"
+msgid_plural "%d comments on this commit"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commenter"
+msgid_plural "%d commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit"
+msgid_plural "%d commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit author"
+msgid_plural "%d commit authors"
+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 completed issue"
+msgid_plural "%d completed issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d contribution"
+msgid_plural "%d contributions"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d day"
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d epic"
+msgid_plural "%d epics"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d error"
+msgid_plural "%d errors"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d error found:"
+msgid_plural "%d errors found:"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d exporter"
+msgid_plural "%d exporters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d failed"
+msgid_plural "%d failed"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d failed security job"
+msgid_plural "%d failed security jobs"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d file"
+msgid_plural "%d files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d fixed test result"
+msgid_plural "%d fixed test results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d fork"
+msgid_plural "%d forks"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d group"
+msgid_plural "%d groups"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d group selected"
+msgid_plural "%d groups selected"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d hour"
+msgid_plural "%d hours"
+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 in this group"
+msgid_plural "%d issues in this group"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d issue successfully imported with the label"
+msgid_plural "%d issues successfully imported with the label"
+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 merge requests"
+msgid_plural "%d merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d metric"
+msgid_plural "%d metrics"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d milestone"
+msgid_plural "%d milestones"
+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 open issue"
+msgid_plural "%d open issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d pending comment"
+msgid_plural "%d pending comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d personal project will be removed and cannot be restored."
+msgid_plural "%d personal projects will be removed and cannot be restored."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d previously merged commit"
+msgid_plural "%d previously merged commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d project"
+msgid_plural "%d projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d project selected"
+msgid_plural "%d projects selected"
+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 shard selected"
+msgid_plural "%d shards selected"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d star"
+msgid_plural "%d stars"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d tag"
+msgid_plural "%d tags"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d tag per image name"
+msgid_plural "%d tags per image name"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d token has expired"
+msgid_plural "%d tokens have expired"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d unassigned issue"
+msgid_plural "%d unassigned issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d unresolved thread"
+msgid_plural "%d unresolved threads"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d vulnerability"
+msgid_plural "%d vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d vulnerability dismissed"
+msgid_plural "%d vulnerabilities dismissed"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d vulnerability updated"
+msgid_plural "%d vulnerabilities updated"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d warning found:"
+msgid_plural "%d warnings found:"
+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 "%{actionText} & close %{noteable}"
+msgstr ""
+
+msgid "%{actionText} & reopen %{noteable}"
+msgstr ""
+
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
+msgid "%{anchorOpen}Learn more%{anchorClose} about how you can customize / disable registration on your instance."
+msgstr ""
+
+msgid "%{author_link} cloned %{original_issue} to %{new_issue}."
+msgstr ""
+
+msgid "%{author_link} cloned %{original_issue}. You don't have access to the new project."
+msgstr ""
+
+msgid "%{author_link} wrote:"
+msgstr ""
+
+msgid "%{authorsName}'s thread"
+msgstr ""
+
+msgid "%{board_target} not found"
+msgstr ""
+
+msgid "%{bold_start}%{count}%{bold_end} issue"
+msgid_plural "%{bold_start}%{count}%{bold_end} issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{bold_start}%{count}%{bold_end} member"
+msgid_plural "%{bold_start}%{count}%{bold_end} members"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{bold_start}%{count}%{bold_end} opened merge request"
+msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
+msgstr ""
+
+msgid "%{code_open}Protected:%{code_close} Only exposed to protected branches or tags."
+msgstr ""
+
+msgid "%{commit_author_link} authored %{commit_authored_timeago}"
+msgstr ""
+
+msgid "%{commit_author_link} authored %{commit_authored_timeago} and %{commit_committer_avatar} %{commit_committer_link} committed %{commit_committer_timeago}"
+msgstr ""
+
+msgid "%{completedCount} completed weight"
+msgstr ""
+
+msgid "%{completedCount} of %{count} task completed"
+msgid_plural "%{completedCount} of %{count} tasks completed"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{completedWeight} of %{totalWeight} weight completed"
+msgstr ""
+
+msgid "%{cores} cores"
+msgstr ""
+
+msgid "%{count} %{scope} for term '%{term}'"
+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} contact"
+msgid_plural "%{count} contacts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} files touched"
+msgstr ""
+
+msgid "%{count} item"
+msgid_plural "%{count} items"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} items per page"
+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} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{count} selected"
+msgstr ""
+
+msgid "%{count} total weight"
+msgstr ""
+
+msgid "%{criticalStart}%{critical} Critical%{criticalEnd} %{highStart}%{high} High%{highEnd} and %{otherStart}%{otherMessage}%{otherEnd}"
+msgstr ""
+
+msgid "%{dashboard_path} could not be found."
+msgstr ""
+
+msgid "%{days} days until tags are automatically removed"
+msgstr ""
+
+msgid "%{deployLinkStart}Use a template to deploy to ECS%{deployLinkEnd}, or use a docker image to %{commandsLinkStart}run AWS commands in GitLab CI/CD%{commandsLinkEnd}."
+msgstr ""
+
+msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgstr ""
+
+msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch. %{docs_link}"
+msgstr ""
+
+msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled."
+msgstr ""
+
+msgid "%{docs_link_start}Learn about visibility levels.%{docs_link_end}"
+msgstr ""
+
+msgid "%{docs_link_start}What is Large File Storage?%{docs_link_end}"
+msgstr ""
+
+msgid "%{docs_link_start}What is two-factor authentication?%{docs_link_end}"
+msgstr ""
+
+msgid "%{due_date} (Past due)"
+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 "%{emailPrefix}@company.com"
+msgstr ""
+
+msgid "%{extra} more downstream pipelines"
+msgstr ""
+
+msgid "%{filePath} deleted"
+msgstr ""
+
+msgid "%{firstLabel} +%{labelCount} more"
+msgstr ""
+
+msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
+msgstr ""
+
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
+msgstr ""
+
+msgid "%{group_name} activity"
+msgstr ""
+
+msgid "%{group_name} group members"
+msgstr ""
+
+msgid "%{group_name} is approaching the limit of available seats"
+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 "%{group_name}&%{epic_iid} &middot; created %{epic_created} by %{author}"
+msgstr ""
+
+msgid "%{hook_type} was deleted"
+msgstr ""
+
+msgid "%{hook_type} was scheduled for deletion"
+msgstr ""
+
+msgid "%{host} sign-in from new location"
+msgstr ""
+
+msgid "%{integrations_link_start}Integrations%{link_end} enable you to make third-party applications part of your GitLab workflow. If the available integrations don't meet your needs, consider using a %{webhooks_link_start}webhook%{link_end}."
+msgstr ""
+
+msgid "%{issuableType} will be removed! Are you sure?"
+msgstr ""
+
+msgid "%{issueType} actions"
+msgstr ""
+
+msgid "%{issuesSize} with a limit of %{maxIssueCount}"
+msgstr ""
+
+msgid "%{italic_start}What's new%{italic_end} is inactive and cannot be viewed."
+msgstr ""
+
+msgid "%{itemsCount} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
+msgid "%{labelStart}Actual response:%{labelEnd} %{headers}"
+msgstr ""
+
+msgid "%{labelStart}Assert:%{labelEnd} %{assertion}"
+msgstr ""
+
+msgid "%{labelStart}Class:%{labelEnd} %{class}"
+msgstr ""
+
+msgid "%{labelStart}Crash Address:%{labelEnd} %{crash_address}"
+msgstr ""
+
+msgid "%{labelStart}Crash State:%{labelEnd} %{stacktrace_snippet}"
+msgstr ""
+
+msgid "%{labelStart}Evidence:%{labelEnd} %{evidence}"
+msgstr ""
+
+msgid "%{labelStart}File:%{labelEnd} %{file}"
+msgstr ""
+
+msgid "%{labelStart}Image:%{labelEnd} %{image}"
+msgstr ""
+
+msgid "%{labelStart}Method:%{labelEnd} %{method}"
+msgstr ""
+
+msgid "%{labelStart}Namespace:%{labelEnd} %{namespace}"
+msgstr ""
+
+msgid "%{labelStart}Scanner:%{labelEnd} %{scanner}"
+msgstr ""
+
+msgid "%{labelStart}Sent request:%{labelEnd} %{headers}"
+msgstr ""
+
+msgid "%{labelStart}Severity:%{labelEnd} %{severity}"
+msgstr ""
+
+msgid "%{labelStart}Tool:%{labelEnd} %{reportType}"
+msgstr ""
+
+msgid "%{labelStart}Unmodified response:%{labelEnd} %{headers}"
+msgstr ""
+
+msgid "%{label_for_message} unavailable"
+msgstr ""
+
+msgid "%{learn_more_link}."
+msgstr ""
+
+msgid "%{lessThan} 1 hour"
+msgstr ""
+
+msgid "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} is a free, automated, and open certificate authority (CA) that issues digital certificates to enable HTTPS (SSL/TLS) for sites."
+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 "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
+msgid "%{link_start}Learn more%{link_end} about roles."
+msgstr ""
+
+msgid "%{link_start}Remove the %{draft_snippet} prefix%{link_end} from the title to allow this merge request to be merged when it's ready."
+msgstr ""
+
+msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
+msgstr ""
+
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
+msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
+msgstr ""
+
+msgid "%{listToShow}, and %{awardsListLength} more"
+msgstr ""
+
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
+msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
+msgstr ""
+
+msgid "%{markdownDocsLinkStart}Markdown%{markdownDocsLinkEnd} and %{quickActionsDocsLinkStart}quick actions%{quickActionsDocsLinkEnd} are supported"
+msgstr ""
+
+msgid "%{mergeLength}/%{usersLength} can merge"
+msgstr ""
+
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
+msgid "%{model_name} not found"
+msgstr ""
+
+msgid "%{mrText}, this issue will be closed automatically."
+msgstr ""
+
+msgid "%{name_with_link} namespace has %{percent} or less Shared Runner Pipeline minutes remaining. Once it runs out, no new jobs or pipelines in its projects will run."
+msgstr ""
+
+msgid "%{name_with_link} namespace has run out of Shared Runner Pipeline minutes. No new jobs or pipelines in its projects will run."
+msgstr ""
+
+msgid "%{name} (Busy)"
+msgstr ""
+
+msgid "%{name} contained %{resultsString}"
+msgstr ""
+
+msgid "%{name} found %{resultsString}"
+msgstr ""
+
+msgid "%{name} is already being used for another emoji"
+msgstr ""
+
+msgid "%{name} is reserved for %{type} report type"
+msgstr ""
+
+msgid "%{name} is scheduled for %{action}"
+msgstr ""
+
+msgid "%{name}'s avatar"
+msgstr ""
+
+msgid "%{name}(%{url}) namespace has %{percent} or less Shared Runner Pipeline minutes remaining. After it runs out, no new jobs or pipelines in its projects will run."
+msgstr ""
+
+msgid "%{name}(%{url}) namespace has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run."
+msgstr ""
+
+msgid "%{name}, confirm your email address now!"
+msgstr ""
+
+msgid "%{no_of_days} day"
+msgid_plural "%{no_of_days} days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{number_commits_behind} commits behind %{default_branch}, %{number_commits_ahead} commits ahead"
+msgstr ""
+
+msgid "%{oneMonthAgo} - %{today}"
+msgstr ""
+
+msgid "%{oneWeekAgo} - %{today}"
+msgstr ""
+
+msgid "%{oneYearAgo} - %{today}"
+msgstr ""
+
+msgid "%{openedEpics} open, %{closedEpics} closed"
+msgstr ""
+
+msgid "%{openedIssues} open, %{closedIssues} closed"
+msgstr ""
+
+msgid "%{percentage}%% weight completed"
+msgstr ""
+
+msgid "%{percent}%% complete"
+msgstr ""
+
+msgid "%{percent}%{percentSymbol} complete"
+msgstr ""
+
+msgid "%{placeholder} is not a valid color scheme"
+msgstr ""
+
+msgid "%{placeholder} is not a valid theme"
+msgstr ""
+
+msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
+msgstr ""
+
+msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
+msgid "%{ref} cannot be added: %{error}"
+msgstr ""
+
+msgid "%{releases} release"
+msgid_plural "%{releases} releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{remaining_approvals} left"
+msgstr ""
+
+msgid "%{reportType} %{status}"
+msgstr ""
+
+msgid "%{reportType} detected %{totalStart}%{total}%{totalEnd} potential %{vulnMessage}"
+msgstr ""
+
+msgid "%{reportType} detected %{totalStart}no%{totalEnd} vulnerabilities."
+msgstr ""
+
+msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}."
+msgstr ""
+
+msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation_link}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
+msgstr ""
+
+msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
+msgstr ""
+
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
+msgid "%{scope} results for term '%{term}'"
+msgstr ""
+
+msgid "%{search} %{description} %{scope}"
+msgstr ""
+
+msgid "%{seconds}s"
+msgstr ""
+
+msgid "%{securityScanner} is not enabled for this project. %{linkStart}More information%{linkEnd}"
+msgid_plural "%{securityScanner} are not enabled for this project. %{linkStart}More information%{linkEnd}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{securityScanner} result is not available because a pipeline has not been run since it was enabled. %{linkStart}Run a pipeline%{linkEnd}"
+msgid_plural "%{securityScanner} results are not available because a pipeline has not been run since it was enabled. %{linkStart}Run a pipeline%{linkEnd}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{service_ping_link_start}What information is shared with GitLab Inc.?%{service_ping_link_end}"
+msgstr ""
+
+msgid "%{size} %{unit}"
+msgstr ""
+
+msgid "%{size} GiB"
+msgstr ""
+
+msgid "%{size} KiB"
+msgstr ""
+
+msgid "%{size} MiB"
+msgstr ""
+
+msgid "%{size} bytes"
+msgstr ""
+
+msgid "%{sourceBranch} into %{targetBranch}"
+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 "%{start} to %{end}"
+msgstr ""
+
+msgid "%{strongOpen}Warning:%{strongClose} SAML group links can cause GitLab to automatically remove members from groups."
+msgstr ""
+
+msgid "%{strongStart}Tip:%{strongEnd} You can also checkout merge requests locally by %{linkStart}following these guidelines%{linkEnd}"
+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}%{count} approval rule%{strong_end} requires eligible members to approve before merging."
+msgid_plural "%{strong_start}%{count} approval rules%{strong_end} require eligible members to approve before merging."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{count} eligible member%{strong_end} must approve to merge."
+msgid_plural "%{strong_start}%{count} eligible members%{strong_end} must approve to merge."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{count} member%{strong_end} must approve to merge. Anyone with role Developer or higher can approve."
+msgid_plural "%{strong_start}%{count} members%{strong_end} must approve to merge. Anyone with role Developer or higher can approve."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{human_size}%{strong_end} Files"
+msgstr ""
+
+msgid "%{strong_start}%{human_size}%{strong_end} Storage"
+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}-%{filename}"
+msgstr ""
+
+msgid "%{template_project_id} is unknown or invalid"
+msgstr ""
+
+msgid "%{text} is available"
+msgstr ""
+
+msgid "%{timebox_name} should belong either to a project or a group."
+msgstr ""
+
+msgid "%{timebox_type} does not support burnup charts"
+msgstr ""
+
+msgid "%{timebox_type} must have a start and due date"
+msgstr ""
+
+msgid "%{title} %{operator} %{threshold}"
+msgstr ""
+
+msgid "%{title} changes"
+msgstr ""
+
+msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
+msgstr ""
+
+msgid "%{totalMemory} (%{freeSpacePercentage}%{percentSymbol} free)"
+msgstr ""
+
+msgid "%{totalWeight} total weight"
+msgstr ""
+
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
+msgid "%{total} open issue weight"
+msgstr ""
+
+msgid "%{total} warnings found: showing first %{warningsDisplayed}"
+msgstr ""
+
+msgid "%{type} only supports %{name} name"
+msgstr ""
+
+msgid "%{userName} (cannot merge)"
+msgstr ""
+
+msgid "%{userName}'s avatar"
+msgstr ""
+
+msgid "%{user_name} (%{user_username}) was removed from %{rotation} in %{schedule} in %{project}. "
+msgstr ""
+
+msgid "%{user_name} (%{user_username}) was removed from the following escalation policies in %{project_link}: "
+msgstr ""
+
+msgid "%{user_name} (%{user_username}) was removed from the following escalation policies in %{project}:"
+msgstr ""
+
+msgid "%{user_name} profile page"
+msgstr ""
+
+msgid "%{username} changed the draft status of merge request %{mr_link}"
+msgstr ""
+
+msgid "%{username} has asked for a GitLab account on your instance %{host}:"
+msgstr ""
+
+msgid "%{username}'s avatar"
+msgstr ""
+
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
+msgid "%{value} is not included in the list"
+msgstr ""
+
+msgid "%{value} s"
+msgstr ""
+
+msgid "%{verb} %{time_spent_value} spent time."
+msgstr ""
+
+msgid "%{webhooks_link_start}%{webhook_type}%{link_end} enable you to send notifications to web applications in response to events in a group or project."
+msgstr ""
+
+msgid "%{webhooks_link_start}%{webhook_type}%{link_end} enable you to send notifications to web applications in response to events in a group or project. We recommend using an %{integrations_link_start}integration%{link_end} in preference to a webhook."
+msgstr ""
+
+msgid "%{widget} options"
+msgstr ""
+
+msgid "%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}v*%{code_tag_end} or %{code_tag_start}*-release%{code_tag_end} are supported."
+msgstr ""
+
+msgid "'%{data}' at %{location} does not match format: %{format}"
+msgstr ""
+
+msgid "'%{data}' at %{location} does not match pattern: %{pattern}"
+msgstr ""
+
+msgid "'%{data}' at %{location} is invalid: error_type=%{type}"
+msgstr ""
+
+msgid "'%{data}' at %{location} is not of type: %{type}"
+msgstr ""
+
+msgid "'%{data}' at %{location} is not one of: %{enum}"
+msgstr ""
+
+msgid "'%{data}' at %{location} is not: %{const}"
+msgstr ""
+
+msgid "'%{level}' is not a valid visibility level"
+msgstr ""
+
+msgid "'%{name}' Value Stream created"
+msgstr ""
+
+msgid "'%{name}' Value Stream deleted"
+msgstr ""
+
+msgid "'%{name}' Value Stream saved"
+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 "(%{value}) has already been taken"
+msgstr ""
+
+msgid "(+%{count}&nbsp;rules)"
+msgstr ""
+
+msgid "(Group Managed Account)"
+msgstr ""
+
+msgid "(No changes)"
+msgstr ""
+
+msgid "(UTC %{offset}) %{timezone}"
+msgstr ""
+
+msgid "(check progress)"
+msgstr ""
+
+msgid "(deleted)"
+msgstr ""
+
+msgid "(expired)"
+msgstr ""
+
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
+msgid "(max size 15 MB)"
+msgstr ""
+
+msgid "(optional)"
+msgstr ""
+
+msgid "(removed)"
+msgstr ""
+
+msgid "(revoked)"
+msgstr ""
+
+msgid "(squashes %d commit)"
+msgid_plural "(squashes %d commits)"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "(this user)"
+msgstr ""
+
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
+msgid "* All times are in UTC unless specified"
+msgstr ""
+
+msgid "*Required"
+msgstr ""
+
+msgid "+ %{amount} more"
+msgstr ""
+
+msgid "+ %{count} more"
+msgstr ""
+
+msgid "+ %{moreCount} more"
+msgstr ""
+
+msgid "+ %{numberOfHiddenAssignees} more"
+msgstr ""
+
+msgid "+%d more"
+msgid_plural "+%d more"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "+%{approvers} more approvers"
+msgstr ""
+
+msgid "+%{extra} more"
+msgstr ""
+
+msgid "+%{more_assignees_count}"
+msgstr ""
+
+msgid "+%{more_assignees_count} more assignees"
+msgstr ""
+
+msgid "+%{more_reviewers_count}"
+msgstr ""
+
+msgid "+%{more_reviewers_count} more reviewers"
+msgstr ""
+
+msgid "+%{tags} more"
+msgstr ""
+
+msgid ", and "
+msgstr ""
+
+msgid ", or "
+msgstr ""
+
+msgid "- %{policy_name} (notifying after %{elapsed_time} minutes unless %{status})"
+msgstr ""
+
+msgid "- Available to run jobs."
+msgstr ""
+
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "- Not available to run jobs."
+msgstr ""
+
+msgid "- Select -"
+msgstr ""
+
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "- of - weight completed"
+msgstr ""
+
+msgid "- show less"
+msgstr ""
+
+msgid "."
+msgstr ""
+
+msgid "/"
+msgstr ""
+
+msgid "0 bytes"
+msgstr ""
+
+msgid "0t1DgySidms"
+msgstr ""
+
+msgid "1 Day"
+msgid_plural "%d Days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 Issue"
+msgid_plural "%d Issues"
+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 day remaining"
+msgid_plural "%d days remaining"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 day selected"
+msgid_plural "%d days selected"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 deploy key"
+msgid_plural "%d deploy keys"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 follower"
+msgid_plural "%{count} followers"
+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 issue selected"
+msgid_plural "%d issues selected"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 merge request selected"
+msgid_plural "%d merge requests selected"
+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 month remaining"
+msgid_plural "%d months remaining"
+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 "%{num} users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 week remaining"
+msgid_plural "%d weeks remaining"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 year remaining"
+msgid_plural "%d years remaining"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1-9 contributions"
+msgstr ""
+
+msgid "10-19 contributions"
+msgstr ""
+
+msgid "1000+"
+msgstr ""
+
+msgid "192.168.0.0/24"
+msgstr ""
+
+msgid "1st contribution!"
+msgstr ""
+
+msgid "20-29 contributions"
+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 "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 ":%{startLine} to %{endLine}"
+msgstr ""
+
+msgid "A %{incident_docs_start}modified issue%{incident_docs_end} to guide the resolution of incidents."
+msgstr ""
+
+msgid "A .NET Core console application template, customizable for any .NET Core project"
+msgstr ""
+
+msgid "A CI/CD pipeline must run and be successful before merge."
+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 Gitpod configured Webapplication in Spring and Java"
+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 Metrics Dashboard menu item appears in the Monitoring section of the Admin Area."
+msgstr ""
+
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
+msgid "A basic template for developing Linux programs using Kotlin Native"
+msgstr ""
+
+msgid "A complete DevOps platform"
+msgstr ""
+
+msgid "A default branch cannot be chosen for an empty project."
+msgstr ""
+
+msgid "A deleted user"
+msgstr ""
+
+msgid "A different reason"
+msgstr ""
+
+msgid "A file has been changed."
+msgstr ""
+
+msgid "A file was not found."
+msgstr ""
+
+msgid "A file with '%{file_name}' already exists in %{branch} branch"
+msgstr ""
+
+msgid "A group is a collection of several projects"
+msgstr ""
+
+msgid "A group represents your organization in GitLab. Groups allow you to manage users and collaborate across multiple projects."
+msgstr ""
+
+msgid "A job artifact is an archive of files and directories saved by a job when it finishes."
+msgstr ""
+
+msgid "A limit of %{ci_project_subscriptions_limit} subscriptions to or from a project applies."
+msgstr ""
+
+msgid "A management, operational, or technical control (that is, safeguard or countermeasure) employed by an organization that provides equivalent or comparable protection for an information system."
+msgstr ""
+
+msgid "A member of the abuse team will review your report as soon as possible."
+msgstr ""
+
+msgid "A merge request hasn't yet been merged"
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to the Pipelines page 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 impersonation token has been created."
+msgstr ""
+
+msgid "A non-confidential epic cannot be assigned to a confidential parent epic"
+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 platform value can be web, mob or app."
+msgstr ""
+
+msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools"
+msgstr ""
+
+msgid "A project boilerplate for Tencent Serverless Framework that uses Next.js SSR"
+msgstr ""
+
+msgid "A project containing issues for each audit inquiry in the HIPAA Audit Protocol published by the U.S. Department of Health & Human Services"
+msgstr ""
+
+msgid "A project’s repository name defines its URL (the one you use to access the project via a browser) and its place on the file disk where GitLab is installed. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "A quarterly reconciliation is due on %{date}"
+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 rebase is already in progress."
+msgstr ""
+
+msgid "A sign-in to your account has been made from the following IP address: %{ip}"
+msgstr ""
+
+msgid "A title is required"
+msgstr ""
+
+msgid "A user with write access to the source branch selected this option"
+msgstr ""
+
+msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
+msgstr ""
+
+msgid "API"
+msgstr ""
+
+msgid "API Fuzzing"
+msgstr ""
+
+msgid "API Fuzzing Configuration"
+msgstr ""
+
+msgid "API Help"
+msgstr ""
+
+msgid "API Token"
+msgstr ""
+
+msgid "API key"
+msgstr ""
+
+msgid "API?"
+msgstr ""
+
+msgid "APIFuzzing|$VARIABLE_WITH_PASSWORD"
+msgstr ""
+
+msgid "APIFuzzing|$VARIABLE_WITH_USERNAME"
+msgstr ""
+
+msgid "APIFuzzing|API Fuzzing Configuration"
+msgstr ""
+
+msgid "APIFuzzing|Base URL of API testing target. For example, http://www.example.com."
+msgstr ""
+
+msgid "APIFuzzing|Choose a method"
+msgstr ""
+
+msgid "APIFuzzing|Choose a profile"
+msgstr ""
+
+msgid "APIFuzzing|Configure HTTP basic authentication values. Other authentication methods are supported. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
+msgid "APIFuzzing|Customize your project's API fuzzing configuration options and copy the code snippet to your .gitlab-ci.yml file to apply any changes. Note that this tool does not reflect or update your .gitlab-ci.yml file automatically. For details of more advanced configuration options, see the %{docsLinkStart}GitLab API Fuzzing documentation%{docsLinkEnd}."
+msgstr ""
+
+msgid "APIFuzzing|Enable authentication"
+msgstr ""
+
+msgid "APIFuzzing|Enter the name of the CI variable containing the password. For example, $VARIABLE_WITH_PASSWORD."
+msgstr ""
+
+msgid "APIFuzzing|Enter the name of the CI variable containing the username. For example, $VARIABLE_WITH_USERNAME."
+msgstr ""
+
+msgid "APIFuzzing|File path or URL to APIs to be tested. For example, folder/example_fuzz.har. HAR files may contain sensitive information such as authentication tokens, API keys, and session cookies. We recommend that you review the HAR files' contents before adding them to a repository."
+msgstr ""
+
+msgid "APIFuzzing|File path or URL to OpenAPI specification. For example, folder/openapi.json or http://www.example.com/openapi.json."
+msgstr ""
+
+msgid "APIFuzzing|File path or URL to requests to be tested. For example, folder/example.postman_collection.json."
+msgstr ""
+
+msgid "APIFuzzing|Generate code snippet"
+msgstr ""
+
+msgid "APIFuzzing|Make sure your credentials are secured"
+msgstr ""
+
+msgid "APIFuzzing|Password for basic authentication"
+msgstr ""
+
+msgid "APIFuzzing|Predefined profiles"
+msgstr ""
+
+msgid "APIFuzzing|Scan mode"
+msgstr ""
+
+msgid "APIFuzzing|Scan profile"
+msgstr ""
+
+msgid "APIFuzzing|Show code snippet for the profile"
+msgstr ""
+
+msgid "APIFuzzing|Target URL"
+msgstr ""
+
+msgid "APIFuzzing|There are three ways to perform scans."
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
+msgstr ""
+
+msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
+msgstr ""
+
+msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. As a user with maintainer access rights, you can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area."
+msgstr ""
+
+msgid "APIFuzzing|Username for basic authentication"
+msgstr ""
+
+msgid "APIFuzzing|You may need a maintainer's help to secure your credentials."
+msgstr ""
+
+msgid "APIFuzzing|folder/example.postman_collection.json"
+msgstr ""
+
+msgid "APIFuzzing|folder/example_fuzz.har"
+msgstr ""
+
+msgid "APIFuzzing|folder/openapi.json"
+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 "AWS service error: %{error}"
+msgstr ""
+
+msgid "Abort"
+msgstr ""
+
+msgid "About GitLab"
+msgstr ""
+
+msgid "About auto deploy"
+msgstr ""
+
+msgid "About this feature"
+msgstr ""
+
+msgid "Abuse Reports"
+msgstr ""
+
+msgid "Abuse reports"
+msgstr ""
+
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Accept invitation"
+msgstr ""
+
+msgid "Accept terms"
+msgstr ""
+
+msgid "Acceptable for use in this project"
+msgstr ""
+
+msgid "Access Git repositories or the API."
+msgstr ""
+
+msgid "Access Tokens"
+msgstr ""
+
+msgid "Access denied for your LDAP account."
+msgstr ""
+
+msgid "Access denied: %{error}"
+msgstr ""
+
+msgid "Access expiration date"
+msgstr ""
+
+msgid "Access expires"
+msgstr ""
+
+msgid "Access forbidden. Check your access level."
+msgstr ""
+
+msgid "Access granted"
+msgstr ""
+
+msgid "Access key ID"
+msgstr ""
+
+msgid "Access requests"
+msgstr ""
+
+msgid "Access to '%{classification_label}' not allowed"
+msgstr ""
+
+msgid "Access tokens expire after 2 hours. A refresh token may be used at any time to generate a new access token. Non-expiring access tokens are deprecated. Clear this setting to enable backward compatibility."
+msgstr ""
+
+msgid "AccessDropdown|Deploy Keys"
+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|Copy feed token"
+msgstr ""
+
+msgid "AccessTokens|Copy incoming email token"
+msgstr ""
+
+msgid "AccessTokens|Copy static object token"
+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 has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
+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 authenticates you when your RSS reader loads a personalized RSS feed or when your calendar application loads a personalized calendar. It is visible in those feed URLs."
+msgstr ""
+
+msgid "AccessTokens|Your incoming email token authenticates 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 authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
+msgstr ""
+
+msgid "AccessibilityReport|Learn more"
+msgstr ""
+
+msgid "AccessibilityReport|Message: %{message}"
+msgstr ""
+
+msgid "AccessibilityReport|New"
+msgstr ""
+
+msgid "AccessibilityReport|The accessibility scanning found an error of the following type: %{code}"
+msgstr ""
+
+msgid "Account"
+msgstr ""
+
+msgid "Account ID"
+msgstr ""
+
+msgid "Account and limit"
+msgstr ""
+
+msgid "Account:"
+msgstr ""
+
+msgid "Account: %{account}"
+msgstr ""
+
+msgid "AccountValidation|Fix your pipelines by validating your account"
+msgstr ""
+
+msgid "AccountValidation|I'll bring my own runners"
+msgstr ""
+
+msgid "AccountValidation|If you no longer wish to receive marketing emails from us,"
+msgstr ""
+
+msgid "AccountValidation|In order to use free CI/CD minutes on shared runners, you'll need to validate your account using one of our verification options. If you prefer not to, you can run pipelines by bringing your own runners and disabling shared runners for your project."
+msgstr ""
+
+msgid "AccountValidation|Learn more."
+msgstr ""
+
+msgid "AccountValidation|Looks like you’ll need to validate your account to use free CI/CD minutes"
+msgstr ""
+
+msgid "AccountValidation|Validate your account"
+msgstr ""
+
+msgid "AccountValidation|Verification is required to discourage and reduce the abuse on GitLab infrastructure. If you verify with a credit or debit card, %{strong_start}GitLab will not charge your card, it will only be used for validation.%{strong_end} %{learn_more_link}"
+msgstr ""
+
+msgid "AccountValidation|unsubscribe"
+msgstr ""
+
+msgid "AccountValidation|you may %{unsubscribe_link} at any time."
+msgstr ""
+
+msgid "Action"
+msgstr ""
+
+msgid "Action to take when receiving an alert. %{docsLink}"
+msgstr ""
+
+msgid "Actions"
+msgstr ""
+
+msgid "Activate Service Desk"
+msgstr ""
+
+msgid "Activated on"
+msgstr ""
+
+msgid "Active"
+msgstr ""
+
+msgid "Active %{type} (%{token_length})"
+msgstr ""
+
+msgid "Active Sessions"
+msgstr ""
+
+msgid "Active chat names (%{count})"
+msgstr ""
+
+msgid "Activity"
+msgstr ""
+
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
+msgid "Add"
+msgstr ""
+
+msgid "Add \"%{value}\""
+msgstr ""
+
+msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
+msgstr ""
+
+msgid "Add CHANGELOG"
+msgstr ""
+
+msgid "Add CONTRIBUTING"
+msgstr ""
+
+msgid "Add Jaeger URL"
+msgstr ""
+
+msgid "Add Kubernetes cluster"
+msgstr ""
+
+msgid "Add LICENSE"
+msgstr ""
+
+msgid "Add New Site"
+msgstr ""
+
+msgid "Add README"
+msgstr ""
+
+msgid "Add Zoom meeting"
+msgstr ""
+
+msgid "Add a %{type}"
+msgstr ""
+
+msgid "Add a GPG key"
+msgstr ""
+
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
+msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
+msgstr ""
+
+msgid "Add a Terms of Service agreement and Privacy Policy for users of this GitLab instance."
+msgstr ""
+
+msgid "Add a bullet list"
+msgstr ""
+
+msgid "Add a collapsible section"
+msgstr ""
+
+msgid "Add a comment to this line"
+msgstr ""
+
+msgid "Add a comment to this line or drag for multiple lines"
+msgstr ""
+
+msgid "Add a custom message with details about the instance's shared runners. The message is visible in group and project CI/CD settings, in the Runners section. Markdown is supported."
+msgstr ""
+
+msgid "Add a general comment to this %{noteableDisplayName}."
+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 horizontal rule"
+msgstr ""
+
+msgid "Add a line"
+msgstr ""
+
+msgid "Add a link"
+msgstr ""
+
+msgid "Add a link to Grafana"
+msgstr ""
+
+msgid "Add a new issue"
+msgstr ""
+
+msgid "Add a numbered list"
+msgstr ""
+
+msgid "Add a related issue"
+msgstr ""
+
+msgid "Add a suffix to Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
+msgid "Add a table"
+msgstr ""
+
+msgid "Add a task list"
+msgstr ""
+
+msgid "Add a title..."
+msgstr ""
+
+msgid "Add a to do"
+msgstr ""
+
+msgid "Add an SSH key"
+msgstr ""
+
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
+msgid "Add an existing issue"
+msgstr ""
+
+msgid "Add an impersonation token"
+msgstr ""
+
+msgid "Add another link"
+msgstr ""
+
+msgid "Add approval rule"
+msgstr ""
+
+msgid "Add approvers"
+msgstr ""
+
+msgid "Add bold text"
+msgstr ""
+
+msgid "Add broadcast message"
+msgstr ""
+
+msgid "Add child epic to an epic"
+msgstr ""
+
+msgid "Add comment now"
+msgstr ""
+
+msgid "Add comment to design"
+msgstr ""
+
+msgid "Add commit messages as comments to Asana tasks. %{docs_link}"
+msgstr ""
+
+msgid "Add commit messages as comments to Pivotal Tracker stories. %{docs_link}"
+msgstr ""
+
+msgid "Add customer relation contact(s)."
+msgstr ""
+
+msgid "Add customer relation contacts"
+msgstr ""
+
+msgid "Add deploy freeze"
+msgstr ""
+
+msgid "Add deploy keys to grant read/write access to this repository. %{link_start}What are deploy keys?%{link_end}"
+msgstr ""
+
+msgid "Add email address"
+msgstr ""
+
+msgid "Add email participant(s)"
+msgstr ""
+
+msgid "Add environment"
+msgstr ""
+
+msgid "Add existing confidential %{issuableType}"
+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 italic text"
+msgstr ""
+
+msgid "Add key"
+msgstr ""
+
+msgid "Add label(s)"
+msgstr ""
+
+msgid "Add list"
+msgstr ""
+
+msgid "Add new application"
+msgstr ""
+
+msgid "Add new directory"
+msgstr ""
+
+msgid "Add or remove previously merged commits"
+msgstr ""
+
+msgid "Add or subtract spent time"
+msgstr ""
+
+msgid "Add previously merged commits"
+msgstr ""
+
+msgid "Add project"
+msgstr ""
+
+msgid "Add projects"
+msgstr ""
+
+msgid "Add reaction"
+msgstr ""
+
+msgid "Add request manually"
+msgstr ""
+
+msgid "Add strikethrough text"
+msgstr ""
+
+msgid "Add suggestion to batch"
+msgstr ""
+
+msgid "Add system hook"
+msgstr ""
+
+msgid "Add text to the sign-in page. Markdown enabled."
+msgstr ""
+
+msgid "Add to board"
+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 topics to projects to help users find them."
+msgstr ""
+
+msgid "Add trigger"
+msgstr ""
+
+msgid "Add user(s) to the group:"
+msgstr ""
+
+msgid "Add users to group"
+msgstr ""
+
+msgid "Add variable"
+msgstr ""
+
+msgid "Add vulnerability finding"
+msgstr ""
+
+msgid "Add webhook"
+msgstr ""
+
+msgid "Add/remove"
+msgstr ""
+
+msgid "AddContextCommits|Add previously merged commits"
+msgstr ""
+
+msgid "AddContextCommits|Add/remove"
+msgstr ""
+
+msgid "AddMember|Emails cannot be blank"
+msgstr ""
+
+msgid "AddMember|Invite email is invalid"
+msgstr ""
+
+msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
+msgstr ""
+
+msgid "AddMember|No invite source provided."
+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 for this merge request"
+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 Metadata"
+msgstr ""
+
+msgid "Additional minutes"
+msgstr ""
+
+msgid "Additional minutes:"
+msgstr ""
+
+msgid "Additional text"
+msgstr ""
+
+msgid "Additional text for the sign-in and Help page."
+msgstr ""
+
+msgid "Additional text to show on the Help page"
+msgstr ""
+
+msgid "Additional text to show on the sign-in page"
+msgstr ""
+
+msgid "Address"
+msgstr ""
+
+msgid "Adds"
+msgstr ""
+
+msgid "Adds %{epic_ref} as child epic."
+msgstr ""
+
+msgid "Adds %{labels} %{label_text}."
+msgstr ""
+
+msgid "Adds a Zoom meeting."
+msgstr ""
+
+msgid "Adds a to do."
+msgstr ""
+
+msgid "Adds an issue to an epic."
+msgstr ""
+
+msgid "Adds email participant(s)."
+msgstr ""
+
+msgid "Adjust how frequently the GitLab UI polls for updates."
+msgstr ""
+
+msgid "Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "Admin"
+msgstr ""
+
+msgid "Admin Area"
+msgstr ""
+
+msgid "Admin Mode"
+msgstr ""
+
+msgid "Admin Note"
+msgstr ""
+
+msgid "Admin Notifications"
+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 navigation"
+msgstr ""
+
+msgid "Admin notes"
+msgstr ""
+
+msgid "AdminArea|%{billable_users_link_start}Learn more%{billable_users_link_end} about what defines a billable user"
+msgstr ""
+
+msgid "AdminArea|Active users"
+msgstr ""
+
+msgid "AdminArea|All users created in the instance, including users who are not %{billable_users_link_start}billable users%{billable_users_link_end}."
+msgstr ""
+
+msgid "AdminArea|Billable users"
+msgstr ""
+
+msgid "AdminArea|Blocked users"
+msgstr ""
+
+msgid "AdminArea|Bots"
+msgstr ""
+
+msgid "AdminArea|Components"
+msgstr ""
+
+msgid "AdminArea|Developer"
+msgstr ""
+
+msgid "AdminArea|Features"
+msgstr ""
+
+msgid "AdminArea|Get security updates from GitLab and stay up to date"
+msgstr ""
+
+msgid "AdminArea|Groups"
+msgstr ""
+
+msgid "AdminArea|Guest"
+msgstr ""
+
+msgid "AdminArea|Included Free in license"
+msgstr ""
+
+msgid "AdminArea|Latest groups"
+msgstr ""
+
+msgid "AdminArea|Latest projects"
+msgstr ""
+
+msgid "AdminArea|Latest users"
+msgstr ""
+
+msgid "AdminArea|Maintainer"
+msgstr ""
+
+msgid "AdminArea|Minimal access"
+msgstr ""
+
+msgid "AdminArea|New group"
+msgstr ""
+
+msgid "AdminArea|New project"
+msgstr ""
+
+msgid "AdminArea|New user"
+msgstr ""
+
+msgid "AdminArea|Owner"
+msgstr ""
+
+msgid "AdminArea|Projects"
+msgstr ""
+
+msgid "AdminArea|Reporter"
+msgstr ""
+
+msgid "AdminArea|Sign up for the GitLab Security Newsletter to get notified for security updates."
+msgstr ""
+
+msgid "AdminArea|Sign up for the GitLab newsletter"
+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|Total users"
+msgstr ""
+
+msgid "AdminArea|Users"
+msgstr ""
+
+msgid "AdminArea|Users statistics"
+msgstr ""
+
+msgid "AdminArea|Users with highest role"
+msgstr ""
+
+msgid "AdminArea|Users without a Group and Project"
+msgstr ""
+
+msgid "AdminArea|View latest groups"
+msgstr ""
+
+msgid "AdminArea|View latest projects"
+msgstr ""
+
+msgid "AdminArea|View latest users"
+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"
+msgstr ""
+
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
+msgid "AdminLabels|Define your default set of project labels"
+msgstr ""
+
+msgid "AdminLabels|Labels created here will be automatically added to new projects."
+msgstr ""
+
+msgid "AdminLabels|They can be used to categorize issues and merge requests."
+msgstr ""
+
+msgid "AdminProjects| You’re about to permanently delete the project %{projectName}, its repository, and all related resources, including issues and merge requests. After 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 "AdminSettings|A Let's Encrypt account will be configured for this GitLab instance using this email address. You will receive emails to warn of expiring certificates. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "AdminSettings|All new projects can use the instance's shared runners by default."
+msgstr ""
+
+msgid "AdminSettings|Auto DevOps domain"
+msgstr ""
+
+msgid "AdminSettings|Configure Let's Encrypt"
+msgstr ""
+
+msgid "AdminSettings|Disable feed token"
+msgstr ""
+
+msgid "AdminSettings|Disable public access to Pages sites"
+msgstr ""
+
+msgid "AdminSettings|Display a banner on merge requests in projects with no pipelines to initiate steps to add a .gitlab-ci.yml file."
+msgstr ""
+
+msgid "AdminSettings|Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "AdminSettings|Enable pipeline suggestion banner"
+msgstr ""
+
+msgid "AdminSettings|Enable shared runners for new projects"
+msgstr ""
+
+msgid "AdminSettings|Feed token"
+msgstr ""
+
+msgid "AdminSettings|I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)."
+msgstr ""
+
+msgid "AdminSettings|If not specified at the group or instance level, the default is %{default_initial_branch_name}. Does not affect existing repositories."
+msgstr ""
+
+msgid "AdminSettings|Keep the latest artifacts for all jobs in the latest successful pipelines"
+msgstr ""
+
+msgid "AdminSettings|Let's Encrypt email"
+msgstr ""
+
+msgid "AdminSettings|Maximum duration of a session for Git operations when 2FA is enabled."
+msgstr ""
+
+msgid "AdminSettings|New CI/CD variables in projects and groups default to protected."
+msgstr ""
+
+msgid "AdminSettings|No required pipeline"
+msgstr ""
+
+msgid "AdminSettings|Protect CI/CD variables by default"
+msgstr ""
+
+msgid "AdminSettings|Require users to prove ownership of custom domains"
+msgstr ""
+
+msgid "AdminSettings|Required pipeline configuration"
+msgstr ""
+
+msgid "AdminSettings|Select a CI/CD template"
+msgstr ""
+
+msgid "AdminSettings|Select a group to use as the source for instance-level project templates."
+msgstr ""
+
+msgid "AdminSettings|Select to disable public access for Pages sites, which requires users to sign in for access to the Pages sites in your instance. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
+msgstr ""
+
+msgid "AdminSettings|Set a CI/CD template as the required pipeline configuration for all projects in the instance. Project CI/CD configuration merges into the required pipeline configuration when the pipeline runs. %{link_start}What is a required pipeline configuration?%{link_end}"
+msgstr ""
+
+msgid "AdminSettings|Set the maximum size of GitLab Pages per project (0 for unlimited). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "AdminSettings|Size and domain settings for Pages static sites."
+msgstr ""
+
+msgid "AdminSettings|The default domain to use for Auto Review Apps and Auto Deploy stages in all projects."
+msgstr ""
+
+msgid "AdminSettings|The default name for the initial branch of new repositories created in the instance."
+msgstr ""
+
+msgid "AdminSettings|The latest artifacts for all jobs in the most recent successful pipelines in each project are stored and do not expire."
+msgstr ""
+
+msgid "AdminSettings|The projects in this group can be selected as templates for new projects created on the instance. %{link_start}Learn more.%{link_end} "
+msgstr ""
+
+msgid "AdminSettings|The template for the required pipeline configuration can be one of the GitLab-provided templates, or a custom template added to an instance template repository. %{link_start}How do I create an instance template repository?%{link_end}"
+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|(Admin)"
+msgstr ""
+
+msgid "AdminUsers|(Banned)"
+msgstr ""
+
+msgid "AdminUsers|(Blocked)"
+msgstr ""
+
+msgid "AdminUsers|(Deactivated)"
+msgstr ""
+
+msgid "AdminUsers|(Internal)"
+msgstr ""
+
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
+msgid "AdminUsers|(Pending approval)"
+msgstr ""
+
+msgid "AdminUsers|2FA Disabled"
+msgstr ""
+
+msgid "AdminUsers|2FA Enabled"
+msgstr ""
+
+msgid "AdminUsers|A user can validate themselves by inputting a credit/debit card, or an admin can manually validate a user."
+msgstr ""
+
+msgid "AdminUsers|Access"
+msgstr ""
+
+msgid "AdminUsers|Access Git repositories"
+msgstr ""
+
+msgid "AdminUsers|Access the API"
+msgstr ""
+
+msgid "AdminUsers|Activate"
+msgstr ""
+
+msgid "AdminUsers|Activate user %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Active"
+msgstr ""
+
+msgid "AdminUsers|Adjust the user cap setting on your instance"
+msgstr ""
+
+msgid "AdminUsers|Admin"
+msgstr ""
+
+msgid "AdminUsers|Administrator"
+msgstr ""
+
+msgid "AdminUsers|Admins"
+msgstr ""
+
+msgid "AdminUsers|Approve"
+msgstr ""
+
+msgid "AdminUsers|Approve user %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Approved users can:"
+msgstr ""
+
+msgid "AdminUsers|Auditor"
+msgstr ""
+
+msgid "AdminUsers|Auditors have read-only access to all groups, projects, and users."
+msgstr ""
+
+msgid "AdminUsers|Automatically marked as default internal user"
+msgstr ""
+
+msgid "AdminUsers|Ban user"
+msgstr ""
+
+msgid "AdminUsers|Ban user %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Banned"
+msgstr ""
+
+msgid "AdminUsers|Be added to groups and projects"
+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 sign in or access instance information"
+msgstr ""
+
+msgid "AdminUsers|Cannot unblock LDAP blocked users"
+msgstr ""
+
+msgid "AdminUsers|Cohorts"
+msgstr ""
+
+msgid "AdminUsers|Confirm user"
+msgstr ""
+
+msgid "AdminUsers|Confirm user %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Could not load user group counts. Please refresh the page to try again."
+msgstr ""
+
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user %{username}?"
+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|Export permissions as CSV (max 100,000 users)"
+msgstr ""
+
+msgid "AdminUsers|External"
+msgstr ""
+
+msgid "AdminUsers|External users cannot see internal or private projects unless access is explicitly granted. Also, external users cannot create projects, groups, or personal snippets."
+msgstr ""
+
+msgid "AdminUsers|For more information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
+msgstr ""
+
+msgid "AdminUsers|Here are some helpful links to help you manage your instance:"
+msgstr ""
+
+msgid "AdminUsers|If you have any questions about this process please consult our %{doc_link} or %{support_link}."
+msgstr ""
+
+msgid "AdminUsers|Important information about usage on your GitLab instance"
+msgstr ""
+
+msgid "AdminUsers|Is using seat"
+msgstr ""
+
+msgid "AdminUsers|Issues authored by this user are hidden from other users."
+msgstr ""
+
+msgid "AdminUsers|It's you!"
+msgstr ""
+
+msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
+msgstr ""
+
+msgid "AdminUsers|Locked"
+msgstr ""
+
+msgid "AdminUsers|Log in"
+msgstr ""
+
+msgid "AdminUsers|Manage (accept/reject) pending user sign ups"
+msgstr ""
+
+msgid "AdminUsers|New user"
+msgstr ""
+
+msgid "AdminUsers|No users found"
+msgstr ""
+
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Pending approval"
+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|Regular"
+msgstr ""
+
+msgid "AdminUsers|Regular users have access to their groups and projects."
+msgstr ""
+
+msgid "AdminUsers|Reject"
+msgstr ""
+
+msgid "AdminUsers|Reject user %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Rejected users:"
+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 can't access git repositories."
+msgstr ""
+
+msgid "AdminUsers|The user can't log in."
+msgstr ""
+
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+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|Unban user"
+msgstr ""
+
+msgid "AdminUsers|Unban user %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Unblock"
+msgstr ""
+
+msgid "AdminUsers|Unblock user %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Unlock user %{username}?"
+msgstr ""
+
+msgid "AdminUsers|User administration"
+msgstr ""
+
+msgid "AdminUsers|User is validated and can use free CI minutes on shared runners."
+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|Users"
+msgstr ""
+
+msgid "AdminUsers|Users can still be invited to your instance and/or add themselves if permitted based on your settings. They will not have access to your instance, nor count towards your subscribed seat count until you %{approve_link}."
+msgstr ""
+
+msgid "AdminUsers|Validate user account"
+msgstr ""
+
+msgid "AdminUsers|View pending member requests"
+msgstr ""
+
+msgid "AdminUsers|What can I do?"
+msgstr ""
+
+msgid "AdminUsers|What does this mean?"
+msgstr ""
+
+msgid "AdminUsers|When banned:"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr ""
+
+msgid "AdminUsers|Will be deleted"
+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 %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, 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 %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You can always block their account again if needed."
+msgstr ""
+
+msgid "AdminUsers|You can always deactivate their account again if needed."
+msgstr ""
+
+msgid "AdminUsers|You can always re-activate their account, their data will remain intact."
+msgstr ""
+
+msgid "AdminUsers|You can always unblock their account, their data will remain intact."
+msgstr ""
+
+msgid "AdminUsers|You can ban their account in the future if necessary."
+msgstr ""
+
+msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
+msgstr ""
+
+msgid "AdminUsers|You cannot remove your own administrator access."
+msgstr ""
+
+msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
+msgstr ""
+
+msgid "AdminUsers|Your GitLab instance has reached the maximum allowed %{user_doc_link} set by an instance admin."
+msgstr ""
+
+msgid "AdminUsers|approve them"
+msgstr ""
+
+msgid "AdminUsers|contact our support team"
+msgstr ""
+
+msgid "AdminUsers|docs"
+msgstr ""
+
+msgid "AdminUsers|user cap"
+msgstr ""
+
+msgid "Administration"
+msgstr ""
+
+msgid "Admin|Additional users must be reviewed and approved by a system administrator. Learn more about %{help_link_start}usage caps%{help_link_end}."
+msgstr ""
+
+msgid "Admin|Admin notes"
+msgstr ""
+
+msgid "Admin|Learn more about quarterly reconciliation"
+msgstr ""
+
+msgid "Admin|Note"
+msgstr ""
+
+msgid "Admin|Quarterly reconciliation will occur on %{qrtlyDate}"
+msgstr ""
+
+msgid "Admin|The number of max seats in your namespace exceeds the number of seats in your subscription. On %{qrtlyDate}, quarterly reconciliation occurs and you are automatically billed a prorated amount for the overage. No action is needed from you. If you have a credit card on file, it will be charged. Otherwise, you will receive an invoice. For more information about the timing of the invoicing process, view the documentation."
+msgstr ""
+
+msgid "Admin|The number of max users in your instance exceeds the number of users in your license. On %{qrtlyDate}, quarterly reconciliation occurs and you are automatically billed a prorated amount for the overage. No action is needed from you. If you have a credit card on file, it will be charged. Otherwise, you will receive an invoice. For more information about the timing of the invoicing process, view the documentation."
+msgstr ""
+
+msgid "Admin|View pending user approvals"
+msgstr ""
+
+msgid "Admin|Your instance has reached its user cap"
+msgstr ""
+
+msgid "Advanced"
+msgstr ""
+
+msgid "Advanced Search"
+msgstr ""
+
+msgid "Advanced Settings"
+msgstr ""
+
+msgid "Advanced export options"
+msgstr ""
+
+msgid "AdvancedSearch|Reindex required"
+msgstr ""
+
+msgid "After a project is permanently deleted, it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its repositories and %{strongStart}all related resources%{strongEnd}, including issues, merge requests etc."
+msgstr ""
+
+msgid "After a project is permanently deleted, it %{strongStart}cannot be recovered%{strongEnd}. You will lose this project's repository and %{strongStart}all related resources%{strongEnd}, including issues and merge requests."
+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 "After it expires, you can't use merge approvals, code quality, or many other features."
+msgstr ""
+
+msgid "After it expires, you can't use merge approvals, epics, or many other features."
+msgstr ""
+
+msgid "After it expires, you can't use merge approvals, epics, or many security features."
+msgstr ""
+
+msgid "After the export is complete, download the data file from a notification email or from this page. You can then import the data file from the %{strong_text_start}Create new group%{strong_text_end} page of another GitLab instance."
+msgstr ""
+
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
+msgid "Akismet helps prevent the creation of spam issues in public projects."
+msgstr ""
+
+msgid "AlertManagement|Acknowledged"
+msgstr ""
+
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
+msgid "AlertManagement|Alert"
+msgstr ""
+
+msgid "AlertManagement|Alert assignee(s): %{assignees}"
+msgstr ""
+
+msgid "AlertManagement|Alert detail"
+msgstr ""
+
+msgid "AlertManagement|Alert details"
+msgstr ""
+
+msgid "AlertManagement|Alert status: %{status}"
+msgstr ""
+
+msgid "AlertManagement|Alerts"
+msgstr ""
+
+msgid "AlertManagement|All alerts"
+msgstr ""
+
+msgid "AlertManagement|Assign status"
+msgstr ""
+
+msgid "AlertManagement|Assignees"
+msgstr ""
+
+msgid "AlertManagement|Authorize external service"
+msgstr ""
+
+msgid "AlertManagement|Create incident"
+msgstr ""
+
+msgid "AlertManagement|Display alerts from all your monitoring tools directly within GitLab. Streamline the investigation of your alerts and the escalation of alerts to incidents."
+msgstr ""
+
+msgid "AlertManagement|Edit"
+msgstr ""
+
+msgid "AlertManagement|Environment"
+msgstr ""
+
+msgid "AlertManagement|Events"
+msgstr ""
+
+msgid "AlertManagement|Incident"
+msgstr ""
+
+msgid "AlertManagement|Key"
+msgstr ""
+
+msgid "AlertManagement|Metrics"
+msgstr ""
+
+msgid "AlertManagement|Metrics weren't available in the alerts payload."
+msgstr ""
+
+msgid "AlertManagement|More information"
+msgstr ""
+
+msgid "AlertManagement|No alert data to display."
+msgstr ""
+
+msgid "AlertManagement|No alerts available to display. See %{linkStart}enabling alert management%{linkEnd} for more information on adding alerts to the list."
+msgstr ""
+
+msgid "AlertManagement|No alerts to display."
+msgstr ""
+
+msgid "AlertManagement|None"
+msgstr ""
+
+msgid "AlertManagement|Open"
+msgstr ""
+
+msgid "AlertManagement|Please try again."
+msgstr ""
+
+msgid "AlertManagement|Reported %{when}"
+msgstr ""
+
+msgid "AlertManagement|Reported %{when} by %{tool}"
+msgstr ""
+
+msgid "AlertManagement|Resolved"
+msgstr ""
+
+msgid "AlertManagement|Runbook"
+msgstr ""
+
+msgid "AlertManagement|Service"
+msgstr ""
+
+msgid "AlertManagement|Severity"
+msgstr ""
+
+msgid "AlertManagement|Start time"
+msgstr ""
+
+msgid "AlertManagement|Status"
+msgstr ""
+
+msgid "AlertManagement|Surface alerts in GitLab"
+msgstr ""
+
+msgid "AlertManagement|There was an error displaying the alert. Please refresh the page to try again."
+msgstr ""
+
+msgid "AlertManagement|There was an error displaying the alerts. Confirm your endpoint's configuration details to ensure alerts appear."
+msgstr ""
+
+msgid "AlertManagement|There was an error while updating the assignee(s) list. Please try again."
+msgstr ""
+
+msgid "AlertManagement|There was an error while updating the assignee(s) of the alert. Please try again."
+msgstr ""
+
+msgid "AlertManagement|There was an error while updating the status of the alert."
+msgstr ""
+
+msgid "AlertManagement|There was an error while updating the to-do item of the alert."
+msgstr ""
+
+msgid "AlertManagement|This assignee cannot be assigned to this alert."
+msgstr ""
+
+msgid "AlertManagement|Tool"
+msgstr ""
+
+msgid "AlertManagement|Triggered"
+msgstr ""
+
+msgid "AlertManagement|Value"
+msgstr ""
+
+msgid "AlertManagement|View incident"
+msgstr ""
+
+msgid "AlertMappingBuilder|Define fallback"
+msgstr ""
+
+msgid "AlertMappingBuilder|GitLab alert key"
+msgstr ""
+
+msgid "AlertMappingBuilder|Make selection"
+msgstr ""
+
+msgid "AlertMappingBuilder|Payload alert key"
+msgstr ""
+
+msgid "AlertMappingBuilder|Select key"
+msgstr ""
+
+msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
+msgstr ""
+
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials” tab."
+msgstr ""
+
+msgid "AlertSettings|Add new integration"
+msgstr ""
+
+msgid "AlertSettings|Alert settings"
+msgstr ""
+
+msgid "AlertSettings|Authorization key"
+msgstr ""
+
+msgid "AlertSettings|Configure details"
+msgstr ""
+
+msgid "AlertSettings|Current integrations"
+msgstr ""
+
+msgid "AlertSettings|Customize alert payload mapping (optional)"
+msgstr ""
+
+msgid "AlertSettings|Delete integration"
+msgstr ""
+
+msgid "AlertSettings|Edit integration"
+msgstr ""
+
+msgid "AlertSettings|Edit payload"
+msgstr ""
+
+msgid "AlertSettings|Enable integration"
+msgstr ""
+
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
+msgid "AlertSettings|Enter integration name"
+msgstr ""
+
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
+msgstr ""
+
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
+msgstr ""
+
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
+msgstr ""
+
+msgid "AlertSettings|Integration successfully saved"
+msgstr ""
+
+msgid "AlertSettings|Name integration"
+msgstr ""
+
+msgid "AlertSettings|Parse payload fields"
+msgstr ""
+
+msgid "AlertSettings|Proceed with editing"
+msgstr ""
+
+msgid "AlertSettings|Prometheus"
+msgstr ""
+
+msgid "AlertSettings|Prometheus API base URL"
+msgstr ""
+
+msgid "AlertSettings|Reset Key"
+msgstr ""
+
+msgid "AlertSettings|Reset the mapping"
+msgstr ""
+
+msgid "AlertSettings|Sample payload has been parsed. You can now map the fields."
+msgstr ""
+
+msgid "AlertSettings|Save & create test alert"
+msgstr ""
+
+msgid "AlertSettings|Save integration"
+msgstr ""
+
+msgid "AlertSettings|Save integration & send"
+msgstr ""
+
+msgid "AlertSettings|Select integration type"
+msgstr ""
+
+msgid "AlertSettings|Send test alert"
+msgstr ""
+
+msgid "AlertSettings|Send without saving"
+msgstr ""
+
+msgid "AlertSettings|The form has unsaved changes"
+msgstr ""
+
+msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
+msgstr ""
+
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
+msgstr ""
+
+msgid "AlertSettings|View URL and authorization key"
+msgstr ""
+
+msgid "AlertSettings|View credentials"
+msgstr ""
+
+msgid "AlertSettings|Webhook URL"
+msgstr ""
+
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
+msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
+msgstr ""
+
+msgid "AlertSettings|{ \"events\": [{ \"application\": \"Name of application\" }] }"
+msgstr ""
+
+msgid "Alerts"
+msgstr ""
+
+msgid "AlertsIntegrations|Alerts will be created through this integration"
+msgstr ""
+
+msgid "AlertsIntegrations|Alerts will not be created through this integration"
+msgstr ""
+
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
+msgid "AlertsIntegrations|Integration Name"
+msgstr ""
+
+msgid "AlertsIntegrations|Integration payload is invalid."
+msgstr ""
+
+msgid "AlertsIntegrations|No integrations have been added yet."
+msgstr ""
+
+msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
+msgstr ""
+
+msgid "AlertsIntegrations|The integration could not be added. Please try again."
+msgstr ""
+
+msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
+msgstr ""
+
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgstr ""
+
+msgid "AlertsIntegrations|The integration is deleted."
+msgstr ""
+
+msgid "AlertsIntegrations|The integration is saved."
+msgstr ""
+
+msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
+msgstr ""
+
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
+msgid "All"
+msgstr ""
+
+msgid "All %{replicableType} are being scheduled for %{action}"
+msgstr ""
+
+msgid "All (default)"
+msgstr ""
+
+msgid "All GitLab"
+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 environments"
+msgstr ""
+
+msgid "All epics"
+msgstr ""
+
+msgid "All groups and projects"
+msgstr ""
+
+msgid "All issues"
+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 URLs%{relative_url_link_end}."
+msgstr ""
+
+msgid "All projects"
+msgstr ""
+
+msgid "All projects selected"
+msgstr ""
+
+msgid "All threads resolved"
+msgstr ""
+
+msgid "All users must accept the Terms of Service and Privacy Policy to access GitLab"
+msgstr ""
+
+msgid "All users must have a name."
+msgstr ""
+
+msgid "All users with matching cards"
+msgstr ""
+
+msgid "Allow \"%{group_name}\" to sign you in"
+msgstr ""
+
+msgid "Allow access to members of the following group"
+msgstr ""
+
+msgid "Allow access to the following IP addresses"
+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 non-administrators access to the performance bar"
+msgstr ""
+
+msgid "Allow only the selected protocols to be used for Git access."
+msgstr ""
+
+msgid "Allow owners to manage default branch protection per group"
+msgstr ""
+
+msgid "Allow owners to manually add users outside of LDAP"
+msgstr ""
+
+msgid "Allow password authentication for Git over HTTP(S)"
+msgstr ""
+
+msgid "Allow password authentication for the web interface"
+msgstr ""
+
+msgid "Allow project maintainers to configure repository mirroring"
+msgstr ""
+
+msgid "Allow projects and subgroups to override the group setting"
+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 subgroups to set up their own two-factor authentication rules"
+msgstr ""
+
+msgid "Allow this key to push to this repository"
+msgstr ""
+
+msgid "Allow this secondary site to replicate content on Object Storage"
+msgstr ""
+
+msgid "Allow use of licensed EE features"
+msgstr ""
+
+msgid "Allow users to dismiss the broadcast message"
+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"
+msgstr ""
+
+msgid "Allowed Geo IP"
+msgstr ""
+
+msgid "Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
+msgid "Allowed email domain restriction only permitted for top-level groups"
+msgstr ""
+
+msgid "Allowed to create:"
+msgstr ""
+
+msgid "Allowed to fail"
+msgstr ""
+
+msgid "Allows projects or subgroups in this group to override the global setting."
+msgstr ""
+
+msgid "Allows you to add and manage Kubernetes clusters."
+msgstr ""
+
+msgid "Almost there"
+msgstr ""
+
+msgid "Almost there..."
+msgstr ""
+
+msgid "Already blocked"
+msgstr ""
+
+msgid "Already have login and password?"
+msgstr ""
+
+msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
+msgstr ""
+
+msgid "Also called \"Relying party service URL\" or \"Reply URL\""
+msgstr ""
+
+msgid "Also remove direct user membership from subgroups and projects"
+msgstr ""
+
+msgid "Also unassign this user from related issues and merge requests"
+msgstr ""
+
+msgid "Alternate support URL for Help page and Help dropdown."
+msgstr ""
+
+msgid "Alternatively, you can convert your account to a managed account by the %{group_name} group."
+msgstr ""
+
+msgid "Amazon EKS"
+msgstr ""
+
+msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
+msgstr ""
+
+msgid "Amazon Web Services Logo"
+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 "An %{link_start}alert%{link_end} with the same fingerprint is already open. To change the status of this alert, resolve the linked alert."
+msgstr ""
+
+msgid "An Enterprise User GitLab account has been created for you by your organization:"
+msgstr ""
+
+msgid "An administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
+msgid "An alert has been resolved in %{project_path}."
+msgstr ""
+
+msgid "An alert has been triggered in %{project_path}."
+msgstr ""
+
+msgid "An application called %{link_to_client} is requesting access to your GitLab account."
+msgstr ""
+
+msgid "An email notification was recently sent from the admin panel. Please wait %{wait_time_in_words} before attempting to send another message."
+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 in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
+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 fetching the project authors."
+msgstr ""
+
+msgid "An error occurred fetching the public deploy keys. Please try again."
+msgstr ""
+
+msgid "An error occurred previewing the blob"
+msgstr ""
+
+msgid "An error occurred when updating the title"
+msgstr ""
+
+msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
+msgstr ""
+
+msgid "An error occurred while adding approvers"
+msgstr ""
+
+msgid "An error occurred while adding formatted title for epic"
+msgstr ""
+
+msgid "An error occurred while authorizing your role"
+msgstr ""
+
+msgid "An error occurred while checking group path. Please refresh and try again."
+msgstr ""
+
+msgid "An error occurred while decoding the file."
+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 drawing job relationship links."
+msgstr ""
+
+msgid "An error occurred while enabling Service Desk."
+msgstr ""
+
+msgid "An error occurred while fetching Markdown preview"
+msgstr ""
+
+msgid "An error occurred while fetching ancestors"
+msgstr ""
+
+msgid "An error occurred while fetching branches. Retry the search."
+msgstr ""
+
+msgid "An error occurred while fetching codequality mr diff reports."
+msgstr ""
+
+msgid "An error occurred while fetching commit data."
+msgstr ""
+
+msgid "An error occurred while fetching commits. Retry the search."
+msgstr ""
+
+msgid "An error occurred while fetching coverage reports."
+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 participants"
+msgstr ""
+
+msgid "An error occurred while fetching participants."
+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 reference"
+msgstr ""
+
+msgid "An error occurred while fetching tags. Retry the search."
+msgstr ""
+
+msgid "An error occurred while fetching terraform reports."
+msgstr ""
+
+msgid "An error occurred while fetching the job log."
+msgstr ""
+
+msgid "An error occurred while fetching the job logs."
+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 pipelines jobs."
+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 getting files for - %{branchId}"
+msgstr ""
+
+msgid "An error occurred while getting issue counts"
+msgstr ""
+
+msgid "An error occurred while getting projects"
+msgstr ""
+
+msgid "An error occurred while initializing path locks"
+msgstr ""
+
+msgid "An error occurred while loading a section of this page."
+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 code owners."
+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 projects."
+msgstr ""
+
+msgid "An error occurred while loading the Jobs tab."
+msgstr ""
+
+msgid "An error occurred while loading the Needs tab."
+msgstr ""
+
+msgid "An error occurred while loading the Test Reports tab."
+msgstr ""
+
+msgid "An error occurred while loading the access tokens form, please try again."
+msgstr ""
+
+msgid "An error occurred while loading the blob controls."
+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 file. Please try again later."
+msgstr ""
+
+msgid "An error occurred while loading the file. Please try again."
+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 notification settings. Please try again."
+msgstr ""
+
+msgid "An error occurred while loading the pipeline."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
+msgid "An error occurred while loading your content. Please try again."
+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 parsing the file."
+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 rendering the editor"
+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 retrieving diff files"
+msgstr ""
+
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
+msgid "An error occurred while saving changes: %{error}"
+msgstr ""
+
+msgid "An error occurred while saving the setting"
+msgid_plural "An error occurred while saving the settings"
+msgstr[0] ""
+msgstr[1] ""
+
+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 generate the report. Please try again later."
+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 assignees."
+msgstr ""
+
+msgid "An error occurred while updating configuration."
+msgstr ""
+
+msgid "An error occurred while updating labels."
+msgstr ""
+
+msgid "An error occurred while updating the comment"
+msgstr ""
+
+msgid "An error occurred while updating the configuration."
+msgstr ""
+
+msgid "An error occurred while updating the notification settings. Please try again."
+msgstr ""
+
+msgid "An error occurred while uploading the file. Please try again."
+msgstr ""
+
+msgid "An error occurred while uploading the image. Please try again."
+msgstr ""
+
+msgid "An error occurred while validating group path"
+msgstr ""
+
+msgid "An error occurred while validating username"
+msgstr ""
+
+msgid "An error occurred. Please sign in again."
+msgstr ""
+
+msgid "An error occurred. Please try again."
+msgstr ""
+
+msgid "An example project for managing Kubernetes clusters integrated with GitLab"
+msgstr ""
+
+msgid "An example project that shows off the best practices for setting up GitLab for your own organization, including sample issues, merge requests, and milestones"
+msgstr ""
+
+msgid "An example showing how to use Jsonnet with GitLab dynamic child pipelines"
+msgstr ""
+
+msgid "An incident has been resolved in %{project_path}."
+msgstr ""
+
+msgid "An incident has been triggered in %{project_path}."
+msgstr ""
+
+msgid "An integer value is required for seconds"
+msgstr ""
+
+msgid "An issue already exists"
+msgstr ""
+
+msgid "An unauthenticated user"
+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 loading the code quality diff."
+msgstr ""
+
+msgid "An unexpected error occurred while starting the Web Terminal."
+msgstr ""
+
+msgid "An unexpected error occurred while stopping the Web Terminal."
+msgstr ""
+
+msgid "An unknown error occurred while loading this graph."
+msgstr ""
+
+msgid "An unknown error occurred."
+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 infrastructure as code configuration files for known vulnerabilities."
+msgstr ""
+
+msgid "Analyze your source code and git history for secrets."
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities."
+msgstr ""
+
+msgid "Analyzing file…"
+msgstr ""
+
+msgid "Ancestors"
+msgstr ""
+
+msgid "And this registration token:"
+msgstr ""
+
+msgid "Anonymous"
+msgstr ""
+
+msgid "Another action is currently in progress"
+msgstr ""
+
+msgid "Another issue tracker is already in use. Only one issue tracker service can be active at a time"
+msgstr ""
+
+msgid "Anti-spam verification"
+msgstr ""
+
+msgid "Any"
+msgstr ""
+
+msgid "Any %{header}"
+msgstr ""
+
+msgid "Any Author"
+msgstr ""
+
+msgid "Any Milestone"
+msgstr ""
+
+msgid "Any encrypted tokens"
+msgstr ""
+
+msgid "Any label"
+msgstr ""
+
+msgid "Any member with at least Developer permissions on the project."
+msgstr ""
+
+msgid "Any milestone"
+msgstr ""
+
+msgid "Any namespace"
+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 limits saved successfully"
+msgstr ""
+
+msgid "Application settings saved successfully"
+msgstr ""
+
+msgid "Application settings update failed"
+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 "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve %d user"
+msgid_plural "ApplicationSettings|Approve %d users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve %d user with the pending approval status."
+msgid_plural "ApplicationSettings|By making this change, you will automatically approve %d users with the pending approval status."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
+msgid "Applications"
+msgstr ""
+
+msgid "Applied"
+msgstr ""
+
+msgid "Apply"
+msgstr ""
+
+msgid "Apply %d suggestion"
+msgid_plural "Apply %d suggestions"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Apply a label"
+msgstr ""
+
+msgid "Apply a template"
+msgstr ""
+
+msgid "Apply suggestion"
+msgstr ""
+
+msgid "Apply template"
+msgstr ""
+
+msgid "Apply this approval rule to all branches or a specific protected branch."
+msgstr ""
+
+msgid "Applying"
+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 "Applying suggestions..."
+msgstr ""
+
+msgid "Approval Status"
+msgstr ""
+
+msgid "Approval rules"
+msgstr ""
+
+msgid "Approval rules reset to project defaults"
+msgstr ""
+
+msgid "Approval settings"
+msgstr ""
+
+msgid "ApprovalRuleRemove|%d member"
+msgid_plural "ApprovalRuleRemove|%d members"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
+msgstr[0] ""
+msgstr[1] ""
+
+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|%{firstLabel} +%{numberOfAdditionalLabels} more"
+msgstr ""
+
+msgid "ApprovalRule|A merge request author collaborating with a merge request approver"
+msgstr ""
+
+msgid "ApprovalRule|Add approvers"
+msgstr ""
+
+msgid "ApprovalRule|All scanners"
+msgstr ""
+
+msgid "ApprovalRule|All severity levels"
+msgstr ""
+
+msgid "ApprovalRule|All vulnerability states"
+msgstr ""
+
+msgid "ApprovalRule|Apply this approval rule to consider only the selected security scanners."
+msgstr ""
+
+msgid "ApprovalRule|Apply this approval rule to consider only the selected severity levels."
+msgstr ""
+
+msgid "ApprovalRule|Apply this approval rule to consider only the selected vulnerability states."
+msgstr ""
+
+msgid "ApprovalRule|Approval rules"
+msgstr ""
+
+msgid "ApprovalRule|Approvals required"
+msgstr ""
+
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
+msgid "ApprovalRule|Approvers"
+msgstr ""
+
+msgid "ApprovalRule|Confirmed"
+msgstr ""
+
+msgid "ApprovalRule|Dismissed"
+msgstr ""
+
+msgid "ApprovalRule|Examples: QA, Security."
+msgstr ""
+
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
+msgstr ""
+
+msgid "ApprovalRule|Increase quality and maintain standards."
+msgstr ""
+
+msgid "ApprovalRule|Learn more about merge request approval rules."
+msgstr ""
+
+msgid "ApprovalRule|Name"
+msgstr ""
+
+msgid "ApprovalRule|Newly detected"
+msgstr ""
+
+msgid "ApprovalRule|Number of vulnerabilities allowed before approval rule is triggered."
+msgstr ""
+
+msgid "ApprovalRule|Please enter a number equal or greater than zero"
+msgstr ""
+
+msgid "ApprovalRule|Please select at least one security scanner"
+msgstr ""
+
+msgid "ApprovalRule|Please select at least one severity level"
+msgstr ""
+
+msgid "ApprovalRule|Please select at least one vulnerability state"
+msgstr ""
+
+msgid "ApprovalRule|Previously detected"
+msgstr ""
+
+msgid "ApprovalRule|Reduce your time to merge."
+msgstr ""
+
+msgid "ApprovalRule|Resolved"
+msgstr ""
+
+msgid "ApprovalRule|Rule name"
+msgstr ""
+
+msgid "ApprovalRule|Security scanners"
+msgstr ""
+
+msgid "ApprovalRule|Select All"
+msgstr ""
+
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
+msgid "ApprovalRule|Select scanners"
+msgstr ""
+
+msgid "ApprovalRule|Select severity levels"
+msgstr ""
+
+msgid "ApprovalRule|Select vulnerability states"
+msgstr ""
+
+msgid "ApprovalRule|Severity levels"
+msgstr ""
+
+msgid "ApprovalRule|Target branch"
+msgstr ""
+
+msgid "ApprovalRule|Try for free"
+msgstr ""
+
+msgid "ApprovalRule|Vulnerabilities allowed"
+msgstr ""
+
+msgid "ApprovalRule|Vulnerability states"
+msgstr ""
+
+msgid "ApprovalSettings|Merge request approval settings have been updated."
+msgstr ""
+
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
+msgid "ApprovalSettings|Prevent approval by author."
+msgstr ""
+
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
+msgid "ApprovalSettings|Prevent approvals by users who add commits."
+msgstr ""
+
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
+msgstr ""
+
+msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
+msgstr ""
+
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
+msgstr ""
+
+msgid "ApprovalSettings|Require user password to approve"
+msgstr ""
+
+msgid "ApprovalSettings|There was an error loading merge request approval settings."
+msgstr ""
+
+msgid "ApprovalSettings|There was an error updating merge request approval settings."
+msgstr ""
+
+msgid "ApprovalSettings|This setting is configured at the instance level and can only be changed by an administrator."
+msgstr ""
+
+msgid "ApprovalSettings|This setting is configured in %{groupName} and can only be changed in the group settings by an administrator or group owner."
+msgstr ""
+
+msgid "ApprovalStatusTooltip|Adheres to separation of duties"
+msgstr ""
+
+msgid "ApprovalStatusTooltip|At least one rule does not adhere to separation of duties"
+msgstr ""
+
+msgid "ApprovalStatusTooltip|Fails to adhere to separation of duties"
+msgstr ""
+
+msgid "Approvals are optional."
+msgstr ""
+
+msgid "Approvals|Section: %section"
+msgstr ""
+
+msgid "Approve"
+msgstr ""
+
+msgid "Approve a merge request"
+msgstr ""
+
+msgid "Approve the current merge request."
+msgstr ""
+
+msgid "Approved"
+msgstr ""
+
+msgid "Approved MRs"
+msgstr ""
+
+msgid "Approved the current merge request."
+msgstr ""
+
+msgid "Approved-By"
+msgstr ""
+
+msgid "Approver"
+msgstr ""
+
+msgid "Approvers"
+msgstr ""
+
+msgid "Approvers from private group(s) not shown"
+msgstr ""
+
+msgid "Apr"
+msgstr ""
+
+msgid "April"
+msgstr ""
+
+msgid "Architecture not found for OS"
+msgstr ""
+
+msgid "Archive"
+msgstr ""
+
+msgid "Archive jobs"
+msgstr ""
+
+msgid "Archive project"
+msgstr ""
+
+msgid "Archive test case"
+msgstr ""
+
+msgid "Archived"
+msgstr ""
+
+msgid "Archived (%{movedToStart}moved%{movedToEnd})"
+msgstr ""
+
+msgid "Archived in this version"
+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} %{link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
+msgstr ""
+
+msgid "Are you ABSOLUTELY SURE you wish to remove this group?"
+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 %{action} %{name}?"
+msgstr ""
+
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
+msgid "Are you sure you want to attempt to merge?"
+msgstr ""
+
+msgid "Are you sure you want to cancel editing this comment?"
+msgstr ""
+
+msgid "Are you sure you want to close this blocked issue?"
+msgstr ""
+
+msgid "Are you sure you want to delete %{name}?"
+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 SSH key?"
+msgstr ""
+
+msgid "Are you sure you want to delete this deploy key?"
+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 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 deploy this environment?"
+msgstr ""
+
+msgid "Are you sure you want to discard this comment?"
+msgstr ""
+
+msgid "Are you sure you want to discard your changes?"
+msgstr ""
+
+msgid "Are you sure you want to erase this build?"
+msgstr ""
+
+msgid "Are you sure you want to import %d repository?"
+msgid_plural "Are you sure you want to import %d repositories?"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Are you sure you want to lock %{path}?"
+msgstr ""
+
+msgid "Are you sure you want to lock this directory?"
+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 re-deploy this environment?"
+msgstr ""
+
+msgid "Are you sure you want to reindex?"
+msgstr ""
+
+msgid "Are you sure you want to remove %{email}?"
+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 the license?"
+msgstr ""
+
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
+msgid "Are you sure you want to remove this identity?"
+msgstr ""
+
+msgid "Are you sure you want to remove this list?"
+msgstr ""
+
+msgid "Are you sure you want to reset the health check token?"
+msgstr ""
+
+msgid "Are you sure you want to reset the registration token?"
+msgstr ""
+
+msgid "Are you sure you want to retry this migration?"
+msgstr ""
+
+msgid "Are you sure you want to revoke this %{type}? This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to revoke this nickname?"
+msgstr ""
+
+msgid "Are you sure you want to revoke this personal access token? This action cannot be undone."
+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 unlock %{path}?"
+msgstr ""
+
+msgid "Are you sure you want to unlock this directory?"
+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 and all remember me tokens revoked."
+msgstr ""
+
+msgid "Arrange charts"
+msgstr ""
+
+msgid "Artifact"
+msgstr ""
+
+msgid "Artifact could not be deleted."
+msgstr ""
+
+msgid "Artifact was successfully deleted."
+msgstr ""
+
+msgid "Artifacts"
+msgstr ""
+
+msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
+msgstr ""
+
+msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
+msgstr ""
+
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
+msgstr ""
+
+msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
+msgstr ""
+
+msgid "AsanaService|User Personal Access Token. User must have access to the task. All comments are attributed to this user."
+msgstr ""
+
+msgid "Ascending"
+msgstr ""
+
+msgid "Ask again later"
+msgstr ""
+
+msgid "Ask someone with write access to resolve it."
+msgstr ""
+
+msgid "Ask your group owner to set up a group runner."
+msgstr ""
+
+msgid "Assertion consumer service URL"
+msgstr ""
+
+msgid "Assets"
+msgstr ""
+
+msgid "Assets:"
+msgstr ""
+
+msgid "Assign"
+msgstr ""
+
+msgid "Assign Iteration"
+msgstr ""
+
+msgid "Assign To"
+msgstr ""
+
+msgid "Assign custom color like #FF0000"
+msgstr ""
+
+msgid "Assign labels"
+msgstr ""
+
+msgid "Assign milestone"
+msgstr ""
+
+msgid "Assign reviewer"
+msgstr ""
+
+msgid "Assign reviewer(s)"
+msgstr ""
+
+msgid "Assign severity"
+msgstr ""
+
+msgid "Assign some issues to this milestone."
+msgstr ""
+
+msgid "Assign to"
+msgstr ""
+
+msgid "Assign to commenting user"
+msgstr ""
+
+msgid "Assign to me"
+msgstr ""
+
+msgid "Assign yourself to these issues"
+msgstr ""
+
+msgid "Assign yourself to this issue"
+msgstr ""
+
+msgid "Assigned %{assignee_users_sentence}."
+msgstr ""
+
+msgid "Assigned %{reviewer_users_sentence} as %{reviewer_text}."
+msgstr ""
+
+msgid "Assigned Issues"
+msgstr ""
+
+msgid "Assigned merge requests"
+msgstr ""
+
+msgid "Assigned projects"
+msgstr ""
+
+msgid "Assigned to %{assigneeName}"
+msgstr ""
+
+msgid "Assigned to %{assignee_name}"
+msgstr ""
+
+msgid "Assigned to %{name}"
+msgstr ""
+
+msgid "Assigned to me"
+msgstr ""
+
+msgid "Assigned to you"
+msgstr ""
+
+msgid "Assignee"
+msgid_plural "%d Assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Assignee has no permissions"
+msgstr ""
+
+msgid "Assignee lists not available with your current license"
+msgstr ""
+
+msgid "Assignee(s)"
+msgstr ""
+
+msgid "Assignees"
+msgstr ""
+
+msgid "Assigns %{assignee_users_sentence}."
+msgstr ""
+
+msgid "Assigns %{reviewer_users_sentence} as %{reviewer_text}."
+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 field of %{one_of_required_fields} must be present"
+msgstr ""
+
+msgid "At least one of group_id or project_id must be specified"
+msgstr ""
+
+msgid "At least one of your Personal Access Tokens is expired, but expiration enforcement is disabled. %{generate_new}"
+msgstr ""
+
+msgid "At least one of your Personal Access Tokens will expire soon, but expiration enforcement is disabled. %{generate_new}"
+msgstr ""
+
+msgid "At risk"
+msgstr ""
+
+msgid "Attach a file"
+msgstr ""
+
+msgid "Attach a file by drag &amp; drop or %{upload_link}"
+msgstr ""
+
+msgid "Attaching File - %{progress}"
+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"
+msgstr ""
+
+msgid "AuditLogs|(removed)"
+msgstr ""
+
+msgid "AuditLogs|Action"
+msgstr ""
+
+msgid "AuditLogs|Author"
+msgstr ""
+
+msgid "AuditLogs|Date"
+msgstr ""
+
+msgid "AuditLogs|Failed to find %{type}. Please search for another %{type}."
+msgstr ""
+
+msgid "AuditLogs|Failed to find %{type}. Please try again."
+msgstr ""
+
+msgid "AuditLogs|Group Events"
+msgstr ""
+
+msgid "AuditLogs|IP Address"
+msgstr ""
+
+msgid "AuditLogs|Member Events"
+msgstr ""
+
+msgid "AuditLogs|No matching %{type} found."
+msgstr ""
+
+msgid "AuditLogs|Object"
+msgstr ""
+
+msgid "AuditLogs|Project Events"
+msgstr ""
+
+msgid "AuditLogs|Target"
+msgstr ""
+
+msgid "AuditLogs|This month"
+msgstr ""
+
+msgid "AuditLogs|User Events"
+msgstr ""
+
+msgid "Aug"
+msgstr ""
+
+msgid "August"
+msgstr ""
+
+msgid "Authenticate"
+msgstr ""
+
+msgid "Authenticate user SSH keys without requiring additional configuration. Performance of GitLab can be improved by using the GitLab database instead."
+msgstr ""
+
+msgid "Authenticate with GitHub"
+msgstr ""
+
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
+msgid "Authenticated API requests"
+msgstr ""
+
+msgid "Authenticated Git LFS rate limit period in seconds"
+msgstr ""
+
+msgid "Authenticated Git LFS request rate limit"
+msgstr ""
+
+msgid "Authenticated Git LFS requests"
+msgstr ""
+
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
+msgid "Authenticated web requests"
+msgstr ""
+
+msgid "Authenticating"
+msgstr ""
+
+msgid "Authentication"
+msgstr ""
+
+msgid "Authentication Failure"
+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 "Authentication via WebAuthn device failed."
+msgstr ""
+
+msgid "Author"
+msgstr ""
+
+msgid "Author: %{author_name}"
+msgstr ""
+
+msgid "Authored %{timeago}"
+msgstr ""
+
+msgid "Authored %{timeago} by %{author}"
+msgstr ""
+
+msgid "Authorization code:"
+msgstr ""
+
+msgid "Authorization key"
+msgstr ""
+
+msgid "Authorization required"
+msgstr ""
+
+msgid "Authorization token duration (minutes)"
+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 "Authorize %{user} 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 stop successfully canceled."
+msgstr ""
+
+msgid "Auto-cancel redundant pipelines"
+msgstr ""
+
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
+msgid "AutoDevOps|%{auto_devops_start}Automate building, testing, and deploying%{auto_devops_end} your applications based on your continuous integration and delivery configuration. %{quickstart_start}How do I get started?%{quickstart_end}"
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps"
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps documentation"
+msgstr ""
+
+msgid "AutoDevOps|Dismiss Auto DevOps box"
+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."
+msgstr ""
+
+msgid "AutoDevopsAlert|Security testing tools enabled with %{linkStart}Auto DevOps%{linkEnd}"
+msgstr ""
+
+msgid "AutoRemediation| 1 Merge Request"
+msgstr ""
+
+msgid "AutoRemediation|%{mrsCount} ready for review"
+msgstr ""
+
+msgid "AutoRemediation|Auto-fix"
+msgstr ""
+
+msgid "AutoRemediation|Auto-fix solutions"
+msgstr ""
+
+msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities."
+msgstr ""
+
+msgid "AutoRemediation|Introducing GitLab auto-fix"
+msgstr ""
+
+msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually."
+msgstr ""
+
+msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected."
+msgstr ""
+
+msgid "AutoRollback|Enable automatic rollbacks"
+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 "Automatic deployment rollbacks"
+msgstr ""
+
+msgid "Automatic event tracking provides a traceable history for audits."
+msgstr ""
+
+msgid "Automatically close associated incident when a recovery alert notification resolves an alert"
+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 ID"
+msgstr ""
+
+msgid "Available group runners: %{runners}"
+msgstr ""
+
+msgid "Available runners: %{runners}"
+msgstr ""
+
+msgid "Available shared runners:"
+msgstr ""
+
+msgid "Available specific runners"
+msgstr ""
+
+msgid "Avatar for %{assigneeName}"
+msgstr ""
+
+msgid "Avatar will be removed. Are you sure?"
+msgstr ""
+
+msgid "Average per day: %{average}"
+msgstr ""
+
+msgid "Awaiting user signup"
+msgstr ""
+
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
+msgid "AwardEmoji|No emojis found."
+msgstr ""
+
+msgid "Back"
+msgstr ""
+
+msgid "Back to page %{number}"
+msgstr ""
+
+msgid "Background Color"
+msgstr ""
+
+msgid "Background Jobs"
+msgstr ""
+
+msgid "Background Migrations"
+msgstr ""
+
+msgid "Background color"
+msgstr ""
+
+msgid "Badges"
+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|Badge saved."
+msgstr ""
+
+msgid "Badges|Delete badge?"
+msgstr ""
+
+msgid "Badges|Deleting the badge failed, please try again."
+msgstr ""
+
+msgid "Badges|Enter a valid URL"
+msgstr ""
+
+msgid "Badges|Example: %{exampleUrl}"
+msgstr ""
+
+msgid "Badges|Group Badge"
+msgstr ""
+
+msgid "Badges|Link"
+msgstr ""
+
+msgid "Badges|Name"
+msgstr ""
+
+msgid "Badges|New badge added."
+msgstr ""
+
+msgid "Badges|No badge image"
+msgstr ""
+
+msgid "Badges|No image to preview"
+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|Supported %{docsLinkStart}variables%{docsLinkEnd}: %{placeholders}"
+msgstr ""
+
+msgid "Badges|The badge was deleted."
+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 %{strongStart}cannot%{strongEnd} be restored."
+msgstr ""
+
+msgid "Badges|Your badges"
+msgstr ""
+
+msgid "Balsamiq file could not be loaded."
+msgstr ""
+
+msgid "BambooService|Atlassian Bamboo"
+msgstr ""
+
+msgid "BambooService|Bamboo URL"
+msgstr ""
+
+msgid "BambooService|Bamboo build plan key."
+msgstr ""
+
+msgid "BambooService|Bamboo service root URL."
+msgstr ""
+
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
+msgstr ""
+
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
+msgstr ""
+
+msgid "BambooService|The user with API access to the Bamboo server."
+msgstr ""
+
+msgid "Based on"
+msgstr ""
+
+msgid "Basic information"
+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 "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
+msgid "Before this can be merged, a Jira issue must be linked in the title or description"
+msgstr ""
+
+msgid "Begin with the selected commit"
+msgstr ""
+
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr ""
+
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
+msgid "Below you will find all the groups that are public."
+msgstr ""
+
+msgid "Beta"
+msgstr ""
+
+msgid "Bi-weekly code coverage"
+msgstr ""
+
+msgid "Billable Users"
+msgstr ""
+
+msgid "Billing"
+msgstr ""
+
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name}."
+msgstr ""
+
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
+msgstr ""
+
+msgid "BillingPlans|Congratulations, your free trial is activated."
+msgstr ""
+
+msgid "BillingPlans|End of availability for the Bronze Plan"
+msgstr ""
+
+msgid "BillingPlans|Free upgrade!"
+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 Ultimate."
+msgstr ""
+
+msgid "BillingPlans|Learn more about each plan by visiting our %{pricing_page_link}."
+msgstr ""
+
+msgid "BillingPlans|Looking to purchase or manage a subscription for your group? Navigate to your %{groups_link} and go to %{strong_open}Settings &gt; Billing.%{strong_close}"
+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|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
+msgstr ""
+
+msgid "BillingPlans|Your GitLab.com %{plan} trial will %{strong_open}expire after %{expiration_date}%{strong_close}. 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|for the remainder of your subscription"
+msgstr ""
+
+msgid "BillingPlans|frequently asked questions"
+msgstr ""
+
+msgid "BillingPlans|group"
+msgstr ""
+
+msgid "BillingPlans|monthly"
+msgstr ""
+
+msgid "BillingPlans|per user"
+msgstr ""
+
+msgid "BillingPlan|Upgrade"
+msgstr ""
+
+msgid "BillingPlan|Upgrade for free"
+msgstr ""
+
+msgid "Billings|%{planName} plan"
+msgstr ""
+
+msgid "Billings|An error occurred while extending your trial."
+msgstr ""
+
+msgid "Billings|An error occurred while reactivating your trial."
+msgstr ""
+
+msgid "Billings|By extending your trial, you will receive an additional 30 days of %{planName}. Your trial can be only extended once."
+msgstr ""
+
+msgid "Billings|By reactivating your trial, you will receive an additional 30 days of %{planName}. Your trial can be only reactivated once."
+msgstr ""
+
+msgid "Billings|Extend trial"
+msgstr ""
+
+msgid "Billings|Reactivate trial"
+msgstr ""
+
+msgid "Billings|Shared runners cannot be enabled until a valid credit card is on file."
+msgstr ""
+
+msgid "Billings|To use free CI/CD minutes on shared runners, you’ll need to validate your account with a credit card. If you prefer not to provide one, you can run pipelines by bringing your own runners and disabling shared runners for your project. This is required to discourage and reduce abuse on GitLab infrastructure. %{strongStart}GitLab will not charge your card, it will only be used for validation.%{strongEnd} %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
+msgid "Billings|To use free CI/CD minutes on shared runners, you’ll need to validate your account with a credit card. This is required to discourage and reduce abuse on GitLab infrastructure. %{strongStart}GitLab will not charge your card, it will only be used for validation.%{strongEnd}"
+msgstr ""
+
+msgid "Billings|User validation required"
+msgstr ""
+
+msgid "Billings|Validate account"
+msgstr ""
+
+msgid "Billings|Validate user account"
+msgstr ""
+
+msgid "Billings|You'll now be able to take advantage of free CI/CD minutes on shared runners."
+msgstr ""
+
+msgid "Billings|Your account has been validated"
+msgstr ""
+
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
+msgid "Billing|An email address is only visible for users with public emails."
+msgstr ""
+
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
+msgid "Billing|An error occurred while loading billable members list"
+msgstr ""
+
+msgid "Billing|An error occurred while loading pending members list"
+msgstr ""
+
+msgid "Billing|An error occurred while removing a billable member"
+msgstr ""
+
+msgid "Billing|Awaiting member signup"
+msgstr ""
+
+msgid "Billing|Cannot remove user"
+msgstr ""
+
+msgid "Billing|Direct memberships"
+msgstr ""
+
+msgid "Billing|Enter at least three characters to search."
+msgstr ""
+
+msgid "Billing|Export list"
+msgstr ""
+
+msgid "Billing|Group"
+msgstr ""
+
+msgid "Billing|Group invite"
+msgstr ""
+
+msgid "Billing|Members who were invited via a group invitation cannot be removed. You can either remove the entire group, or ask an Owner of the invited group to remove the member."
+msgstr ""
+
+msgid "Billing|No users to display."
+msgstr ""
+
+msgid "Billing|Private"
+msgstr ""
+
+msgid "Billing|Project invite"
+msgstr ""
+
+msgid "Billing|Remove user %{username} from your subscription"
+msgstr ""
+
+msgid "Billing|Toggle seat details"
+msgstr ""
+
+msgid "Billing|Type %{username} to confirm"
+msgstr ""
+
+msgid "Billing|User was successfully removed"
+msgstr ""
+
+msgid "Billing|Users occupying seats in"
+msgstr ""
+
+msgid "Billing|View pending approvals"
+msgstr ""
+
+msgid "Billing|You are about to remove user %{username} from your subscription. If you continue, the user will be removed from the %{namespace} group and all its subgroups and projects. This action can't be undone."
+msgstr ""
+
+msgid "Bitbucket Server Import"
+msgstr ""
+
+msgid "Bitbucket Server import"
+msgstr ""
+
+msgid "Bitbucket import"
+msgstr ""
+
+msgid "Blame"
+msgstr ""
+
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
+msgid "Block user"
+msgstr ""
+
+msgid "Blocked"
+msgstr ""
+
+msgid "Blocked by %d issue"
+msgid_plural "Blocked by %d issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Blocked issue"
+msgstr ""
+
+msgid "Blocking"
+msgstr ""
+
+msgid "Blocking issues"
+msgstr ""
+
+msgid "Blocks"
+msgstr ""
+
+msgid "Blog"
+msgstr ""
+
+msgid "Board scope affects which epics are displayed for anyone who visits this board"
+msgstr ""
+
+msgid "Board scope affects which issues are displayed for anyone who visits this board"
+msgstr ""
+
+msgid "BoardNewEpic|Groups"
+msgstr ""
+
+msgid "BoardNewEpic|Loading groups"
+msgstr ""
+
+msgid "BoardNewEpic|No matching results"
+msgstr ""
+
+msgid "BoardNewEpic|Search groups"
+msgstr ""
+
+msgid "BoardNewEpic|Select a group"
+msgstr ""
+
+msgid "BoardNewIssue|No matching results"
+msgstr ""
+
+msgid "BoardNewIssue|Projects"
+msgstr ""
+
+msgid "BoardNewIssue|Search projects"
+msgstr ""
+
+msgid "BoardNewIssue|Select a project"
+msgstr ""
+
+msgid "BoardScope|An error occurred while getting milestones, please try again."
+msgstr ""
+
+msgid "BoardScope|An error occurred while searching for labels, please try again."
+msgstr ""
+
+msgid "BoardScope|An error occurred while searching for users, please try again."
+msgstr ""
+
+msgid "BoardScope|Any Milestone"
+msgstr ""
+
+msgid "BoardScope|Any assignee"
+msgstr ""
+
+msgid "BoardScope|Any label"
+msgstr ""
+
+msgid "BoardScope|Assignee"
+msgstr ""
+
+msgid "BoardScope|Choose labels"
+msgstr ""
+
+msgid "BoardScope|Edit"
+msgstr ""
+
+msgid "BoardScope|Labels"
+msgstr ""
+
+msgid "BoardScope|Milestone"
+msgstr ""
+
+msgid "BoardScope|No milestone"
+msgstr ""
+
+msgid "BoardScope|Search milestones"
+msgstr ""
+
+msgid "BoardScope|Select assignee"
+msgstr ""
+
+msgid "BoardScope|Select labels"
+msgstr ""
+
+msgid "BoardScope|Select milestone"
+msgstr ""
+
+msgid "BoardScope|Select weight"
+msgstr ""
+
+msgid "BoardScope|Started"
+msgstr ""
+
+msgid "BoardScope|Upcoming"
+msgstr ""
+
+msgid "BoardScope|Weight"
+msgstr ""
+
+msgid "Boards"
+msgstr ""
+
+msgid "Boards and board lists"
+msgstr ""
+
+msgid "Boards|+ %{displayedIssuablesCount} more %{issuableType}"
+msgid_plural "Boards|+ %{displayedIssuablesCount} more %{issuableType}s"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Boards|An error occurred while creating the epic. Please try again."
+msgstr ""
+
+msgid "Boards|An error occurred while creating the issue. Please try again."
+msgstr ""
+
+msgid "Boards|An error occurred while creating the list. Please try again."
+msgstr ""
+
+msgid "Boards|An error occurred while fetching child groups. Please try again."
+msgstr ""
+
+msgid "Boards|An error occurred while fetching group projects. Please try again."
+msgstr ""
+
+msgid "Boards|An error occurred while fetching issues. Please reload the page."
+msgstr ""
+
+msgid "Boards|An error occurred while fetching labels. Please reload the page."
+msgstr ""
+
+msgid "Boards|An error occurred while fetching the board epics. Please reload the page."
+msgstr ""
+
+msgid "Boards|An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "Boards|An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
+msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
+msgid "Boards|An error occurred while generating lists. Please reload the page."
+msgstr ""
+
+msgid "Boards|An error occurred while moving the epic. Please try again."
+msgstr ""
+
+msgid "Boards|An error occurred while moving the issue. Please try again."
+msgstr ""
+
+msgid "Boards|An error occurred while removing the list. Please try again."
+msgstr ""
+
+msgid "Boards|An error occurred while updating the board list. Please try again."
+msgstr ""
+
+msgid "Boards|Blocked by %{blockedByCount} %{issuableType}"
+msgid_plural "Boards|Blocked by %{blockedByCount} %{issuableType}s"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Boards|Collapse"
+msgstr ""
+
+msgid "Boards|Edit board"
+msgstr ""
+
+msgid "Boards|Expand"
+msgstr ""
+
+msgid "Boards|Failed to fetch blocking %{issuableType}s"
+msgstr ""
+
+msgid "Boards|New board"
+msgstr ""
+
+msgid "Boards|New epic"
+msgstr ""
+
+msgid "Boards|Retrieving blocking %{issuableType}s"
+msgstr ""
+
+msgid "Boards|View all blocking %{issuableType}s"
+msgstr ""
+
+msgid "Boards|View scope"
+msgstr ""
+
+msgid "Board|An error occurred while fetching the board, please try again."
+msgstr ""
+
+msgid "Board|Are you sure you want to delete this board?"
+msgstr ""
+
+msgid "Board|Board scope"
+msgstr ""
+
+msgid "Board|Create board"
+msgstr ""
+
+msgid "Board|Create new board"
+msgstr ""
+
+msgid "Board|Delete board"
+msgstr ""
+
+msgid "Board|Edit board"
+msgstr ""
+
+msgid "Board|Enter board name"
+msgstr ""
+
+msgid "Board|Failed to delete board. Please try again."
+msgstr ""
+
+msgid "Board|Load more epics"
+msgstr ""
+
+msgid "Board|Load more issues"
+msgstr ""
+
+msgid "Board|Loading epics"
+msgstr ""
+
+msgid "Bold text"
+msgstr ""
+
+msgid "Both project and dashboard_path are required"
+msgstr ""
+
+msgid "Branch"
+msgstr ""
+
+msgid "Branch %{branchName} was not found in this project's repository."
+msgstr ""
+
+msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+msgstr ""
+
+msgid "Branch already exists"
+msgstr ""
+
+msgid "Branch changed"
+msgstr ""
+
+msgid "Branch is already taken"
+msgstr ""
+
+msgid "Branch name"
+msgstr ""
+
+msgid "Branch not loaded - %{branchId}"
+msgstr ""
+
+msgid "Branches"
+msgstr ""
+
+msgid "Branches|Active"
+msgstr ""
+
+msgid "Branches|Active branches"
+msgstr ""
+
+msgid "Branches|All"
+msgstr ""
+
+msgid "Branches|Cancel, keep branch"
+msgstr ""
+
+msgid "Branches|Can’t 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 branch. Are you ABSOLUTELY SURE?"
+msgstr ""
+
+msgid "Branches|Delete merged branches"
+msgstr ""
+
+msgid "Branches|Delete protected branch"
+msgstr ""
+
+msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
+msgstr ""
+
+msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} 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 %{strongStart}%{buttonText},%{strongEnd} 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|Please type the following to confirm:"
+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|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 %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
+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|Unable to load branches"
+msgstr ""
+
+msgid "Branches|Yes, delete branch"
+msgstr ""
+
+msgid "Branches|Yes, delete protected branch"
+msgstr ""
+
+msgid "Branches|You're about to permanently delete the branch %{strongStart}%{branchName}.%{strongEnd}"
+msgstr ""
+
+msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
+msgstr ""
+
+msgid "Branches|diverged from upstream"
+msgstr ""
+
+msgid "Branches|merged"
+msgstr ""
+
+msgid "Branches|project settings"
+msgstr ""
+
+msgid "Branches|protected"
+msgstr ""
+
+msgid "Breadcrumbs"
+msgstr ""
+
+msgid "Brief title about the change"
+msgstr ""
+
+msgid "Broadcast Message was successfully created."
+msgstr ""
+
+msgid "Broadcast Message was successfully updated."
+msgstr ""
+
+msgid "Broadcast Messages"
+msgstr ""
+
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
+msgid "Browse Directory"
+msgstr ""
+
+msgid "Browse File"
+msgstr ""
+
+msgid "Browse Files"
+msgstr ""
+
+msgid "Browse artifacts"
+msgstr ""
+
+msgid "Browse files"
+msgstr ""
+
+msgid "Browse templates"
+msgstr ""
+
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
+msgstr ""
+
+msgid "BuildArtifacts|Loading artifacts"
+msgstr ""
+
+msgid "Built-in"
+msgstr ""
+
+msgid "Bulk request concurrency"
+msgstr ""
+
+msgid "Bulk update"
+msgstr ""
+
+msgid "BulkImport| %{host} is running outdated GitLab version (v%{version})"
+msgstr ""
+
+msgid "BulkImport|%{feature} (require v%{version})"
+msgstr ""
+
+msgid "BulkImport|Existing groups"
+msgstr ""
+
+msgid "BulkImport|Filter by source group"
+msgstr ""
+
+msgid "BulkImport|Following data will not be migrated: %{bullets} Contact system administrator of %{host} to upgrade GitLab if you need this data in your migration"
+msgstr ""
+
+msgid "BulkImport|From source group"
+msgstr ""
+
+msgid "BulkImport|Group import history"
+msgstr ""
+
+msgid "BulkImport|Import failed: Destination cannot be a subgroup of the source group. Change the destination and try again."
+msgstr ""
+
+msgid "BulkImport|Import groups from GitLab"
+msgstr ""
+
+msgid "BulkImport|Import is finished. Pick another name for re-import"
+msgstr ""
+
+msgid "BulkImport|Import selected"
+msgstr ""
+
+msgid "BulkImport|Importing the group failed."
+msgstr ""
+
+msgid "BulkImport|Last imported to %{link}"
+msgstr ""
+
+msgid "BulkImport|Name already exists."
+msgstr ""
+
+msgid "BulkImport|Name already used as a target for another group."
+msgstr ""
+
+msgid "BulkImport|New group"
+msgstr ""
+
+msgid "BulkImport|No history is available"
+msgstr ""
+
+msgid "BulkImport|No parent"
+msgstr ""
+
+msgid "BulkImport|Re-import creates a new group. It does not sync with the existing group."
+msgstr ""
+
+msgid "BulkImport|Showing %{start}-%{end} of %{total}"
+msgstr ""
+
+msgid "BulkImport|Showing %{start}-%{end} of %{total} from %{link}"
+msgstr ""
+
+msgid "BulkImport|Showing %{start}-%{end} of %{total} matching filter \"%{filter}\" from %{link}"
+msgstr ""
+
+msgid "BulkImport|Source group"
+msgstr ""
+
+msgid "BulkImport|To new group"
+msgstr ""
+
+msgid "BulkImport|Update of import statuses with realtime changes failed"
+msgstr ""
+
+msgid "BulkImport|You have no groups to import"
+msgstr ""
+
+msgid "BulkImport|Your imported groups will appear here."
+msgstr ""
+
+msgid "BulkImport|expected an associated Group but has an associated Project"
+msgstr ""
+
+msgid "BulkImport|expected an associated Project but has an associated Group"
+msgstr ""
+
+msgid "BulkImport|must be a group"
+msgstr ""
+
+msgid "Burndown chart"
+msgstr ""
+
+msgid "BurndownChartLabel|Open issue weight"
+msgstr ""
+
+msgid "BurndownChartLabel|Open issues"
+msgstr ""
+
+msgid "Burnup chart"
+msgstr ""
+
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
+msgid "Business"
+msgstr ""
+
+msgid "Business metrics (Custom)"
+msgstr ""
+
+msgid "Busy"
+msgstr ""
+
+msgid "Buy CI Minutes"
+msgstr ""
+
+msgid "Buy Storage"
+msgstr ""
+
+msgid "Buy more Pipeline minutes"
+msgstr ""
+
+msgid "By %{user_name}"
+msgstr ""
+
+msgid "By authenticating with an account tied to an Enterprise e-mail address, it is understood that this account is an Enterprise User. "
+msgstr ""
+
+msgid "By default, all projects and groups will use the global notifications setting."
+msgstr ""
+
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
+msgid "ByAuthor|by"
+msgstr ""
+
+msgid "CHANGELOG"
+msgstr ""
+
+msgid "CI Lint"
+msgstr ""
+
+msgid "CI configuration validated, including all configuration added with the %{codeStart}includes%{codeEnd} keyword. %{link}"
+msgstr ""
+
+msgid "CI settings"
+msgstr ""
+
+msgid "CI variables"
+msgstr ""
+
+msgid "CI will run using the credentials assigned above."
+msgstr ""
+
+msgid "CI/CD"
+msgstr ""
+
+msgid "CI/CD Analytics"
+msgstr ""
+
+msgid "CI/CD Settings"
+msgstr ""
+
+msgid "CI/CD configuration"
+msgstr ""
+
+msgid "CI/CD configuration file"
+msgstr ""
+
+msgid "CI/CD|No projects have been added to the scope"
+msgstr ""
+
+msgid "CICDAnalytics|%{percent}%{percentSymbol}"
+msgstr ""
+
+msgid "CICDAnalytics|All time"
+msgstr ""
+
+msgid "CICDAnalytics|Deployment frequency"
+msgstr ""
+
+msgid "CICDAnalytics|Lead time"
+msgstr ""
+
+msgid "CICDAnalytics|Projects with releases"
+msgstr ""
+
+msgid "CICDAnalytics|Release"
+msgid_plural "CICDAnalytics|Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "CICDAnalytics|Release statistics"
+msgstr ""
+
+msgid "CICDAnalytics|Releases"
+msgstr ""
+
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
+msgid "CICDAnalytics|Something went wrong while fetching release statistics"
+msgstr ""
+
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
+msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
+msgstr ""
+
+msgid "CICD|Add a %{kubernetes_cluster_link_start}Kubernetes cluster integration%{link_end} with a domain, or create an AUTO_DEVOPS_PLATFORM_TARGET CI variable."
+msgstr ""
+
+msgid "CICD|Add an existing project to the scope"
+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|Limit CI_JOB_TOKEN access"
+msgstr ""
+
+msgid "CICD|Select projects that can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable."
+msgstr ""
+
+msgid "CICD|The Auto DevOps pipeline runs by default in all projects with no CI/CD configuration file."
+msgstr ""
+
+msgid "CICD|The Auto DevOps pipeline runs if no alternative CI configuration file is found."
+msgstr ""
+
+msgid "CICD|group enabled"
+msgstr ""
+
+msgid "CICD|instance enabled"
+msgstr ""
+
+msgid "CLOSED"
+msgstr ""
+
+msgid "CLOSED (MOVED)"
+msgstr ""
+
+msgid "CODEOWNERS rule violation"
+msgstr ""
+
+msgid "CONTRIBUTING"
+msgstr ""
+
+msgid "CPU"
+msgstr ""
+
+msgid "CSV is being generated and will be emailed to you upon completion."
+msgstr ""
+
+msgid "CVE|As a maintainer, requesting a CVE for a vulnerability in your project will help your users stay secure and informed."
+msgstr ""
+
+msgid "CVE|CVE ID Request"
+msgstr ""
+
+msgid "CVE|Common Vulnerability Enumeration (CVE) identifiers are used to track distinct vulnerabilities in specific versions of code."
+msgstr ""
+
+msgid "CVE|Create CVE ID Request"
+msgstr ""
+
+msgid "CVE|Enable CVE ID requests in the issue sidebar"
+msgstr ""
+
+msgid "CVE|Request CVE ID"
+msgstr ""
+
+msgid "CVE|Why Request a CVE ID?"
+msgstr ""
+
+msgid "Cadence is not automated"
+msgstr ""
+
+msgid "Calculate the number of slices during reindexing. The multiplier is applied to the number of shards per index. Learn more about %{slice_multiplier_link_start}slice multiplier configuration%{slice_multiplier_link_end}."
+msgstr ""
+
+msgid "Callback URL"
+msgstr ""
+
+msgid "Campfire room ID (optional)"
+msgstr ""
+
+msgid "Campfire subdomain (optional)"
+msgstr ""
+
+msgid "Campfire token"
+msgstr ""
+
+msgid "CampfireService|API authentication token from Campfire."
+msgstr ""
+
+msgid "CampfireService|From the end of the room URL."
+msgstr ""
+
+msgid "CampfireService|Send notifications about push events to Campfire chat rooms. %{docs_link}"
+msgstr ""
+
+msgid "CampfireService|The %{code_open}.campfirenow.com%{code_close} subdomain."
+msgstr ""
+
+msgid "Can be manually deployed to"
+msgstr ""
+
+msgid "Can be overridden in each project."
+msgstr ""
+
+msgid "Can create groups:"
+msgstr ""
+
+msgid "Can't apply as the source branch was deleted."
+msgstr ""
+
+msgid "Can't apply as these lines were changed in a more recent version."
+msgstr ""
+
+msgid "Can't apply as this line was changed in a more recent version."
+msgstr ""
+
+msgid "Can't apply this suggestion."
+msgstr ""
+
+msgid "Can't be empty"
+msgstr ""
+
+msgid "Can't create snippet: %{err}"
+msgstr ""
+
+msgid "Can't fetch content for the blob: %{err}"
+msgstr ""
+
+msgid "Can't find HEAD commit for this branch"
+msgstr ""
+
+msgid "Can't find variable: ZiteReader"
+msgstr ""
+
+msgid "Can't load mermaid module: %{err}"
+msgstr ""
+
+msgid "Can't scan the code?"
+msgstr ""
+
+msgid "Can't update snippet: %{err}"
+msgstr ""
+
+msgid "Canary"
+msgstr ""
+
+msgid "Canary Ingress does not exist in the environment."
+msgstr ""
+
+msgid "Canary weight must be specified and valid range (0..100)."
+msgstr ""
+
+msgid "CanaryIngress|%{boldStart}Canary:%{boldEnd} %{canary}"
+msgstr ""
+
+msgid "CanaryIngress|%{boldStart}Stable:%{boldEnd} %{stable}"
+msgstr ""
+
+msgid "CanaryIngress|Canary"
+msgstr ""
+
+msgid "CanaryIngress|Change ratio"
+msgstr ""
+
+msgid "CanaryIngress|Change the ratio of canary deployments?"
+msgstr ""
+
+msgid "CanaryIngress|Doing so will set a deployment change in progress. This temporarily blocks any further configuration until the deployment is finished."
+msgstr ""
+
+msgid "CanaryIngress|Stable"
+msgstr ""
+
+msgid "CanaryIngress|You are changing the ratio of the canary rollout for %{environment} compared to the stable deployment to:"
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "Cancel and close"
+msgstr ""
+
+msgid "Cancel index deletion"
+msgstr ""
+
+msgid "Cancel running"
+msgstr ""
+
+msgid "Cancel this job"
+msgstr ""
+
+msgid "Cancel your account"
+msgstr ""
+
+msgid "Cancel, keep project"
+msgstr ""
+
+msgid "Canceled deployment to"
+msgstr ""
+
+msgid "Cancelled"
+msgstr ""
+
+msgid "Cancelling Preview"
+msgstr ""
+
+msgid "Cannot assign a confidential epic to a non-confidential issue. Make the issue confidential and try again"
+msgstr ""
+
+msgid "Cannot be merged automatically"
+msgstr ""
+
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+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 delete %{profile_name} referenced in security policy"
+msgstr ""
+
+msgid "Cannot have multiple Jira imports running at the same time"
+msgstr ""
+
+msgid "Cannot have multiple unresolved alerts"
+msgstr ""
+
+msgid "Cannot import because issues are not available in this project."
+msgstr ""
+
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
+msgstr ""
+
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
+msgstr ""
+
+msgid "Cannot merge"
+msgstr ""
+
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
+msgid "Cannot modify managed Kubernetes cluster"
+msgstr ""
+
+msgid "Cannot modify provider during creation"
+msgstr ""
+
+msgid "Cannot promote issue because it does not belong to a group."
+msgstr ""
+
+msgid "Cannot promote issue due to insufficient permissions."
+msgstr ""
+
+msgid "Cannot refer to a group %{timebox_type} by an internal id!"
+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 "Card holder name"
+msgstr ""
+
+msgid "Card number:"
+msgstr ""
+
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
+msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
+msgstr ""
+
+msgid "Certificate"
+msgstr ""
+
+msgid "Certificate (PEM)"
+msgstr ""
+
+msgid "Certificate Issuer"
+msgstr ""
+
+msgid "Certificate Subject"
+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 made by"
+msgstr ""
+
+msgid "Change milestone"
+msgstr ""
+
+msgid "Change path"
+msgstr ""
+
+msgid "Change reviewer(s)"
+msgstr ""
+
+msgid "Change reviewer(s)."
+msgstr ""
+
+msgid "Change role"
+msgstr ""
+
+msgid "Change status"
+msgstr ""
+
+msgid "Change subscription"
+msgstr ""
+
+msgid "Change template"
+msgstr ""
+
+msgid "Change title"
+msgstr ""
+
+msgid "Change your password"
+msgstr ""
+
+msgid "Change your password or recover your current one"
+msgstr ""
+
+msgid "ChangeReviewer|Reviewer changed from %{old} to %{new}"
+msgstr ""
+
+msgid "ChangeReviewer|Reviewer changed to %{new}"
+msgstr ""
+
+msgid "ChangeReviewer|Unassigned"
+msgstr ""
+
+msgid "ChangeTypeAction|Cherry-pick"
+msgstr ""
+
+msgid "ChangeTypeAction|GitLab will create a branch in your fork and start a merge request."
+msgstr ""
+
+msgid "ChangeTypeAction|Pick into branch"
+msgstr ""
+
+msgid "ChangeTypeAction|Pick into project"
+msgstr ""
+
+msgid "ChangeTypeAction|Revert"
+msgstr ""
+
+msgid "ChangeTypeAction|Revert in branch"
+msgstr ""
+
+msgid "ChangeTypeAction|Search branches"
+msgstr ""
+
+msgid "ChangeTypeAction|Search projects"
+msgstr ""
+
+msgid "ChangeTypeAction|Start a %{newMergeRequest} with these changes"
+msgstr ""
+
+msgid "ChangeTypeAction|Switch branch"
+msgstr ""
+
+msgid "ChangeTypeAction|Switch project"
+msgstr ""
+
+msgid "ChangeTypeAction|This will create a new commit in order to revert the existing changes."
+msgstr ""
+
+msgid "ChangeTypeAction|Your changes will be committed to %{branchName} because a merge request is open."
+msgstr ""
+
+msgid "Changed assignee(s)."
+msgstr ""
+
+msgid "Changed reviewer(s)."
+msgstr ""
+
+msgid "Changed the title to \"%{title_param}\"."
+msgstr ""
+
+msgid "Changes"
+msgstr ""
+
+msgid "Changes are shown as if the %{b_open}source%{b_close} revision was being merged into the %{b_open}target%{b_close} revision."
+msgstr ""
+
+msgid "Changes saved."
+msgstr ""
+
+msgid "Changes suppressed. Click to show."
+msgstr ""
+
+msgid "Changes the title to \"%{title_param}\"."
+msgstr ""
+
+msgid "Changes to the title have not been saved"
+msgstr ""
+
+msgid "Changing any setting here requires an application restart"
+msgstr ""
+
+msgid "Changing group URL can have unintended side effects."
+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|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 "Check again"
+msgstr ""
+
+msgid "Check feature availability on namespace plan"
+msgstr ""
+
+msgid "Check out, review, and merge locally"
+msgstr ""
+
+msgid "Check the %{code_open}elasticsearch.log%{code_close} file to debug why the migration halted and make any changes before retrying the migration. When you fix the cause of the failure, select %{strong_open}Retry migration%{strong_close}, and the migration is scheduled to retry in the background."
+msgstr ""
+
+msgid "Check the current instance configuration "
+msgstr ""
+
+msgid "Check with your administrator."
+msgstr ""
+
+msgid "Check your Docker images for known vulnerabilities."
+msgstr ""
+
+msgid "Check your Kubernetes cluster images for known vulnerabilities."
+msgstr ""
+
+msgid "Check your source instance permissions."
+msgstr ""
+
+msgid "Checking %{text} availability…"
+msgstr ""
+
+msgid "Checking approval status"
+msgstr ""
+
+msgid "Checking branch availability..."
+msgstr ""
+
+msgid "Checking group URL availability..."
+msgstr ""
+
+msgid "Checking group path availability..."
+msgstr ""
+
+msgid "Checking username availability..."
+msgstr ""
+
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per 10 GB storage pack per year"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per pack of 1,000 minutes"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%d CI minute pack"
+msgid_plural "Checkout|%d CI minute packs"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Checkout|%{cardType} ending in %{lastFourDigits}"
+msgstr ""
+
+msgid "Checkout|%{name}'s CI minutes"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{name}'s storage subscription"
+msgstr ""
+
+msgid "Checkout|%{quantity} CI minutes"
+msgstr ""
+
+msgid "Checkout|%{quantity} GB of storage"
+msgstr ""
+
+msgid "Checkout|%{quantity} storage pack"
+msgid_plural "Checkout|%{quantity} storage packs"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(may be %{linkStart}charged upon purchase%{linkEnd})"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|(x%{quantity})"
+msgstr ""
+
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
+msgid "Checkout|Billing address"
+msgstr ""
+
+msgid "Checkout|CI minute pack"
+msgstr ""
+
+msgid "Checkout|CI minute packs are only used after you've used your subscription's monthly quota. The additional minutes will roll over month to month and are valid for one year."
+msgstr ""
+
+msgid "Checkout|CI minutes"
+msgstr ""
+
+msgid "Checkout|Checkout"
+msgstr ""
+
+msgid "Checkout|City"
+msgstr ""
+
+msgid "Checkout|Confirm purchase"
+msgstr ""
+
+msgid "Checkout|Confirming..."
+msgstr ""
+
+msgid "Checkout|Continue to billing"
+msgstr ""
+
+msgid "Checkout|Continue to payment"
+msgstr ""
+
+msgid "Checkout|Country"
+msgstr ""
+
+msgid "Checkout|Create a new group"
+msgstr ""
+
+msgid "Checkout|Credit card form failed to load. Please try again."
+msgstr ""
+
+msgid "Checkout|Credit card form failed to load: %{message}"
+msgstr ""
+
+msgid "Checkout|Edit"
+msgstr ""
+
+msgid "Checkout|Enter a number greater than 0"
+msgstr ""
+
+msgid "Checkout|Exp %{expirationMonth}/%{expirationYear}"
+msgstr ""
+
+msgid "Checkout|Failed to confirm your order! Please try again."
+msgstr ""
+
+msgid "Checkout|Failed to confirm your order: %{message}. Please try again."
+msgstr ""
+
+msgid "Checkout|Failed to load countries. Please try again."
+msgstr ""
+
+msgid "Checkout|Failed to load states. Please try again."
+msgstr ""
+
+msgid "Checkout|Failed to load the payment form. Please try again."
+msgstr ""
+
+msgid "Checkout|Failed to register credit card. Please try again."
+msgstr ""
+
+msgid "Checkout|GB"
+msgstr ""
+
+msgid "Checkout|GitLab group"
+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|Payment method"
+msgstr ""
+
+msgid "Checkout|Please select a country"
+msgstr ""
+
+msgid "Checkout|Please select a state"
+msgstr ""
+
+msgid "Checkout|Purchase details"
+msgstr ""
+
+msgid "Checkout|Select"
+msgstr ""
+
+msgid "Checkout|State"
+msgstr ""
+
+msgid "Checkout|Storage packs"
+msgstr ""
+
+msgid "Checkout|Street address"
+msgstr ""
+
+msgid "Checkout|Submitting the credit card form failed with code %{errorCode}: %{errorMessage}"
+msgstr ""
+
+msgid "Checkout|Subscription details"
+msgstr ""
+
+msgid "Checkout|Subtotal"
+msgstr ""
+
+msgid "Checkout|Tax"
+msgstr ""
+
+msgid "Checkout|Total"
+msgstr ""
+
+msgid "Checkout|Total minutes: %{quantity}"
+msgstr ""
+
+msgid "Checkout|Total storage: %{quantity} GB"
+msgstr ""
+
+msgid "Checkout|Users"
+msgstr ""
+
+msgid "Checkout|You'll create your new group after checkout"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|Your storage subscription has the same term as your main subscription, and the price is prorated accordingly."
+msgstr ""
+
+msgid "Checkout|Your subscription will be applied to this group"
+msgstr ""
+
+msgid "Checkout|Zip code"
+msgstr ""
+
+msgid "Checkout|a storage subscription"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
+msgid "Checkout|minutes"
+msgstr ""
+
+msgid "Checkout|x %{quantity} %{units} per pack"
+msgstr ""
+
+msgid "Checkout|x %{quantity} %{units} per pack ="
+msgstr ""
+
+msgid "Cherry-pick this commit"
+msgstr ""
+
+msgid "Cherry-pick this merge request"
+msgstr ""
+
+msgid "Child"
+msgstr ""
+
+msgid "Child epic"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
+msgid "Chinese language support using"
+msgstr ""
+
+msgid "Choose File..."
+msgstr ""
+
+msgid "Choose a file"
+msgstr ""
+
+msgid "Choose a group"
+msgstr ""
+
+msgid "Choose a template"
+msgstr ""
+
+msgid "Choose a template..."
+msgstr ""
+
+msgid "Choose a type..."
+msgstr ""
+
+msgid "Choose any color."
+msgstr ""
+
+msgid "Choose file…"
+msgstr ""
+
+msgid "Choose specific groups or storage shards"
+msgstr ""
+
+msgid "Choose the preferred Runner and populate the AWS CFT."
+msgstr ""
+
+msgid "Choose the top-level group for your repository imports."
+msgstr ""
+
+msgid "Choose visibility level, enable/disable project features and their permissions, disable email notifications, and show default award emoji."
+msgstr ""
+
+msgid "Choose what content you want to see on a group’s overview page."
+msgstr ""
+
+msgid "Choose which Git strategy to use when fetching the project."
+msgstr ""
+
+msgid "Choose which repositories you want to connect and run CI/CD pipelines."
+msgstr ""
+
+msgid "Choose your framework"
+msgstr ""
+
+msgid "CiCdAnalytics|Date range: %{range}"
+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|Environments"
+msgstr ""
+
+msgid "CiVariables|Input variable key"
+msgstr ""
+
+msgid "CiVariables|Input variable value"
+msgstr ""
+
+msgid "CiVariables|Key"
+msgstr ""
+
+msgid "CiVariables|Masked"
+msgstr ""
+
+msgid "CiVariables|Protected"
+msgstr ""
+
+msgid "CiVariables|Remove variable"
+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|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 "Classification Label (optional)"
+msgstr ""
+
+msgid "ClassificationLabelUnavailable|is unavailable: %{reason}"
+msgstr ""
+
+msgid "Clean up after running %{link_start}git filter-repo%{link_end} on the repository."
+msgstr ""
+
+msgid "Clean up image tags"
+msgstr ""
+
+msgid "Cleanup policies are executed by background workers. This setting defines the maximum number of workers that can run concurrently. Set it to 0 to remove all workers and not execute the cleanup policies."
+msgstr ""
+
+msgid "Cleanup policy maximum number of tags to be deleted"
+msgstr ""
+
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
+msgid "Cleanup policy maximum workers running concurrently"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Clear all repository checks"
+msgstr ""
+
+msgid "Clear chart filters"
+msgstr ""
+
+msgid "Clear due date"
+msgstr ""
+
+msgid "Clear health status"
+msgstr ""
+
+msgid "Clear recent searches"
+msgstr ""
+
+msgid "Clear search"
+msgstr ""
+
+msgid "Clear search input"
+msgstr ""
+
+msgid "Clear start date"
+msgstr ""
+
+msgid "Clear templates search input"
+msgstr ""
+
+msgid "Clear weight"
+msgstr ""
+
+msgid "Cleared health status."
+msgstr ""
+
+msgid "Cleared weight."
+msgstr ""
+
+msgid "Clears health status."
+msgstr ""
+
+msgid "Clears weight."
+msgstr ""
+
+msgid "Click %{link_start}here%{link_end} to view the request."
+msgstr ""
+
+msgid "Click %{link_to} to view the request."
+msgstr ""
+
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
+msgid "Click to expand it."
+msgstr ""
+
+msgid "Click to expand text"
+msgstr ""
+
+msgid "Click to hide"
+msgstr ""
+
+msgid "Click to reveal"
+msgstr ""
+
+msgid "Client request timeout"
+msgstr ""
+
+msgid "Clients"
+msgstr ""
+
+msgid "Clientside DSN"
+msgstr ""
+
+msgid "Clone"
+msgstr ""
+
+msgid "Clone repository"
+msgstr ""
+
+msgid "Clone this issue"
+msgstr ""
+
+msgid "Clone with %{http_label}"
+msgstr ""
+
+msgid "Clone with %{protocol}"
+msgstr ""
+
+msgid "Clone with KRB5"
+msgstr ""
+
+msgid "Clone with SSH"
+msgstr ""
+
+msgid "CloneIssue|Cannot clone issue due to insufficient permissions!"
+msgstr ""
+
+msgid "CloneIssue|Cannot clone issue to target project as it is pending deletion."
+msgstr ""
+
+msgid "CloneIssue|Cannot clone issues of '%{issue_type}' type."
+msgstr ""
+
+msgid "Cloned this issue to %{path_to_project}."
+msgstr ""
+
+msgid "Clones this issue, without comments, to %{project}."
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Close %{issueType}"
+msgstr ""
+
+msgid "Close %{noteable}"
+msgstr ""
+
+msgid "Close %{tabname}"
+msgstr ""
+
+msgid "Close design"
+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 %{epicTimeagoDate}"
+msgstr ""
+
+msgid "Closed MRs"
+msgstr ""
+
+msgid "Closed epics"
+msgstr ""
+
+msgid "Closed issues"
+msgstr ""
+
+msgid "Closed this %{quick_action_target}."
+msgstr ""
+
+msgid "Closed: %{closed}"
+msgstr ""
+
+msgid "Closes this %{quick_action_target}."
+msgstr ""
+
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
+msgid "Cluster"
+msgstr ""
+
+msgid "Cluster Health"
+msgstr ""
+
+msgid "Cluster cache cleared."
+msgstr ""
+
+msgid "Cluster does not exist"
+msgstr ""
+
+msgid "Cluster is required for Stages::ClusterEndpointInserter"
+msgstr ""
+
+msgid "Cluster level"
+msgstr ""
+
+msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
+msgstr ""
+
+msgid "ClusterAgents|%{name} successfully deleted"
+msgstr ""
+
+msgid "ClusterAgents|%{number} of %{total} Agents"
+msgstr ""
+
+msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
+msgstr ""
+
+msgid "ClusterAgents|%{titleIcon}Connected"
+msgstr ""
+
+msgid "ClusterAgents|%{titleIcon}Not connected"
+msgstr ""
+
+msgid "ClusterAgents|%{tokenName} created"
+msgstr ""
+
+msgid "ClusterAgents|%{tokenName} revoked"
+msgstr ""
+
+msgid "ClusterAgents|Access tokens"
+msgstr ""
+
+msgid "ClusterAgents|Actions"
+msgstr ""
+
+msgid "ClusterAgents|Advanced installation methods"
+msgstr ""
+
+msgid "ClusterAgents|Agent"
+msgstr ""
+
+msgid "ClusterAgents|Agent %{strongStart}connected%{strongEnd}"
+msgstr ""
+
+msgid "ClusterAgents|Agent %{strongStart}disconnected%{strongEnd}"
+msgstr ""
+
+msgid "ClusterAgents|Agent might not be connected to GitLab"
+msgstr ""
+
+msgid "ClusterAgents|Agent never connected to GitLab"
+msgstr ""
+
+msgid "ClusterAgents|All"
+msgstr ""
+
+msgid "ClusterAgents|An error occurred while loading your Agents"
+msgstr ""
+
+msgid "ClusterAgents|An error occurred while loading your agent"
+msgstr ""
+
+msgid "ClusterAgents|An error occurred while retrieving GitLab Agent activity. Reload the page to try again."
+msgstr ""
+
+msgid "ClusterAgents|An unknown error occurred. Please try again."
+msgstr ""
+
+msgid "ClusterAgents|Are you sure you want to delete this agent? You cannot undo this."
+msgstr ""
+
+msgid "ClusterAgents|Certificate"
+msgstr ""
+
+msgid "ClusterAgents|Configuration"
+msgstr ""
+
+msgid "ClusterAgents|Connect a cluster through the Agent"
+msgstr ""
+
+msgid "ClusterAgents|Connect existing cluster"
+msgstr ""
+
+msgid "ClusterAgents|Connect with a certificate"
+msgstr ""
+
+msgid "ClusterAgents|Connect with agent"
+msgstr ""
+
+msgid "ClusterAgents|Connect with the GitLab Agent"
+msgstr ""
+
+msgid "ClusterAgents|Connect your cluster through the Agent"
+msgstr ""
+
+msgid "ClusterAgents|Connected"
+msgstr ""
+
+msgid "ClusterAgents|Connection status"
+msgstr ""
+
+msgid "ClusterAgents|Copy token"
+msgstr ""
+
+msgid "ClusterAgents|Create a new cluster"
+msgstr ""
+
+msgid "ClusterAgents|Created by"
+msgstr ""
+
+msgid "ClusterAgents|Created by %{name} %{time}"
+msgstr ""
+
+msgid "ClusterAgents|Date created"
+msgstr ""
+
+msgid "ClusterAgents|Delete"
+msgstr ""
+
+msgid "ClusterAgents|Delete agent"
+msgstr ""
+
+msgid "ClusterAgents|Deprecated"
+msgstr ""
+
+msgid "ClusterAgents|Description"
+msgstr ""
+
+msgid "ClusterAgents|Event occurred"
+msgstr ""
+
+msgid "ClusterAgents|Failed to register an agent"
+msgstr ""
+
+msgid "ClusterAgents|For the advanced installation method %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "ClusterAgents|GitLab Agent"
+msgstr ""
+
+msgid "ClusterAgents|GitLab Agent for Kubernetes"
+msgstr ""
+
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
+msgid "ClusterAgents|Go to the repository files"
+msgstr ""
+
+msgid "ClusterAgents|How to register an agent?"
+msgstr ""
+
+msgid "ClusterAgents|Install new Agent"
+msgstr ""
+
+msgid "ClusterAgents|Last connected %{timeAgo}."
+msgstr ""
+
+msgid "ClusterAgents|Last contact"
+msgstr ""
+
+msgid "ClusterAgents|Learn how to create an agent access token"
+msgstr ""
+
+msgid "ClusterAgents|Learn how to troubleshoot"
+msgstr ""
+
+msgid "ClusterAgents|Make sure you are using a valid token."
+msgstr ""
+
+msgid "ClusterAgents|Name"
+msgstr ""
+
+msgid "ClusterAgents|Never"
+msgstr ""
+
+msgid "ClusterAgents|Never connected"
+msgstr ""
+
+msgid "ClusterAgents|No Agents"
+msgstr ""
+
+msgid "ClusterAgents|No clusters connected through cluster certificates"
+msgstr ""
+
+msgid "ClusterAgents|Not connected"
+msgstr ""
+
+msgid "ClusterAgents|Recommended"
+msgstr ""
+
+msgid "ClusterAgents|Recommended installation method"
+msgstr ""
+
+msgid "ClusterAgents|Register"
+msgstr ""
+
+msgid "ClusterAgents|Register an agent to generate a token that will be used to install the agent on your cluster in the next step."
+msgstr ""
+
+msgid "ClusterAgents|Registering Agent"
+msgstr ""
+
+msgid "ClusterAgents|Registration token"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
+msgid "ClusterAgents|Security"
+msgstr ""
+
+msgid "ClusterAgents|See Agent activity updates such as tokens created or revoked and clusters connected or not connected."
+msgstr ""
+
+msgid "ClusterAgents|Select an agent"
+msgstr ""
+
+msgid "ClusterAgents|Select an agent to register with GitLab"
+msgstr ""
+
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
+msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
+msgstr ""
+
+msgid "ClusterAgents|The agent has not been connected in a long time. There might be a connectivity issue. Last contact was %{timeAgo}."
+msgstr ""
+
+msgid "ClusterAgents|The recommended installation method includes the token. If you want to follow the advanced installation method provided in the docs, make sure you save the token value before you close this window."
+msgstr ""
+
+msgid "ClusterAgents|The registration token will be used to connect the agent on your cluster to GitLab. %{linkStart}What are registration tokens?%{linkEnd}"
+msgstr ""
+
+msgid "ClusterAgents|There's no activity from the past day"
+msgid_plural "ClusterAgents|There's no activity from the past %d days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ClusterAgents|This agent has no tokens"
+msgstr ""
+
+msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
+msgstr ""
+
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
+msgstr ""
+
+msgid "ClusterAgents|Token created by %{userName}"
+msgstr ""
+
+msgid "ClusterAgents|Token revoked by %{userName}"
+msgstr ""
+
+msgid "ClusterAgents|Unknown user"
+msgstr ""
+
+msgid "ClusterAgents|View all %{number} agents"
+msgstr ""
+
+msgid "ClusterAgents|View all %{number} clusters"
+msgstr ""
+
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
+msgid "ClusterAgents|What is GitLab Agent activity?"
+msgstr ""
+
+msgid "ClusterAgents|You cannot see this token again after you close this window."
+msgstr ""
+
+msgid "ClusterAgents|You will need to create a token to connect to your agent"
+msgstr ""
+
+msgid "ClusterAgents|Your instance doesn't have the %{linkStart}GitLab Agent Server (KAS)%{linkEnd} set up. Ask a GitLab Administrator to install it."
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
+msgstr ""
+
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
+msgstr ""
+
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
+msgstr ""
+
+msgid "ClusterApplicationsRemoved|One-click application management was removed in GitLab 14.0. Your applications are still installed in your cluster, and integrations continue working."
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes %{code_open}cluster-admin%{code_close} 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|Allow GitLab to manage namespace and service accounts for this cluster. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "ClusterIntegration|Allow GitLab to manage namespaces and service accounts for this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Allows GitLab to query a specifically configured in-cluster Elasticsearch for pod logs."
+msgstr ""
+
+msgid "ClusterIntegration|Allows GitLab to query a specifically configured in-cluster Prometheus for metrics."
+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|An unknown error occurred while attempting to connect to Kubernetes."
+msgstr ""
+
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
+msgid "ClusterIntegration|Apply for credit"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr ""
+
+msgid "ClusterIntegration|Authentication Error"
+msgstr ""
+
+msgid "ClusterIntegration|Base domain"
+msgstr ""
+
+msgid "ClusterIntegration|CA Certificate"
+msgstr ""
+
+msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
+msgstr ""
+
+msgid "ClusterIntegration|Check your CA certificate"
+msgstr ""
+
+msgid "ClusterIntegration|Check your cluster status"
+msgstr ""
+
+msgid "ClusterIntegration|Check your token"
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{linkStart}security group%{linkEnd} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{linkStart}subnets %{linkEnd} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{linkStart}instance type%{linkEnd}."
+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."
+msgstr ""
+
+msgid "ClusterIntegration|Cluster Region"
+msgstr ""
+
+msgid "ClusterIntegration|Cluster management project"
+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. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "ClusterIntegration|Connect cluster with certificate"
+msgstr ""
+
+msgid "ClusterIntegration|Connect existing cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Connect with a certificate"
+msgstr ""
+
+msgid "ClusterIntegration|Connect your cluster to GitLab through %{linkStart}cluster certificates%{linkEnd}."
+msgstr ""
+
+msgid "ClusterIntegration|Connection Error"
+msgstr ""
+
+msgid "ClusterIntegration|Copy API URL"
+msgstr ""
+
+msgid "ClusterIntegration|Copy CA Certificate"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Kubernetes cluster name"
+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 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 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|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
+msgid "ClusterIntegration|Deploy each environment to its own namespace. Otherwise, environments within a project share a project-wide namespace. Note that anyone who can trigger a deployment of a namespace can read its secrets. If modified, existing environments will use their current namespaces until the cluster cache is cleared."
+msgstr ""
+
+msgid "ClusterIntegration|Deploy each environment to its own namespace. Otherwise, environments within a project share a project-wide namespace. Note that anyone who can trigger a deployment of a namespace can read its secrets. If modified, existing environments will use their current namespaces until the cluster cache is cleared. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "ClusterIntegration|Did you know?"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Enable Cloud Run for Anthos"
+msgstr ""
+
+msgid "ClusterIntegration|Enable Elastic Stack integration"
+msgstr ""
+
+msgid "ClusterIntegration|Enable Prometheus integration"
+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|Enter new Service Token"
+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|Environment scope is required."
+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 failed to authenticate."
+msgstr ""
+
+msgid "ClusterIntegration|GitLab failed to connect to the cluster."
+msgstr ""
+
+msgid "ClusterIntegration|GitLab-managed cluster"
+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|HTTP Error"
+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 enable Prometheus in the Integrations tab."
+msgstr ""
+
+msgid "ClusterIntegration|Instance cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations allow you to use applications installed in your cluster as part of your GitLab workflow."
+msgstr ""
+
+msgid "ClusterIntegration|Key pair name"
+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 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 Kubernetes"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about group Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about instance Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Loading IAM Roles"
+msgstr ""
+
+msgid "ClusterIntegration|Loading Key Pairs"
+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 API endpoint is correct"
+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|Namespace per environment"
+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 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|Node calculations use the Kubernetes Metrics API. Make sure your cluster has metrics installed"
+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 %{linkStart}documentation%{linkEnd} on Kubernetes"
+msgstr ""
+
+msgid "ClusterIntegration|Please make sure that your Google account meets the following requirements:"
+msgstr ""
+
+msgid "ClusterIntegration|Project cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Project namespace (optional, unique)"
+msgstr ""
+
+msgid "ClusterIntegration|Project namespace prefix (optional, unique)"
+msgstr ""
+
+msgid "ClusterIntegration|Provider details"
+msgstr ""
+
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
+msgid "ClusterIntegration|RBAC-enabled cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Read our %{linkStart}help page%{linkEnd} on Kubernetes cluster integration."
+msgstr ""
+
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+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|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 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"
+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 %{linkStart}Amazon Web Services %{linkEnd}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network"
+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 security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
+msgid "ClusterIntegration|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntegration|Select key pair"
+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 service role"
+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 %{linkStart}Amazon Web Services%{linkEnd}."
+msgstr ""
+
+msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}."
+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|Something went wrong on our end."
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{linkStart}Auto DevOps.%{linkEnd} 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 provisioned role, first create one on %{awsLinkStart}Amazon Web Services %{awsLinkEnd} using the above account and external IDs. %{moreInfoStart}More information%{moreInfoEnd}"
+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 certificate-based method to connect clusters to GitLab was %{linkStart}deprecated%{linkEnd} in GitLab 14.5."
+msgstr ""
+
+msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals."
+msgstr ""
+
+msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions."
+msgstr ""
+
+msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid."
+msgstr ""
+
+msgid "ClusterIntegration|There was an HTTP error when connecting to your cluster."
+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 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|This is necessary to clear existing environment-namespace associations from clusters previously managed by GitLab."
+msgstr ""
+
+msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
+msgstr ""
+
+msgid "ClusterIntegration|This project does not have billing enabled. To create a cluster, %{linkToBillingStart}enable billing%{linkToBillingEnd} and try again."
+msgstr ""
+
+msgid "ClusterIntegration|This will permanently delete the following resources:"
+msgstr ""
+
+msgid "ClusterIntegration|To create a cluster, first create a project on %{docsLinkStart}Google Cloud Platform%{docsLinkEnd}."
+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|To use a new project, first create one on %{docsLinkStart}Google Cloud Platform%{docsLinkEnd}."
+msgstr ""
+
+msgid "ClusterIntegration|Troubleshooting tips:"
+msgstr ""
+
+msgid "ClusterIntegration|Unable to Authenticate"
+msgstr ""
+
+msgid "ClusterIntegration|Unable to Connect"
+msgstr ""
+
+msgid "ClusterIntegration|Unknown Error"
+msgstr ""
+
+msgid "ClusterIntegration|Use the %{linkStart}GitLab Agent%{linkEnd} to safely connect your Kubernetes clusters to GitLab. You can deploy your applications, run your pipelines, use Review Apps, and much more."
+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|We were unable to fetch any projects. Ensure that you have a project on %{docsLinkStart}Google Cloud Platform%{docsLinkEnd}."
+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 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 should select at least two subnets"
+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 %{linkStart}Amazon Web Services%{linkEnd}."
+msgstr ""
+
+msgid "ClusterIntegration|Zone"
+msgstr ""
+
+msgid "ClusterIntegration|access to Google Kubernetes Engine"
+msgstr ""
+
+msgid "ClusterIntegration|meets the requirements"
+msgstr ""
+
+msgid "ClusterIntegration|sign up"
+msgstr ""
+
+msgid "Clusters|An error occurred while loading clusters"
+msgstr ""
+
+msgid "Code"
+msgstr ""
+
+msgid "Code Coverage: %{coveragePercentage}%{percentSymbol}"
+msgstr ""
+
+msgid "Code Coverage| Empty code coverage data"
+msgstr ""
+
+msgid "Code Coverage|Couldn't fetch the code coverage data"
+msgstr ""
+
+msgid "Code Owner"
+msgstr ""
+
+msgid "Code Owners"
+msgstr ""
+
+msgid "Code Quality"
+msgstr ""
+
+msgid "Code Review"
+msgstr ""
+
+msgid "Code Review Analytics displays a table of open merge requests considered to be in code review. There are currently no merge requests in review for this project and/or filters."
+msgstr ""
+
+msgid "Code coverage statistics for %{ref} %{start_date} - %{end_date}"
+msgstr ""
+
+msgid "Code owner approval is required"
+msgstr ""
+
+msgid "Code owners"
+msgstr ""
+
+msgid "Code review"
+msgstr ""
+
+msgid "Code snippet"
+msgstr ""
+
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
+msgid "CodeIntelligence|This is the definition"
+msgstr ""
+
+msgid "CodeNavigation|No references found"
+msgstr ""
+
+msgid "CodeOwner|Pattern"
+msgstr ""
+
+msgid "CodeQuality|New code quality degradations on this line"
+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 all threads"
+msgstr ""
+
+msgid "Collapse approvers"
+msgstr ""
+
+msgid "Collapse issues"
+msgstr ""
+
+msgid "Collapse milestones"
+msgstr ""
+
+msgid "Collapse replies"
+msgstr ""
+
+msgid "Collapse settings section"
+msgstr ""
+
+msgid "Collapse sidebar"
+msgstr ""
+
+msgid "Collapses this file (only for you) until it’s changed again."
+msgstr ""
+
+msgid "Collector hostname"
+msgstr ""
+
+msgid "Colorize messages"
+msgstr ""
+
+msgid "ComboSearch is not defined"
+msgstr ""
+
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
+msgid "Comma-separated list of users allowed to exceed the rate limit."
+msgstr ""
+
+msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
+msgstr ""
+
+msgid "Command"
+msgstr ""
+
+msgid "Command line instructions"
+msgstr ""
+
+msgid "Commands applied"
+msgstr ""
+
+msgid "Commands did not apply"
+msgstr ""
+
+msgid "Comment"
+msgstr ""
+
+msgid "Comment & resolve thread"
+msgstr ""
+
+msgid "Comment & unresolve thread"
+msgstr ""
+
+msgid "Comment '%{label}' position"
+msgstr ""
+
+msgid "Comment form position"
+msgstr ""
+
+msgid "Comment is being updated"
+msgstr ""
+
+msgid "Comment on lines %{startLine} to %{endLine}"
+msgstr ""
+
+msgid "Comment/Reply (quoting selected text)"
+msgstr ""
+
+msgid "Commenting on files that replace or are replaced by symbolic links is currently not supported."
+msgstr ""
+
+msgid "Commenting on symbolic links that replace or are replaced by files is currently not supported."
+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 SHA"
+msgstr ""
+
+msgid "Commit changes"
+msgstr ""
+
+msgid "Commit deleted"
+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 "CommitMessage|Add %{file_name} and create a code quality job"
+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 you select appear here. Go to the first tab and select commits to add to this merge request."
+msgstr ""
+
+msgid "Commits|An error occurred while fetching merge requests data."
+msgstr ""
+
+msgid "Commits|History"
+msgstr ""
+
+msgid "Commits|No related merge requests found"
+msgstr ""
+
+msgid "Committed by"
+msgstr ""
+
+msgid "Commit…"
+msgstr ""
+
+msgid "Community forum"
+msgstr ""
+
+msgid "Company"
+msgstr ""
+
+msgid "Company Name"
+msgstr ""
+
+msgid "Compare"
+msgstr ""
+
+msgid "Compare %{oldCommitId}...%{newCommitId}"
+msgstr ""
+
+msgid "Compare Git revisions"
+msgstr ""
+
+msgid "Compare GitLab editions"
+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 submodule commit revisions"
+msgstr ""
+
+msgid "Compare with previous version"
+msgstr ""
+
+msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
+msgstr ""
+
+msgid "CompareBranches|There isn't anything to compare."
+msgstr ""
+
+msgid "CompareRevisions|Branches"
+msgstr ""
+
+msgid "CompareRevisions|Compare"
+msgstr ""
+
+msgid "CompareRevisions|Create merge request"
+msgstr ""
+
+msgid "CompareRevisions|Filter by Git revision"
+msgstr ""
+
+msgid "CompareRevisions|Select Git revision"
+msgstr ""
+
+msgid "CompareRevisions|Select branch/tag"
+msgstr ""
+
+msgid "CompareRevisions|Select target project"
+msgstr ""
+
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
+msgid "CompareRevisions|Tags"
+msgstr ""
+
+msgid "CompareRevisions|There was an error while loading the branch/tag list. Please try again."
+msgstr ""
+
+msgid "CompareRevisions|There was an error while searching the branch/tag list. Please try again."
+msgstr ""
+
+msgid "CompareRevisions|There was an error while updating the branch/tag list. Please try again."
+msgstr ""
+
+msgid "CompareRevisions|View open merge request"
+msgstr ""
+
+msgid "Complete"
+msgstr ""
+
+msgid "Completed"
+msgstr ""
+
+msgid "Completed in %{duration_seconds} seconds (%{relative_time})"
+msgstr ""
+
+msgid "Compliance framework"
+msgstr ""
+
+msgid "Compliance report"
+msgstr ""
+
+msgid "ComplianceDashboard|created by:"
+msgstr ""
+
+msgid "ComplianceFrameworks|Add framework"
+msgstr ""
+
+msgid "ComplianceFrameworks|Background color"
+msgstr ""
+
+msgid "ComplianceFrameworks|Cancel"
+msgstr ""
+
+msgid "ComplianceFrameworks|Compliance framework deleted successfully"
+msgstr ""
+
+msgid "ComplianceFrameworks|Compliance pipeline configuration (optional)"
+msgstr ""
+
+msgid "ComplianceFrameworks|Configuration not found"
+msgstr ""
+
+msgid "ComplianceFrameworks|Configured compliance frameworks appear here."
+msgstr ""
+
+msgid "ComplianceFrameworks|Delete compliance framework %{framework}"
+msgstr ""
+
+msgid "ComplianceFrameworks|Delete framework"
+msgstr ""
+
+msgid "ComplianceFrameworks|Description"
+msgstr ""
+
+msgid "ComplianceFrameworks|Description is required"
+msgstr ""
+
+msgid "ComplianceFrameworks|Edit framework"
+msgstr ""
+
+msgid "ComplianceFrameworks|Error deleting the compliance framework. Please try again"
+msgstr ""
+
+msgid "ComplianceFrameworks|Error fetching compliance frameworks data. Please refresh the page"
+msgstr ""
+
+msgid "ComplianceFrameworks|Error fetching compliance frameworks data. Please refresh the page or try a different framework"
+msgstr ""
+
+msgid "ComplianceFrameworks|Invalid format"
+msgstr ""
+
+msgid "ComplianceFrameworks|Name"
+msgstr ""
+
+msgid "ComplianceFrameworks|Name is required"
+msgstr ""
+
+msgid "ComplianceFrameworks|No compliance frameworks are configured"
+msgstr ""
+
+msgid "ComplianceFrameworks|Required format: %{codeStart}path/file.y[a]ml@group-name/project-name%{codeEnd}. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
+msgid "ComplianceFrameworks|Unable to save this compliance framework. Please try again"
+msgstr ""
+
+msgid "ComplianceFrameworks|You are about to permanently delete the compliance framework %{framework} from all projects which currently have it applied, which may remove other functionality. This cannot be undone."
+msgstr ""
+
+msgid "ComplianceFramework|Edit compliance framework"
+msgstr ""
+
+msgid "ComplianceFramework|New compliance framework"
+msgstr ""
+
+msgid "ComplianceReport|Approved by author"
+msgstr ""
+
+msgid "ComplianceReport|Approved by committer"
+msgstr ""
+
+msgid "ComplianceReport|Less than 2 approvers"
+msgstr ""
+
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
+msgid "Component"
+msgstr ""
+
+msgid "Confidence"
+msgstr ""
+
+msgid "Confidential"
+msgstr ""
+
+msgid "Confidentiality"
+msgstr ""
+
+msgid "Configuration"
+msgstr ""
+
+msgid "Configuration help"
+msgstr ""
+
+msgid "Configure %{italic_start}What's new%{italic_end} drawer and content."
+msgstr ""
+
+msgid "Configure %{link} to track events. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "Configure %{repository_checks_link_start}repository checks%{link_end} and %{housekeeping_link_start}housekeeping%{link_end} on repositories."
+msgstr ""
+
+msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
+msgstr ""
+
+msgid "Configure Dependency Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure GitLab runners to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+msgstr ""
+
+msgid "Configure Gitaly timeouts."
+msgstr ""
+
+msgid "Configure Integrations"
+msgstr ""
+
+msgid "Configure Prometheus"
+msgstr ""
+
+msgid "Configure SAST IaC in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST IaC settings."
+msgstr ""
+
+msgid "Configure SAST IaC in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Sentry integration for error tracking"
+msgstr ""
+
+msgid "Configure Tracing"
+msgstr ""
+
+msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+msgstr ""
+
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
+msgstr ""
+
+msgid "Configure existing installation"
+msgstr ""
+
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
+msgid "Configure repository mirroring."
+msgstr ""
+
+msgid "Configure repository storage."
+msgstr ""
+
+msgid "Configure settings for Advanced Search with Elasticsearch."
+msgstr ""
+
+msgid "Configure specific limits for Files API requests that supersede the general user and IP rate limits."
+msgstr ""
+
+msgid "Configure specific limits for Git LFS requests that supersede the general user and IP rate limits."
+msgstr ""
+
+msgid "Configure specific limits for deprecated API requests that supersede the general user and IP rate limits."
+msgstr ""
+
+msgid "Configure the %{link} integration."
+msgstr ""
+
+msgid "Configure the default first day of the week and time tracking units."
+msgstr ""
+
+msgid "Configure the way a user creates a new account."
+msgstr ""
+
+msgid "Configure via Merge Request"
+msgstr ""
+
+msgid "Configure which lists are shown for anyone who visits this board"
+msgstr ""
+
+msgid "Confirm"
+msgstr ""
+
+msgid "Confirm approval"
+msgstr ""
+
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
+msgid "Confirmation email sent to %{email}"
+msgstr ""
+
+msgid "Confirmation required"
+msgstr ""
+
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
+msgid "Conflict: This file was added both in the source and target branches, but with different contents."
+msgstr ""
+
+msgid "Conflict: This file was modified in both the source and target branches."
+msgstr ""
+
+msgid "Conflict: This file was modified in the source branch, but removed in the target branch."
+msgstr ""
+
+msgid "Conflict: This file was removed in the source branch, but modified in the target branch."
+msgstr ""
+
+msgid "Conflict: This file was removed in the source branch, but renamed in the target branch."
+msgstr ""
+
+msgid "Conflict: This file was renamed differently in the source and target branches."
+msgstr ""
+
+msgid "Conflict: This file was renamed in the source branch, but removed in the target branch."
+msgstr ""
+
+msgid "Confluence"
+msgstr ""
+
+msgid "Confluence Cloud Workspace URL"
+msgstr ""
+
+msgid "ConfluenceService|Confluence Workspace"
+msgstr ""
+
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
+msgstr ""
+
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
+msgstr ""
+
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
+msgstr ""
+
+msgid "Congratulations, your free trial is activated."
+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 "Connected"
+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 "Connection timeout"
+msgstr ""
+
+msgid "Consistency guarantee method"
+msgstr ""
+
+msgid "Contact support"
+msgstr ""
+
+msgid "Contacts"
+msgstr ""
+
+msgid "Container Registry"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
+msgid "Container does not exist"
+msgstr ""
+
+msgid "Container must be a project or a group."
+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 "Container repositories"
+msgstr ""
+
+msgid "Container repositories synchronization concurrency limit"
+msgstr ""
+
+msgid "Container repository"
+msgstr ""
+
+msgid "ContainerRegistry| Please visit the %{linkStart}administration settings%{linkEnd} to enable this feature."
+msgstr ""
+
+msgid "ContainerRegistry|%{count} Image repository"
+msgid_plural "ContainerRegistry|%{count} Image repositories"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ContainerRegistry|%{count} Tag"
+msgid_plural "ContainerRegistry|%{count} Tags"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ContainerRegistry|%{strongStart}Disabled%{strongEnd} - Tags will not be automatically deleted."
+msgstr ""
+
+msgid "ContainerRegistry|%{strongStart}Enabled%{strongEnd} - Tags that match the rules on this page are automatically scheduled for deletion."
+msgstr ""
+
+msgid "ContainerRegistry|%{title} was successfully scheduled for deletion"
+msgstr ""
+
+msgid "ContainerRegistry|-- tags"
+msgstr ""
+
+msgid "ContainerRegistry|Build an image"
+msgstr ""
+
+msgid "ContainerRegistry|CLI Commands"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup disabled"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup in progress"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup incomplete"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup is currently removing tags"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup is disabled for this project"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup is ongoing"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup pending"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup policies are now available for this project. %{linkStart}Click here to get started.%{linkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup policy for tags is disabled"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup ran but some tags were not removed"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup timed out"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup timed out before it could delete all tags"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup will run %{time}"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup will run soon"
+msgstr ""
+
+msgid "ContainerRegistry|Configuration digest: %{digest}"
+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|Delete image repository?"
+msgstr ""
+
+msgid "ContainerRegistry|Delete selected tags"
+msgstr ""
+
+msgid "ContainerRegistry|Delete tag"
+msgstr ""
+
+msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone. Please type the following to confirm: %{code}"
+msgstr ""
+
+msgid "ContainerRegistry|Digest: %{imageId}"
+msgstr ""
+
+msgid "ContainerRegistry|Docker connection error"
+msgstr ""
+
+msgid "ContainerRegistry|Enable expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy is disabled"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy will run in %{time}"
+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 repository deletion failed"
+msgstr ""
+
+msgid "ContainerRegistry|Image repository not found"
+msgstr ""
+
+msgid "ContainerRegistry|Image repository will be deleted"
+msgstr ""
+
+msgid "ContainerRegistry|Image repository with no name located at the project URL."
+msgstr ""
+
+msgid "ContainerRegistry|Image tags"
+msgstr ""
+
+msgid "ContainerRegistry|Invalid tag: missing manifest digest"
+msgstr ""
+
+msgid "ContainerRegistry|Keep tags matching:"
+msgstr ""
+
+msgid "ContainerRegistry|Keep the most recent:"
+msgstr ""
+
+msgid "ContainerRegistry|Keep these tags"
+msgstr ""
+
+msgid "ContainerRegistry|Last updated %{time}"
+msgstr ""
+
+msgid "ContainerRegistry|Login"
+msgstr ""
+
+msgid "ContainerRegistry|Manifest digest: %{digest}"
+msgstr ""
+
+msgid "ContainerRegistry|Missing or insufficient permission, delete button disabled"
+msgstr ""
+
+msgid "ContainerRegistry|Next cleanup scheduled to run on:"
+msgstr ""
+
+msgid "ContainerRegistry|Not yet scheduled"
+msgstr ""
+
+msgid "ContainerRegistry|Note: Any policy update will result in a change to the scheduled run date and time"
+msgstr ""
+
+msgid "ContainerRegistry|Please try different search criteria"
+msgstr ""
+
+msgid "ContainerRegistry|Published %{timeInfo}"
+msgstr ""
+
+msgid "ContainerRegistry|Published to the %{repositoryPath} image repository at %{time} on %{date}"
+msgstr ""
+
+msgid "ContainerRegistry|Push an image"
+msgstr ""
+
+msgid "ContainerRegistry|Remember to run %{docLinkStart}garbage collection%{docLinkEnd} to remove the stale data from storage."
+msgstr ""
+
+msgid "ContainerRegistry|Remove repository"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tag"
+msgid_plural "ContainerRegistry|Remove tags"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ContainerRegistry|Remove tags matching:"
+msgstr ""
+
+msgid "ContainerRegistry|Remove tags older than:"
+msgstr ""
+
+msgid "ContainerRegistry|Remove these tags"
+msgstr ""
+
+msgid "ContainerRegistry|Root image"
+msgstr ""
+
+msgid "ContainerRegistry|Run cleanup:"
+msgstr ""
+
+msgid "ContainerRegistry|Some tags were not deleted"
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while fetching the cleanup policy."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while fetching the image details."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while fetching the repository list."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while fetching the tags list."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while marking the tag for deletion."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while marking the tags for deletion."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while scheduling %{title} for deletion. Please try again."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while scheduling the image for deletion."
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while updating the cleanup policy."
+msgstr ""
+
+msgid "ContainerRegistry|Sorry, your filter produced no results."
+msgstr ""
+
+msgid "ContainerRegistry|Tag successfully marked for deletion."
+msgstr ""
+
+msgid "ContainerRegistry|Tags successfully marked for deletion."
+msgstr ""
+
+msgid "ContainerRegistry|Tags that match these rules are %{strongStart}kept%{strongEnd}, even if they match a removal rule below. The %{secondStrongStart}latest%{secondStrongEnd} tag is always kept."
+msgstr ""
+
+msgid "ContainerRegistry|Tags that match these rules are %{strongStart}removed%{strongEnd}, unless a rule above says to keep them."
+msgstr ""
+
+msgid "ContainerRegistry|Tags with names that match this regex pattern are kept. %{linkStart}View regex examples.%{linkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|Tags with names that match this regex pattern are removed. %{linkStart}View regex examples.%{linkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|The cleanup policy timed out before it could delete all tags. An administrator can %{adminLinkStart}manually run cleanup now%{adminLinkEnd} or you can wait for the cleanup policy to automatically run again. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|The filter returned no results"
+msgstr ""
+
+msgid "ContainerRegistry|The image repository could not be found."
+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 requested image repository does not exist or has been deleted. If you think this is an error, try refreshing the page."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 256 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|There was an error during the deletion of this image repository, please try again."
+msgstr ""
+
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
+msgid "ContainerRegistry|This image repository has failed to be deleted"
+msgstr ""
+
+msgid "ContainerRegistry|This image repository is scheduled for deletion"
+msgstr ""
+
+msgid "ContainerRegistry|This image repository will be deleted. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|This project's cleanup policy for tags is not enabled."
+msgstr ""
+
+msgid "ContainerRegistry|To widen your search, change or remove the filters above."
+msgstr ""
+
+msgid "ContainerRegistry|We are having trouble connecting to the Container Registry. Please try refreshing the page. If this error persists, please review %{docLinkStart}the troubleshooting documentation%{docLinkEnd}."
+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 GitLab Container Registry, every project can have its own space to store images. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|You are about to remove %{item} tags. Are you sure?"
+msgstr ""
+
+msgid "ContainerRegistry|You are about to remove %{item}. Are you sure?"
+msgstr ""
+
+msgid "ContainerRegistry|You are about to remove repository %{title}. 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 "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|Table of Contents"
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
+msgid "Contents of .gitlab-ci.yml"
+msgstr ""
+
+msgid "ContextCommits|Failed to create context commits. Please try again."
+msgstr ""
+
+msgid "ContextCommits|Failed to create/remove context commits. Please try again."
+msgstr ""
+
+msgid "ContextCommits|Failed to delete context commits. Please try again."
+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 "ContributionAnalytics|%{created_count} created, %{closed_count} closed."
+msgstr ""
+
+msgid "ContributionAnalytics|%{created_count} created, %{merged_count} merged, %{closed_count} closed."
+msgstr ""
+
+msgid "ContributionAnalytics|%{pushes} pushes, more than %{commits} commits by %{people} 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 %{calendar_date}"
+msgstr ""
+
+msgid "Contributions per group member"
+msgstr ""
+
+msgid "Contributor"
+msgstr ""
+
+msgid "Contributors"
+msgstr ""
+
+msgid "Control emails linked to your account"
+msgstr ""
+
+msgid "Control how the GitLab Package Registry functions."
+msgstr ""
+
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
+msgstr ""
+
+msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
+msgstr ""
+
+msgid "Cookie domain"
+msgstr ""
+
+msgid "Copied"
+msgstr ""
+
+msgid "Copied labels and milestone from %{source_issuable_reference}."
+msgstr ""
+
+msgid "Copy"
+msgstr ""
+
+msgid "Copy %{http_label} clone URL"
+msgstr ""
+
+msgid "Copy %{name}"
+msgstr ""
+
+msgid "Copy %{protocol} clone URL"
+msgstr ""
+
+msgid "Copy %{type}"
+msgstr ""
+
+msgid "Copy Account ID to clipboard"
+msgstr ""
+
+msgid "Copy External ID to clipboard"
+msgstr ""
+
+msgid "Copy ID"
+msgstr ""
+
+msgid "Copy IP Address"
+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 codes"
+msgstr ""
+
+msgid "Copy command"
+msgstr ""
+
+msgid "Copy commands"
+msgstr ""
+
+msgid "Copy commit SHA"
+msgstr ""
+
+msgid "Copy environment"
+msgstr ""
+
+msgid "Copy evidence SHA"
+msgstr ""
+
+msgid "Copy failed. Please manually copy the value."
+msgstr ""
+
+msgid "Copy file contents"
+msgstr ""
+
+msgid "Copy file path"
+msgstr ""
+
+msgid "Copy issue URL to clipboard"
+msgstr ""
+
+msgid "Copy key"
+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 link to chart"
+msgstr ""
+
+msgid "Copy reference"
+msgstr ""
+
+msgid "Copy secret"
+msgstr ""
+
+msgid "Copy source branch name"
+msgstr ""
+
+msgid "Copy the code below to implement tracking in your application:"
+msgstr ""
+
+msgid "Copy this registration token."
+msgstr ""
+
+msgid "Copy to clipboard"
+msgstr ""
+
+msgid "Copy token"
+msgstr ""
+
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Copy value"
+msgstr ""
+
+msgid "Corpus Management"
+msgstr ""
+
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
+msgid "CorpusManagement|Fuzz testing corpus management"
+msgstr ""
+
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
+msgstr ""
+
+msgid "CorpusManagement|To use this corpus, edit the corresponding YAML file"
+msgstr ""
+
+msgid "CorpusManagement|Total Size: %{totalSize}"
+msgstr ""
+
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
+msgid "Could not add admins as members"
+msgstr ""
+
+msgid "Could not apply %{name} command."
+msgstr ""
+
+msgid "Could not authorize chat nickname. Try again!"
+msgstr ""
+
+msgid "Could not change HEAD: branch '%{branch}' does not exist"
+msgstr ""
+
+msgid "Could not commit. An unexpected error occurred."
+msgstr ""
+
+msgid "Could not connect to FogBugz, check your URL"
+msgstr ""
+
+msgid "Could not connect to Sentry. Refresh the page to try again."
+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 environment"
+msgstr ""
+
+msgid "Could not create group"
+msgstr ""
+
+msgid "Could not create issue"
+msgstr ""
+
+msgid "Could not create project"
+msgstr ""
+
+msgid "Could not create wiki page"
+msgstr ""
+
+msgid "Could not delete chat nickname %{chat_name}."
+msgstr ""
+
+msgid "Could not delete wiki page"
+msgstr ""
+
+msgid "Could not draw the lines for job relationships"
+msgstr ""
+
+msgid "Could not fetch policy because existing policy YAML is invalid"
+msgstr ""
+
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
+msgid "Could not find design."
+msgstr ""
+
+msgid "Could not find iteration"
+msgstr ""
+
+msgid "Could not get the data properly"
+msgstr ""
+
+msgid "Could not load the user chart. Please refresh the page to try again."
+msgstr ""
+
+msgid "Could not load usage counts. Please refresh the page to try again."
+msgstr ""
+
+msgid "Could not remove %{user} from %{group}. Cannot remove last group owner."
+msgstr ""
+
+msgid "Could not remove %{user} from %{group}. User is not a group member."
+msgstr ""
+
+msgid "Could not remove the trigger."
+msgstr ""
+
+msgid "Could not restore the group"
+msgstr ""
+
+msgid "Could not revoke access token %{access_token_name}."
+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 configuration. Please refresh the page, or try again later."
+msgstr ""
+
+msgid "Could not save group ID"
+msgstr ""
+
+msgid "Could not save project ID"
+msgstr ""
+
+msgid "Could not save prometheus manual configuration"
+msgstr ""
+
+msgid "Could not update the LDAP settings"
+msgstr ""
+
+msgid "Could not update wiki page"
+msgstr ""
+
+msgid "Could not upload your designs as one or more files uploaded are not supported."
+msgstr ""
+
+msgid "Couldn't assign policy to project"
+msgstr ""
+
+msgid "Country"
+msgstr ""
+
+msgid "Coverage"
+msgstr ""
+
+msgid "Coverage Fuzzing"
+msgstr ""
+
+msgid "Create"
+msgstr ""
+
+msgid "Create %{environment}"
+msgstr ""
+
+msgid "Create %{humanized_resource_name}"
+msgstr ""
+
+msgid "Create %{type}"
+msgstr ""
+
+msgid "Create %{workspace} label"
+msgstr ""
+
+msgid "Create Google Cloud project"
+msgstr ""
+
+msgid "Create New Directory"
+msgstr ""
+
+msgid "Create New Domain"
+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 merge request"
+msgstr ""
+
+msgid "Create a new %{codeStart}.gitlab-ci.yml%{codeEnd} file at the root of the repository to get started."
+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 project"
+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 incident. Incidents 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_open}repo%{code_close} scope, so we can display a list of your public and private repositories which are available to import."
+msgstr ""
+
+msgid "Create branch"
+msgstr ""
+
+msgid "Create commit"
+msgstr ""
+
+msgid "Create common files more quickly, and standardize their format."
+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 from"
+msgstr ""
+
+msgid "Create group"
+msgstr ""
+
+msgid "Create group label"
+msgstr ""
+
+msgid "Create incident"
+msgstr ""
+
+msgid "Create issue"
+msgstr ""
+
+msgid "Create issue to resolve all threads"
+msgstr ""
+
+msgid "Create iteration"
+msgstr ""
+
+msgid "Create label"
+msgstr ""
+
+msgid "Create list"
+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"
+msgstr ""
+
+msgid "Create new %{name} by email"
+msgstr ""
+
+msgid "Create new CI/CD pipeline"
+msgstr ""
+
+msgid "Create new Value Stream"
+msgstr ""
+
+msgid "Create new branch"
+msgstr ""
+
+msgid "Create new confidential %{issuableType}"
+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 project"
+msgstr ""
+
+msgid "Create or import your first project"
+msgstr ""
+
+msgid "Create project"
+msgstr ""
+
+msgid "Create project label"
+msgstr ""
+
+msgid "Create release"
+msgstr ""
+
+msgid "Create requirement"
+msgstr ""
+
+msgid "Create service account"
+msgstr ""
+
+msgid "Create snippet"
+msgstr ""
+
+msgid "Create tag %{tagName}"
+msgstr ""
+
+msgid "Create topic"
+msgstr ""
+
+msgid "Create user"
+msgstr ""
+
+msgid "Create via merge request"
+msgstr ""
+
+msgid "Create wildcard: %{searchTerm}"
+msgstr ""
+
+msgid "Create your first page"
+msgstr ""
+
+msgid "Create your group"
+msgstr ""
+
+msgid "Create/import your first project"
+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 "CreateValueStreamForm|%{name} (default)"
+msgstr ""
+
+msgid "CreateValueStreamForm|'%{name}' Value Stream created"
+msgstr ""
+
+msgid "CreateValueStreamForm|'%{name}' Value Stream saved"
+msgstr ""
+
+msgid "CreateValueStreamForm|Add another stage"
+msgstr ""
+
+msgid "CreateValueStreamForm|Add stage"
+msgstr ""
+
+msgid "CreateValueStreamForm|All default stages are currently visible"
+msgstr ""
+
+msgid "CreateValueStreamForm|Code stage start"
+msgstr ""
+
+msgid "CreateValueStreamForm|Create from default template"
+msgstr ""
+
+msgid "CreateValueStreamForm|Create from no template"
+msgstr ""
+
+msgid "CreateValueStreamForm|Create new Value Stream"
+msgstr ""
+
+msgid "CreateValueStreamForm|Create value stream"
+msgstr ""
+
+msgid "CreateValueStreamForm|Default stages"
+msgstr ""
+
+msgid "CreateValueStreamForm|Default stages can only be hidden or re-ordered"
+msgstr ""
+
+msgid "CreateValueStreamForm|Edit value stream"
+msgstr ""
+
+msgid "CreateValueStreamForm|Editing stage"
+msgstr ""
+
+msgid "CreateValueStreamForm|End event"
+msgstr ""
+
+msgid "CreateValueStreamForm|End event label"
+msgstr ""
+
+msgid "CreateValueStreamForm|End event: "
+msgstr ""
+
+msgid "CreateValueStreamForm|Enter stage name"
+msgstr ""
+
+msgid "CreateValueStreamForm|Enter value stream name"
+msgstr ""
+
+msgid "CreateValueStreamForm|Issue stage end"
+msgstr ""
+
+msgid "CreateValueStreamForm|Maximum length %{maxLength} characters"
+msgstr ""
+
+msgid "CreateValueStreamForm|Name is required"
+msgstr ""
+
+msgid "CreateValueStreamForm|New stage"
+msgstr ""
+
+msgid "CreateValueStreamForm|Plan stage start"
+msgstr ""
+
+msgid "CreateValueStreamForm|Please select a start event first"
+msgstr ""
+
+msgid "CreateValueStreamForm|Please select an end event"
+msgstr ""
+
+msgid "CreateValueStreamForm|Recover hidden stage"
+msgstr ""
+
+msgid "CreateValueStreamForm|Restore defaults"
+msgstr ""
+
+msgid "CreateValueStreamForm|Restore stage"
+msgstr ""
+
+msgid "CreateValueStreamForm|Save value stream"
+msgstr ""
+
+msgid "CreateValueStreamForm|Select end event"
+msgstr ""
+
+msgid "CreateValueStreamForm|Select start event"
+msgstr ""
+
+msgid "CreateValueStreamForm|Stage %{index}"
+msgstr ""
+
+msgid "CreateValueStreamForm|Stage name already exists"
+msgstr ""
+
+msgid "CreateValueStreamForm|Stage name is required"
+msgstr ""
+
+msgid "CreateValueStreamForm|Start event"
+msgstr ""
+
+msgid "CreateValueStreamForm|Start event changed, please select a valid end event"
+msgstr ""
+
+msgid "CreateValueStreamForm|Start event label"
+msgstr ""
+
+msgid "CreateValueStreamForm|Start event: "
+msgstr ""
+
+msgid "CreateValueStreamForm|Update stage"
+msgstr ""
+
+msgid "CreateValueStreamForm|Value Stream name"
+msgstr ""
+
+msgid "Created"
+msgstr ""
+
+msgid "Created %{epicTimeagoDate}"
+msgstr ""
+
+msgid "Created %{timestamp}"
+msgstr ""
+
+msgid "Created At"
+msgstr ""
+
+msgid "Created On"
+msgstr ""
+
+msgid "Created a branch and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Created branch '%{branch_name}' and a merge request to resolve this issue."
+msgstr ""
+
+msgid "Created by %{job}"
+msgstr ""
+
+msgid "Created by me"
+msgstr ""
+
+msgid "Created by:"
+msgstr ""
+
+msgid "Created compliance violations if any were found"
+msgstr ""
+
+msgid "Created date"
+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 %{created_at}"
+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"
+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 "CredentialsInventory|GPG Keys"
+msgstr ""
+
+msgid "CredentialsInventory|No credentials found"
+msgstr ""
+
+msgid "CredentialsInventory|Personal Access Tokens"
+msgstr ""
+
+msgid "CredentialsInventory|SSH Keys"
+msgstr ""
+
+msgid "Credit card:"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
+msgid "Crm|Contact has been added"
+msgstr ""
+
+msgid "Crm|Contact has been updated"
+msgstr ""
+
+msgid "Crm|Create new contact"
+msgstr ""
+
+msgid "Crm|Create organization"
+msgstr ""
+
+msgid "Crm|Customer Relations Contacts"
+msgstr ""
+
+msgid "Crm|Customer Relations Organizations"
+msgstr ""
+
+msgid "Crm|Default rate (optional)"
+msgstr ""
+
+msgid "Crm|Description (optional)"
+msgstr ""
+
+msgid "Crm|Edit contact"
+msgstr ""
+
+msgid "Crm|Email"
+msgstr ""
+
+msgid "Crm|First name"
+msgstr ""
+
+msgid "Crm|Last name"
+msgstr ""
+
+msgid "Crm|New Organization"
+msgstr ""
+
+msgid "Crm|New contact"
+msgstr ""
+
+msgid "Crm|New organization"
+msgstr ""
+
+msgid "Crm|No contacts found"
+msgstr ""
+
+msgid "Crm|No organizations found"
+msgstr ""
+
+msgid "Crm|Organization has been added"
+msgstr ""
+
+msgid "Crm|Phone number (optional)"
+msgstr ""
+
+msgid "Cron Timezone"
+msgstr ""
+
+msgid "Cron time zone"
+msgstr ""
+
+msgid "Crowd"
+msgstr ""
+
+msgid "CsvParser|Failed to render the CSV file for the following reasons:"
+msgstr ""
+
+msgid "CsvParser|Quoted field unterminated"
+msgstr ""
+
+msgid "CsvParser|Too few fields"
+msgstr ""
+
+msgid "CsvParser|Too many fields"
+msgstr ""
+
+msgid "CsvParser|Trailing quote on quoted field is malformed"
+msgstr ""
+
+msgid "CsvParser|Unable to auto-detect delimiter; defaulted to \",\""
+msgstr ""
+
+msgid "Current"
+msgstr ""
+
+msgid "Current Branch"
+msgstr ""
+
+msgid "Current Project"
+msgstr ""
+
+msgid "Current forks will keep their visibility level."
+msgstr ""
+
+msgid "Current node must be the primary node or you will be locking yourself out"
+msgstr ""
+
+msgid "Current password"
+msgstr ""
+
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
+msgid "Current sign-in ip"
+msgstr ""
+
+msgid "Current vulnerabilities count"
+msgstr ""
+
+msgid "CurrentUser|Buy Pipeline minutes"
+msgstr ""
+
+msgid "CurrentUser|Edit profile"
+msgstr ""
+
+msgid "CurrentUser|One of your groups is running out"
+msgstr ""
+
+msgid "CurrentUser|Preferences"
+msgstr ""
+
+msgid "CurrentUser|Start an Ultimate trial"
+msgstr ""
+
+msgid "CurrentUser|Upgrade"
+msgstr ""
+
+msgid "Custom Attributes"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
+msgstr ""
+
+msgid "Custom analyzers: language support"
+msgstr ""
+
+msgid "Custom hostname (for private commit emails)"
+msgstr ""
+
+msgid "Custom metrics"
+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 %{notificationLinkStart}notification emails%{notificationLinkEnd}."
+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 "Custom range (UTC)"
+msgstr ""
+
+msgid "Customer Relations Contacts"
+msgstr ""
+
+msgid "Customer Relations Organizations"
+msgstr ""
+
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
+msgid "Customer relations"
+msgstr ""
+
+msgid "Customizable by an administrator."
+msgstr ""
+
+msgid "Customizable by owners."
+msgstr ""
+
+msgid "Customize CI/CD settings, including Auto DevOps, shared runners, and job artifacts."
+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 icon"
+msgstr ""
+
+msgid "Customize language and region related settings."
+msgstr ""
+
+msgid "Customize name"
+msgstr ""
+
+msgid "Customize your pipeline configuration and coverage report."
+msgstr ""
+
+msgid "Customize your pipeline configuration."
+msgstr ""
+
+msgid "Cycle Time"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|%{label_reference} label was added to the issue"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|%{label_reference} label was added to the merge request"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|%{label_reference} label was removed from the issue"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|%{label_reference} label was removed from the merge request"
+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 closed"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request created"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request first commit time"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request first deployed to production"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request label was added"
+msgstr ""
+
+msgid "CycleAnalyticsEvent|Merge request label was removed"
+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|%{selectedLabelsCount} selected (%{maxLabels} max)"
+msgstr ""
+
+msgid "CycleAnalytics|%{stageCount} stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|All stages"
+msgstr ""
+
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|Lead Time for Changes"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|Only %{maxLabels} labels can be selected at this time"
+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} label"
+msgid_plural "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{createdAfter} to %{createdBefore}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{createdAfter} to %{createdBefore}"
+msgstr ""
+
+msgid "CycleAnalytics|Stages"
+msgstr ""
+
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgstr ""
+
+msgid "CycleAnalytics|The given date range is larger than 180 days"
+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 "DAG visualization requires at least 3 dependent jobs."
+msgstr ""
+
+msgid "DAST Configuration"
+msgstr ""
+
+msgid "DAST Scans"
+msgstr ""
+
+msgid "DAST profile not found: %{name}"
+msgstr ""
+
+msgid "DNS"
+msgstr ""
+
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time for changes"
+msgstr ""
+
+msgid "DORA4Metrics|Median (last %{days}d)"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DSN"
+msgstr ""
+
+msgid "Dashboard"
+msgstr ""
+
+msgid "Dashboard uid not found"
+msgstr ""
+
+msgid "DashboardProjects|All"
+msgstr ""
+
+msgid "DashboardProjects|Personal"
+msgstr ""
+
+msgid "DashboardProjects|Trending"
+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 Premium plan."
+msgstr ""
+
+msgid "DastConfig|Customize DAST settings to suit your requirements. Configuration changes made here override those provided by GitLab and are excluded from updates. For details of more advanced configuration options, see the %{docsLinkStart}GitLab DAST documentation%{docsLinkEnd}."
+msgstr ""
+
+msgid "DastConfig|DAST Settings"
+msgstr ""
+
+msgid "DastConfig|Generate code snippet"
+msgstr ""
+
+msgid "DastConfig|Scan Configuration"
+msgstr ""
+
+msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities."
+msgstr ""
+
+msgid "DastProfiles|AJAX spider"
+msgstr ""
+
+msgid "DastProfiles|Active"
+msgstr ""
+
+msgid "DastProfiles|Additional request headers (Optional)"
+msgstr ""
+
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+msgstr ""
+
+msgid "DastProfiles|Authentication"
+msgstr ""
+
+msgid "DastProfiles|Authentication URL"
+msgstr ""
+
+msgid "DastProfiles|Branch missing"
+msgstr ""
+
+msgid "DastProfiles|Could not create the scanner profile. Please try again."
+msgstr ""
+
+msgid "DastProfiles|Could not create the site profile. Please try again."
+msgstr ""
+
+msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
+msgstr ""
+
+msgid "DastProfiles|Could not delete scanner profiles:"
+msgstr ""
+
+msgid "DastProfiles|Could not delete site profile. Please refresh the page, or try again later."
+msgstr ""
+
+msgid "DastProfiles|Could not delete site profiles:"
+msgstr ""
+
+msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
+msgstr ""
+
+msgid "DastProfiles|Could not fetch site profiles. Please refresh the page, or try again later."
+msgstr ""
+
+msgid "DastProfiles|Could not update the scanner profile. Please try again."
+msgstr ""
+
+msgid "DastProfiles|Could not update the site profile. Please try again."
+msgstr ""
+
+msgid "DastProfiles|Debug messages"
+msgstr ""
+
+msgid "DastProfiles|Delete profile"
+msgstr ""
+
+msgid "DastProfiles|Do you want to discard this scanner profile?"
+msgstr ""
+
+msgid "DastProfiles|Do you want to discard this site profile?"
+msgstr ""
+
+msgid "DastProfiles|Do you want to discard your changes?"
+msgstr ""
+
+msgid "DastProfiles|Edit profile"
+msgstr ""
+
+msgid "DastProfiles|Edit scanner profile"
+msgstr ""
+
+msgid "DastProfiles|Edit site profile"
+msgstr ""
+
+msgid "DastProfiles|Enable Authentication"
+msgstr ""
+
+msgid "DastProfiles|Enter URLs in a comma-separated list."
+msgstr ""
+
+msgid "DastProfiles|Enter headers in a comma-separated list."
+msgstr ""
+
+msgid "DastProfiles|Error Details"
+msgstr ""
+
+msgid "DastProfiles|Excluded URLs"
+msgstr ""
+
+msgid "DastProfiles|Excluded URLs (Optional)"
+msgstr ""
+
+msgid "DastProfiles|Hide debug messages"
+msgstr ""
+
+msgid "DastProfiles|Include debug messages in the DAST console output."
+msgstr ""
+
+msgid "DastProfiles|Manage DAST scans"
+msgstr ""
+
+msgid "DastProfiles|Manage profiles"
+msgstr ""
+
+msgid "DastProfiles|Manage site profiles"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
+msgstr ""
+
+msgid "DastProfiles|New site profile"
+msgstr ""
+
+msgid "DastProfiles|No scanner profiles created yet"
+msgstr ""
+
+msgid "DastProfiles|No site profiles created yet"
+msgstr ""
+
+msgid "DastProfiles|Not Validated"
+msgstr ""
+
+msgid "DastProfiles|Passive"
+msgstr ""
+
+msgid "DastProfiles|Password"
+msgstr ""
+
+msgid "DastProfiles|Password form field"
+msgstr ""
+
+msgid "DastProfiles|Profile name"
+msgstr ""
+
+msgid "DastProfiles|Request header names and values. Headers are added to every request made by DAST."
+msgstr ""
+
+msgid "DastProfiles|Request headers"
+msgstr ""
+
+msgid "DastProfiles|Rest API"
+msgstr ""
+
+msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
+msgstr ""
+
+msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan."
+msgstr ""
+
+msgid "DastProfiles|Save profile"
+msgstr ""
+
+msgid "DastProfiles|Scan mode"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Scanner name"
+msgstr ""
+
+msgid "DastProfiles|Select branch"
+msgstr ""
+
+msgid "DastProfiles|Show debug messages"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
+msgid "DastProfiles|Site Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site name"
+msgstr ""
+
+msgid "DastProfiles|Site type"
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Target URL"
+msgstr ""
+
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of minutes allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|This profile is currently being used in a policy."
+msgstr ""
+
+msgid "DastProfiles|This scanner profile is currently being used by a policy. To make edits you must remove it from the active policy."
+msgstr ""
+
+msgid "DastProfiles|This site profile is currently being used by a policy. To make edits you must remove it from the active policy."
+msgstr ""
+
+msgid "DastProfiles|Turn on AJAX spider"
+msgstr ""
+
+msgid "DastProfiles|URL"
+msgstr ""
+
+msgid "DastProfiles|URLs to skip during the authenticated scan."
+msgstr ""
+
+msgid "DastProfiles|Username"
+msgstr ""
+
+msgid "DastProfiles|Username form field"
+msgstr ""
+
+msgid "DastProfiles|Validated"
+msgstr ""
+
+msgid "DastProfiles|Validation status"
+msgstr ""
+
+msgid "DastProfiles|Website"
+msgstr ""
+
+msgid "DastProfiles|You can either choose a passive scan or validate the target site from the site profile management page. %{docsLinkStart}Learn more about site validation.%{docsLinkEnd}"
+msgstr ""
+
+msgid "DastProfiles|You cannot run an active scan against an unvalidated site."
+msgstr ""
+
+msgid "DastSiteValidation|Copy HTTP header to clipboard"
+msgstr ""
+
+msgid "DastSiteValidation|Copy Meta tag to clipboard"
+msgstr ""
+
+msgid "DastSiteValidation|Could not create validation token. Please try again."
+msgstr ""
+
+msgid "DastSiteValidation|Could not revoke validation. Please try again."
+msgstr ""
+
+msgid "DastSiteValidation|Download validation text file"
+msgstr ""
+
+msgid "DastSiteValidation|Header validation"
+msgstr ""
+
+msgid "DastSiteValidation|Meta tag validation"
+msgstr ""
+
+msgid "DastSiteValidation|Retry validation"
+msgstr ""
+
+msgid "DastSiteValidation|Revoke validation"
+msgstr ""
+
+msgid "DastSiteValidation|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastSiteValidation|Step 2 - Add following HTTP header to your site"
+msgstr ""
+
+msgid "DastSiteValidation|Step 2 - Add following meta tag to your site"
+msgstr ""
+
+msgid "DastSiteValidation|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastSiteValidation|Step 3 - Confirm header location and validate"
+msgstr ""
+
+msgid "DastSiteValidation|Step 3 - Confirm meta tag location and validate"
+msgstr ""
+
+msgid "DastSiteValidation|Step 3 - Confirm text file location and validate"
+msgstr ""
+
+msgid "DastSiteValidation|Text file validation"
+msgstr ""
+
+msgid "DastSiteValidation|The validation has failed. Please try again."
+msgstr ""
+
+msgid "DastSiteValidation|The validation is in progress. Please wait..."
+msgstr ""
+
+msgid "DastSiteValidation|This will affect %d other profile targeting the same URL."
+msgid_plural "DastSiteValidation|This will affect %d other profiles targeting the same URL."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "DastSiteValidation|To run an active scan, validate your target site. All site profiles that share the same base URL share the same validation status."
+msgstr ""
+
+msgid "DastSiteValidation|Validate"
+msgstr ""
+
+msgid "DastSiteValidation|Validate target site"
+msgstr ""
+
+msgid "DastSiteValidation|Validated"
+msgstr ""
+
+msgid "DastSiteValidation|Validating..."
+msgstr ""
+
+msgid "DastSiteValidation|Validation failed"
+msgstr ""
+
+msgid "DastSiteValidation|Validation failed for %{url}. %{retryButtonStart}Retry validation%{retryButtonEnd}."
+msgstr ""
+
+msgid "DastSiteValidation|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
+msgid "DastSiteValidation|You will not be able to run active scans against %{url}."
+msgstr ""
+
+msgid "Data is still calculating..."
+msgstr ""
+
+msgid "Data type"
+msgstr ""
+
+msgid "Database update failed"
+msgstr ""
+
+msgid "DatadogIntegration|%{linkOpen}API key%{linkClose} used for authentication with Datadog."
+msgstr ""
+
+msgid "DatadogIntegration|(Advanced) The full URL for your Datadog site."
+msgstr ""
+
+msgid "DatadogIntegration|API URL"
+msgstr ""
+
+msgid "DatadogIntegration|Environment"
+msgstr ""
+
+msgid "DatadogIntegration|For self-managed deployments, set the %{codeOpen}env%{codeClose} tag for all the data sent to Datadog. %{linkOpen}How do I use tags?%{linkClose}"
+msgstr ""
+
+msgid "DatadogIntegration|How do I set up this integration?"
+msgstr ""
+
+msgid "DatadogIntegration|Send CI/CD pipeline information to Datadog to monitor for job failures and troubleshoot performance issues. %{docs_link}"
+msgstr ""
+
+msgid "DatadogIntegration|Service"
+msgstr ""
+
+msgid "DatadogIntegration|Tag all data from this GitLab instance in Datadog. Useful when managing several self-managed deployments."
+msgstr ""
+
+msgid "DatadogIntegration|The Datadog site to send data to. To send data to the EU site, use %{codeOpen}datadoghq.eu%{codeClose}."
+msgstr ""
+
+msgid "DatadogIntegration|Trace your GitLab pipelines with Datadog."
+msgstr ""
+
+msgid "Datasource name not found"
+msgstr ""
+
+msgid "Date"
+msgstr ""
+
+msgid "Date merged"
+msgstr ""
+
+msgid "Date picker"
+msgstr ""
+
+msgid "Date range"
+msgstr ""
+
+msgid "Date range limited to %{number} days"
+msgstr ""
+
+msgid "Date range must be shorter than %{max_range} days."
+msgstr ""
+
+msgid "Day of month"
+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 "Deactivate dormant users after 90 days of inactivity"
+msgstr ""
+
+msgid "Dear Administrator,"
+msgstr ""
+
+msgid "Debian package already exists in Distribution"
+msgstr ""
+
+msgid "Debug"
+msgstr ""
+
+msgid "Dec"
+msgstr ""
+
+msgid "December"
+msgstr ""
+
+msgid "Decline"
+msgstr ""
+
+msgid "Decline and sign out"
+msgstr ""
+
+msgid "Decompressed archive size validation failed."
+msgstr ""
+
+msgid "Decrease"
+msgstr ""
+
+msgid "Default CI/CD configuration file"
+msgstr ""
+
+msgid "Default artifacts expiration"
+msgstr ""
+
+msgid "Default branch"
+msgstr ""
+
+msgid "Default branch and protected branches"
+msgstr ""
+
+msgid "Default branch protection"
+msgstr ""
+
+msgid "Default delayed project deletion"
+msgstr ""
+
+msgid "Default deletion delay"
+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 initial branch name"
+msgstr ""
+
+msgid "Default project deletion protection"
+msgstr ""
+
+msgid "Default projects limit"
+msgstr ""
+
+msgid "Default timeout"
+msgstr ""
+
+msgid "Default: Map a FogBugz account ID to a full name"
+msgstr ""
+
+msgid "DefaultBranchLabel|default"
+msgstr ""
+
+msgid "DefaultBranchProtection|Both developers and maintainers can push new commits, but cannot force push."
+msgstr ""
+
+msgid "DefaultBranchProtection|Both developers and maintainers can push new commits, force push, or delete the branch."
+msgstr ""
+
+msgid "DefaultBranchProtection|Developers cannot push new commits, but are allowed to accept merge requests to the branch. Maintainers can push to the branch."
+msgstr ""
+
+msgid "DefaultBranchProtection|Developers cannot push new commits, but maintainers can. No one can force push."
+msgstr ""
+
+msgid "DefaultBranchProtection|Fully protected"
+msgstr ""
+
+msgid "DefaultBranchProtection|Not protected"
+msgstr ""
+
+msgid "DefaultBranchProtection|Partially protected"
+msgstr ""
+
+msgid "DefaultBranchProtection|Protected against pushes"
+msgstr ""
+
+msgid "Define a custom deploy freeze pattern with %{cronSyntaxStart}cron syntax%{cronSyntaxEnd}"
+msgstr ""
+
+msgid "Define a custom pattern with cron syntax"
+msgstr ""
+
+msgid "Define custom rules for what constitutes spam, independent of Akismet"
+msgstr ""
+
+msgid "Define environments in the deploy stage(s) in %{code_open}.gitlab-ci.yml%{code_close} to track deployments here."
+msgstr ""
+
+msgid "Define how approval rules are applied to merge requests."
+msgstr ""
+
+msgid "Definition"
+msgstr ""
+
+msgid "Delayed Project Deletion (%{adjourned_deletion})"
+msgstr ""
+
+msgid "DelayedJobs|Are you sure you want to run %{jobName} immediately? Otherwise this job will run automatically after its 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|Are you sure you want to run %{job_name} immediately? This job will run automatically after its timer finishes."
+msgstr ""
+
+msgid "DelayedJobs|Run the delayed job now?"
+msgstr ""
+
+msgid "DelayedJobs|Start now"
+msgstr ""
+
+msgid "DelayedJobs|Unschedule"
+msgstr ""
+
+msgid "DelayedJobs|delayed"
+msgstr ""
+
+msgid "Delete"
+msgstr ""
+
+msgid "Delete %{issuableType}"
+msgstr ""
+
+msgid "Delete %{name}"
+msgstr ""
+
+msgid "Delete Comment"
+msgstr ""
+
+msgid "Delete Key"
+msgstr ""
+
+msgid "Delete Selected"
+msgstr ""
+
+msgid "Delete Value Stream"
+msgstr ""
+
+msgid "Delete account"
+msgstr ""
+
+msgid "Delete artifacts"
+msgstr ""
+
+msgid "Delete badge"
+msgstr ""
+
+msgid "Delete column"
+msgstr ""
+
+msgid "Delete comment"
+msgstr ""
+
+msgid "Delete corpus"
+msgstr ""
+
+msgid "Delete deploy key"
+msgstr ""
+
+msgid "Delete file"
+msgstr ""
+
+msgid "Delete image repository"
+msgstr ""
+
+msgid "Delete label"
+msgstr ""
+
+msgid "Delete label: %{labelName}"
+msgstr ""
+
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete project. Are you ABSOLUTELY SURE?"
+msgstr ""
+
+msgid "Delete row"
+msgstr ""
+
+msgid "Delete self monitoring project"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
+msgid "Delete source branch"
+msgstr ""
+
+msgid "Delete subscription"
+msgstr ""
+
+msgid "Delete table"
+msgstr ""
+
+msgid "Delete this attachment"
+msgstr ""
+
+msgid "Delete this epic and all descendants?"
+msgstr ""
+
+msgid "Delete user list"
+msgstr ""
+
+msgid "Delete variable"
+msgstr ""
+
+msgid "DeleteProject|Failed to remove events. Please try again or contact administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to remove project snippets. 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 webhooks. 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 "DeleteValueStream|'%{name}' Value Stream deleted"
+msgstr ""
+
+msgid "DeleteValueStream|Are you sure you want to delete the \"%{name}\" Value Stream?"
+msgstr ""
+
+msgid "DeleteValueStream|Delete %{name}"
+msgstr ""
+
+msgid "Deleted"
+msgstr ""
+
+msgid "Deleted chat nickname: %{chat_name}!"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
+msgstr ""
+
+msgid "Deletes the source branch"
+msgstr ""
+
+msgid "Deletes the source branch."
+msgstr ""
+
+msgid "Deleting"
+msgstr ""
+
+msgid "Deleting a project places it into a read-only state until %{date}, at which point the project will be permanently deleted. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "Deleting the project will delete its repository and all related resources, including issues and merge requests."
+msgstr ""
+
+msgid "Deletion pending. This project will be deleted on %{date}. Repository and other project resources are read-only."
+msgstr ""
+
+msgid "Denied"
+msgstr ""
+
+msgid "Denied authorization of chat nickname %{user_name}."
+msgstr ""
+
+msgid "Deny"
+msgstr ""
+
+msgid "Deny access request"
+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 more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Dependencies|%d vulnerability detected"
+msgid_plural "Dependencies|%d vulnerabilities detected"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Dependencies|%{remainingLicensesCount} more"
+msgstr ""
+
+msgid "Dependencies|(top level)"
+msgstr ""
+
+msgid "Dependencies|All"
+msgstr ""
+
+msgid "Dependencies|Based on the %{linkStart}latest successful%{linkEnd} scan"
+msgstr ""
+
+msgid "Dependencies|Component"
+msgstr ""
+
+msgid "Dependencies|Component name"
+msgstr ""
+
+msgid "Dependencies|Dependency path"
+msgstr ""
+
+msgid "Dependencies|Export as JSON"
+msgstr ""
+
+msgid "Dependencies|Job failed to generate the dependency list"
+msgstr ""
+
+msgid "Dependencies|Learn more about dependency paths"
+msgstr ""
+
+msgid "Dependencies|License"
+msgstr ""
+
+msgid "Dependencies|Location"
+msgstr ""
+
+msgid "Dependencies|Location and dependency path"
+msgstr ""
+
+msgid "Dependencies|Packager"
+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|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed."
+msgstr ""
+
+msgid "Dependencies|There may be multiple paths"
+msgstr ""
+
+msgid "Dependencies|Toggle vulnerability list"
+msgstr ""
+
+msgid "Dependencies|Unsupported file(s) detected"
+msgstr ""
+
+msgid "Dependencies|Vulnerable components"
+msgstr ""
+
+msgid "Dependency List"
+msgstr ""
+
+msgid "Dependency List has no entries"
+msgstr ""
+
+msgid "Dependency Proxy"
+msgstr ""
+
+msgid "Dependency Scanning"
+msgstr ""
+
+msgid "Dependency list"
+msgstr ""
+
+msgid "DependencyProxy|Cached %{time}"
+msgstr ""
+
+msgid "DependencyProxy|Clear the Dependency Proxy cache automatically"
+msgstr ""
+
+msgid "DependencyProxy|Contains %{count} blobs of images (%{size})"
+msgstr ""
+
+msgid "DependencyProxy|Copy prefix"
+msgstr ""
+
+msgid "DependencyProxy|Create a local proxy for storing frequently used upstream images. %{docLinkStart}Learn more%{docLinkEnd} about dependency proxies."
+msgstr ""
+
+msgid "DependencyProxy|Dependency Proxy"
+msgstr ""
+
+msgid "DependencyProxy|Dependency Proxy feature is limited to public groups for now."
+msgstr ""
+
+msgid "DependencyProxy|Dependency Proxy image prefix"
+msgstr ""
+
+msgid "DependencyProxy|Enable Dependency Proxy"
+msgstr ""
+
+msgid "DependencyProxy|Image list"
+msgstr ""
+
+msgid "DependencyProxy|Storage settings"
+msgstr ""
+
+msgid "DependencyProxy|There are no images in the cache"
+msgstr ""
+
+msgid "DependencyProxy|To see the image prefix and what is in the cache, visit the %{linkStart}Dependency Proxy%{linkEnd}"
+msgstr ""
+
+msgid "DependencyProxy|When enabled, images older than 90 days will be removed from the cache."
+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 %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Deploy"
+msgid_plural "Deploys"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Deploy Keys"
+msgstr ""
+
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
+msgid "Deploy freezes"
+msgstr ""
+
+msgid "Deploy key was successfully updated."
+msgstr ""
+
+msgid "Deploy keys"
+msgstr ""
+
+msgid "Deploy keys grant read/write access to all repositories in your instance"
+msgstr ""
+
+msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
+msgstr ""
+
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
+msgid "Deploy to..."
+msgstr ""
+
+msgid "DeployFreeze|Add a freeze period to prevent unintended releases during a period of time for a given environment. You must update the deployment jobs in %{filename} according to the deploy freezes added here. %{freeze_period_link_start}Learn more.%{freeze_period_link_end}"
+msgstr ""
+
+msgid "DeployFreeze|Add deploy freeze"
+msgstr ""
+
+msgid "DeployFreeze|Delete"
+msgstr ""
+
+msgid "DeployFreeze|Delete deploy freeze?"
+msgstr ""
+
+msgid "DeployFreeze|Delete freeze period"
+msgstr ""
+
+msgid "DeployFreeze|Deploy freeze from %{start} to %{end} in %{timezone} will be removed. Are you sure?"
+msgstr ""
+
+msgid "DeployFreeze|Edit"
+msgstr ""
+
+msgid "DeployFreeze|Freeze end"
+msgstr ""
+
+msgid "DeployFreeze|Freeze start"
+msgstr ""
+
+msgid "DeployFreeze|No deploy freezes exist for this project. To add one, select %{strongStart}Add deploy freeze%{strongEnd}"
+msgstr ""
+
+msgid "DeployFreeze|Specify deploy freezes using %{cron_syntax_link_start}cron syntax%{cron_syntax_link_end}."
+msgstr ""
+
+msgid "DeployFreeze|Time zone"
+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|Grant write permissions to this key"
+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 "DeployTokens|Active Deploy Tokens (%{active_tokens})"
+msgstr ""
+
+msgid "DeployTokens|Allows read and write access to registry images."
+msgstr ""
+
+msgid "DeployTokens|Allows read and write access to the package registry."
+msgstr ""
+
+msgid "DeployTokens|Allows read-only access to registry images."
+msgstr ""
+
+msgid "DeployTokens|Allows read-only access to the package registry."
+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 a new deploy token for all projects in this group. %{link_start}What are deploy tokens?%{link_end}"
+msgstr ""
+
+msgid "DeployTokens|Create deploy token"
+msgstr ""
+
+msgid "DeployTokens|Created"
+msgstr ""
+
+msgid "DeployTokens|Deploy tokens"
+msgstr ""
+
+msgid "DeployTokens|Deploy tokens allow access to packages, your repository, and registry images."
+msgstr ""
+
+msgid "DeployTokens|Enter a unique name for your deploy token."
+msgstr ""
+
+msgid "DeployTokens|Enter a username for your token. Defaults to %{code_start}gitlab+deploy-token-{n}%{code_end}."
+msgstr ""
+
+msgid "DeployTokens|Enter an expiration date for your token. Defaults to never expire."
+msgstr ""
+
+msgid "DeployTokens|Expires"
+msgstr ""
+
+msgid "DeployTokens|Group deploy tokens allow access to the packages, repositories, and registry images within the group."
+msgstr ""
+
+msgid "DeployTokens|Name"
+msgstr ""
+
+msgid "DeployTokens|New deploy token"
+msgstr ""
+
+msgid "DeployTokens|Revoke"
+msgstr ""
+
+msgid "DeployTokens|Revoke %{name}"
+msgstr ""
+
+msgid "DeployTokens|Scopes"
+msgstr ""
+
+msgid "DeployTokens|This %{entity_type} has no active Deploy Tokens."
+msgstr ""
+
+msgid "DeployTokens|This action cannot be undone."
+msgstr ""
+
+msgid "DeployTokens|This username supports access. %{link_start}What kind of access?%{link_end}"
+msgstr ""
+
+msgid "DeployTokens|Use this token as a password. Save it. This password can %{i_start}not%{i_end} be recovered."
+msgstr ""
+
+msgid "DeployTokens|Username"
+msgstr ""
+
+msgid "DeployTokens|Your new Deploy Token username"
+msgstr ""
+
+msgid "DeployTokens|Your new group deploy token has been created."
+msgstr ""
+
+msgid "DeployTokens|Your new project deploy token has been created."
+msgstr ""
+
+msgid "Deployed"
+msgstr ""
+
+msgid "Deployed to"
+msgstr ""
+
+msgid "Deployed-after"
+msgstr ""
+
+msgid "Deployed-before"
+msgstr ""
+
+msgid "Deploying to"
+msgstr ""
+
+msgid "Deploying to AWS is easy with GitLab"
+msgstr ""
+
+msgid "Deployment Frequency"
+msgstr ""
+
+msgid "Deployment frequency"
+msgstr ""
+
+msgid "Deployments"
+msgstr ""
+
+msgid "Deployments|%{deployments} environment impacted."
+msgid_plural "Deployments|%{deployments} environments impacted."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|skipped"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
+msgid "Deprecated API rate limits"
+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 (optional)"
+msgstr ""
+
+msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}"
+msgstr ""
+
+msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}."
+msgstr ""
+
+msgid "Description template"
+msgstr ""
+
+msgid "Description:"
+msgstr ""
+
+msgid "Descriptive label"
+msgstr ""
+
+msgid "Design Management files and data"
+msgstr ""
+
+msgid "Design repositories"
+msgstr ""
+
+msgid "Design repository"
+msgstr ""
+
+msgid "DesignManagement|%{current_design} of %{designs_count}"
+msgstr ""
+
+msgid "DesignManagement|%{filename} did not change."
+msgid_plural "DesignManagement|The designs you tried uploading did not change."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
+msgstr ""
+
+msgid "DesignManagement|Archive design"
+msgstr ""
+
+msgid "DesignManagement|Archive designs"
+msgstr ""
+
+msgid "DesignManagement|Archive selected"
+msgstr ""
+
+msgid "DesignManagement|Archived designs will still be available in previous versions of the design collection."
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to archive the selected designs?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgstr ""
+
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "DesignManagement|Cancel changes"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment confirmation"
+msgstr ""
+
+msgid "DesignManagement|Cancel comment update confirmation"
+msgstr ""
+
+msgid "DesignManagement|Click the image where you'd like to start a new discussion"
+msgstr ""
+
+msgid "DesignManagement|Comment"
+msgstr ""
+
+msgid "DesignManagement|Comments you resolve can be viewed and unresolved by going to the \"Resolved Comments\" section below"
+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 update discussion. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Could not update note. Please try again."
+msgstr ""
+
+msgid "DesignManagement|Deselect all"
+msgstr ""
+
+msgid "DesignManagement|Designs"
+msgstr ""
+
+msgid "DesignManagement|Discard comment"
+msgstr ""
+
+msgid "DesignManagement|Download design"
+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 changes"
+msgstr ""
+
+msgid "DesignManagement|Keep comment"
+msgstr ""
+
+msgid "DesignManagement|Learn more about resolving comments"
+msgstr ""
+
+msgid "DesignManagement|Requested design version does not exist. Showing latest version instead"
+msgstr ""
+
+msgid "DesignManagement|Resolve thread"
+msgstr ""
+
+msgid "DesignManagement|Resolved Comments"
+msgstr ""
+
+msgid "DesignManagement|Save comment"
+msgstr ""
+
+msgid "DesignManagement|Select all"
+msgstr ""
+
+msgid "DesignManagement|Some of the designs you tried uploading did not change: %{skippedFiles} and %{moreCount} more."
+msgstr ""
+
+msgid "DesignManagement|Some of the designs you tried uploading did not change: %{skippedFiles}."
+msgstr ""
+
+msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
+msgstr ""
+
+msgid "DesignManagement|There was an error moving your designs. Please upload your designs below."
+msgstr ""
+
+msgid "DesignManagement|To upload designs, you'll need to enable LFS and have an admin enable hashed storage. %{requirements_link_start}More information%{requirements_link_end}"
+msgstr ""
+
+msgid "DesignManagement|Unresolve thread"
+msgstr ""
+
+msgid "DesignManagement|Upload designs"
+msgstr ""
+
+msgid "DesignManagement|Upload skipped. %{reason}"
+msgstr ""
+
+msgid "DesignManagement|Your designs are being copied and are on their way… Please refresh to update."
+msgstr ""
+
+msgid "Designs"
+msgstr ""
+
+msgid "Destroy"
+msgstr ""
+
+msgid "Detail"
+msgstr ""
+
+msgid "Details"
+msgstr ""
+
+msgid "Details (default)"
+msgstr ""
+
+msgid "Detect host keys"
+msgstr ""
+
+msgid "DevOps Adoption"
+msgstr ""
+
+msgid "DevOps Reports"
+msgstr ""
+
+msgid "DevOps adoption"
+msgstr ""
+
+msgid "Devices (optional)"
+msgstr ""
+
+msgid "DevopsAdoption|%{adoptedCount}/%{featuresCount} %{title} features adopted"
+msgstr ""
+
+msgid "DevopsAdoption|Add a group to get started"
+msgstr ""
+
+msgid "DevopsAdoption|Add or remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add or remove subgroups"
+msgstr ""
+
+msgid "DevopsAdoption|Adopted"
+msgstr ""
+
+msgid "DevopsAdoption|Adoption by group"
+msgstr ""
+
+msgid "DevopsAdoption|Adoption by subgroup"
+msgstr ""
+
+msgid "DevopsAdoption|Adoption over time"
+msgstr ""
+
+msgid "DevopsAdoption|An error occurred while removing the group. Please try again."
+msgstr ""
+
+msgid "DevopsAdoption|Approvals"
+msgstr ""
+
+msgid "DevopsAdoption|Are you sure that you would like to remove %{name} from the table?"
+msgstr ""
+
+msgid "DevopsAdoption|At least one approval on a merge request"
+msgstr ""
+
+msgid "DevopsAdoption|At least one deploy"
+msgstr ""
+
+msgid "DevopsAdoption|At least one issue opened"
+msgstr ""
+
+msgid "DevopsAdoption|At least one merge request opened"
+msgstr ""
+
+msgid "DevopsAdoption|At least one pipeline successfully run"
+msgstr ""
+
+msgid "DevopsAdoption|Code owners"
+msgstr ""
+
+msgid "DevopsAdoption|Code owners enabled for at least one project"
+msgstr ""
+
+msgid "DevopsAdoption|Confirm remove Group"
+msgstr ""
+
+msgid "DevopsAdoption|DAST"
+msgstr ""
+
+msgid "DevopsAdoption|DAST enabled for at least one project"
+msgstr ""
+
+msgid "DevopsAdoption|Dependency Scanning"
+msgstr ""
+
+msgid "DevopsAdoption|Dependency Scanning enabled for at least one project"
+msgstr ""
+
+msgid "DevopsAdoption|Deploys"
+msgstr ""
+
+msgid "DevopsAdoption|Dev"
+msgstr ""
+
+msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
+msgstr ""
+
+msgid "DevopsAdoption|Edit groups"
+msgstr ""
+
+msgid "DevopsAdoption|Edit subgroups"
+msgstr ""
+
+msgid "DevopsAdoption|Feature adoption is based on usage in the previous calendar month. Data is updated at the beginning of each month. Last updated: %{timestamp}."
+msgstr ""
+
+msgid "DevopsAdoption|Fuzz Testing"
+msgstr ""
+
+msgid "DevopsAdoption|Fuzz Testing enabled for at least one project"
+msgstr ""
+
+msgid "DevopsAdoption|Issues"
+msgstr ""
+
+msgid "DevopsAdoption|MRs"
+msgstr ""
+
+msgid "DevopsAdoption|No results…"
+msgstr ""
+
+msgid "DevopsAdoption|No tracked features"
+msgstr ""
+
+msgid "DevopsAdoption|Not adopted"
+msgstr ""
+
+msgid "DevopsAdoption|Ops"
+msgstr ""
+
+msgid "DevopsAdoption|Overall adoption"
+msgstr ""
+
+msgid "DevopsAdoption|Pipelines"
+msgstr ""
+
+msgid "DevopsAdoption|Remove Group"
+msgstr ""
+
+msgid "DevopsAdoption|Remove Group from the table."
+msgstr ""
+
+msgid "DevopsAdoption|Runner configured for project/group"
+msgstr ""
+
+msgid "DevopsAdoption|Runners"
+msgstr ""
+
+msgid "DevopsAdoption|SAST"
+msgstr ""
+
+msgid "DevopsAdoption|SAST enabled for at least one project"
+msgstr ""
+
+msgid "DevopsAdoption|Sec"
+msgstr ""
+
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|This group has no subgroups"
+msgstr ""
+
+msgid "DevopsAdoption|Total number of features adopted"
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
+msgstr ""
+
+msgid "DevopsReport|DevOps Score"
+msgstr ""
+
+msgid "DevopsReport|DevOps score metrics are based on usage over the last 30 days. Last updated: %{timestamp}."
+msgstr ""
+
+msgid "DevopsReport|High"
+msgstr ""
+
+msgid "DevopsReport|Leader usage"
+msgstr ""
+
+msgid "DevopsReport|Low"
+msgstr ""
+
+msgid "DevopsReport|Moderate"
+msgstr ""
+
+msgid "DevopsReport|Overview"
+msgstr ""
+
+msgid "DevopsReport|Score"
+msgstr ""
+
+msgid "DevopsReport|Your score"
+msgstr ""
+
+msgid "DevopsReport|Your usage"
+msgstr ""
+
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
+msgid "Diff files surpassing this limit will be presented as 'too large' and won't be expandable."
+msgstr ""
+
+msgid "Diff limits"
+msgstr ""
+
+msgid "Difference between start date and now"
+msgstr ""
+
+msgid "DiffsCompareBaseBranch|(HEAD)"
+msgstr ""
+
+msgid "DiffsCompareBaseBranch|(base)"
+msgstr ""
+
+msgid "Diffs|%d addition"
+msgid_plural "Diffs|%d additions"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Diffs|%d deletion"
+msgid_plural "Diffs|%d deletions"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Diffs|No file name available"
+msgstr ""
+
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
+msgstr ""
+
+msgid "Diffs|Showing %{dropdownStart}%{count} changed file%{dropdownEnd}"
+msgid_plural "Diffs|Showing %{dropdownStart}%{count} changed files%{dropdownEnd}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Diffs|Something went wrong while fetching diff lines."
+msgstr ""
+
+msgid "Diffs|with %{additions} and %{deletions}"
+msgstr ""
+
+msgid "Direct member"
+msgstr ""
+
+msgid "Direct non-authenticated users to this page."
+msgstr ""
+
+msgid "Direct users to this page after they sign out."
+msgstr ""
+
+msgid "Direction"
+msgstr ""
+
+msgid "Directory name"
+msgstr ""
+
+msgid "Disable"
+msgstr ""
+
+msgid "Disable Elasticsearch until indexing completes."
+msgstr ""
+
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
+msgid "Disable for this project"
+msgstr ""
+
+msgid "Disable group runners"
+msgstr ""
+
+msgid "Disable two-factor authentication"
+msgstr ""
+
+msgid "Disabled"
+msgstr ""
+
+msgid "Disabled by %{parent} owner"
+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 changes?"
+msgstr ""
+
+msgid "Discard changes"
+msgstr ""
+
+msgid "Discard changes to %{path}?"
+msgstr ""
+
+msgid "Discard draft"
+msgstr ""
+
+msgid "DiscordService|Discord Notifications"
+msgstr ""
+
+msgid "DiscordService|Send notifications about project events to a Discord channel."
+msgstr ""
+
+msgid "Discover"
+msgstr ""
+
+msgid "Discover GitLab Geo"
+msgstr ""
+
+msgid "Discover projects, groups and snippets. Share your projects with others"
+msgstr ""
+
+msgid "Discover|Check your application for security vulnerabilities that may lead to unauthorized access, data leaks, and denial of services."
+msgstr ""
+
+msgid "Discover|For code that's already live in production, our dashboards give you an easy way to prioritize any issues that are found, empowering your team to ship quickly and securely."
+msgstr ""
+
+msgid "Discover|GitLab will perform static and dynamic tests on the code of your application, looking for known flaws and report them in the merge request so you can fix them before merging."
+msgstr ""
+
+msgid "Discover|Security capabilities, integrated into your development lifecycle"
+msgstr ""
+
+msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
+msgstr ""
+
+msgid "Discover|Start a free trial"
+msgstr ""
+
+msgid "Discover|Upgrade now"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question that needs to be resolved."
+msgstr ""
+
+msgid "Discuss a specific suggestion or question."
+msgstr ""
+
+msgid "Discussion to reply to cannot be found"
+msgstr ""
+
+msgid "Disk Usage"
+msgstr ""
+
+msgid "Dismiss"
+msgstr ""
+
+msgid "Dismiss %d selected vulnerability as"
+msgid_plural "Dismiss %d selected vulnerabilities as"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Dismiss merge request promotion"
+msgstr ""
+
+msgid "Dismiss selected"
+msgstr ""
+
+msgid "Dismiss trial promotion"
+msgstr ""
+
+msgid "Dismissable"
+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 alerts from all configured monitoring tools."
+msgstr ""
+
+msgid "Display name"
+msgstr ""
+
+msgid "Display rendered file"
+msgstr ""
+
+msgid "Display source"
+msgstr ""
+
+msgid "Display time tracking in issues in total hours only."
+msgstr ""
+
+msgid "Do not display content for customer experience improvement and offers from third parties"
+msgstr ""
+
+msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
+msgstr ""
+
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
+msgid "Dockerfile"
+msgstr ""
+
+msgid "Documentation"
+msgstr ""
+
+msgid "Documentation for popular identity providers"
+msgstr ""
+
+msgid "Documentation pages URL"
+msgstr ""
+
+msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)"
+msgstr ""
+
+msgid "Does not apply to projects in personal namespaces, which are deleted immediately on request."
+msgstr ""
+
+msgid "Does not delete the source branch."
+msgstr ""
+
+msgid "Domain"
+msgstr ""
+
+msgid "Domain Name"
+msgstr ""
+
+msgid "Don't have an account yet?"
+msgstr ""
+
+msgid "Don't include description in commit message"
+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 send service data"
+msgstr ""
+
+msgid "Don't show again"
+msgstr ""
+
+msgid "Done"
+msgstr ""
+
+msgid "Dormant users"
+msgstr ""
+
+msgid "Download"
+msgstr ""
+
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
+msgid "Download (%{fileSizeReadable})"
+msgstr ""
+
+msgid "Download (%{size})"
+msgstr ""
+
+msgid "Download CSV"
+msgstr ""
+
+msgid "Download PDF"
+msgstr ""
+
+msgid "Download artifacts"
+msgstr ""
+
+msgid "Download as"
+msgstr ""
+
+msgid "Download codes"
+msgstr ""
+
+msgid "Download evidence JSON"
+msgstr ""
+
+msgid "Download export"
+msgstr ""
+
+msgid "Download image"
+msgstr ""
+
+msgid "Download raw data (.csv)"
+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 "Draft"
+msgstr ""
+
+msgid "Drag your designs here or %{linkStart}click to upload%{linkEnd}."
+msgstr ""
+
+msgid "Drop or %{linkStart}upload%{linkEnd} file to attach"
+msgstr ""
+
+msgid "Drop or %{linkStart}upload%{linkEnd} files to attach"
+msgstr ""
+
+msgid "Drop your designs to start your upload."
+msgstr ""
+
+msgid "Drop your files to start your upload."
+msgstr ""
+
+msgid "DropdownWidget|An error occurred while fetching the assigned %{issuableAttribute} of the selected %{issuableType}."
+msgstr ""
+
+msgid "DropdownWidget|Assign %{issuableAttribute}"
+msgstr ""
+
+msgid "DropdownWidget|Failed to fetch the %{issuableAttribute} for this %{issuableType}. Please try again."
+msgstr ""
+
+msgid "DropdownWidget|Failed to set %{issuableAttribute} on this %{issuableType}. Please try again."
+msgstr ""
+
+msgid "DropdownWidget|No %{issuableAttribute}"
+msgstr ""
+
+msgid "DropdownWidget|No %{issuableAttribute} found"
+msgstr ""
+
+msgid "DropdownWidget|No open %{issuableAttribute} found"
+msgstr ""
+
+msgid "Due Date"
+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 "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Edit %{issuable}"
+msgstr ""
+
+msgid "Edit %{name}"
+msgstr ""
+
+msgid "Edit Comment"
+msgstr ""
+
+msgid "Edit Deploy Key"
+msgstr ""
+
+msgid "Edit Geo Site"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
+msgid "Edit Identity"
+msgstr ""
+
+msgid "Edit Label"
+msgstr ""
+
+msgid "Edit Milestone"
+msgstr ""
+
+msgid "Edit Password"
+msgstr ""
+
+msgid "Edit Pipeline Schedule"
+msgstr ""
+
+msgid "Edit Release"
+msgstr ""
+
+msgid "Edit Requirement"
+msgstr ""
+
+msgid "Edit Slack integration"
+msgstr ""
+
+msgid "Edit Snippet"
+msgstr ""
+
+msgid "Edit System Hook"
+msgstr ""
+
+msgid "Edit application"
+msgstr ""
+
+msgid "Edit comment"
+msgstr ""
+
+msgid "Edit commit message"
+msgstr ""
+
+msgid "Edit deploy freeze"
+msgstr ""
+
+msgid "Edit deploy key"
+msgstr ""
+
+msgid "Edit description"
+msgstr ""
+
+msgid "Edit environment"
+msgstr ""
+
+msgid "Edit epics"
+msgstr ""
+
+msgid "Edit files in the editor and commit changes here"
+msgstr ""
+
+msgid "Edit fork in Web IDE"
+msgstr ""
+
+msgid "Edit group application"
+msgstr ""
+
+msgid "Edit group: %{group_name}"
+msgstr ""
+
+msgid "Edit identity for %{user_name}"
+msgstr ""
+
+msgid "Edit in Web IDE"
+msgstr ""
+
+msgid "Edit in single-file editor"
+msgstr ""
+
+msgid "Edit inline"
+msgstr ""
+
+msgid "Edit issues"
+msgstr ""
+
+msgid "Edit merge requests"
+msgstr ""
+
+msgid "Edit public deploy key"
+msgstr ""
+
+msgid "Edit sidebar"
+msgstr ""
+
+msgid "Edit table"
+msgstr ""
+
+msgid "Edit this file only."
+msgstr ""
+
+msgid "Edit this release"
+msgstr ""
+
+msgid "Edit title and description"
+msgstr ""
+
+msgid "Edit topic: %{topic_name}"
+msgstr ""
+
+msgid "Edit user: %{user_name}"
+msgstr ""
+
+msgid "Edit wiki page"
+msgstr ""
+
+msgid "Edit your most recent comment in a thread (from an empty textarea)"
+msgstr ""
+
+msgid "Edited"
+msgstr ""
+
+msgid "Edited %{timeago}"
+msgstr ""
+
+msgid "Editing"
+msgstr ""
+
+msgid "Elapsed time"
+msgstr ""
+
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
+msgid "Elasticsearch HTTP client timeout value in seconds."
+msgstr ""
+
+msgid "Elasticsearch indexing"
+msgstr ""
+
+msgid "Elasticsearch indexing restrictions"
+msgstr ""
+
+msgid "Elasticsearch indexing started"
+msgstr ""
+
+msgid "Elasticsearch migration halted"
+msgstr ""
+
+msgid "Elasticsearch reindexing is already in progress"
+msgstr ""
+
+msgid "Elasticsearch reindexing triggered"
+msgstr ""
+
+msgid "Elasticsearch reindexing was not started: %{errors}"
+msgstr ""
+
+msgid "Elasticsearch returned status code: %{status_code}"
+msgstr ""
+
+msgid "Elasticsearch zero-downtime reindexing"
+msgstr ""
+
+msgid "Elasticsearch's region."
+msgstr ""
+
+msgid "Elastic|None. Select namespaces to index."
+msgstr ""
+
+msgid "Elastic|None. Select projects to index."
+msgstr ""
+
+msgid "Eligible users"
+msgstr ""
+
+msgid "Email"
+msgstr ""
+
+msgid "Email %{number}"
+msgstr ""
+
+msgid "Email Notification"
+msgstr ""
+
+msgid "Email a new %{name} to this project"
+msgstr ""
+
+msgid "Email address suffix"
+msgstr ""
+
+msgid "Email address to use for Support Desk"
+msgstr ""
+
+msgid "Email could not be sent"
+msgstr ""
+
+msgid "Email display name"
+msgstr ""
+
+msgid "Email from GitLab - email users right from the Admin Area. %{link_start}Learn more%{link_end}."
+msgstr ""
+
+msgid "Email not verified. Please verify your email in Salesforce."
+msgstr ""
+
+msgid "Email notification for unknown sign-ins"
+msgstr ""
+
+msgid "Email patch"
+msgstr ""
+
+msgid "Email sent"
+msgstr ""
+
+msgid "Email the pipeline status to a list of recipients."
+msgstr ""
+
+msgid "Email updates (optional)"
+msgstr ""
+
+msgid "Email:"
+msgstr ""
+
+msgid "Email: %{email}"
+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|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+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 "EmailParticipantsWarning|%{emails} will be notified of your comment."
+msgstr ""
+
+msgid "EmailParticipantsWarning|%{emails}, %{andMore} will be notified of your comment."
+msgstr ""
+
+msgid "EmailParticipantsWarning|and %{moreCount} more"
+msgstr ""
+
+msgid "Emails"
+msgstr ""
+
+msgid "Emails sent from Service Desk have this name."
+msgstr ""
+
+msgid "Emails sent to %{email} are also supported."
+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 matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
+msgstr ""
+
+msgid "Embed"
+msgstr ""
+
+msgid "Embed an image of your existing Jaeger server in GitLab."
+msgstr ""
+
+msgid "Empty file"
+msgstr ""
+
+msgid "Enable"
+msgstr ""
+
+msgid "Enable Amazon EKS integration"
+msgstr ""
+
+msgid "Enable Auto DevOps"
+msgstr ""
+
+msgid "Enable Git pack file bitmap creation"
+msgstr ""
+
+msgid "Enable Gitpod"
+msgstr ""
+
+msgid "Enable Gitpod?"
+msgstr ""
+
+msgid "Enable Invisible Captcha during sign up"
+msgstr ""
+
+msgid "Enable Kroki"
+msgstr ""
+
+msgid "Enable Mailgun event receiver"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
+msgid "Enable Pseudonymizer data collection"
+msgstr ""
+
+msgid "Enable Registration Features"
+msgstr ""
+
+msgid "Enable SSL verification"
+msgstr ""
+
+msgid "Enable Sentry error tracking"
+msgstr ""
+
+msgid "Enable Service Ping"
+msgstr ""
+
+msgid "Enable Snowplow tracking"
+msgstr ""
+
+msgid "Enable Spam Check via external API endpoint"
+msgstr ""
+
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus endpoint that exposes health and performance statistics. The Health Check menu item appears in the Monitoring section of the Admin Area. Restart required."
+msgstr ""
+
+msgid "Enable access to the performance bar for non-administrators in a given group."
+msgstr ""
+
+msgid "Enable access tokens to expire after 2 hours. If disabled, tokens do not expire."
+msgstr ""
+
+msgid "Enable admin mode"
+msgstr ""
+
+msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
+msgstr ""
+
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
+msgid "Enable authenticated Git LFS request rate limit"
+msgstr ""
+
+msgid "Enable authenticated web request rate limit"
+msgstr ""
+
+msgid "Enable authentication"
+msgstr ""
+
+msgid "Enable automatic repository housekeeping"
+msgstr ""
+
+msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
+msgstr ""
+
+msgid "Enable delayed project deletion by default for newly-created groups."
+msgstr ""
+
+msgid "Enable email notification"
+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 health and performance metrics endpoint"
+msgstr ""
+
+msgid "Enable in-product marketing emails"
+msgstr ""
+
+msgid "Enable incident management inbound alert limit"
+msgstr ""
+
+msgid "Enable integration"
+msgstr ""
+
+msgid "Enable kuromoji custom analyzer: Indexing"
+msgstr ""
+
+msgid "Enable kuromoji custom analyzer: Search"
+msgstr ""
+
+msgid "Enable logs collection"
+msgstr ""
+
+msgid "Enable maintenance mode"
+msgstr ""
+
+msgid "Enable multipart emails"
+msgstr ""
+
+msgid "Enable only for confidential applications exclusively used by a trusted backend server that can securely store the client secret. Do not enable for native-mobile, single-page, or other JavaScript applications because they cannot keep the client secret confidential."
+msgstr ""
+
+msgid "Enable or disable the Pseudonymizer data collection."
+msgstr ""
+
+msgid "Enable or disable version check and Service Ping."
+msgstr ""
+
+msgid "Enable rate limiting for POST requests to the specified paths"
+msgstr ""
+
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login."
+msgstr ""
+
+msgid "Enable repository checks"
+msgstr ""
+
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
+msgid "Enable shared runners for all projects and subgroups in this group."
+msgstr ""
+
+msgid "Enable shared runners for this group"
+msgstr ""
+
+msgid "Enable shared runners for this project"
+msgstr ""
+
+msgid "Enable smartcn custom analyzer: Indexing"
+msgstr ""
+
+msgid "Enable smartcn custom analyzer: Search"
+msgstr ""
+
+msgid "Enable two-factor authentication"
+msgstr ""
+
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated web request rate limit"
+msgstr ""
+
+msgid "Enable user deactivation emails"
+msgstr ""
+
+msgid "Enable version check"
+msgstr ""
+
+msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
+msgstr ""
+
+msgid "EnableReviewApp|%{stepStart}Step 2%{stepEnd}. Copy the following snippet:"
+msgstr ""
+
+msgid "EnableReviewApp|%{stepStart}Step 3%{stepEnd}. Add it to the project %{linkStart}gitlab-ci.yml%{linkEnd} file."
+msgstr ""
+
+msgid "EnableReviewApp|%{stepStart}Step 4 (optional)%{stepEnd}. Enable Visual Reviews by following the %{linkStart}setup instructions%{linkEnd}."
+msgstr ""
+
+msgid "EnableReviewApp|Close"
+msgstr ""
+
+msgid "EnableReviewApp|Copy snippet text"
+msgstr ""
+
+msgid "Enabled"
+msgstr ""
+
+msgid "Enabled Git access protocols"
+msgstr ""
+
+msgid "Enabled OAuth authentication sources"
+msgstr ""
+
+msgid "Enabled sources for code import during project creation. OmniAuth must be configured for GitHub"
+msgstr ""
+
+msgid "Encountered an error while rendering: %{err}"
+msgstr ""
+
+msgid "End Time"
+msgstr ""
+
+msgid "Ends"
+msgstr ""
+
+msgid "Ends at (UTC)"
+msgstr ""
+
+msgid "Ends on"
+msgstr ""
+
+msgid "Ends: %{endsAt}"
+msgstr ""
+
+msgid "Enforce SSH key expiration"
+msgstr ""
+
+msgid "Enforce personal access token expiration"
+msgstr ""
+
+msgid "Enforce two-factor authentication"
+msgstr ""
+
+msgid "Enforce two-factor authentication for all user sign-ins."
+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 %{weights_link_start}weights%{weights_link_end} for storages for new repositories. Configured storages appear below."
+msgstr ""
+
+msgid "Enter 2FA for Admin Mode"
+msgstr ""
+
+msgid "Enter Admin Mode"
+msgstr ""
+
+msgid "Enter a number"
+msgstr ""
+
+msgid "Enter an integer number between 0 and 100"
+msgstr ""
+
+msgid "Enter any color or choose one of the suggested colors below."
+msgstr ""
+
+msgid "Enter any color."
+msgstr ""
+
+msgid "Enter at least three characters to search"
+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 license key"
+msgstr ""
+
+msgid "Enter merge request URLs"
+msgstr ""
+
+msgid "Enter new AWS Secret Access Key"
+msgstr ""
+
+msgid "Enter number of issues"
+msgstr ""
+
+msgid "Enter one or more user ID separated by commas"
+msgstr ""
+
+msgid "Enter the %{name} description"
+msgstr ""
+
+msgid "Enter the %{name} title"
+msgstr ""
+
+msgid "Enter the code from the two-factor app on your mobile device. If you've lost your device, you may enter one of your recovery codes."
+msgstr ""
+
+msgid "Enter the name of your application, and we'll return a unique %{type}."
+msgstr ""
+
+msgid "Enter the number of seconds, or other human-readable input, like \"1 hour\". This timeout takes precedence over lower timeouts set for the project."
+msgstr ""
+
+msgid "Enter the password for password-protected Elasticsearch servers."
+msgstr ""
+
+msgid "Enter the username for password-protected Elasticsearch servers."
+msgstr ""
+
+msgid "Enter your Packagist server. Defaults to https://packagist.org."
+msgstr ""
+
+msgid "Enter your Packagist token."
+msgstr ""
+
+msgid "Enter your Packagist username."
+msgstr ""
+
+msgid "Enter your password to approve"
+msgstr ""
+
+msgid "Enterprise"
+msgstr ""
+
+msgid "Environment"
+msgid_plural "Environments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Environment does not have deployments"
+msgstr ""
+
+msgid "Environment is required for Stages::MetricEndpointInserter"
+msgstr ""
+
+msgid "Environment is required for Stages::VariableEndpointInserter"
+msgstr ""
+
+msgid "Environment scope"
+msgstr ""
+
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
+msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
+msgstr ""
+
+msgid "Environment variables on this GitLab instance are configured 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. %{linkStart}More information%{linkEnd}."
+msgstr ""
+
+msgid "Environments in %{name}"
+msgstr ""
+
+msgid "EnvironmentsAlert|%{severity} • %{title} %{text}. %{linkStart}View Details%{linkEnd} · %{startedAt} "
+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|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 3 environments per project, and is linked to the Operations Dashboard. When you add or remove a project from one dashboard, GitLab adds or removes the project from the other. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Environments|An error occurred while canceling the auto stop, please try again"
+msgstr ""
+
+msgid "Environments|An error occurred while deleting the environment. Check if the environment stopped; if not, stop it and 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"
+msgstr ""
+
+msgid "Environments|Auto stops %{autoStopAt}"
+msgstr ""
+
+msgid "Environments|Commit"
+msgstr ""
+
+msgid "Environments|Currently showing %{fetched} results."
+msgstr ""
+
+msgid "Environments|Currently showing all results."
+msgstr ""
+
+msgid "Environments|Delete"
+msgstr ""
+
+msgid "Environments|Delete '%{environmentName}'?"
+msgstr ""
+
+msgid "Environments|Delete environment"
+msgstr ""
+
+msgid "Environments|Deleting the '%{environmentName}' environment cannot be undone. Do you want to delete it anyway?"
+msgstr ""
+
+msgid "Environments|Deploy to..."
+msgstr ""
+
+msgid "Environments|Deployment"
+msgstr ""
+
+msgid "Environments|Deployment %{status}"
+msgstr ""
+
+msgid "Environments|Enable review app"
+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|Logs from %{start} to %{end}."
+msgstr ""
+
+msgid "Environments|More information"
+msgstr ""
+
+msgid "Environments|New environment"
+msgstr ""
+
+msgid "Environments|No deployed environments"
+msgstr ""
+
+msgid "Environments|No deployments yet"
+msgstr ""
+
+msgid "Environments|No pod selected"
+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|Open"
+msgstr ""
+
+msgid "Environments|Open live environment"
+msgstr ""
+
+msgid "Environments|Pod name"
+msgstr ""
+
+msgid "Environments|Re-deploy"
+msgstr ""
+
+msgid "Environments|Re-deploy environment %{name}?"
+msgstr ""
+
+msgid "Environments|Re-deploy to environment"
+msgstr ""
+
+msgid "Environments|Rollback"
+msgstr ""
+
+msgid "Environments|Rollback environment"
+msgstr ""
+
+msgid "Environments|Rollback environment %{name}?"
+msgstr ""
+
+msgid "Environments|Select pod"
+msgstr ""
+
+msgid "Environments|Show all"
+msgstr ""
+
+msgid "Environments|Stop"
+msgstr ""
+
+msgid "Environments|Stop environment"
+msgstr ""
+
+msgid "Environments|Stopping %{environmentName}"
+msgstr ""
+
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
+msgid "Environments|There was an error fetching the logs. Please try again."
+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?"
+msgstr ""
+
+msgid "Environments|Upcoming"
+msgstr ""
+
+msgid "Environments|Upcoming deployment"
+msgstr ""
+
+msgid "Environments|Updated"
+msgstr ""
+
+msgid "Environments|You don't have any environments right now"
+msgstr ""
+
+msgid "Environments|by %{avatar}"
+msgstr ""
+
+msgid "Environments|protected"
+msgstr ""
+
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
+msgid "Epic"
+msgstr ""
+
+msgid "Epic Boards"
+msgstr ""
+
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic details"
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
+msgid "Epic not found for given params"
+msgstr ""
+
+msgid "Epics"
+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, issues, and merge requests"
+msgstr ""
+
+msgid "Epics|%{startDate} – %{dueDate}"
+msgstr ""
+
+msgid "Epics|%{startDate} – No due date"
+msgstr ""
+
+msgid "Epics|Add a new epic"
+msgstr ""
+
+msgid "Epics|Add an existing epic"
+msgstr ""
+
+msgid "Epics|An error occurred while saving the %{epicDateType} date"
+msgstr ""
+
+msgid "Epics|An error occurred while updating labels."
+msgstr ""
+
+msgid "Epics|Are you sure you want to remove %{bStart}%{targetIssueTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}?"
+msgstr ""
+
+msgid "Epics|Assign Epic"
+msgstr ""
+
+msgid "Epics|Enter a title for your epic"
+msgstr ""
+
+msgid "Epics|Leave empty to inherit from milestone dates"
+msgstr ""
+
+msgid "Epics|No start date – %{dueDate}"
+msgstr ""
+
+msgid "Epics|Remove epic"
+msgstr ""
+
+msgid "Epics|Remove issue"
+msgstr ""
+
+msgid "Epics|Search epics"
+msgstr ""
+
+msgid "Epics|Select epic"
+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 creating issue."
+msgstr ""
+
+msgid "Epics|Something went wrong while fetching child epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while fetching epics list."
+msgstr ""
+
+msgid "Epics|Something went wrong while fetching group epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while moving item."
+msgstr ""
+
+msgid "Epics|Something went wrong while ordering item."
+msgstr ""
+
+msgid "Epics|Something went wrong while removing issue from epic."
+msgstr ""
+
+msgid "Epics|Something went wrong while updating epics."
+msgstr ""
+
+msgid "Epics|This epic and any containing child epics are confidential and should only be visible to team members with at least Reporter access."
+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|Unable to save epic. Please try again"
+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 creating label."
+msgstr ""
+
+msgid "Error creating new directory. Please try again."
+msgstr ""
+
+msgid "Error creating new iteration"
+msgstr ""
+
+msgid "Error creating repository for snippet with id %{snippet_id}"
+msgstr ""
+
+msgid "Error creating the snippet"
+msgstr ""
+
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
+
+msgid "Error fetching burnup chart data"
+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 payload data."
+msgstr ""
+
+msgid "Error fetching refs"
+msgstr ""
+
+msgid "Error fetching the dependency list. Please check your network connection and try again."
+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 issues"
+msgstr ""
+
+msgid "Error loading iterations"
+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 saving reviewers"
+msgstr ""
+
+msgid "Error occurred while updating the %{issuableType} status"
+msgstr ""
+
+msgid "Error occurred while updating the issue status"
+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 banned"
+msgstr ""
+
+msgid "Error occurred. User was not blocked"
+msgstr ""
+
+msgid "Error occurred. User was not confirmed"
+msgstr ""
+
+msgid "Error occurred. User was not unbanned"
+msgstr ""
+
+msgid "Error occurred. User was not unblocked"
+msgstr ""
+
+msgid "Error occurred. User was not unlocked"
+msgstr ""
+
+msgid "Error parsing CSV file. Please make sure it has"
+msgstr ""
+
+msgid "Error rendering Markdown preview"
+msgstr ""
+
+msgid "Error saving label update."
+msgstr ""
+
+msgid "Error setting up editor. Please try again."
+msgstr ""
+
+msgid "Error tracking"
+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 updating the snippet"
+msgstr ""
+
+msgid "Error uploading file"
+msgstr ""
+
+msgid "Error uploading file. Please try again."
+msgstr ""
+
+msgid "Error uploading file: %{stripped}"
+msgstr ""
+
+msgid "Error while loading the merge request. 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 "Error: %{error_message}"
+msgstr ""
+
+msgid "Error: %{error}"
+msgstr ""
+
+msgid "Error: Couldn't load some or all of the changes."
+msgstr ""
+
+msgid "Error: No AWS credentials were supplied"
+msgstr ""
+
+msgid "Error: No AWS provision role found for user"
+msgstr ""
+
+msgid "Error: Unable to create deploy freeze"
+msgstr ""
+
+msgid "Error: Unable to delete deploy freeze"
+msgstr ""
+
+msgid "Error: Unable to find AWS role for current user"
+msgstr ""
+
+msgid "ErrorTracking|Active"
+msgstr ""
+
+msgid "ErrorTracking|After adding your Auth Token, select the Connect button to load projects."
+msgstr ""
+
+msgid "ErrorTracking|Auth Token"
+msgstr ""
+
+msgid "ErrorTracking|Click Connect to reestablish the connection to Sentry and activate the dropdown."
+msgstr ""
+
+msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
+msgstr ""
+
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
+msgid "ErrorTracking|Error tracking backend"
+msgstr ""
+
+msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use 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 "Errors found on line %{line_number}: %{error_lines}. Please check if these lines have a requirement title."
+msgstr ""
+
+msgid "Errors:"
+msgstr ""
+
+msgid "Escalation Policies"
+msgstr ""
+
+msgid "Escalation policies"
+msgstr ""
+
+msgid "Escalation policies may not have more than %{rule_count} rules"
+msgstr ""
+
+msgid "Escalation policies must have at least one rule"
+msgstr ""
+
+msgid "Escalation policy:"
+msgstr ""
+
+msgid "EscalationPolicies|%{clockIcon} IF alert is not %{alertStatus} in %{minutes}"
+msgstr ""
+
+msgid "EscalationPolicies|%{notificationIcon} THEN %{doAction} %{forScheduleOrUser}"
+msgstr ""
+
+msgid "EscalationPolicies|+ Add an additional rule"
+msgstr ""
+
+msgid "EscalationPolicies|A schedule is required for adding an escalation policy."
+msgstr ""
+
+msgid "EscalationPolicies|A schedule is required for adding an escalation policy. Please create an on-call schedule first."
+msgstr ""
+
+msgid "EscalationPolicies|A user is required for adding an escalation policy."
+msgstr ""
+
+msgid "EscalationPolicies|Add an escalation policy"
+msgstr ""
+
+msgid "EscalationPolicies|Add escalation policy"
+msgstr ""
+
+msgid "EscalationPolicies|Add policy"
+msgstr ""
+
+msgid "EscalationPolicies|Are you sure you want to delete the \"%{escalationPolicy}\" escalation policy? This action cannot be undone."
+msgstr ""
+
+msgid "EscalationPolicies|Create an escalation policy in GitLab"
+msgstr ""
+
+msgid "EscalationPolicies|Delete escalation policy"
+msgstr ""
+
+msgid "EscalationPolicies|Edit escalation policy"
+msgstr ""
+
+msgid "EscalationPolicies|Email on-call user in schedule"
+msgstr ""
+
+msgid "EscalationPolicies|Email user"
+msgstr ""
+
+msgid "EscalationPolicies|Escalation policies"
+msgstr ""
+
+msgid "EscalationPolicies|Escalation policy %{obstacle} in project %{project}"
+msgstr ""
+
+msgid "EscalationPolicies|Escalation rules"
+msgstr ""
+
+msgid "EscalationPolicies|Failed to load oncall-schedules"
+msgstr ""
+
+msgid "EscalationPolicies|IF alert is not %{alertStatus} in %{minutes} minutes"
+msgstr ""
+
+msgid "EscalationPolicies|Maximum of 10 rules has been reached."
+msgstr ""
+
+msgid "EscalationPolicies|Minutes must be between 0 and 1440."
+msgstr ""
+
+msgid "EscalationPolicies|Remove escalation rule"
+msgstr ""
+
+msgid "EscalationPolicies|Search for user"
+msgstr ""
+
+msgid "EscalationPolicies|Select schedule"
+msgstr ""
+
+msgid "EscalationPolicies|Set up escalation policies to define who is paged, and when, in the event the first users paged don't respond."
+msgstr ""
+
+msgid "EscalationPolicies|THEN %{doAction} %{scheduleOrUser}"
+msgstr ""
+
+msgid "EscalationPolicies|The escalation policy could not be deleted. Please try again."
+msgstr ""
+
+msgid "EscalationPolicies|The escalation policy could not be updated. Please try again"
+msgstr ""
+
+msgid "EscalationPolicies|This policy has no escalation rules."
+msgstr ""
+
+msgid "EscalationPolicies|mins"
+msgstr ""
+
+msgid "Estimate"
+msgstr ""
+
+msgid "Estimated"
+msgstr ""
+
+msgid "EventFilterBy|Filter by all"
+msgstr ""
+
+msgid "EventFilterBy|Filter by comments"
+msgstr ""
+
+msgid "EventFilterBy|Filter by designs"
+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 "EventFilterBy|Filter by wiki"
+msgstr ""
+
+msgid "Events"
+msgstr ""
+
+msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
+msgstr ""
+
+msgid "Every 3 months"
+msgstr ""
+
+msgid "Every 3 months on the %{day} at %{time} %{timezone}"
+msgstr ""
+
+msgid "Every 6 months"
+msgstr ""
+
+msgid "Every 6 months on the %{day} at %{time} %{timezone}"
+msgstr ""
+
+msgid "Every day"
+msgstr ""
+
+msgid "Every day (at %{time})"
+msgstr ""
+
+msgid "Every day at %{time} %{timezone}"
+msgstr ""
+
+msgid "Every month"
+msgstr ""
+
+msgid "Every month (Day %{day} at %{time})"
+msgstr ""
+
+msgid "Every month on the %{day} at %{time} %{timezone}"
+msgstr ""
+
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgid_plural "Every %d weeks"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Every week (%{weekday} at %{time})"
+msgstr ""
+
+msgid "Every week on %{day} at %{time} %{timezone}"
+msgstr ""
+
+msgid "Every year"
+msgstr ""
+
+msgid "Every year on %{day} at %{time} %{timezone}"
+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 Gatsby"
+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 "Exactly one of %{attributes} is required"
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
+msgid "Except policy:"
+msgstr ""
+
+msgid "Exceptions"
+msgstr ""
+
+msgid "Excluding merge commits. Limited to %{limit} commits."
+msgstr ""
+
+msgid "Excluding merge commits. Limited to 6,000 commits."
+msgstr ""
+
+msgid "Execution time"
+msgstr ""
+
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
+msgid "Existing projects may be moved into a group"
+msgstr ""
+
+msgid "Existing projects will be able to use expiration policies. Avoid enabling this if an external Container Registry is being used, as there is a performance risk if many images exist on one project."
+msgstr ""
+
+msgid "Existing sign in methods may be removed"
+msgstr ""
+
+msgid "Expand"
+msgstr ""
+
+msgid "Expand all"
+msgstr ""
+
+msgid "Expand all files"
+msgstr ""
+
+msgid "Expand all threads"
+msgstr ""
+
+msgid "Expand approvers"
+msgstr ""
+
+msgid "Expand file"
+msgstr ""
+
+msgid "Expand issues"
+msgstr ""
+
+msgid "Expand milestones"
+msgstr ""
+
+msgid "Expand panel"
+msgstr ""
+
+msgid "Expand pipeline"
+msgstr ""
+
+msgid "Expand settings section"
+msgstr ""
+
+msgid "Expand sidebar"
+msgstr ""
+
+msgid "Expected documents: %{expected_documents}"
+msgstr ""
+
+msgid "ExperimentSubject|Must have exactly one of User, Namespace, or Project."
+msgstr ""
+
+msgid "Expiration"
+msgstr ""
+
+msgid "Expiration date"
+msgstr ""
+
+msgid "Expiration date (optional)"
+msgstr ""
+
+msgid "Expiration date:"
+msgstr ""
+
+msgid "Expired"
+msgstr ""
+
+msgid "Expired %{expiredOn}"
+msgstr ""
+
+msgid "Expired:"
+msgstr ""
+
+msgid "Expires"
+msgstr ""
+
+msgid "Expires in %{expires_at}"
+msgstr ""
+
+msgid "Expires on"
+msgstr ""
+
+msgid "Expires:"
+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 "Explore snippets"
+msgstr ""
+
+msgid "Explore topics"
+msgstr ""
+
+msgid "Export"
+msgstr ""
+
+msgid "Export %{requirementsCount} requirements?"
+msgstr ""
+
+msgid "Export as CSV"
+msgstr ""
+
+msgid "Export commit custody report"
+msgstr ""
+
+msgid "Export group"
+msgstr ""
+
+msgid "Export issues"
+msgstr ""
+
+msgid "Export merge requests"
+msgstr ""
+
+msgid "Export project"
+msgstr ""
+
+msgid "Export requirements"
+msgstr ""
+
+msgid "Export this group with all related data."
+msgstr ""
+
+msgid "Export this project with all its related data in order to move it to a new GitLab instance. When the exported file is ready, you can download it from this page or from the download link in the email notification you will receive. You can then import it when creating a new project. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "Export variable to pipelines running on protected branches and tags only."
+msgstr ""
+
+msgid "Exported requirements"
+msgstr ""
+
+msgid "External ID"
+msgstr ""
+
+msgid "External URL"
+msgstr ""
+
+msgid "External User:"
+msgstr ""
+
+msgid "External authorization denied access to this project"
+msgstr ""
+
+msgid "External storage URL"
+msgstr ""
+
+msgid "External storage authentication token"
+msgstr ""
+
+msgid "External storage for repository static objects"
+msgstr ""
+
+msgid "ExternalAuthorizationService|Classification label"
+msgstr ""
+
+msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
+msgstr ""
+
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
+msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
+msgstr ""
+
+msgid "ExternalIssueIntegration|This issue is synchronized with %{trackerName}"
+msgstr ""
+
+msgid "ExternalWikiService|External wiki"
+msgstr ""
+
+msgid "ExternalWikiService|External wiki URL"
+msgstr ""
+
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
+msgstr ""
+
+msgid "Facebook"
+msgstr ""
+
+msgid "Failed"
+msgstr ""
+
+msgid "Failed Jobs"
+msgstr ""
+
+msgid "Failed on"
+msgstr ""
+
+msgid "Failed to add a Zoom meeting"
+msgstr ""
+
+msgid "Failed to apply commands."
+msgstr ""
+
+msgid "Failed to archive a design. Please try again."
+msgid_plural "Failed to archive designs. Please try again."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Failed to assign a reviewer because no user was found."
+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 clone this issue because target project doesn't exist."
+msgstr ""
+
+msgid "Failed to clone this issue: wrong parameters."
+msgstr ""
+
+msgid "Failed to create a branch for this issue. Please try again."
+msgstr ""
+
+msgid "Failed to create a to-do item for the design."
+msgstr ""
+
+msgid "Failed to create framework"
+msgstr ""
+
+msgid "Failed to create import label for jira import."
+msgstr ""
+
+msgid "Failed to create new access token: %{token_response_message}"
+msgstr ""
+
+msgid "Failed to create repository"
+msgstr ""
+
+msgid "Failed to create resources"
+msgstr ""
+
+msgid "Failed to create wiki"
+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 fetch the iteration for this issue. Please try again."
+msgstr ""
+
+msgid "Failed to fetch the iterations for the group. Please try again."
+msgstr ""
+
+msgid "Failed to find import label for Jira import."
+msgstr ""
+
+msgid "Failed to generate export, please try again later."
+msgstr ""
+
+msgid "Failed to generate report, please try again after sometime"
+msgstr ""
+
+msgid "Failed to get ref."
+msgstr ""
+
+msgid "Failed to install."
+msgstr ""
+
+msgid "Failed to load"
+msgstr ""
+
+msgid "Failed to load assignees."
+msgstr ""
+
+msgid "Failed to load assignees. Please try again."
+msgstr ""
+
+msgid "Failed to load authors. Please try again."
+msgstr ""
+
+msgid "Failed to load branches. Please try again."
+msgstr ""
+
+msgid "Failed to load deploy keys."
+msgstr ""
+
+msgid "Failed to load emoji list."
+msgstr ""
+
+msgid "Failed to load error details from Sentry."
+msgstr ""
+
+msgid "Failed to load errors from Sentry."
+msgstr ""
+
+msgid "Failed to load group activity metrics. Please try again."
+msgstr ""
+
+msgid "Failed to load groups, users and deploy keys."
+msgstr ""
+
+msgid "Failed to load iterations."
+msgstr ""
+
+msgid "Failed to load labels. Please try again."
+msgstr ""
+
+msgid "Failed to load milestones."
+msgstr ""
+
+msgid "Failed to load milestones. Please try again."
+msgstr ""
+
+msgid "Failed to load projects"
+msgstr ""
+
+msgid "Failed to load related branches"
+msgstr ""
+
+msgid "Failed to load stacktrace."
+msgstr ""
+
+msgid "Failed to make repository read-only. %{reason}"
+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 issue to incident"
+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 publish issue on status page."
+msgstr ""
+
+msgid "Failed to remove a Zoom meeting"
+msgstr ""
+
+msgid "Failed to remove a to-do item for the design."
+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 retrieve page"
+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 set iteration on this issue. Please try again."
+msgstr ""
+
+msgid "Failed to signing using smartcard authentication"
+msgstr ""
+
+msgid "Failed to toggle the to-do status for the design."
+msgstr ""
+
+msgid "Failed to update branch!"
+msgstr ""
+
+msgid "Failed to update environment!"
+msgstr ""
+
+msgid "Failed to update framework"
+msgstr ""
+
+msgid "Failed to update issue status"
+msgstr ""
+
+msgid "Failed to update the Canary Ingress."
+msgstr ""
+
+msgid "Failed to update."
+msgstr ""
+
+msgid "Failed to upgrade."
+msgstr ""
+
+msgid "Failed to upload object map file"
+msgstr ""
+
+msgid "Failure"
+msgstr ""
+
+msgid "False positive"
+msgstr ""
+
+msgid "Fast timeout"
+msgstr ""
+
+msgid "Fast-forward merge without a merge commit"
+msgstr ""
+
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
+msgid "Favicon"
+msgstr ""
+
+msgid "Favicon was successfully removed."
+msgstr ""
+
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
+msgid "Feature Flags"
+msgstr ""
+
+msgid "Feature flag status"
+msgstr ""
+
+msgid "Feature flag was not removed."
+msgstr ""
+
+msgid "Feature flag was successfully removed."
+msgstr ""
+
+msgid "FeatureFlags|%d user"
+msgid_plural "FeatureFlags|%d users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureFlags|%{percent} by available ID"
+msgstr ""
+
+msgid "FeatureFlags|%{percent} by session ID"
+msgstr ""
+
+msgid "FeatureFlags|%{percent} by user ID"
+msgstr ""
+
+msgid "FeatureFlags|%{percent} randomly"
+msgstr ""
+
+msgid "FeatureFlags|* (All Environments)"
+msgstr ""
+
+msgid "FeatureFlags|API URL"
+msgstr ""
+
+msgid "FeatureFlags|Active"
+msgstr ""
+
+msgid "FeatureFlags|Add strategy"
+msgstr ""
+
+msgid "FeatureFlags|All Environments"
+msgstr ""
+
+msgid "FeatureFlags|All Users"
+msgstr ""
+
+msgid "FeatureFlags|All users"
+msgstr ""
+
+msgid "FeatureFlags|Configure"
+msgstr ""
+
+msgid "FeatureFlags|Configure feature flags"
+msgstr ""
+
+msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead."
+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|Edit User List"
+msgstr ""
+
+msgid "FeatureFlags|Enable features for specific users and environments by configuring feature flag strategies."
+msgstr ""
+
+msgid "FeatureFlags|Environment Specs"
+msgstr ""
+
+msgid "FeatureFlags|Feature Flag"
+msgstr ""
+
+msgid "FeatureFlags|Feature Flag User List Details"
+msgstr ""
+
+msgid "FeatureFlags|Feature Flag User Lists"
+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 Flag has no strategies"
+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|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones."
+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|Install a %{docsLinkAnchoredStart}compatible client library%{docsLinkAnchoredEnd} and specify the API URL, application name, and instance ID during the configuration setup. %{docsLinkStart}More Information%{docsLinkEnd}"
+msgstr ""
+
+msgid "FeatureFlags|Instance ID"
+msgstr ""
+
+msgid "FeatureFlags|List details"
+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 User List"
+msgstr ""
+
+msgid "FeatureFlags|New feature flag"
+msgstr ""
+
+msgid "FeatureFlags|No user list selected"
+msgstr ""
+
+msgid "FeatureFlags|Percent of users"
+msgstr ""
+
+msgid "FeatureFlags|Percent rollout"
+msgstr ""
+
+msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100"
+msgstr ""
+
+msgid "FeatureFlags|Remove"
+msgstr ""
+
+msgid "FeatureFlags|Search code references"
+msgstr ""
+
+msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}."
+msgstr ""
+
+msgid "FeatureFlags|Status"
+msgstr ""
+
+msgid "FeatureFlags|Strategies"
+msgstr ""
+
+msgid "FeatureFlags|There was an error fetching the feature flags."
+msgstr ""
+
+msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel."
+msgstr ""
+
+msgid "FeatureFlags|Try again in a few moments or contact your support team."
+msgstr ""
+
+msgid "FeatureFlags|User IDs"
+msgstr ""
+
+msgid "FeatureFlags|User List"
+msgstr ""
+
+msgid "FeatureFlags|User Lists"
+msgstr ""
+
+msgid "FeatureFlags|View user lists"
+msgstr ""
+
+msgid "FeatureFlag|Percentage"
+msgstr ""
+
+msgid "FeatureFlag|Select a user list"
+msgstr ""
+
+msgid "FeatureFlag|Select the environment scope for this feature flag"
+msgstr ""
+
+msgid "FeatureFlag|There are no configured user lists"
+msgstr ""
+
+msgid "FeatureFlag|Type"
+msgstr ""
+
+msgid "FeatureFlag|User IDs"
+msgstr ""
+
+msgid "FeatureFlag|User List"
+msgstr ""
+
+msgid "Feb"
+msgstr ""
+
+msgid "February"
+msgstr ""
+
+msgid "Fetch and check out the branch for this merge request"
+msgstr ""
+
+msgid "Fetching incoming email"
+msgstr ""
+
+msgid "File"
+msgstr ""
+
+msgid "File %{current} of %{total}"
+msgstr ""
+
+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 renamed with no changes."
+msgstr ""
+
+msgid "File suppressed by a .gitattributes entry or the file's encoding is unsupported."
+msgstr ""
+
+msgid "File synchronization concurrency limit"
+msgstr ""
+
+msgid "File templates"
+msgstr ""
+
+msgid "File upload error."
+msgstr ""
+
+msgid "Filename"
+msgstr ""
+
+msgid "Files"
+msgstr ""
+
+msgid "Files API Rate Limits"
+msgstr ""
+
+msgid "Files breadcrumb"
+msgstr ""
+
+msgid "Files with large changes are collapsed by default."
+msgstr ""
+
+msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
+msgid "Fill in the fields below, turn on %{strong_open}Enable SAML authentication for this group%{strong_close}, and press %{strong_open}Save changes%{strong_close}"
+msgstr ""
+
+msgid "Filter"
+msgstr ""
+
+msgid "Filter by"
+msgstr ""
+
+msgid "Filter by %{page_context_word} that are currently open."
+msgstr ""
+
+msgid "Filter by Git revision"
+msgstr ""
+
+msgid "Filter by issues that are currently closed."
+msgstr ""
+
+msgid "Filter by issues that are currently opened."
+msgstr ""
+
+msgid "Filter by label"
+msgstr ""
+
+msgid "Filter by merge requests that are currently closed and unmerged."
+msgstr ""
+
+msgid "Filter by merge requests that are currently merged."
+msgstr ""
+
+msgid "Filter by milestone"
+msgstr ""
+
+msgid "Filter by milestone name"
+msgstr ""
+
+msgid "Filter by name"
+msgstr ""
+
+msgid "Filter by test cases that are currently archived."
+msgstr ""
+
+msgid "Filter by test cases that are currently open."
+msgstr ""
+
+msgid "Filter by user"
+msgstr ""
+
+msgid "Filter parameters are not valid. Make sure that the end date is after the start date."
+msgstr ""
+
+msgid "Filter pipelines"
+msgstr ""
+
+msgid "Filter results"
+msgstr ""
+
+msgid "Filter results by group"
+msgstr ""
+
+msgid "Filter results by project"
+msgstr ""
+
+msgid "Filter results..."
+msgstr ""
+
+msgid "Filter users"
+msgstr ""
+
+msgid "Filter your repositories by name"
+msgstr ""
+
+msgid "Filter..."
+msgstr ""
+
+msgid "Find File"
+msgstr ""
+
+msgid "Find bugs in your code with API fuzzing."
+msgstr ""
+
+msgid "Find bugs in your code with coverage-guided fuzzing."
+msgstr ""
+
+msgid "Find by path"
+msgstr ""
+
+msgid "Find file"
+msgstr ""
+
+msgid "Fingerprint"
+msgstr ""
+
+msgid "Fingerprints"
+msgstr ""
+
+msgid "Finish editing this message first!"
+msgstr ""
+
+msgid "Finish setting up your dedicated account for %{group_name}."
+msgstr ""
+
+msgid "Finished"
+msgstr ""
+
+msgid "Finished at"
+msgstr ""
+
+msgid "First Name"
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
+msgid "First day of the week"
+msgstr ""
+
+msgid "First name"
+msgstr ""
+
+msgid "First seen"
+msgstr ""
+
+msgid "Fixed burndown chart"
+msgstr ""
+
+msgid "Fixed:"
+msgstr ""
+
+msgid "Flags"
+msgstr ""
+
+msgid "FloC|Configure whether you want to participate in FloC."
+msgstr ""
+
+msgid "FloC|Enable FloC (Federated Learning of Cohorts)"
+msgstr ""
+
+msgid "FloC|Federated Learning of Cohorts"
+msgstr ""
+
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
+msgstr ""
+
+msgid "Focus filter bar"
+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"
+msgstr ""
+
+msgid "Followed Users' Activity"
+msgstr ""
+
+msgid "Followed users"
+msgstr ""
+
+msgid "Font Color"
+msgstr ""
+
+msgid "Footer message"
+msgstr ""
+
+msgid "For a faster browsing experience, some files are collapsed by default."
+msgstr ""
+
+msgid "For additional information, review your %{link_to} or contact your group owner."
+msgstr ""
+
+msgid "For additional information, review your group membership: %{link_to} or contact your group owner."
+msgstr ""
+
+msgid "For each job, clone the repository."
+msgstr ""
+
+msgid "For each job, re-use the project workspace. If the workspace doesn't exist, use %{code_open}git clone%{code_close}."
+msgstr ""
+
+msgid "For example, the application using the token or the purpose of the token."
+msgstr ""
+
+msgid "For files larger than this limit, only index the file name. The file content is neither indexed nor searchable."
+msgstr ""
+
+msgid "For general work"
+msgstr ""
+
+msgid "For individual use, create a separate account under your personal email address, not tied to the Enterprise email domain or group."
+msgstr ""
+
+msgid "For investigating IT service disruptions or outages"
+msgstr ""
+
+msgid "For more info, read the documentation."
+msgstr ""
+
+msgid "For more information on how the number of active users is calculated, see the %{self_managed_subscriptions_doc_link} documentation."
+msgstr ""
+
+msgid "For more information, go to the "
+msgstr ""
+
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
+msgid "For more information, see the documentation on %{deactivating_service_ping_link_start}deactivating service ping%{deactivating_service_ping_link_end}."
+msgstr ""
+
+msgid "Forgot your password?"
+msgstr ""
+
+msgid "Fork"
+msgstr ""
+
+msgid "Fork Error!"
+msgstr ""
+
+msgid "Fork project"
+msgstr ""
+
+msgid "Fork project?"
+msgstr ""
+
+msgid "ForkProject|A fork is a copy of a project."
+msgstr ""
+
+msgid "ForkProject|An error occurred while forking the project. Please try again."
+msgstr ""
+
+msgid "ForkProject|Cancel"
+msgstr ""
+
+msgid "ForkProject|Create a group"
+msgstr ""
+
+msgid "ForkProject|Fork project"
+msgstr ""
+
+msgid "ForkProject|Forking a repository allows you to make changes without affecting the original project."
+msgstr ""
+
+msgid "ForkProject|Internal"
+msgstr ""
+
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
+msgid "ForkProject|Please select a visibility level"
+msgstr ""
+
+msgid "ForkProject|Private"
+msgstr ""
+
+msgid "ForkProject|Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
+msgstr ""
+
+msgid "ForkProject|Public"
+msgstr ""
+
+msgid "ForkProject|Select a namespace"
+msgstr ""
+
+msgid "ForkProject|Select a namespace to fork the project"
+msgstr ""
+
+msgid "ForkProject|The project can be accessed by any logged in user."
+msgstr ""
+
+msgid "ForkProject|The project can be accessed without any authentication."
+msgstr ""
+
+msgid "ForkProject|Visibility level"
+msgstr ""
+
+msgid "ForkProject|Want to house several dependent projects under the same namespace?"
+msgstr ""
+
+msgid "ForkSuggestion|Cancel"
+msgstr ""
+
+msgid "ForkSuggestion|Fork"
+msgstr ""
+
+msgid "ForkSuggestion|You can’t %{edit_start}edit%{edit_end} files directly in this project. Fork this project and submit a merge request with your changes."
+msgstr ""
+
+msgid "ForkedFromProjectPath|Forked from"
+msgstr ""
+
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
+
+msgid "Forking in progress"
+msgstr ""
+
+msgid "Forks"
+msgstr ""
+
+msgid "Format: %{dateFormat}"
+msgstr ""
+
+msgid "Forward %{package_type} package requests to the %{registry_type} Registry if the packages are not found in the GitLab Package Registry"
+msgstr ""
+
+msgid "Found errors in your %{gitlab_ci_yml}:"
+msgstr ""
+
+msgid "Found errors in your .gitlab-ci.yml:"
+msgstr ""
+
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
+msgid "Framework successfully deleted"
+msgstr ""
+
+msgid "Free"
+msgstr ""
+
+msgid "Free Trial of GitLab.com Ultimate"
+msgstr ""
+
+msgid "Freeze end"
+msgstr ""
+
+msgid "Freeze start"
+msgstr ""
+
+msgid "Frequency"
+msgstr ""
+
+msgid "Frequently searched"
+msgstr ""
+
+msgid "Friday"
+msgstr ""
+
+msgid "From"
+msgstr ""
+
+msgid "From %{code_open}%{source_title}%{code_close} into"
+msgstr ""
+
+msgid "From %{providerTitle}"
+msgstr ""
+
+msgid "From issue creation until deploy to production"
+msgstr ""
+
+msgid "From merge request merge until deploy to production"
+msgstr ""
+
+msgid "Full"
+msgstr ""
+
+msgid "Full log"
+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 "General settings"
+msgstr ""
+
+msgid "Generate a default set of labels"
+msgstr ""
+
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate key"
+msgstr ""
+
+msgid "Generate new export"
+msgstr ""
+
+msgid "Generate new token"
+msgstr ""
+
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
+msgid "Generated service account is linked to the selected environment"
+msgstr ""
+
+msgid "Generic"
+msgstr ""
+
+msgid "Generic package file size in bytes"
+msgstr ""
+
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
+msgid "Geo"
+msgstr ""
+
+msgid "Geo Replication"
+msgstr ""
+
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo Sites"
+msgstr ""
+
+msgid "Geo sites"
+msgstr ""
+
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
+msgid "Geo|%{component} synced"
+msgstr ""
+
+msgid "Geo|%{component} verified"
+msgstr ""
+
+msgid "Geo|%{label} can't be blank"
+msgstr ""
+
+msgid "Geo|%{label} should be between 1-999"
+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|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
+msgid "Geo|%{title} checksum progress"
+msgstr ""
+
+msgid "Geo|(%{timeAgo})"
+msgstr ""
+
+msgid "Geo|Add site"
+msgstr ""
+
+msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "Geo|All"
+msgstr ""
+
+msgid "Geo|All %{replicable_name}"
+msgstr ""
+
+msgid "Geo|All projects"
+msgstr ""
+
+msgid "Geo|All projects are being scheduled for resync"
+msgstr ""
+
+msgid "Geo|All projects are being scheduled for reverify"
+msgstr ""
+
+msgid "Geo|Allowed Geo IP can't be blank"
+msgstr ""
+
+msgid "Geo|Allowed Geo IP should be between 1 and 255 characters"
+msgstr ""
+
+msgid "Geo|Allowed Geo IP should contain valid IP addresses"
+msgstr ""
+
+msgid "Geo|Checksummed"
+msgstr ""
+
+msgid "Geo|Connection timeout can't be blank"
+msgstr ""
+
+msgid "Geo|Connection timeout must be a number"
+msgstr ""
+
+msgid "Geo|Connection timeout should be between 1-120"
+msgstr ""
+
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
+msgid "Geo|Could not remove tracking entry for an existing project."
+msgstr ""
+
+msgid "Geo|Data replication lag"
+msgstr ""
+
+msgid "Geo|Data type"
+msgstr ""
+
+msgid "Geo|Disabled"
+msgstr ""
+
+msgid "Geo|Discover GitLab Geo"
+msgstr ""
+
+msgid "Geo|Does not match the primary storage configuration"
+msgstr ""
+
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
+msgid "Geo|Failed"
+msgstr ""
+
+msgid "Geo|Filter by name"
+msgstr ""
+
+msgid "Geo|Filter by status"
+msgstr ""
+
+msgid "Geo|Geo Status"
+msgstr ""
+
+msgid "Geo|Geo sites"
+msgstr ""
+
+msgid "Geo|Geo sites are paused using a command run on the site"
+msgstr ""
+
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|Healthy"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
+msgid "Geo|In progress"
+msgstr ""
+
+msgid "Geo|In sync"
+msgstr ""
+
+msgid "Geo|Internal URL"
+msgstr ""
+
+msgid "Geo|Last event ID from primary"
+msgstr ""
+
+msgid "Geo|Last event ID processed by cursor"
+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|Learn more about Geo"
+msgstr ""
+
+msgid "Geo|Learn more about Geo site statuses"
+msgstr ""
+
+msgid "Geo|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 "Geo|Never"
+msgstr ""
+
+msgid "Geo|Next sync scheduled at"
+msgstr ""
+
+msgid "Geo|No available replication slots"
+msgstr ""
+
+msgid "Geo|Not synced yet"
+msgstr ""
+
+msgid "Geo|Nothing to checksum"
+msgstr ""
+
+msgid "Geo|Nothing to synchronize"
+msgstr ""
+
+msgid "Geo|Nothing to verify"
+msgstr ""
+
+msgid "Geo|Offline"
+msgstr ""
+
+msgid "Geo|Open replications"
+msgstr ""
+
+msgid "Geo|Pending synchronization"
+msgstr ""
+
+msgid "Geo|Pending verification"
+msgstr ""
+
+msgid "Geo|Primary node"
+msgstr ""
+
+msgid "Geo|Primary site"
+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|Queued"
+msgstr ""
+
+msgid "Geo|Redownload"
+msgstr ""
+
+msgid "Geo|Remove"
+msgstr ""
+
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
+msgid "Geo|Remove entry"
+msgstr ""
+
+msgid "Geo|Remove site"
+msgstr ""
+
+msgid "Geo|Remove tracking database entry"
+msgstr ""
+
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
+msgstr ""
+
+msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
+msgstr ""
+
+msgid "Geo|Replicated data is verified with the secondary site(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
+msgstr ""
+
+msgid "Geo|Replication slot WAL"
+msgstr ""
+
+msgid "Geo|Replication slots"
+msgstr ""
+
+msgid "Geo|Replication status"
+msgstr ""
+
+msgid "Geo|Replication summary"
+msgstr ""
+
+msgid "Geo|Resync"
+msgstr ""
+
+msgid "Geo|Resync all"
+msgstr ""
+
+msgid "Geo|Resync all %{replicableType}"
+msgstr ""
+
+msgid "Geo|Resync all projects"
+msgstr ""
+
+msgid "Geo|Retry count"
+msgstr ""
+
+msgid "Geo|Reverify"
+msgstr ""
+
+msgid "Geo|Reverify all"
+msgstr ""
+
+msgid "Geo|Reverify all projects"
+msgstr ""
+
+msgid "Geo|Review replication status, and resynchronize and reverify items with the primary site."
+msgstr ""
+
+msgid "Geo|Secondary node"
+msgstr ""
+
+msgid "Geo|Secondary site"
+msgstr ""
+
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
+msgid "Geo|Site's status was updated %{timeAgo}."
+msgstr ""
+
+msgid "Geo|Status"
+msgstr ""
+
+msgid "Geo|Storage config"
+msgstr ""
+
+msgid "Geo|Synced"
+msgstr ""
+
+msgid "Geo|Synced at"
+msgstr ""
+
+msgid "Geo|Synchronization"
+msgstr ""
+
+msgid "Geo|Synchronization failed - %{error}"
+msgstr ""
+
+msgid "Geo|Synchronization settings"
+msgstr ""
+
+msgid "Geo|Synchronization status"
+msgstr ""
+
+msgid "Geo|The database is currently %{db_lag} behind the primary site."
+msgstr ""
+
+msgid "Geo|The site is currently %{minutes_behind} behind the primary site."
+msgstr ""
+
+msgid "Geo|There are no %{replicable_type} to show"
+msgstr ""
+
+msgid "Geo|There was an error deleting the Geo Site"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Sites"
+msgstr ""
+
+msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Geo|This will resync all projects. It may take some time to complete. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Geo|This will reverify all projects. It may take some time to complete. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Geo|Tracking database entry will be removed. Are you sure?"
+msgstr ""
+
+msgid "Geo|Tracking entry for project (%{project_id}) was successfully removed."
+msgstr ""
+
+msgid "Geo|URL can't be blank"
+msgstr ""
+
+msgid "Geo|URL must be a valid url (ex: https://gitlab.com)"
+msgstr ""
+
+msgid "Geo|Undefined"
+msgstr ""
+
+msgid "Geo|Unhealthy"
+msgstr ""
+
+msgid "Geo|Unknown"
+msgstr ""
+
+msgid "Geo|Unknown state"
+msgstr ""
+
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
+msgid "Geo|Verification failed - %{error}"
+msgstr ""
+
+msgid "Geo|Verification information"
+msgstr ""
+
+msgid "Geo|Verification status"
+msgstr ""
+
+msgid "Geo|Verified"
+msgstr ""
+
+msgid "Geo|Waiting for scheduler"
+msgstr ""
+
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
+msgstr ""
+
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo site."
+msgstr ""
+
+msgid "Geo|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 a free trial"
+msgstr ""
+
+msgid "Get a support subscription"
+msgstr ""
+
+msgid "Get started"
+msgstr ""
+
+msgid "Get started with GitLab"
+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 GC period"
+msgstr ""
+
+msgid "Git LFS Rate Limits"
+msgstr ""
+
+msgid "Git LFS is not enabled on this GitLab server, contact your admin."
+msgstr ""
+
+msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH."
+msgstr ""
+
+msgid "Git LFS status:"
+msgstr ""
+
+msgid "Git global setup"
+msgstr ""
+
+msgid "Git repository URL"
+msgstr ""
+
+msgid "Git revision"
+msgstr ""
+
+msgid "Git shallow clone"
+msgstr ""
+
+msgid "Git strategy"
+msgstr ""
+
+msgid "Git transfer in progress"
+msgstr ""
+
+msgid "Git version"
+msgstr ""
+
+msgid "GitHub API rate limit exceeded. Try again after %{reset_time}"
+msgstr ""
+
+msgid "GitHub import"
+msgstr ""
+
+msgid "GitHubImporter|*Merged by: %{author} at %{timestamp}*"
+msgstr ""
+
+msgid "GitLab"
+msgstr ""
+
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
+msgid "GitLab API"
+msgstr ""
+
+msgid "GitLab Account Request"
+msgstr ""
+
+msgid "GitLab Billing Team."
+msgstr ""
+
+msgid "GitLab Import"
+msgstr ""
+
+msgid "GitLab Issue"
+msgstr ""
+
+msgid "GitLab Pages"
+msgstr ""
+
+msgid "GitLab Shell"
+msgstr ""
+
+msgid "GitLab Support Bot"
+msgstr ""
+
+msgid "GitLab Team Member"
+msgstr ""
+
+msgid "GitLab User"
+msgstr ""
+
+msgid "GitLab Workhorse"
+msgstr ""
+
+msgid "GitLab account request rejected"
+msgstr ""
+
+msgid "GitLab and Google Cloud configuration seems to be incomplete. This probably can be fixed by your GitLab administration team. You may share these logs with them:"
+msgstr ""
+
+msgid "GitLab commit"
+msgstr ""
+
+msgid "GitLab events trigger webhooks. Use the request details of a webhook to help troubleshoot problems. %{link_start}How do I troubleshoot?%{link_end}"
+msgstr ""
+
+msgid "GitLab export"
+msgstr ""
+
+msgid "GitLab group: %{source_link}"
+msgstr ""
+
+msgid "GitLab informs you if a new version is available."
+msgstr ""
+
+msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate"
+msgstr ""
+
+msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate"
+msgstr ""
+
+msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security."
+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 is open source software to collaborate on code."
+msgstr ""
+
+msgid "GitLab is undergoing maintenance and is operating in read-only mode."
+msgstr ""
+
+msgid "GitLab logo"
+msgstr ""
+
+msgid "GitLab member or Email address"
+msgstr ""
+
+msgid "GitLab metadata URL"
+msgstr ""
+
+msgid "GitLab project export"
+msgstr ""
+
+msgid "GitLab runs a background job to export pseudonymized CSVs of the GitLab database. The CSV files are then uploaded to your configured object storage directory."
+msgstr ""
+
+msgid "GitLab single sign-on URL"
+msgstr ""
+
+msgid "GitLab username"
+msgstr ""
+
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
+msgid "GitLab version"
+msgstr ""
+
+msgid "GitLab will create a branch in your fork and start a merge request."
+msgstr ""
+
+msgid "GitLab.com"
+msgstr ""
+
+msgid "GitLab.com import"
+msgstr ""
+
+msgid "GitLabPagesDomains|Retry"
+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 &gt; General &gt; 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 &gt; General &gt; Visibility%{strong_end} page."
+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 changes"
+msgstr ""
+
+msgid "GitLabPages|Something went wrong while obtaining the Let's Encrypt certificate for %{domain}. To retry visit your %{link_start}domain details%{link_end}."
+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 enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+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. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
+msgid "Gitaly Servers"
+msgstr ""
+
+msgid "Gitaly relative path:"
+msgstr ""
+
+msgid "Gitaly storage name:"
+msgstr ""
+
+msgid "Gitaly timeouts"
+msgstr ""
+
+msgid "Gitaly|Address"
+msgstr ""
+
+msgid "Gitea Host URL"
+msgstr ""
+
+msgid "Gitea Import"
+msgstr ""
+
+msgid "GithubIntegration|Create a %{token_link_start}personal access token%{token_link_end} with %{status_html} access granted and paste it here."
+msgstr ""
+
+msgid "GithubIntegration|Enable static status check names"
+msgstr ""
+
+msgid "GithubIntegration|Obtain statuses for commits and pull requests."
+msgstr ""
+
+msgid "GithubIntegration|Repository URL"
+msgstr ""
+
+msgid "GithubIntegration|Select this if you want GitHub to mark status checks as \"Required\". %{learn_more_link_start}Learn more%{learn_more_link_end}."
+msgstr ""
+
+msgid "GithubIntegration|Static status check names (optional)"
+msgstr ""
+
+msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
+msgstr ""
+
+msgid "Gitpod"
+msgstr ""
+
+msgid "Gitpod|Enable Gitpod integration"
+msgstr ""
+
+msgid "Gitpod|Gitpod URL"
+msgstr ""
+
+msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
+msgstr ""
+
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
+msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
+msgstr ""
+
+msgid "Gitpod|https://gitpod.example.com"
+msgstr ""
+
+msgid "Given access %{time_ago}"
+msgstr ""
+
+msgid "Given epic is already related to this epic."
+msgstr ""
+
+msgid "Global Search is disabled for this scope"
+msgstr ""
+
+msgid "Global Shortcuts"
+msgstr ""
+
+msgid "Global notification settings"
+msgstr ""
+
+msgid "GlobalSearch|%{count} default results provided. Use the up and down arrow keys to navigate search results list."
+msgstr ""
+
+msgid "GlobalSearch|Issues I've created"
+msgstr ""
+
+msgid "GlobalSearch|Issues assigned to me"
+msgstr ""
+
+msgid "GlobalSearch|Merge requests I've created"
+msgstr ""
+
+msgid "GlobalSearch|Merge requests assigned to me"
+msgstr ""
+
+msgid "GlobalSearch|Merge requests that I'm a reviewer"
+msgstr ""
+
+msgid "GlobalSearch|Results updated. %{count} results available. Use the up and down arrow keys to navigate search results list, or ENTER to submit."
+msgstr ""
+
+msgid "GlobalSearch|Search GitLab"
+msgstr ""
+
+msgid "GlobalSearch|Search results are loading"
+msgstr ""
+
+msgid "GlobalSearch|Type and press the enter key to submit search."
+msgstr ""
+
+msgid "GlobalSearch|Type for new suggestions to appear below."
+msgstr ""
+
+msgid "GlobalSearch|in all GitLab"
+msgstr ""
+
+msgid "GlobalSearch|in group"
+msgstr ""
+
+msgid "GlobalSearch|in project"
+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 configuration"
+msgstr ""
+
+msgid "Go full screen"
+msgstr ""
+
+msgid "Go to %{source_name}"
+msgstr ""
+
+msgid "Go to commits"
+msgstr ""
+
+msgid "Go to definition"
+msgstr ""
+
+msgid "Go to environments"
+msgstr ""
+
+msgid "Go to epic"
+msgstr ""
+
+msgid "Go to file"
+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 fork"
+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 next page"
+msgstr ""
+
+msgid "Go to page %{page}"
+msgstr ""
+
+msgid "Go to parent"
+msgstr ""
+
+msgid "Go to parent directory"
+msgstr ""
+
+msgid "Go to previous page"
+msgstr ""
+
+msgid "Go to primary site"
+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 'Admin area &gt; Sign-up restrictions', and check 'Allowed domains for sign-ups'."
+msgstr ""
+
+msgid "Go to the 'Admin area &gt; Sign-up restrictions', and check 'Email restrictions for sign-ups'."
+msgstr ""
+
+msgid "Go to the 'Admin area &gt; Sign-up restrictions', and check the 'Domain denylist'."
+msgstr ""
+
+msgid "Go to the activity feed"
+msgstr ""
+
+msgid "Go to the group’s 'Settings &gt; General' page, and check 'Restrict membership by email domain'."
+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 "Goal of the changes and what reviewers should be aware of"
+msgstr ""
+
+msgid "Google Cloud"
+msgstr ""
+
+msgid "Google Cloud Project"
+msgstr ""
+
+msgid "Google Cloud authorizations required"
+msgstr ""
+
+msgid "Google Cloud project"
+msgstr ""
+
+msgid "Google Cloud project misconfigured"
+msgstr ""
+
+msgid "Google Cloud project required"
+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 "Grafana response contains invalid json"
+msgstr ""
+
+msgid "GrafanaIntegration|API token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the %{docLinkStart}Grafana API token%{docLinkEnd}."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana authentication"
+msgstr ""
+
+msgid "GrafanaIntegration|Set up Grafana authentication to embed Grafana panels in GitLab Flavored Markdown."
+msgstr ""
+
+msgid "Grant access"
+msgstr ""
+
+msgid "Grant write permissions to this key"
+msgstr ""
+
+msgid "Graph"
+msgstr ""
+
+msgid "GraphViewType|Job dependencies"
+msgstr ""
+
+msgid "GraphViewType|Show dependencies"
+msgstr ""
+
+msgid "GraphViewType|Stage"
+msgstr ""
+
+msgid "Graphs"
+msgstr ""
+
+msgid "Gravatar"
+msgstr ""
+
+msgid "Gravatar enabled"
+msgstr ""
+
+msgid "Group"
+msgstr ""
+
+msgid "Group %{group_name} couldn't be exported."
+msgstr ""
+
+msgid "Group %{group_name} was exported successfully."
+msgstr ""
+
+msgid "Group %{group_name} was scheduled for deletion."
+msgstr ""
+
+msgid "Group %{group_name} was successfully created."
+msgstr ""
+
+msgid "Group Access Tokens"
+msgstr ""
+
+msgid "Group Git LFS status:"
+msgstr ""
+
+msgid "Group Hooks"
+msgstr ""
+
+msgid "Group ID"
+msgstr ""
+
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
+msgid "Group SAML must be enabled to test"
+msgstr ""
+
+msgid "Group URL"
+msgstr ""
+
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "Group application: %{name}"
+msgstr ""
+
+msgid "Group applications"
+msgstr ""
+
+msgid "Group audit events"
+msgstr ""
+
+msgid "Group avatar"
+msgstr ""
+
+msgid "Group by"
+msgstr ""
+
+msgid "Group description"
+msgstr ""
+
+msgid "Group description (optional)"
+msgstr ""
+
+msgid "Group export could not be started."
+msgstr ""
+
+msgid "Group export download requests"
+msgstr ""
+
+msgid "Group export error"
+msgstr ""
+
+msgid "Group export link has expired. Please generate a new export from your group settings."
+msgstr ""
+
+msgid "Group export requests"
+msgstr ""
+
+msgid "Group export started. A download link will be sent by email and made available on this page."
+msgstr ""
+
+msgid "Group has been already marked for deletion"
+msgstr ""
+
+msgid "Group has not been marked for deletion"
+msgstr ""
+
+msgid "Group import could not be scheduled"
+msgstr ""
+
+msgid "Group import requests"
+msgstr ""
+
+msgid "Group info:"
+msgstr ""
+
+msgid "Group information"
+msgstr ""
+
+msgid "Group is required when cluster_type is :group"
+msgstr ""
+
+msgid "Group jobs by"
+msgstr ""
+
+msgid "Group members"
+msgstr ""
+
+msgid "Group membership expiration date changed"
+msgstr ""
+
+msgid "Group membership expiration date removed"
+msgstr ""
+
+msgid "Group milestone"
+msgstr ""
+
+msgid "Group name"
+msgstr ""
+
+msgid "Group name (your organization)"
+msgstr ""
+
+msgid "Group navigation"
+msgstr ""
+
+msgid "Group overview content"
+msgstr ""
+
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
+msgid "Group path is already taken. We've suggested one that is available."
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
+msgid "Group pipeline minutes were successfully reset."
+msgstr ""
+
+msgid "Group project URLs are prefixed with the group namespace"
+msgstr ""
+
+msgid "Group requires separate account"
+msgstr ""
+
+msgid "Group runners"
+msgstr ""
+
+msgid "Group runners can be managed with the %{link}."
+msgstr ""
+
+msgid "Group sharing provides access to all group members (including members who inherited group membership from a parent group)."
+msgstr ""
+
+msgid "Group variables (inherited)"
+msgstr ""
+
+msgid "Group was exported"
+msgstr ""
+
+msgid "Group was successfully updated."
+msgstr ""
+
+msgid "Group wikis"
+msgstr ""
+
+msgid "Group: %{group_name}"
+msgstr ""
+
+msgid "Group: %{name}"
+msgstr ""
+
+msgid "GroupActivityMetrics|Issues opened"
+msgstr ""
+
+msgid "GroupActivityMetrics|Last 90 days"
+msgstr ""
+
+msgid "GroupActivityMetrics|Members added"
+msgstr ""
+
+msgid "GroupActivityMetrics|Merge Requests opened"
+msgstr ""
+
+msgid "GroupActivityMetrics|Recent activity"
+msgstr ""
+
+msgid "GroupImport|Failed to import group."
+msgstr ""
+
+msgid "GroupImport|Group '%{group_name}' is being imported."
+msgstr ""
+
+msgid "GroupImport|Group could not be imported: %{errors}"
+msgstr ""
+
+msgid "GroupImport|Please wait while we import the group for you. Refresh at will."
+msgstr ""
+
+msgid "GroupImport|The group was successfully imported."
+msgstr ""
+
+msgid "GroupImport|Unable to process group import file"
+msgstr ""
+
+msgid "GroupPage|Copy group ID"
+msgstr ""
+
+msgid "GroupPage|Group ID: %{group_id}"
+msgstr ""
+
+msgid "GroupRoadmap|%{dateWord} – No end date"
+msgstr ""
+
+msgid "GroupRoadmap|%{startDateInWords} – %{endDateInWords}"
+msgstr ""
+
+msgid "GroupRoadmap|Loading epics"
+msgstr ""
+
+msgid "GroupRoadmap|No start and end date"
+msgstr ""
+
+msgid "GroupRoadmap|No start date – %{dateWord}"
+msgstr ""
+
+msgid "GroupRoadmap|Something went wrong while fetching epics"
+msgstr ""
+
+msgid "GroupRoadmap|Something went wrong while fetching milestones"
+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|This quarter"
+msgstr ""
+
+msgid "GroupRoadmap|This year"
+msgstr ""
+
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+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|Within 3 years"
+msgstr ""
+
+msgid "GroupSAML|\"persistent\" recommended"
+msgstr ""
+
+msgid "GroupSAML|%{strongOpen}Warning%{strongClose} - Enable %{linkStart}SSO enforcement%{linkEnd} to reduce security risks."
+msgstr ""
+
+msgid "GroupSAML|Active SAML Group Links (%{count})"
+msgstr ""
+
+msgid "GroupSAML|An error occurred generating your SCIM token. Please try again."
+msgstr ""
+
+msgid "GroupSAML|An error occurred resetting your SCIM token. Please try again."
+msgstr ""
+
+msgid "GroupSAML|Are you sure you want to remove the SAML group link?"
+msgstr ""
+
+msgid "GroupSAML|Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
+msgstr ""
+
+msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
+msgstr ""
+
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
+msgstr ""
+
+msgid "GroupSAML|Certificate fingerprint"
+msgstr ""
+
+msgid "GroupSAML|Configuration"
+msgstr ""
+
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
+msgid "GroupSAML|Could not create SAML group link: %{errors}."
+msgstr ""
+
+msgid "GroupSAML|Default membership role"
+msgstr ""
+
+msgid "GroupSAML|Enable SAML authentication for this group"
+msgstr ""
+
+msgid "GroupSAML|Enforce SSO-only authentication for Git and Dependency Proxy activity for this group"
+msgstr ""
+
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
+msgstr ""
+
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
+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|New SAML group link saved."
+msgstr ""
+
+msgid "GroupSAML|No active SAML group links"
+msgstr ""
+
+msgid "GroupSAML|Prohibit outer forks for this group"
+msgstr ""
+
+msgid "GroupSAML|Reset SCIM token"
+msgstr ""
+
+msgid "GroupSAML|Role to assign members of this SAML group."
+msgstr ""
+
+msgid "GroupSAML|SAML Group Links"
+msgstr ""
+
+msgid "GroupSAML|SAML Group Name"
+msgstr ""
+
+msgid "GroupSAML|SAML Group Name: %{saml_group_name}"
+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|SAML group link was successfully removed."
+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 %{linkStart}reset it%{linkEnd}."
+msgstr ""
+
+msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider."
+msgstr ""
+
+msgid "GroupSAML|This will be set as the access level of users added to the group."
+msgstr ""
+
+msgid "GroupSAML|To be able to enable group-managed accounts, you first need to enable enforced SSO."
+msgstr ""
+
+msgid "GroupSAML|To be able to prohibit outer forks, you first need to enforce dedicate group managed accounts."
+msgstr ""
+
+msgid "GroupSAML|Use SAML group links to manage group membership using SAML."
+msgstr ""
+
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
+msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
+msgstr ""
+
+msgid "GroupSAML|as %{access_level}"
+msgstr ""
+
+msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" to identify user and allow sign in"
+msgstr ""
+
+msgid "GroupSAML|recommend persistent ID instead of email"
+msgstr ""
+
+msgid "GroupSaml|Copy SCIM API endpoint URL"
+msgstr ""
+
+msgid "GroupSaml|Copy SCIM token"
+msgstr ""
+
+msgid "GroupSaml|SCIM API endpoint URL"
+msgstr ""
+
+msgid "GroupSaml|Your SCIM token"
+msgstr ""
+
+msgid "GroupSelect|No matching results"
+msgstr ""
+
+msgid "GroupSelect|Search groups"
+msgstr ""
+
+msgid "GroupSelect|Select a group"
+msgstr ""
+
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
+msgstr ""
+
+msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Available only on the top-level group. Applies to all subgroups. Groups already shared with a group outside %{group} are still shared unless removed manually."
+msgstr ""
+
+msgid "GroupSettings|Badges"
+msgstr ""
+
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended side effects. %{learn_more_link_start}Learn more.%{learn_more_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 URL"
+msgstr ""
+
+msgid "GroupSettings|Changing a group's URL can have unintended side effects."
+msgstr ""
+
+msgid "GroupSettings|Compliance frameworks"
+msgstr ""
+
+msgid "GroupSettings|Configure compliance frameworks to make them available to projects in this group. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
+msgid "GroupSettings|Custom project templates"
+msgstr ""
+
+msgid "GroupSettings|Customize this group's 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|Enable customer relations"
+msgstr ""
+
+msgid "GroupSettings|Enable delayed project deletion"
+msgstr ""
+
+msgid "GroupSettings|Export group"
+msgstr ""
+
+msgid "GroupSettings|If not specified at the group or instance level, the default is %{default_initial_branch_name}. Does not affect existing repositories."
+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|New runners registration token has been generated!"
+msgstr ""
+
+msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
+msgstr ""
+
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group URL with no special characters or spaces."
+msgstr ""
+
+msgid "GroupSettings|Prevent forking outside of the group"
+msgstr ""
+
+msgid "GroupSettings|Prevent forking setting was not saved"
+msgstr ""
+
+msgid "GroupSettings|Prevent members from sending invitations to groups outside of %{group} and its subgroups"
+msgstr ""
+
+msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
+msgstr ""
+
+msgid "GroupSettings|Prevents group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
+msgstr ""
+
+msgid "GroupSettings|Select a subgroup to use as the source for custom project templates for this group."
+msgstr ""
+
+msgid "GroupSettings|Select parent group"
+msgstr ""
+
+msgid "GroupSettings|Select the project that contains your custom Insights file."
+msgstr ""
+
+msgid "GroupSettings|Set the maximum size of GitLab Pages for this group. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GroupSettings|The Auto DevOps pipeline runs if no alternative CI configuration file is found."
+msgstr ""
+
+msgid "GroupSettings|The default name for the initial branch of new repositories created in the group."
+msgstr ""
+
+msgid "GroupSettings|The projects in this subgroup can be selected as templates for new projects created in the group. %{link_start}Learn more.%{link_end}"
+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|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
+msgstr ""
+
+msgid "GroupSettings|What are badges?"
+msgstr ""
+
+msgid "GroupSettings|When the number of active users exceeds this number, additional users must be %{user_cap_docs_link_start}approved by an owner%{user_cap_docs_link_end}. Leave empty if you don't want to enforce approvals."
+msgstr ""
+
+msgid "GroupSettings|When the number of active users exceeds this number, additional users must be %{user_cap_docs_link_start}approved by an owner%{user_cap_docs_link_end}. Leave empty if you don't want to enforce approvals. Increasing the user cap will not automatically approve pending users."
+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 changed by you"
+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 and projects"
+msgstr ""
+
+msgid "Groups and subgroups"
+msgstr ""
+
+msgid "Groups to synchronize"
+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 "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
+msgstr ""
+
+msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
+msgstr ""
+
+msgid "GroupsNew|Connect instance"
+msgstr ""
+
+msgid "GroupsNew|Contact an administrator to enable options for importing your group."
+msgstr ""
+
+msgid "GroupsNew|Create group"
+msgstr ""
+
+msgid "GroupsNew|Create new group"
+msgstr ""
+
+msgid "GroupsNew|Export groups with all their related data and move to a new GitLab instance."
+msgstr ""
+
+msgid "GroupsNew|GitLab source URL"
+msgstr ""
+
+msgid "GroupsNew|Groups can also be nested by creating %{linkStart}subgroups%{linkEnd}."
+msgstr ""
+
+msgid "GroupsNew|Import group"
+msgstr ""
+
+msgid "GroupsNew|Import groups from another instance of GitLab"
+msgstr ""
+
+msgid "GroupsNew|My Awesome Group"
+msgstr ""
+
+msgid "GroupsNew|Navigate to user settings to find your %{link_start}personal access token%{link_end}."
+msgstr ""
+
+msgid "GroupsNew|No import options available"
+msgstr ""
+
+msgid "GroupsNew|Not all related objects are migrated. %{docs_link_start}More info%{docs_link_end}."
+msgstr ""
+
+msgid "GroupsNew|Personal access token"
+msgstr ""
+
+msgid "GroupsNew|Please fill in GitLab source URL."
+msgstr ""
+
+msgid "GroupsNew|Please fill in your personal access token."
+msgstr ""
+
+msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
+msgstr ""
+
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
+msgstr ""
+
+msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
+msgstr ""
+
+msgid "GroupsNew|Upload file"
+msgstr ""
+
+msgid "GroupsNew|e.g. h8d3f016698e..."
+msgstr ""
+
+msgid "GroupsTree|Are you sure you want to leave the \"%{fullName}\" 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 "HAR (HTTP Archive)"
+msgstr ""
+
+msgid "HAR file path or URL"
+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 Storage must be enabled to use Geo"
+msgstr ""
+
+msgid "Hashed repository storage paths"
+msgstr ""
+
+msgid "Hashed storage can't be disabled anymore for new projects"
+msgstr ""
+
+msgid "Have a quick chat with us about your experience."
+msgstr ""
+
+msgid "Have more to say about GitLab?"
+msgstr ""
+
+msgid "Header logo"
+msgstr ""
+
+msgid "Header logo was successfully removed."
+msgstr ""
+
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
+msgid "Header message"
+msgstr ""
+
+msgid "HeaderAction|incident"
+msgstr ""
+
+msgid "HeaderAction|issue"
+msgstr ""
+
+msgid "Headers"
+msgstr ""
+
+msgid "Heading 1"
+msgstr ""
+
+msgid "Heading 2"
+msgstr ""
+
+msgid "Heading 3"
+msgstr ""
+
+msgid "Heading 4"
+msgstr ""
+
+msgid "Headings"
+msgstr ""
+
+msgid "Health"
+msgstr ""
+
+msgid "Health Check"
+msgstr ""
+
+msgid "Health information can be retrieved from the following endpoints. More information is available"
+msgstr ""
+
+msgid "Health status"
+msgstr ""
+
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
+msgid "HealthCheck|Access token is"
+msgstr ""
+
+msgid "HealthCheck|Healthy"
+msgstr ""
+
+msgid "HealthCheck|No Health Problems Detected"
+msgstr ""
+
+msgid "HealthCheck|Unhealthy"
+msgstr ""
+
+msgid "Hello %{name},"
+msgstr ""
+
+msgid "Hello, %{name}!"
+msgstr ""
+
+msgid "Hello, %{username}!"
+msgstr ""
+
+msgid "HelloMessage|%{handshake_emoji} Contribute to GitLab: %{contribute_link}"
+msgstr ""
+
+msgid "HelloMessage|%{magnifier_emoji} Create a new GitLab issue: %{new_issue_link}"
+msgstr ""
+
+msgid "HelloMessage|%{rocket_emoji} We like your curiosity! Help us improve GitLab by joining the team: %{jobs_page_link}"
+msgstr ""
+
+msgid "HelloMessage|Does this page need fixes or improvements? Open an issue or contribute a merge request to help make GitLab more lovable. At GitLab, everyone can contribute!"
+msgstr ""
+
+msgid "HelloMessage|Welcome to GitLab!"
+msgstr ""
+
+msgid "Help"
+msgstr ""
+
+msgid "Helps prevent bots from brute-force attacks."
+msgstr ""
+
+msgid "Helps prevent bots from creating accounts."
+msgstr ""
+
+msgid "Helps prevent bots from creating issues."
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity."
+msgstr ""
+
+msgid "Helps reduce request volume (for example, from crawlers or abusive bots)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths."
+msgstr ""
+
+msgid "Here you will find recent merge request activity"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
+msgid "Hidden"
+msgstr ""
+
+msgid "Hide"
+msgstr ""
+
+msgid "Hide archived projects"
+msgstr ""
+
+msgid "Hide chart"
+msgid_plural "Hide charts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Hide comments on this file"
+msgstr ""
+
+msgid "Hide details"
+msgstr ""
+
+msgid "Hide file browser"
+msgstr ""
+
+msgid "Hide group projects"
+msgstr ""
+
+msgid "Hide host keys manual input"
+msgstr ""
+
+msgid "Hide list"
+msgstr ""
+
+msgid "Hide marketing-related entries from the Help page"
+msgstr ""
+
+msgid "Hide payload"
+msgstr ""
+
+msgid "Hide shared projects"
+msgstr ""
+
+msgid "Hide tooltips or popovers"
+msgstr ""
+
+msgid "Hide value"
+msgid_plural "Hide values"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Hide values"
+msgstr ""
+
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
+msgid "Highest role:"
+msgstr ""
+
+msgid "HighlightBar|Alert events:"
+msgstr ""
+
+msgid "HighlightBar|Alert start time:"
+msgstr ""
+
+msgid "HighlightBar|Original alert:"
+msgstr ""
+
+msgid "HighlightBar|Time to SLA:"
+msgstr ""
+
+msgid "History"
+msgstr ""
+
+msgid "History of authentications"
+msgstr ""
+
+msgid "Holder name:"
+msgstr ""
+
+msgid "Home page URL"
+msgstr ""
+
+msgid "Homepage"
+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 "Hostname"
+msgstr ""
+
+msgid "Hostname used in private commit emails. %{learn_more}"
+msgstr ""
+
+msgid "Hour (UTC)"
+msgstr ""
+
+msgid "House your files, plan your work, collaborate on code, and more."
+msgstr ""
+
+msgid "Housekeeping"
+msgstr ""
+
+msgid "Housekeeping successfully started"
+msgstr ""
+
+msgid "How do I configure Akismet?"
+msgstr ""
+
+msgid "How do I configure authentication using the GitLab database?"
+msgstr ""
+
+msgid "How do I configure it?"
+msgstr ""
+
+msgid "How do I configure runners?"
+msgstr ""
+
+msgid "How do I configure this integration?"
+msgstr ""
+
+msgid "How do I generate it?"
+msgstr ""
+
+msgid "How do I mirror repositories?"
+msgstr ""
+
+msgid "How do I rename an environment?"
+msgstr ""
+
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
+msgid "How do I use a web terminal?"
+msgstr ""
+
+msgid "How do I use file templates?"
+msgstr ""
+
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
+msgid "How many seconds an IP counts toward the IP address limit."
+msgstr ""
+
+msgid "How the job limiter handles jobs exceeding the thresholds specified below. The 'track' mode only logs the jobs. The 'compress' mode compresses the jobs and raises an exception if the compressed size exceeds the limit."
+msgstr ""
+
+msgid "I accept the %{terms_link}"
+msgstr ""
+
+msgid "I forgot my password"
+msgstr ""
+
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
+msgid "I want to explore GitLab to see if it’s worth switching to"
+msgstr ""
+
+msgid "I want to learn the basics of Git"
+msgstr ""
+
+msgid "I want to move my repository to GitLab from somewhere else"
+msgstr ""
+
+msgid "I want to store my code"
+msgstr ""
+
+msgid "I want to use GitLab CI with my existing repository"
+msgstr ""
+
+msgid "I'd like to receive updates about GitLab via email"
+msgstr ""
+
+msgid "I'm signing up for GitLab because:"
+msgstr ""
+
+msgid "ID"
+msgstr ""
+
+msgid "ID:"
+msgstr ""
+
+msgid "IDE"
+msgstr ""
+
+msgid "IDE|Back"
+msgstr ""
+
+msgid "IDE|Commit"
+msgstr ""
+
+msgid "IDE|Commit to %{branchName} branch"
+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|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 "IDE|This option is disabled because you are not allowed to create merge requests in this project."
+msgstr ""
+
+msgid "IDE|This option is disabled because you don't have write permissions for the current branch."
+msgstr ""
+
+msgid "INFO: Your SSH key has expired. Please generate a new key."
+msgstr ""
+
+msgid "INFO: Your SSH key is expiring soon. Please generate a new key."
+msgstr ""
+
+msgid "IP Address"
+msgstr ""
+
+msgid "IP address expiration time"
+msgstr ""
+
+msgid "IP address restrictions"
+msgstr ""
+
+msgid "IP addresses per user"
+msgstr ""
+
+msgid "IP subnet restriction only allowed for top-level groups"
+msgstr ""
+
+msgid "Identifier"
+msgstr ""
+
+msgid "Identifiers"
+msgstr ""
+
+msgid "Identities"
+msgstr ""
+
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
+msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
+msgstr ""
+
+msgid "If blank, defaults to %{code_open}Retry later%{code_close}."
+msgstr ""
+
+msgid "If blank, set allowable lifetime to %{instance_level_policy_in_words}, as defined by the instance admin. Once set, existing tokens for users in this group may be revoked."
+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 administrators can configure repository mirroring."
+msgstr ""
+
+msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
+msgstr ""
+
+msgid "If enabled, only protected branches will be mirrored."
+msgstr ""
+
+msgid "If no options are selected, only administrators can register runners."
+msgstr ""
+
+msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}"
+msgstr ""
+
+msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation."
+msgstr ""
+
+msgid "If there isn't any existing index, GitLab creates one."
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+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 add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
+msgstr ""
+
+msgid "If you did not initiate these sign-in attempts, please reach out to your administrator or enable two-factor authentication (2FA) on your account."
+msgstr ""
+
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
+msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
+msgstr ""
+
+msgid "If you did not recently sign in, you should immediately change your password: %{password_link}."
+msgstr ""
+
+msgid "If you get a lot of false alarms from repository checks, you can clear all repository check information from the database."
+msgstr ""
+
+msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes."
+msgstr ""
+
+msgid "If you recently signed in and recognize the IP address, you may disregard this email."
+msgstr ""
+
+msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
+msgstr ""
+
+msgid "If you want to re-enable two-factor authentication, visit the %{settings_link_to} page."
+msgstr ""
+
+msgid "If you've purchased or renewed your subscription and have an activation code, please enter it below to start the activation process."
+msgstr ""
+
+msgid "If your HTTP repository is not publicly accessible, add your credentials."
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Ignored"
+msgstr ""
+
+msgid "Image URL"
+msgstr ""
+
+msgid "Image details"
+msgstr ""
+
+msgid "ImageDiffViewer|2-up"
+msgstr ""
+
+msgid "ImageDiffViewer|Onion skin"
+msgstr ""
+
+msgid "ImageDiffViewer|Swipe"
+msgstr ""
+
+msgid "ImageViewerDimensions|H"
+msgstr ""
+
+msgid "ImageViewerDimensions|W"
+msgstr ""
+
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
+msgid "Impersonation Tokens"
+msgstr ""
+
+msgid "Impersonation has been disabled"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
+msgid "Import %d compatible repository"
+msgid_plural "Import %d compatible repositories"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Import %d repository"
+msgid_plural "Import %d repositories"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Import CSV"
+msgstr ""
+
+msgid "Import Projects from Gitea"
+msgstr ""
+
+msgid "Import an exported GitLab project"
+msgstr ""
+
+msgid "Import and export rate limits"
+msgstr ""
+
+msgid "Import failed due to a GitHub error: %{original}"
+msgstr ""
+
+msgid "Import from"
+msgstr ""
+
+msgid "Import from Jira"
+msgstr ""
+
+msgid "Import group"
+msgstr ""
+
+msgid "Import group from file"
+msgstr ""
+
+msgid "Import groups"
+msgstr ""
+
+msgid "Import history"
+msgstr ""
+
+msgid "Import in progress"
+msgstr ""
+
+msgid "Import in progress. Refresh page to see newly added issues."
+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 from"
+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 repositories from Bitbucket Server"
+msgstr ""
+
+msgid "Import repositories from GitHub"
+msgstr ""
+
+msgid "Import repository"
+msgstr ""
+
+msgid "Import requirements"
+msgstr ""
+
+msgid "Import started by: %{importInitiator}"
+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 "ImportAProjectModal|Import from a project"
+msgstr ""
+
+msgid "ImportAProjectModal|Import members from another project"
+msgstr ""
+
+msgid "ImportAProjectModal|Import project members"
+msgstr ""
+
+msgid "ImportAProjectModal|Only project members (not group members) are imported, and they get the same permissions as the project you import from."
+msgstr ""
+
+msgid "ImportAProjectModal|Successfully imported"
+msgstr ""
+
+msgid "ImportAProjectModal|Unable to import project members"
+msgstr ""
+
+msgid "ImportAProjectModal|You're importing members to the %{strongStart}%{name}%{strongEnd} project."
+msgstr ""
+
+msgid "ImportButtons|Connect repositories from"
+msgstr ""
+
+msgid "ImportProjects|%{provider} rate limit exceeded. Try again later"
+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|Import repositories"
+msgstr ""
+
+msgid "ImportProjects|Importing the project failed"
+msgstr ""
+
+msgid "ImportProjects|Importing the project failed: %{reason}"
+msgstr ""
+
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
+msgid "ImportProjects|Requesting your %{provider} repositories failed"
+msgstr ""
+
+msgid "ImportProjects|Select the repositories 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 "Imported requirements"
+msgstr ""
+
+msgid "Importing %d repository"
+msgid_plural "Importing %d repositories"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Importing..."
+msgstr ""
+
+msgid "Import|There is not a valid Git repository at this URL. If your HTTP repository is not publicly accessible, verify your credentials."
+msgstr ""
+
+msgid "Improve customer support with Service Desk"
+msgstr ""
+
+msgid "Improves Git cloning performance."
+msgstr ""
+
+msgid "In case of pull mirroring, your 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 "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
+msgid "In progress"
+msgstr ""
+
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
+msgid "InProductMarketing|%{organization_name} logo"
+msgstr ""
+
+msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
+msgstr ""
+
+msgid "InProductMarketing|%{strong_start}Company wide portfolio management%{strong_end} — including multi-level epics, scoped labels"
+msgstr ""
+
+msgid "InProductMarketing|%{strong_start}Executive level insights%{strong_end} — including reporting on productivity, tasks by type, days to completion, value stream"
+msgstr ""
+
+msgid "InProductMarketing|%{strong_start}GitLab Inc.%{strong_end} 268 Bush Street, #350, San Francisco, CA 94104, USA"
+msgstr ""
+
+msgid "InProductMarketing|%{strong_start}Multiple approval roles%{strong_end} — including code owners and required merge approvals"
+msgstr ""
+
+msgid "InProductMarketing|%{strong_start}Overall, how difficult or easy was it to get started with GitLab?%{strong_end}"
+msgstr ""
+
+msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
+msgstr ""
+
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
+msgstr ""
+
+msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
+msgstr ""
+
+msgid "InProductMarketing|Actually, GitLab makes the team work (better)"
+msgstr ""
+
+msgid "InProductMarketing|And finally %{deploy_link} a Python application."
+msgstr ""
+
+msgid "InProductMarketing|Are your runners ready?"
+msgstr ""
+
+msgid "InProductMarketing|Automated security scans directly within GitLab"
+msgstr ""
+
+msgid "InProductMarketing|Be a DevOps hero"
+msgstr ""
+
+msgid "InProductMarketing|Beef up your security"
+msgstr ""
+
+msgid "InProductMarketing|Better code in less time"
+msgstr ""
+
+msgid "InProductMarketing|Blog"
+msgstr ""
+
+msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
+msgstr ""
+
+msgid "InProductMarketing|Click on the number below that corresponds with your answer — 1 being very difficult, 5 being very easy."
+msgstr ""
+
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
+msgstr ""
+
+msgid "InProductMarketing|Create a custom CI runner with just a few clicks"
+msgstr ""
+
+msgid "InProductMarketing|Create a custom runner"
+msgstr ""
+
+msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
+msgstr ""
+
+msgid "InProductMarketing|Create your first project!"
+msgstr ""
+
+msgid "InProductMarketing|Deliver Better Products Faster"
+msgstr ""
+
+msgid "InProductMarketing|Did you know teams that use GitLab are far more efficient?"
+msgstr ""
+
+msgid "InProductMarketing|Difficult"
+msgstr ""
+
+msgid "InProductMarketing|Dig in and create a project and a repo"
+msgstr ""
+
+msgid "InProductMarketing|Do you have a minute?"
+msgstr ""
+
+msgid "InProductMarketing|Do you have a teammate who would be perfect for this task?"
+msgstr ""
+
+msgid "InProductMarketing|Easy"
+msgstr ""
+
+msgid "InProductMarketing|Expand your DevOps journey with a free GitLab trial"
+msgstr ""
+
+msgid "InProductMarketing|Explore GitLab CI/CD"
+msgstr ""
+
+msgid "InProductMarketing|Explore the options"
+msgstr ""
+
+msgid "InProductMarketing|Explore the power of GitLab CI/CD"
+msgstr ""
+
+msgid "InProductMarketing|Facebook"
+msgstr ""
+
+msgid "InProductMarketing|Feedback from users like you really improves our product. Thanks for your help!"
+msgstr ""
+
+msgid "InProductMarketing|Feel the need for speed?"
+msgstr ""
+
+msgid "InProductMarketing|Find out how your teams are really doing"
+msgstr ""
+
+msgid "InProductMarketing|Follow our steps"
+msgstr ""
+
+msgid "InProductMarketing|Free 30-day trial"
+msgstr ""
+
+msgid "InProductMarketing|Get going with CI/CD quickly using our %{quick_start_link}. Start with an available runner and then create a CI .yml file – it's really that easy."
+msgstr ""
+
+msgid "InProductMarketing|Get our import guides"
+msgstr ""
+
+msgid "InProductMarketing|Get started today"
+msgstr ""
+
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
+msgstr ""
+
+msgid "InProductMarketing|Get started with GitLab CI/CD"
+msgstr ""
+
+msgid "InProductMarketing|Get to know GitLab CI/CD"
+msgstr ""
+
+msgid "InProductMarketing|Get your team set up on GitLab"
+msgstr ""
+
+msgid "InProductMarketing|Git basics"
+msgstr ""
+
+msgid "InProductMarketing|GitHub Enterprise projects to GitLab"
+msgstr ""
+
+msgid "InProductMarketing|GitLab is better with teammates to help out!"
+msgstr ""
+
+msgid "InProductMarketing|GitLab provides static application security testing (SAST), dynamic application security testing (DAST), container scanning, and dependency scanning to help you deliver secure applications along with license compliance."
+msgstr ""
+
+msgid "InProductMarketing|GitLab's CI/CD makes software development easier. Don't believe us? Here are three ways you can take it for a fast (and satisfying) test drive:"
+msgstr ""
+
+msgid "InProductMarketing|GitLab's premium tiers are designed to make you, your team and your application more efficient and more secure with features including but not limited to:"
+msgstr ""
+
+msgid "InProductMarketing|Give us one minute..."
+msgstr ""
+
+msgid "InProductMarketing|Go farther with GitLab"
+msgstr ""
+
+msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
+msgstr ""
+
+msgid "InProductMarketing|Have a different instance you'd like to import? Here's our %{import_link}."
+msgstr ""
+
+msgid "InProductMarketing|Here's what you need to know"
+msgstr ""
+
+msgid "InProductMarketing|How (and why) mirroring makes sense"
+msgstr ""
+
+msgid "InProductMarketing|How long does it take us to close issues/MRs by types like feature requests, bugs, tech debt, security?"
+msgstr ""
+
+msgid "InProductMarketing|How many days does it take our team to complete various tasks?"
+msgstr ""
+
+msgid "InProductMarketing|How to build and test faster"
+msgstr ""
+
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
+msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
+msgstr ""
+
+msgid "InProductMarketing|Import your project and code from GitHub, Bitbucket and others"
+msgstr ""
+
+msgid "InProductMarketing|Improve app security with a 30-day trial"
+msgstr ""
+
+msgid "InProductMarketing|Improve code quality and streamline reviews"
+msgstr ""
+
+msgid "InProductMarketing|Increase Operational Efficiencies"
+msgstr ""
+
+msgid "InProductMarketing|Invite them to help out."
+msgstr ""
+
+msgid "InProductMarketing|Invite your colleagues and start shipping code faster."
+msgstr ""
+
+msgid "InProductMarketing|Invite your colleagues to join in less than one minute"
+msgstr ""
+
+msgid "InProductMarketing|Invite your colleagues today"
+msgstr ""
+
+msgid "InProductMarketing|Invite your team in less than 60 seconds"
+msgstr ""
+
+msgid "InProductMarketing|Invite your team now"
+msgstr ""
+
+msgid "InProductMarketing|Invite your team today to build better code (and processes) together"
+msgstr ""
+
+msgid "InProductMarketing|Invite your teammates to GitLab"
+msgstr ""
+
+msgid "InProductMarketing|Invite your teammates to help"
+msgstr ""
+
+msgid "InProductMarketing|Invite your teammates today and build better code together. You can even assign tasks to new teammates such as setting up CI/CD, to help get projects up and running."
+msgstr ""
+
+msgid "InProductMarketing|It's all in the stats"
+msgstr ""
+
+msgid "InProductMarketing|It's also possible to simply %{external_repo_link} in order to take advantage of GitLab's CI/CD."
+msgstr ""
+
+msgid "InProductMarketing|Launch GitLab CI/CD in 20 minutes or less"
+msgstr ""
+
+msgid "InProductMarketing|Making the switch? It's easier than you think to import your projects into GitLab. Move %{github_link}, or import something %{bitbucket_link}."
+msgstr ""
+
+msgid "InProductMarketing|Master the art of importing!"
+msgstr ""
+
+msgid "InProductMarketing|Move on to easily creating a Pages website %{ci_template_link}"
+msgstr ""
+
+msgid "InProductMarketing|Multiple owners, confusing workstreams? We've got you covered"
+msgstr ""
+
+msgid "InProductMarketing|Need an alternative to importing?"
+msgstr ""
+
+msgid "InProductMarketing|Neutral"
+msgstr ""
+
+msgid "InProductMarketing|No credit card required."
+msgstr ""
+
+msgid "InProductMarketing|Our tool brings all the things together"
+msgstr ""
+
+msgid "InProductMarketing|Rapid development, simplified"
+msgstr ""
+
+msgid "InProductMarketing|Reduce Security & Compliance Risk"
+msgstr ""
+
+msgid "InProductMarketing|Security that's integrated into your development lifecycle"
+msgstr ""
+
+msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
+msgstr ""
+
+msgid "InProductMarketing|Spin up an autoscaling runner in GitLab"
+msgstr ""
+
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
+msgstr ""
+
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
+msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
+msgstr ""
+
+msgid "InProductMarketing|Start a trial"
+msgstr ""
+
+msgid "InProductMarketing|Start by %{performance_link}"
+msgstr ""
+
+msgid "InProductMarketing|Start by importing your projects"
+msgstr ""
+
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial today to experience single application success and discover all the features of GitLab Ultimate for free!"
+msgstr ""
+
+msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
+msgstr ""
+
+msgid "InProductMarketing|Streamline code review, know at a glance who's unavailable, communicate in comments or in email and integrate with Slack so everyone's on the same page."
+msgstr ""
+
+msgid "InProductMarketing|Take this 1-question survey!"
+msgstr ""
+
+msgid "InProductMarketing|Take your first steps with GitLab"
+msgstr ""
+
+msgid "InProductMarketing|Take your source code management to the next level"
+msgstr ""
+
+msgid "InProductMarketing|Team up in GitLab for greater efficiency"
+msgstr ""
+
+msgid "InProductMarketing|Team work makes the dream work"
+msgstr ""
+
+msgid "InProductMarketing|Test, create, deploy"
+msgstr ""
+
+msgid "InProductMarketing|That's all it takes to get going with GitLab, but if you're new to working with Git, check out our %{basics_link} for helpful tips and tricks for getting started."
+msgstr ""
+
+msgid "InProductMarketing|This is email %{current_series} of %{total_series} in the %{track} series."
+msgstr ""
+
+msgid "InProductMarketing|This is email %{current_series} of %{total_series} in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
+msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
+msgstr ""
+
+msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
+msgstr ""
+
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
+msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
+msgstr ""
+
+msgid "InProductMarketing|Try GitLab Ultimate for free"
+msgstr ""
+
+msgid "InProductMarketing|Try it out"
+msgstr ""
+
+msgid "InProductMarketing|Try it yourself"
+msgstr ""
+
+msgid "InProductMarketing|Turn coworkers into collaborators"
+msgstr ""
+
+msgid "InProductMarketing|Twitter"
+msgstr ""
+
+msgid "InProductMarketing|Understand repository mirroring"
+msgstr ""
+
+msgid "InProductMarketing|Understand your project options"
+msgstr ""
+
+msgid "InProductMarketing|Use GitLab CI/CD"
+msgstr ""
+
+msgid "InProductMarketing|Use our AWS cloudformation template to spin up your runners in just a few clicks!"
+msgstr ""
+
+msgid "InProductMarketing|Used by more than 100,000 organizations from around the globe:"
+msgstr ""
+
+msgid "InProductMarketing|Very difficult"
+msgstr ""
+
+msgid "InProductMarketing|Very easy"
+msgstr ""
+
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
+msgstr ""
+
+msgid "InProductMarketing|We want your GitLab experience to be great"
+msgstr ""
+
+msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
+msgstr ""
+
+msgid "InProductMarketing|When your team is on GitLab these answers are a click away."
+msgstr ""
+
+msgid "InProductMarketing|Working in GitLab = more efficient"
+msgstr ""
+
+msgid "InProductMarketing|YouTube"
+msgstr ""
+
+msgid "InProductMarketing|Your teams can be more efficient"
+msgstr ""
+
+msgid "InProductMarketing|comprehensive guide"
+msgstr ""
+
+msgid "InProductMarketing|connect an external repository"
+msgstr ""
+
+msgid "InProductMarketing|create a project"
+msgstr ""
+
+msgid "InProductMarketing|from Bitbucket"
+msgstr ""
+
+msgid "InProductMarketing|go to about.gitlab.com"
+msgstr ""
+
+msgid "InProductMarketing|how easy it is to get started"
+msgstr ""
+
+msgid "InProductMarketing|quick start guide"
+msgstr ""
+
+msgid "InProductMarketing|repository mirroring"
+msgstr ""
+
+msgid "InProductMarketing|set up a repo"
+msgstr ""
+
+msgid "InProductMarketing|test and deploy"
+msgstr ""
+
+msgid "InProductMarketing|testing browser performance"
+msgstr ""
+
+msgid "InProductMarketing|unsubscribe"
+msgstr ""
+
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
+msgid "InProductMarketing|using a CI/CD template"
+msgstr ""
+
+msgid "InProductMarketing|you may %{unsubscribe_link} at any time."
+msgstr ""
+
+msgid "Inactive"
+msgstr ""
+
+msgid "Incident"
+msgstr ""
+
+msgid "Incident Management Limits"
+msgstr ""
+
+msgid "Incident details"
+msgstr ""
+
+msgid "Incident template (optional)."
+msgstr ""
+
+msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining"
+msgstr ""
+
+msgid "IncidentManagement|%{minutes} minutes remaining"
+msgstr ""
+
+msgid "IncidentManagement|Achieved SLA"
+msgstr ""
+
+msgid "IncidentManagement|All"
+msgstr ""
+
+msgid "IncidentManagement|All alerts promoted to incidents are automatically displayed within the list."
+msgstr ""
+
+msgid "IncidentManagement|All alerts promoted to incidents are automatically displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
+msgid "IncidentManagement|Assignees"
+msgstr ""
+
+msgid "IncidentManagement|Closed"
+msgstr ""
+
+msgid "IncidentManagement|Create incident"
+msgstr ""
+
+msgid "IncidentManagement|Critical - S1"
+msgstr ""
+
+msgid "IncidentManagement|Date created"
+msgstr ""
+
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
+msgid "IncidentManagement|High - S2"
+msgstr ""
+
+msgid "IncidentManagement|Incident"
+msgstr ""
+
+msgid "IncidentManagement|Incidents"
+msgstr ""
+
+msgid "IncidentManagement|Low - S4"
+msgstr ""
+
+msgid "IncidentManagement|Medium - S3"
+msgstr ""
+
+msgid "IncidentManagement|Missed SLA"
+msgstr ""
+
+msgid "IncidentManagement|No incidents to display."
+msgstr ""
+
+msgid "IncidentManagement|Open"
+msgstr ""
+
+msgid "IncidentManagement|Published"
+msgstr ""
+
+msgid "IncidentManagement|Published to status page"
+msgstr ""
+
+msgid "IncidentManagement|Severity"
+msgstr ""
+
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
+msgid "IncidentManagement|There was an error displaying the incidents."
+msgstr ""
+
+msgid "IncidentManagement|Time to SLA"
+msgstr ""
+
+msgid "IncidentManagement|Unassigned"
+msgstr ""
+
+msgid "IncidentManagement|Unknown"
+msgstr ""
+
+msgid "IncidentManagement|Unpublished"
+msgstr ""
+
+msgid "IncidentSettings|Activate \"time to SLA\" countdown timer"
+msgstr ""
+
+msgid "IncidentSettings|Fine-tune incident settings and set up integrations with external tools to help better manage incidents."
+msgstr ""
+
+msgid "IncidentSettings|Grafana integration"
+msgstr ""
+
+msgid "IncidentSettings|Incident settings"
+msgstr ""
+
+msgid "IncidentSettings|Incidents"
+msgstr ""
+
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
+msgid "IncidentSettings|PagerDuty integration"
+msgstr ""
+
+msgid "IncidentSettings|Time limit"
+msgstr ""
+
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
+msgstr ""
+
+msgid "IncidentSettings|Time limit must be a valid number."
+msgstr ""
+
+msgid "IncidentSettings|Time limit must be greater than 0."
+msgstr ""
+
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
+msgstr ""
+
+msgid "IncidentSettings|hours"
+msgstr ""
+
+msgid "IncidentSettings|minutes"
+msgstr ""
+
+msgid "Incidents"
+msgstr ""
+
+msgid "Incidents|Add a URL"
+msgstr ""
+
+msgid "Incidents|Drop or %{linkStart}upload%{linkEnd} a metric screenshot to attach it to the incident"
+msgstr ""
+
+msgid "Incidents|Must start with http or https"
+msgstr ""
+
+msgid "Incidents|There was an issue deleting the image."
+msgstr ""
+
+msgid "Incidents|There was an issue loading metric images."
+msgstr ""
+
+msgid "Incidents|There was an issue uploading your image."
+msgstr ""
+
+msgid "Incidents|You can optionally add a URL to link users to the original graph."
+msgstr ""
+
+msgid "Incident|Alert details"
+msgstr ""
+
+msgid "Incident|Are you sure you wish to delete this image?"
+msgstr ""
+
+msgid "Incident|Deleting %{filename}"
+msgstr ""
+
+msgid "Incident|Metrics"
+msgstr ""
+
+msgid "Incident|Summary"
+msgstr ""
+
+msgid "Incident|There was an issue loading alert data. Please try again."
+msgstr ""
+
+msgid "Incident|There was an issue loading incident data. Please try again."
+msgstr ""
+
+msgid "Include author name in notification email body"
+msgstr ""
+
+msgid "Include description in commit message"
+msgstr ""
+
+msgid "Include new features from all tiers."
+msgstr ""
+
+msgid "Include the name of the author of the issue, merge request or comment in the email body. By default, GitLab overrides the email sender's name. Some email servers don't support that option."
+msgstr ""
+
+msgid "Include the username in the URL if required: %{code_open}https://username@gitlab.company.com/group/project.git%{code_close}."
+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 "Incoming!"
+msgstr ""
+
+msgid "Incompatible options set!"
+msgstr ""
+
+msgid "Incompatible project"
+msgstr ""
+
+msgid "Incomplete"
+msgstr ""
+
+msgid "Increase"
+msgstr ""
+
+msgid "Indent"
+msgstr ""
+
+msgid "Index"
+msgstr ""
+
+msgid "Index all projects"
+msgstr ""
+
+msgid "Index deletion is canceled"
+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 "Infrastructure"
+msgstr ""
+
+msgid "Infrastructure Registry"
+msgstr ""
+
+msgid "Infrastructure as Code (IaC) Scanning"
+msgstr ""
+
+msgid "InfrastructureRegistry|Copy Terraform Command"
+msgstr ""
+
+msgid "InfrastructureRegistry|Copy Terraform Setup Command"
+msgstr ""
+
+msgid "InfrastructureRegistry|Copy and paste into your Terraform configuration, insert the variables, and run Terraform init:"
+msgstr ""
+
+msgid "InfrastructureRegistry|For more information on the Terraform registry, %{linkStart}see our documentation%{linkEnd}."
+msgstr ""
+
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|To authorize access to the Terraform registry:"
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
+msgid "Inherited"
+msgstr ""
+
+msgid "Inherited:"
+msgstr ""
+
+msgid "Inline"
+msgstr ""
+
+msgid "Inline math"
+msgstr ""
+
+msgid "Input host keys manually"
+msgstr ""
+
+msgid "Input the remote repository URL"
+msgstr ""
+
+msgid "Insert"
+msgstr ""
+
+msgid "Insert a %{rows}x%{cols} table."
+msgstr ""
+
+msgid "Insert a code block"
+msgstr ""
+
+msgid "Insert a quote"
+msgstr ""
+
+msgid "Insert a video"
+msgstr ""
+
+msgid "Insert an image"
+msgstr ""
+
+msgid "Insert code"
+msgstr ""
+
+msgid "Insert column after"
+msgstr ""
+
+msgid "Insert column before"
+msgstr ""
+
+msgid "Insert image"
+msgstr ""
+
+msgid "Insert inline code"
+msgstr ""
+
+msgid "Insert link"
+msgstr ""
+
+msgid "Insert row after"
+msgstr ""
+
+msgid "Insert row before"
+msgstr ""
+
+msgid "Insert suggestion"
+msgstr ""
+
+msgid "Insert video"
+msgstr ""
+
+msgid "Insights"
+msgstr ""
+
+msgid "Insights|Some items are not visible beacuse the project was filtered out in the insights.yml file (see the projects.only config for more information)."
+msgstr ""
+
+msgid "Insights|This project is filtered out in the insights.yml file (see the projects.only config for more information)."
+msgstr ""
+
+msgid "Install GitLab Runner and ensure it's running."
+msgstr ""
+
+msgid "Install on clusters"
+msgstr ""
+
+msgid "Installation"
+msgstr ""
+
+msgid "Instance"
+msgid_plural "Instances"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Instance Configuration"
+msgstr ""
+
+msgid "Instance access request"
+msgstr ""
+
+msgid "Instance access request approved"
+msgstr ""
+
+msgid "Instance access request rejected"
+msgstr ""
+
+msgid "Instance administrators group already exists"
+msgstr ""
+
+msgid "Instance audit events"
+msgstr ""
+
+msgid "Instance overview"
+msgstr ""
+
+msgid "Insufficient permissions"
+msgstr ""
+
+msgid "Insufficient permissions for dast_configuration keyword"
+msgstr ""
+
+msgid "Integration"
+msgstr ""
+
+msgid "Integration Settings"
+msgstr ""
+
+msgid "Integrations"
+msgstr ""
+
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
+msgid "Integrations|%{integration} settings saved and active."
+msgstr ""
+
+msgid "Integrations|%{integration} settings saved, but not active."
+msgstr ""
+
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
+msgid "Integrations|Add namespace"
+msgstr ""
+
+msgid "Integrations|All details"
+msgstr ""
+
+msgid "Integrations|All projects inheriting these settings will also be reset."
+msgstr ""
+
+msgid "Integrations|An error occurred while loading projects using custom settings."
+msgstr ""
+
+msgid "Integrations|Branches for which notifications are to be sent"
+msgstr ""
+
+msgid "Integrations|Comment detail:"
+msgstr ""
+
+msgid "Integrations|Comment settings:"
+msgstr ""
+
+msgid "Integrations|Connection failed. Please check your settings."
+msgstr ""
+
+msgid "Integrations|Connection successful."
+msgstr ""
+
+msgid "Integrations|Create new issue in Jira"
+msgstr ""
+
+msgid "Integrations|Create new issue in ZenTao"
+msgstr ""
+
+msgid "Integrations|Default settings are inherited from the group level."
+msgstr ""
+
+msgid "Integrations|Default settings are inherited from the instance level."
+msgstr ""
+
+msgid "Integrations|Edit project alias"
+msgstr ""
+
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
+msgid "Integrations|Enable comments"
+msgstr ""
+
+msgid "Integrations|Enter your alias"
+msgstr ""
+
+msgid "Integrations|Failed to link namespace. Please try again."
+msgstr ""
+
+msgid "Integrations|Failed to load namespaces. Please try again."
+msgstr ""
+
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
+msgid "Integrations|GitLab administrators can set up integrations that all groups and projects inherit and use by default. These integrations apply to all groups and projects that don't already use custom settings. You can override custom settings for a group or project if the settings are necessary at that level. Learn more about %{integrations_link_start}instance-level integration management%{link_end}."
+msgstr ""
+
+msgid "Integrations|GitLab administrators can set up integrations that all projects in a group inherit and use by default. These integrations apply to all projects that don't already use custom settings. You can override custom settings for a project if the settings are necessary at that level. Learn more about %{integrations_link_start}group-level integration management%{link_end}."
+msgstr ""
+
+msgid "Integrations|Group-level integration management"
+msgstr ""
+
+msgid "Integrations|Includes Standard, plus the entire commit message, commit hash, and issue IDs"
+msgstr ""
+
+msgid "Integrations|Includes commit title and branch."
+msgstr ""
+
+msgid "Integrations|Instance-level integration management"
+msgstr ""
+
+msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira."
+msgstr ""
+
+msgid "Integrations|Keep your PHP dependencies updated on Packagist."
+msgstr ""
+
+msgid "Integrations|Known limitations"
+msgstr ""
+
+msgid "Integrations|Link namespaces"
+msgstr ""
+
+msgid "Integrations|Linked namespaces"
+msgstr ""
+
+msgid "Integrations|Namespace successfully linked"
+msgstr ""
+
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
+msgstr ""
+
+msgid "Integrations|No available namespaces."
+msgstr ""
+
+msgid "Integrations|No linked namespaces"
+msgstr ""
+
+msgid "Integrations|Projects using custom settings"
+msgstr ""
+
+msgid "Integrations|Projects using custom settings will not be affected."
+msgstr ""
+
+msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use parent level defaults."
+msgstr ""
+
+msgid "Integrations|Reset integration?"
+msgstr ""
+
+msgid "Integrations|Resetting this integration will clear the settings and deactivate this integration."
+msgstr ""
+
+msgid "Integrations|Return to GitLab for Jira"
+msgstr ""
+
+msgid "Integrations|Save settings?"
+msgstr ""
+
+msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings."
+msgstr ""
+
+msgid "Integrations|Search Jira issues"
+msgstr ""
+
+msgid "Integrations|Search ZenTao issues"
+msgstr ""
+
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
+msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
+msgstr ""
+
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
+msgid "Integrations|Sign in to add namespaces"
+msgstr ""
+
+msgid "Integrations|Standard"
+msgstr ""
+
+msgid "Integrations|There are no projects using custom settings"
+msgstr ""
+
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
+msgid "Integrations|This integration, and inheriting projects were reset."
+msgstr ""
+
+msgid "Integrations|To keep this project going, create a new issue."
+msgstr ""
+
+msgid "Integrations|Use custom settings"
+msgstr ""
+
+msgid "Integrations|Use default settings"
+msgstr ""
+
+msgid "Integrations|When you mention a Jira issue in a commit or merge request, GitLab creates a remote link and comment (if enabled)."
+msgstr ""
+
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgstr ""
+
+msgid "Integrations|You can use this alias in your Slack commands"
+msgstr ""
+
+msgid "Integrations|You haven't activated any integrations yet."
+msgstr ""
+
+msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
+msgstr ""
+
+msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
+msgstr ""
+
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
+msgid "Integrations|ZenTao issues display here when you create issues in your project in ZenTao."
+msgstr ""
+
+msgid "Integrations|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "Interactive developer security education."
+msgstr ""
+
+msgid "Interactive mode"
+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 except external users."
+msgstr ""
+
+msgid "Internal - The project can be accessed by any logged in user except external users."
+msgstr ""
+
+msgid "Internal URL (optional)"
+msgstr ""
+
+msgid "Internal error occurred while delivering this webhook."
+msgstr ""
+
+msgid "Internal users"
+msgstr ""
+
+msgid "Internal users cannot be deactivated"
+msgstr ""
+
+msgid "Interval Pattern"
+msgstr ""
+
+msgid "Introduced in GitLab 13.1, before using %{reindexing_link_start}zero-downtime reindexing%{link_end} and %{migrations_link_start}Advanced Search migrations%{link_end}, you need to %{recreate_link_start}recreate your index%{link_end}."
+msgstr ""
+
+msgid "Introducing Your DevOps Reports"
+msgstr ""
+
+msgid "Invalid Insights config file detected"
+msgstr ""
+
+msgid "Invalid OS"
+msgstr ""
+
+msgid "Invalid URL"
+msgstr ""
+
+msgid "Invalid URL: %{url}"
+msgstr ""
+
+msgid "Invalid container_name"
+msgstr ""
+
+msgid "Invalid cursor parameter"
+msgstr ""
+
+msgid "Invalid cursor value provided"
+msgstr ""
+
+msgid "Invalid date"
+msgstr ""
+
+msgid "Invalid date format. Please use UTC format as YYYY-MM-DD"
+msgstr ""
+
+msgid "Invalid date range"
+msgstr ""
+
+msgid "Invalid feature"
+msgstr ""
+
+msgid "Invalid field"
+msgstr ""
+
+msgid "Invalid file format with specified file type"
+msgstr ""
+
+msgid "Invalid file."
+msgstr ""
+
+msgid "Invalid hash"
+msgstr ""
+
+msgid "Invalid import params"
+msgstr ""
+
+msgid "Invalid input, please avoid emojis"
+msgstr ""
+
+msgid "Invalid login or password"
+msgstr ""
+
+msgid "Invalid period"
+msgstr ""
+
+msgid "Invalid pin code."
+msgstr ""
+
+msgid "Invalid pod_name"
+msgstr ""
+
+msgid "Invalid policy type"
+msgstr ""
+
+msgid "Invalid repository bundle for snippet with id %{snippet_id}"
+msgstr ""
+
+msgid "Invalid repository path"
+msgstr ""
+
+msgid "Invalid search parameter"
+msgstr ""
+
+msgid "Invalid server response"
+msgstr ""
+
+msgid "Invalid start or end time format"
+msgstr ""
+
+msgid "Invalid status"
+msgstr ""
+
+msgid "Invalid two-factor code."
+msgstr ""
+
+msgid "Invalid yaml"
+msgstr ""
+
+msgid "Investigate vulnerability: %{title}"
+msgstr ""
+
+msgid "Invisible Captcha"
+msgstr ""
+
+msgid "Invisible Captcha helps prevent the creation of spam accounts. It adds a honeypot field and time-sensitive form submission to the account signup form."
+msgstr ""
+
+msgid "Invitation"
+msgstr ""
+
+msgid "Invitation declined"
+msgstr ""
+
+msgid "Invite"
+msgstr ""
+
+msgid "Invite \"%{email}\" by email"
+msgstr ""
+
+msgid "Invite \"%{trimmed}\" by email"
+msgstr ""
+
+msgid "Invite Members"
+msgstr ""
+
+msgid "Invite a group"
+msgstr ""
+
+msgid "Invite email has already been taken"
+msgstr ""
+
+msgid "Invite group"
+msgstr ""
+
+msgid "Invite member"
+msgstr ""
+
+msgid "Invite members"
+msgstr ""
+
+msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} details"
+msgstr ""
+
+msgid "InviteEmail|Groups assemble related projects together and grant members access to several projects at once."
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|Join your team on GitLab! %{inviter} invited you to %{project_or_group_name}"
+msgstr ""
+
+msgid "InviteEmail|Join your team on GitLab! You are invited to %{project_or_group_name}"
+msgstr ""
+
+msgid "InviteEmail|Projects are used to host and collaborate on code, track issues, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgstr ""
+
+msgid "InviteEmail|What's it about?"
+msgstr ""
+
+msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|You were assigned the following tasks:"
+msgstr ""
+
+msgid "InviteEmail|and has assigned you the following tasks:"
+msgstr ""
+
+msgid "InviteMembersBanner|Collaborate with your team"
+msgstr ""
+
+msgid "InviteMembersBanner|Invite your colleagues"
+msgstr ""
+
+msgid "InviteMembersBanner|We noticed that you haven't invited anyone to this group. Invite your colleagues so you can discuss issues, collaborate on merge requests, and share your knowledge."
+msgstr ""
+
+msgid "InviteMembersModal|%{linkStart}Read more%{linkEnd} about role permissions"
+msgstr ""
+
+msgid "InviteMembersModal|Access expiration date (optional)"
+msgstr ""
+
+msgid "InviteMembersModal|Cancel"
+msgstr ""
+
+msgid "InviteMembersModal|Choose a project for the issues"
+msgstr ""
+
+msgid "InviteMembersModal|Close invite team members"
+msgstr ""
+
+msgid "InviteMembersModal|Congratulations on creating your project, you're almost there!"
+msgstr ""
+
+msgid "InviteMembersModal|Create issues for your new team member to work on (optional)"
+msgstr ""
+
+msgid "InviteMembersModal|GitLab is better with colleagues!"
+msgstr ""
+
+msgid "InviteMembersModal|GitLab member or email address"
+msgstr ""
+
+msgid "InviteMembersModal|How about inviting a colleague or two to join you?"
+msgstr ""
+
+msgid "InviteMembersModal|Invite"
+msgstr ""
+
+msgid "InviteMembersModal|Invite a group"
+msgstr ""
+
+msgid "InviteMembersModal|Invite members"
+msgstr ""
+
+msgid "InviteMembersModal|Members were successfully added"
+msgstr ""
+
+msgid "InviteMembersModal|Search for a group to invite"
+msgstr ""
+
+msgid "InviteMembersModal|Select a group to invite"
+msgstr ""
+
+msgid "InviteMembersModal|Select a role"
+msgstr ""
+
+msgid "InviteMembersModal|Select members or type email addresses"
+msgstr ""
+
+msgid "InviteMembersModal|Something went wrong"
+msgstr ""
+
+msgid "InviteMembersModal|To assign issues to a new team member, you need a project for the issues. %{linkStart}Create a project to get started.%{linkEnd}"
+msgstr ""
+
+msgid "InviteMembersModal|You're inviting a group to the %{strongStart}%{name}%{strongEnd} group."
+msgstr ""
+
+msgid "InviteMembersModal|You're inviting a group to the %{strongStart}%{name}%{strongEnd} project."
+msgstr ""
+
+msgid "InviteMembersModal|You're inviting members to the %{strongStart}%{name}%{strongEnd} group."
+msgstr ""
+
+msgid "InviteMembersModal|You're inviting members to the %{strongStart}%{name}%{strongEnd} project."
+msgstr ""
+
+msgid "InviteMembers|Invite a group"
+msgstr ""
+
+msgid "InviteMembers|Invite team members"
+msgstr ""
+
+msgid "InviteMember|Add members to this project and start collaborating with your team."
+msgstr ""
+
+msgid "InviteMember|Invite Members (optional)"
+msgstr ""
+
+msgid "InviteMember|Invite another member"
+msgstr ""
+
+msgid "InviteMember|Invite members"
+msgstr ""
+
+msgid "InviteMember|Invite your team"
+msgstr ""
+
+msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
+msgstr ""
+
+msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
+msgstr ""
+
+msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab"
+msgstr ""
+
+msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}."
+msgstr ""
+
+msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending"
+msgstr ""
+
+msgid "InviteReminderEmail|Accept invitation"
+msgstr ""
+
+msgid "InviteReminderEmail|Accept invitation: %{invite_url}"
+msgstr ""
+
+msgid "InviteReminderEmail|Decline invitation"
+msgstr ""
+
+msgid "InviteReminderEmail|Decline invitation: %{decline_url}"
+msgstr ""
+
+msgid "InviteReminderEmail|Hey there %{wave_emoji}"
+msgstr ""
+
+msgid "InviteReminderEmail|Hey there!"
+msgstr ""
+
+msgid "InviteReminderEmail|In case you missed it..."
+msgstr ""
+
+msgid "InviteReminderEmail|Invitation pending"
+msgstr ""
+
+msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?"
+msgstr ""
+
+msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}."
+msgstr ""
+
+msgid "Invited"
+msgstr ""
+
+msgid "Invocations"
+msgstr ""
+
+msgid "IrkerService|Channels and users separated by whitespaces. %{recipients_docs_link}"
+msgstr ""
+
+msgid "IrkerService|Default IRC URI (optional)"
+msgstr ""
+
+msgid "IrkerService|How to enter channels or users?"
+msgstr ""
+
+msgid "IrkerService|Recipients"
+msgstr ""
+
+msgid "IrkerService|Send update messages to an irker server."
+msgstr ""
+
+msgid "IrkerService|Send update messages to an irker server. Before you can use this, you need to set up the irker daemon. %{docs_link}"
+msgstr ""
+
+msgid "IrkerService|Server host (optional)"
+msgstr ""
+
+msgid "IrkerService|Server port (optional)"
+msgstr ""
+
+msgid "IrkerService|URI to add before each recipient."
+msgstr ""
+
+msgid "IrkerService|irker (IRC gateway)"
+msgstr ""
+
+msgid "IrkerService|irker daemon hostname (defaults to localhost)."
+msgstr ""
+
+msgid "IrkerService|irker daemon port (defaults to 6659)."
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is using license seat:"
+msgstr ""
+
+msgid "Is using 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 Analytics"
+msgstr ""
+
+msgid "Issue Boards"
+msgstr ""
+
+msgid "Issue Type"
+msgstr ""
+
+msgid "Issue already promoted to epic."
+msgstr ""
+
+msgid "Issue cannot be found."
+msgstr ""
+
+msgid "Issue created from vulnerability %{vulnerability_link}"
+msgstr ""
+
+msgid "Issue creation requests"
+msgstr ""
+
+msgid "Issue details"
+msgstr ""
+
+msgid "Issue events"
+msgstr ""
+
+msgid "Issue first deployed to production"
+msgstr ""
+
+msgid "Issue has been promoted to incident"
+msgstr ""
+
+msgid "Issue label"
+msgstr ""
+
+msgid "Issue or merge request ID is required"
+msgstr ""
+
+msgid "Issue published on status page."
+msgstr ""
+
+msgid "Issue types"
+msgstr ""
+
+msgid "Issue update failed"
+msgstr ""
+
+msgid "Issue was closed by %{name} %{reason}"
+msgstr ""
+
+msgid "Issue weight"
+msgstr ""
+
+msgid "Issue(s) already assigned"
+msgstr ""
+
+msgid "IssueAnalytics|Age"
+msgstr ""
+
+msgid "IssueAnalytics|Assignees"
+msgstr ""
+
+msgid "IssueAnalytics|Due date"
+msgstr ""
+
+msgid "IssueAnalytics|Failed to load issues. Please try again."
+msgstr ""
+
+msgid "IssueAnalytics|Issue"
+msgstr ""
+
+msgid "IssueAnalytics|Milestone"
+msgstr ""
+
+msgid "IssueAnalytics|Opened by"
+msgstr ""
+
+msgid "IssueAnalytics|Status"
+msgstr ""
+
+msgid "IssueAnalytics|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 "IssueList|created %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "IssueTracker|Custom issue tracker"
+msgstr ""
+
+msgid "IssueTracker|Issue URL"
+msgstr ""
+
+msgid "IssueTracker|New issue URL"
+msgstr ""
+
+msgid "IssueTracker|The URL to create an issue in the external issue tracker."
+msgstr ""
+
+msgid "IssueTracker|The URL to the project in YouTrack."
+msgstr ""
+
+msgid "IssueTracker|The URL to the project in the external issue tracker."
+msgstr ""
+
+msgid "IssueTracker|The URL to view an issue in the YouTrack project. Must contain %{colon_id}."
+msgstr ""
+
+msgid "IssueTracker|The URL to view an issue in the external issue tracker. Must contain %{colon_id}."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
+msgstr ""
+
+msgid "Issues"
+msgstr ""
+
+msgid "Issues Rate Limits"
+msgstr ""
+
+msgid "Issues and merge requests"
+msgstr ""
+
+msgid "Issues are being rebalanced at the moment, so manual reordering is disabled."
+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 must match this scope to appear in this list."
+msgstr ""
+
+msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
+msgstr ""
+
+msgid "Issues with label %{label}"
+msgstr ""
+
+msgid "Issues with no epic assigned"
+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 opened"
+msgstr ""
+
+msgid "IssuesAnalytics|Issues opened 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 is not possible to %{action} files that are stored in LFS using the web interface"
+msgstr ""
+
+msgid "It looks like you have some draft commits in this branch."
+msgstr ""
+
+msgid "It may be several days before you see feature usage data."
+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 seems like the Dependency Scanning job ran successfully, but no dependencies have been detected in your project."
+msgstr ""
+
+msgid "It seems that there is currently no available data for code coverage"
+msgstr ""
+
+msgid "It's you"
+msgstr ""
+
+msgid "Italic text"
+msgstr ""
+
+msgid "Iteration"
+msgstr ""
+
+msgid "Iteration changed to"
+msgstr ""
+
+msgid "Iteration lists not available with your current license"
+msgstr ""
+
+msgid "Iteration removed"
+msgstr ""
+
+msgid "Iteration updated"
+msgstr ""
+
+msgid "Iterations"
+msgstr ""
+
+msgid "Iterations|Add iteration"
+msgstr ""
+
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence configuration is invalid."
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Couldn't find iteration cadence"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Create cadence and start iteration"
+msgstr ""
+
+msgid "Iterations|Create iteration"
+msgstr ""
+
+msgid "Iterations|Delete cadence"
+msgstr ""
+
+msgid "Iterations|Delete iteration cadence?"
+msgstr ""
+
+msgid "Iterations|Delete iteration?"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Edit cadence"
+msgstr ""
+
+msgid "Iterations|Edit iteration"
+msgstr ""
+
+msgid "Iterations|Edit iteration cadence"
+msgstr ""
+
+msgid "Iterations|Error loading iteration cadences."
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration cadences"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|Move incomplete issues to the next iteration"
+msgstr ""
+
+msgid "Iterations|New iteration"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|No closed iterations."
+msgstr ""
+
+msgid "Iterations|No iteration cadences to show."
+msgstr ""
+
+msgid "Iterations|No iterations in cadence."
+msgstr ""
+
+msgid "Iterations|No open iterations."
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Roll over issues"
+msgstr ""
+
+msgid "Iterations|Save cadence"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The iteration has been deleted."
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|This will delete the cadence as well as all of the iterations within it."
+msgstr ""
+
+msgid "Iterations|This will remove the iteration from any issues that are assigned to it."
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
+msgid "Iterations|Unable to find iteration cadence."
+msgstr ""
+
+msgid "Iterations|Unable to find iteration."
+msgstr ""
+
+msgid "Iterations|Unable to save cadence. Please try again."
+msgstr ""
+
+msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
+msgstr ""
+
+msgid "Iteration|Dates cannot overlap with other existing Iterations within this iterations cadence"
+msgstr ""
+
+msgid "Iteration|cannot be more than 500 years in the future"
+msgstr ""
+
+msgid "I’m joining my team who’s already on GitLab"
+msgstr ""
+
+msgid "Jaeger URL"
+msgstr ""
+
+msgid "Jan"
+msgstr ""
+
+msgid "January"
+msgstr ""
+
+msgid "Japanese language support using"
+msgstr ""
+
+msgid "Jira display name"
+msgstr ""
+
+msgid "Jira import is already running."
+msgstr ""
+
+msgid "Jira integration not configured."
+msgstr ""
+
+msgid "Jira project key is not configured."
+msgstr ""
+
+msgid "Jira project: %{importProject}"
+msgstr ""
+
+msgid "Jira service not configured."
+msgstr ""
+
+msgid "Jira user"
+msgstr ""
+
+msgid "Jira users have been imported from the configured Jira instance. They can be mapped by selecting a GitLab user from the dropdown in the \"GitLab username\" column. When the form appears, the dropdown defaults to the user conducting the import."
+msgstr ""
+
+msgid "Jira-GitLab user mapping template"
+msgstr ""
+
+msgid "JiraConnect|Create branch for Jira issue %{jiraIssue}"
+msgstr ""
+
+msgid "JiraConnect|Failed to create branch."
+msgstr ""
+
+msgid "JiraConnect|Failed to create branch. Please try again."
+msgstr ""
+
+msgid "JiraConnect|New branch was successfully created."
+msgstr ""
+
+msgid "JiraConnect|You can now close this window and return to Jira."
+msgstr ""
+
+msgid "JiraRequest|A connection error occurred while connecting to Jira. Try your request again."
+msgstr ""
+
+msgid "JiraRequest|A timeout error occurred while connecting to Jira. Try your request again."
+msgstr ""
+
+msgid "JiraRequest|An SSL error occurred while connecting to Jira: %{message}. Try your request again."
+msgstr ""
+
+msgid "JiraRequest|An error occurred while requesting data from Jira. Check your %{docs_link_start}Jira integration configuration%{docs_link_end} and try again."
+msgstr ""
+
+msgid "JiraRequest|An error occurred while requesting data from Jira: %{messages}. Check your %{docs_link_start}Jira integration configuration%{docs_link_end} and try again."
+msgstr ""
+
+msgid "JiraRequest|The Jira API URL for connecting to Jira is not valid. Check your Jira integration API URL and try again."
+msgstr ""
+
+msgid "JiraRequest|The credentials for accessing Jira are not allowed to access the data. Check your %{docs_link_start}Jira integration credentials%{docs_link_end} and try again."
+msgstr ""
+
+msgid "JiraRequest|The credentials for accessing Jira are not valid. Check your %{docs_link_start}Jira integration credentials%{docs_link_end} and try again."
+msgstr ""
+
+msgid "JiraService| on branch %{branch_link}"
+msgstr ""
+
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
+msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
+msgstr ""
+
+msgid "JiraService|%{user_link} mentioned this issue in %{entity_link} of %{project_link}%{branch}:{quote}%{entity_message}{quote}"
+msgstr ""
+
+msgid "JiraService|An error occurred while fetching issue list"
+msgstr ""
+
+msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
+msgstr ""
+
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
+msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
+msgstr ""
+
+msgid "JiraService|Displaying Jira issues while leaving the GitLab issue functionality enabled might be confusing. Consider %{linkStart}disabling GitLab issues%{linkEnd} if they won’t otherwise be used."
+msgstr ""
+
+msgid "JiraService|Enable Jira issues"
+msgstr ""
+
+msgid "JiraService|Enable Jira issues creation from vulnerabilities"
+msgstr ""
+
+msgid "JiraService|Enable Jira transitions"
+msgstr ""
+
+msgid "JiraService|Enter new password or API token"
+msgstr ""
+
+msgid "JiraService|Events for %{noteable_model_name} are disabled."
+msgstr ""
+
+msgid "JiraService|Failed to load Jira issue. View the issue in Jira, or reload the page."
+msgstr ""
+
+msgid "JiraService|Fetch issue types for this Jira project"
+msgstr ""
+
+msgid "JiraService|For example, 12, 24"
+msgstr ""
+
+msgid "JiraService|For example, AB"
+msgstr ""
+
+msgid "JiraService|GitLab for Jira Configuration"
+msgstr ""
+
+msgid "JiraService|IDs must be a list of numbers that can be split with , or ;"
+msgstr ""
+
+msgid "JiraService|If different from Web URL."
+msgstr ""
+
+msgid "JiraService|Issues created from vulnerabilities in this project will be Jira issues, even if GitLab issues are enabled."
+msgstr ""
+
+msgid "JiraService|Jira API URL"
+msgstr ""
+
+msgid "JiraService|Jira comments are created when an issue is referenced in a commit."
+msgstr ""
+
+msgid "JiraService|Jira comments are created when an issue is referenced in a merge request."
+msgstr ""
+
+msgid "JiraService|Jira issue type"
+msgstr ""
+
+msgid "JiraService|Jira issues"
+msgstr ""
+
+msgid "JiraService|Jira project key"
+msgstr ""
+
+msgid "JiraService|Leave blank to use your current password or API token."
+msgstr ""
+
+msgid "JiraService|Move to Done"
+msgstr ""
+
+msgid "JiraService|Open Jira"
+msgstr ""
+
+msgid "JiraService|Password or API token"
+msgstr ""
+
+msgid "JiraService|Project key changed, refresh list"
+msgstr ""
+
+msgid "JiraService|Project key is required to generate issue types"
+msgstr ""
+
+msgid "JiraService|Select issue type"
+msgstr ""
+
+msgid "JiraService|Set a custom final state by using transition IDs. %{linkStart}Learn about transition IDs%{linkEnd}"
+msgstr ""
+
+msgid "JiraService|Sign in to GitLab.com to get started."
+msgstr ""
+
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
+msgid "JiraService|Transition Jira issues to their final state:"
+msgstr ""
+
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+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|Use custom transitions"
+msgstr ""
+
+msgid "JiraService|Username or Email"
+msgstr ""
+
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
+msgid "JiraService|View Jira issues in GitLab"
+msgstr ""
+
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
+msgstr ""
+
+msgid "JiraService|Web URL"
+msgstr ""
+
+msgid "JiraService|Work on Jira issues without leaving GitLab. Adds a Jira menu to access your list of Jira issues and view any issue as read-only."
+msgstr ""
+
+msgid "JiraService|You need to configure Jira before enabling this integration. For more details, read the %{jira_doc_link_start}Jira integration documentation%{link_end}."
+msgstr ""
+
+msgid "Job"
+msgstr ""
+
+msgid "Job %{jobName}"
+msgstr ""
+
+msgid "Job Failed #%{build_id}"
+msgstr ""
+
+msgid "Job ID"
+msgstr ""
+
+msgid "Job artifact"
+msgstr ""
+
+msgid "Job artifacts"
+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 "Jobs fail if they run longer than the timeout time. Input value is in seconds by default. Human readable input is also accepted, for example %{code_open}1 hour%{code_close}."
+msgstr ""
+
+msgid "Jobs older than the configured time are considered expired and are archived. Archived jobs can no longer be retried. Leave empty to never archive jobs automatically. The default unit is in days, but you can use other units, for example %{code_open}15 days%{code_close}, %{code_open}1 month%{code_close}, %{code_open}2 years%{code_close}. Minimum value is 1 day."
+msgstr ""
+
+msgid "Jobs|Are you sure you want to proceed?"
+msgstr ""
+
+msgid "Jobs|Are you sure you want to retry this job?"
+msgstr ""
+
+msgid "Jobs|Create CI/CD configuration file"
+msgstr ""
+
+msgid "Jobs|Job is stuck. Check runners."
+msgstr ""
+
+msgid "Jobs|Jobs are the building blocks of a GitLab CI/CD pipeline. Each job has a specific task, like testing code. To set up jobs in a CI/CD pipeline, add a CI/CD configuration file to your project."
+msgstr ""
+
+msgid "Jobs|No jobs to show"
+msgstr ""
+
+msgid "Jobs|Use jobs to automate your tasks"
+msgstr ""
+
+msgid "Jobs|You're about to retry a job that failed because it attempted to deploy code that is older than the latest deployment. Retrying this job could result in overwriting the environment with the older source code."
+msgstr ""
+
+msgid "Job|Browse"
+msgstr ""
+
+msgid "Job|Complete Raw"
+msgstr ""
+
+msgid "Job|Download"
+msgstr ""
+
+msgid "Job|Erase job log and artifacts"
+msgstr ""
+
+msgid "Job|Job artifacts"
+msgstr ""
+
+msgid "Job|Job has been erased"
+msgstr ""
+
+msgid "Job|Job has been erased by %{userLink}"
+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|These artifacts are the latest. They will not be deleted (even if expired) until newer artifacts are available."
+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|This job is stuck because you don't have any active runners online or available with any of these tags assigned to them:"
+msgstr ""
+
+msgid "Job|This job is stuck because you don't have any active runners that can run this job."
+msgstr ""
+
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
+msgid "Job|for"
+msgstr ""
+
+msgid "Job|into"
+msgstr ""
+
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
+msgid "Job|with"
+msgstr ""
+
+msgid "Join Zoom meeting"
+msgstr ""
+
+msgid "Join a project"
+msgstr ""
+
+msgid "Join your team on GitLab and contribute to an existing project"
+msgstr ""
+
+msgid "Joined %{time_ago}"
+msgstr ""
+
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
+msgid "Jul"
+msgstr ""
+
+msgid "July"
+msgstr ""
+
+msgid "Jump to next unresolved thread"
+msgstr ""
+
+msgid "Jun"
+msgstr ""
+
+msgid "June"
+msgstr ""
+
+msgid "Just me"
+msgstr ""
+
+msgid "K8s pod health"
+msgstr ""
+
+msgid "KEY"
+msgstr ""
+
+msgid "Keep"
+msgstr ""
+
+msgid "Keep artifacts from most recent successful jobs"
+msgstr ""
+
+msgid "Keep divergent refs"
+msgstr ""
+
+msgid "Keep editing"
+msgstr ""
+
+msgid "Keeping all SAST analyzers enabled future-proofs the project in case new languages are added later on. Determining which analyzers apply is a process that consumes minimal resources and adds minimal time to the pipeline. Leaving all SAST analyzers enabled ensures maximum coverage."
+msgstr ""
+
+msgid "Kerberos access denied"
+msgstr ""
+
+msgid "Key"
+msgstr ""
+
+msgid "Key (PEM)"
+msgstr ""
+
+msgid "Key: %{key}"
+msgstr ""
+
+msgid "Keyboard shortcuts"
+msgstr ""
+
+msgid "KeyboardKey|Alt"
+msgstr ""
+
+msgid "KeyboardKey|Ctrl"
+msgstr ""
+
+msgid "KeyboardKey|Ctrl+"
+msgstr ""
+
+msgid "KeyboardKey|Enter"
+msgstr ""
+
+msgid "KeyboardKey|Esc"
+msgstr ""
+
+msgid "KeyboardKey|Shift"
+msgstr ""
+
+msgid "KeyboardShortcuts|No shortcuts matched your search"
+msgstr ""
+
+msgid "KeyboardShortcuts|Search keyboard shortcuts"
+msgstr ""
+
+msgid "Keys"
+msgstr ""
+
+msgid "Ki"
+msgstr ""
+
+msgid "Kontra"
+msgstr ""
+
+msgid "Kroki"
+msgstr ""
+
+msgid "Kubernetes"
+msgstr ""
+
+msgid "Kubernetes API returned status code: %{error_code}"
+msgstr ""
+
+msgid "Kubernetes Cluster"
+msgstr ""
+
+msgid "Kubernetes Clusters"
+msgstr ""
+
+msgid "Kubernetes cluster"
+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 clusters"
+msgstr ""
+
+msgid "Kubernetes deployment not found"
+msgstr ""
+
+msgid "Kubernetes error: %{error_code}"
+msgstr ""
+
+msgid "LDAP"
+msgstr ""
+
+msgid "LDAP Synchronization"
+msgstr ""
+
+msgid "LDAP group settings"
+msgstr ""
+
+msgid "LDAP settings"
+msgstr ""
+
+msgid "LDAP settings updated"
+msgstr ""
+
+msgid "LDAP sync in progress. This could take a few minutes. Refresh the page to see the changes."
+msgstr ""
+
+msgid "LDAP synchronizations"
+msgstr ""
+
+msgid "LDAP uid:"
+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 priority"
+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 with no issues in this iteration:"
+msgstr ""
+
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
+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. If a group label with the same title exists, it will also be merged. This action cannot be reversed."
+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 2 weeks"
+msgstr ""
+
+msgid "Last 30 days"
+msgstr ""
+
+msgid "Last 60 days"
+msgstr ""
+
+msgid "Last 90 days"
+msgstr ""
+
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Activity"
+msgstr ""
+
+msgid "Last Name"
+msgstr ""
+
+msgid "Last Pipeline"
+msgstr ""
+
+msgid "Last Seen"
+msgstr ""
+
+msgid "Last Sync"
+msgstr ""
+
+msgid "Last Used"
+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 %{link_start}%{avatar} %{name}%{link_end}"
+msgstr ""
+
+msgid "Last item before this page loaded in your browser:"
+msgstr ""
+
+msgid "Last modified"
+msgstr ""
+
+msgid "Last month"
+msgstr ""
+
+msgid "Last name"
+msgstr ""
+
+msgid "Last reply by"
+msgstr ""
+
+msgid "Last repository check (%{last_check_timestamp}) failed. See the 'repocheck.log' file for error messages."
+msgstr ""
+
+msgid "Last seen"
+msgstr ""
+
+msgid "Last sign-in"
+msgstr ""
+
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
+msgid "Last successful sync"
+msgstr ""
+
+msgid "Last successful update"
+msgstr ""
+
+msgid "Last time checked"
+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 %{last_used_at} ago"
+msgstr ""
+
+msgid "Last used on:"
+msgstr ""
+
+msgid "Last week"
+msgstr ""
+
+msgid "Last year"
+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 "Launch a ready-to-code development environment for your project."
+msgstr ""
+
+msgid "Layout|Fixed"
+msgstr ""
+
+msgid "Layout|Fluid"
+msgstr ""
+
+msgid "Lead Time"
+msgstr ""
+
+msgid "Lead time"
+msgstr ""
+
+msgid "Learn GitLab"
+msgstr ""
+
+msgid "Learn GitLab - Ultimate trial"
+msgstr ""
+
+msgid "Learn GitLab|Trial only"
+msgstr ""
+
+msgid "Learn More"
+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 %{link_start_tag}Jaeger configuration%{link_end_tag}."
+msgstr ""
+
+msgid "Learn more about %{username}"
+msgstr ""
+
+msgid "Learn more about Auto DevOps"
+msgstr ""
+
+msgid "Learn more about Needs relationships"
+msgstr ""
+
+msgid "Learn more about Web Terminal"
+msgstr ""
+
+msgid "Learn more about X.509 signed commits"
+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 custom project templates"
+msgstr ""
+
+msgid "Learn more about deploying to AWS"
+msgstr ""
+
+msgid "Learn more about deploying to a cluster"
+msgstr ""
+
+msgid "Learn more about group-level project templates"
+msgstr ""
+
+msgid "Learn more about groups."
+msgstr ""
+
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced Search configuration%{configuration_link_end} documentation. Changes don't take place until you %{recreated_link_start}recreate%{recreated_link_end} the index."
+msgstr ""
+
+msgid "Learn more about signing commits"
+msgstr ""
+
+msgid "Learn more in the"
+msgstr ""
+
+msgid "Learn more."
+msgstr ""
+
+msgid "LearnGitLab|%{percentage}%{percentSymbol} completed"
+msgstr ""
+
+msgid "LearnGitLab|Add code owners"
+msgstr ""
+
+msgid "LearnGitLab|Add merge request approval"
+msgstr ""
+
+msgid "LearnGitLab|Complete these tasks first so you can enjoy GitLab's features to their fullest:"
+msgstr ""
+
+msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
+msgstr ""
+
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
+msgid "LearnGitLab|Create or import a repository"
+msgstr ""
+
+msgid "LearnGitLab|Create or import your first repository into your new project."
+msgstr ""
+
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
+msgid "LearnGitLab|Deploy"
+msgstr ""
+
+msgid "LearnGitLab|Enable require merge approvals"
+msgstr ""
+
+msgid "LearnGitLab|GitLab works best as a team. Invite your colleague to enjoy all features."
+msgstr ""
+
+msgid "LearnGitLab|Invite your colleagues"
+msgstr ""
+
+msgid "LearnGitLab|Learn GitLab"
+msgstr ""
+
+msgid "LearnGitLab|Plan and execute"
+msgstr ""
+
+msgid "LearnGitLab|Prevent unexpected changes to important assets by assigning ownership of files and paths."
+msgstr ""
+
+msgid "LearnGitLab|Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
+msgid "LearnGitLab|Review and edit proposed changes to source code."
+msgstr ""
+
+msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
+msgstr ""
+
+msgid "LearnGitLab|Run a Security scan using CI/CD"
+msgstr ""
+
+msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
+msgstr ""
+
+msgid "LearnGitLab|Scan your code to uncover vulnerabilities before deploying."
+msgstr ""
+
+msgid "LearnGitLab|Set up CI/CD"
+msgstr ""
+
+msgid "LearnGitLab|Set up your workspace"
+msgstr ""
+
+msgid "LearnGitLab|Set-up CI/CD"
+msgstr ""
+
+msgid "LearnGitLab|Start a free Ultimate trial"
+msgstr ""
+
+msgid "LearnGitLab|Submit a merge request"
+msgstr ""
+
+msgid "LearnGitLab|Submit a merge request (MR)"
+msgstr ""
+
+msgid "LearnGitLab|Try GitLab Ultimate for free"
+msgstr ""
+
+msgid "LearnGitLab|Try all GitLab features for 30 days, no credit card required."
+msgstr ""
+
+msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
+msgstr ""
+
+msgid "LearnGitLab|Your team is growing! You've successfully invited new team members to the %{projectName} project."
+msgstr ""
+
+msgid "LearnGitlab|Creating your onboarding experience..."
+msgstr ""
+
+msgid "LearnGitlab|Ok, let's go"
+msgstr ""
+
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
+msgid "Leave"
+msgstr ""
+
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave edit mode? All unsaved changes will be lost."
+msgstr ""
+
+msgid "Leave group"
+msgstr ""
+
+msgid "Leave project"
+msgstr ""
+
+msgid "Leave zen mode"
+msgstr ""
+
+msgid "Leaving this setting enabled is recommended."
+msgstr ""
+
+msgid "Legacy burndown chart"
+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 "Let's talk!"
+msgstr ""
+
+msgid "License Compliance"
+msgstr ""
+
+msgid "License compliance"
+msgstr ""
+
+msgid "License file"
+msgstr ""
+
+msgid "License key"
+msgstr ""
+
+msgid "License overview"
+msgstr ""
+
+msgid "LicenseCompliance|%{docLinkStart}License Approvals%{docLinkEnd} are active"
+msgstr ""
+
+msgid "LicenseCompliance|%{docLinkStart}License Approvals%{docLinkEnd} are inactive"
+msgstr ""
+
+msgid "LicenseCompliance|Acceptable license to be used in the project"
+msgstr ""
+
+msgid "LicenseCompliance|Add license and related policy"
+msgstr ""
+
+msgid "LicenseCompliance|Add license policy"
+msgstr ""
+
+msgid "LicenseCompliance|Allow"
+msgstr ""
+
+msgid "LicenseCompliance|Allowed"
+msgstr ""
+
+msgid "LicenseCompliance|Denied"
+msgstr ""
+
+msgid "LicenseCompliance|Deny"
+msgstr ""
+
+msgid "LicenseCompliance|Disallow merge request if detected and will instruct developer to remove"
+msgstr ""
+
+msgid "LicenseCompliance|Learn more about %{linkStart}License Approvals%{linkEnd}"
+msgstr ""
+
+msgid "LicenseCompliance|License Approvals"
+msgstr ""
+
+msgid "LicenseCompliance|License Compliance detected %d license and policy violation for the source branch only"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses and policy violations for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected %d license and policy violation for the source branch only; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d licenses and policy violations for the source branch only; approval required"
+msgstr[0] ""
+msgstr[1] ""
+
+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 new license"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected %d new license and policy violation"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses and policy violations"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "LicenseCompliance|License Compliance detected %d new license and policy violation; approval required"
+msgid_plural "LicenseCompliance|License Compliance detected %d new licenses and policy violations; 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 name"
+msgstr ""
+
+msgid "LicenseCompliance|Remove license"
+msgstr ""
+
+msgid "LicenseCompliance|Remove license?"
+msgstr ""
+
+msgid "LicenseCompliance|There are currently no policies in this project."
+msgstr ""
+
+msgid "LicenseCompliance|There are currently no policies that match in this project."
+msgstr ""
+
+msgid "LicenseCompliance|This license already exists in this project."
+msgstr ""
+
+msgid "LicenseCompliance|You are about to remove the license, %{name}, from this project."
+msgstr ""
+
+msgid "LicenseManagement|Allowed"
+msgstr ""
+
+msgid "LicenseManagement|Denied"
+msgstr ""
+
+msgid "LicenseManagement|Uncategorized"
+msgstr ""
+
+msgid "Licensed Enterprise Edition features can be used if the project namespace's plan includes the feature, or if the project is public."
+msgstr ""
+
+msgid "Licensed Features"
+msgstr ""
+
+msgid "Licensed to:"
+msgstr ""
+
+msgid "Licenses"
+msgstr ""
+
+msgid "Licenses|%{remainingComponentsCount} more"
+msgstr ""
+
+msgid "Licenses|Acceptable license to be used in the project"
+msgstr ""
+
+msgid "Licenses|Component"
+msgstr ""
+
+msgid "Licenses|Components"
+msgstr ""
+
+msgid "Licenses|Detected in Project"
+msgstr ""
+
+msgid "Licenses|Detected licenses that are out-of-compliance with the project's assigned policies"
+msgstr ""
+
+msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest successful%{linkEnd} scan"
+msgstr ""
+
+msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Licenses|License Compliance"
+msgstr ""
+
+msgid "Licenses|Name"
+msgstr ""
+
+msgid "Licenses|Policies"
+msgstr ""
+
+msgid "Licenses|Policy"
+msgstr ""
+
+msgid "Licenses|Policy violation: denied"
+msgstr ""
+
+msgid "Licenses|Specified policies in this project"
+msgstr ""
+
+msgid "Licenses|The license list details information about the licenses used within your project."
+msgstr ""
+
+msgid "Licenses|Unacceptable license, if detected it will disallow a merge request until it's removed"
+msgstr ""
+
+msgid "Licenses|View license details for your project"
+msgstr ""
+
+msgid "Limit display of time tracking units to hours."
+msgstr ""
+
+msgid "Limit project size at a global, group, and project level. %{link_start}Learn more%{link_end}."
+msgstr ""
+
+msgid "Limit sign in from multiple IP addresses"
+msgstr ""
+
+msgid "Limit the number of concurrent operations this secondary site can run in the background."
+msgstr ""
+
+msgid "Limit the number of inbound incident management alerts that can be sent to a project."
+msgstr ""
+
+msgid "Limit the number of issues and epics per minute a user can create through web and API requests."
+msgstr ""
+
+msgid "Limit the number of namespaces and projects that can be indexed."
+msgstr ""
+
+msgid "Limit the size of Sidekiq jobs stored in Redis."
+msgstr ""
+
+msgid "Limited to showing %d event at most"
+msgid_plural "Limited to showing %d events at most"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Limiting mode"
+msgstr ""
+
+msgid "Line changes"
+msgstr ""
+
+msgid "Link"
+msgstr ""
+
+msgid "Link Prometheus monitoring to GitLab."
+msgstr ""
+
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link URL"
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
+msgid "Link copied"
+msgstr ""
+
+msgid "Link text"
+msgstr ""
+
+msgid "Link title"
+msgstr ""
+
+msgid "Link title is required"
+msgstr ""
+
+msgid "Link to an image"
+msgstr ""
+
+msgid "Link to go to GitLab pipeline documentation"
+msgstr ""
+
+msgid "Link to your Grafana instance."
+msgstr ""
+
+msgid "Linked emails (%{email_count})"
+msgstr ""
+
+msgid "Linked issues"
+msgstr ""
+
+msgid "LinkedIn"
+msgstr ""
+
+msgid "LinkedIn:"
+msgstr ""
+
+msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
+msgstr ""
+
+msgid "Links"
+msgstr ""
+
+msgid "List"
+msgstr ""
+
+msgid "List Your Gitea Repositories"
+msgstr ""
+
+msgid "List available repositories"
+msgstr ""
+
+msgid "List of all merge commits"
+msgstr ""
+
+msgid "List options"
+msgstr ""
+
+msgid "List settings"
+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 "Load more"
+msgstr ""
+
+msgid "Load more users"
+msgstr ""
+
+msgid "Loading"
+msgstr ""
+
+msgid "Loading %{name}"
+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 more"
+msgstr ""
+
+msgid "Loading snippet"
+msgstr ""
+
+msgid "Loading the GitLab IDE..."
+msgstr ""
+
+msgid "Loading..."
+msgstr ""
+
+msgid "Loading…"
+msgstr ""
+
+msgid "Localization"
+msgstr ""
+
+msgid "Location"
+msgstr ""
+
+msgid "Location:"
+msgstr ""
+
+msgid "Lock"
+msgstr ""
+
+msgid "Lock %{issuableDisplayName}"
+msgstr ""
+
+msgid "Lock File?"
+msgstr ""
+
+msgid "Lock memberships to LDAP synchronization"
+msgstr ""
+
+msgid "Lock not found"
+msgstr ""
+
+msgid "Lock the discussion"
+msgstr ""
+
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} 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 "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
+msgid "Login with smartcard"
+msgstr ""
+
+msgid "Logo was successfully removed."
+msgstr ""
+
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
+msgid "Logs"
+msgstr ""
+
+msgid "Logs|To see the logs, deploy your code to an environment."
+msgstr ""
+
+msgid "Low vulnerabilities present"
+msgstr ""
+
+msgid "MB"
+msgstr ""
+
+msgid "MD5"
+msgstr ""
+
+msgid "MERGED"
+msgstr ""
+
+msgid "MR widget|Back to the merge request"
+msgstr ""
+
+msgid "MR widget|See your pipeline in action"
+msgstr ""
+
+msgid "MR widget|Take a look at our %{beginnerLinkStart}Beginner's Guide to Continuous Integration%{beginnerLinkEnd} and our %{exampleLinkStart}examples of GitLab CI/CD%{exampleLinkEnd} to learn more."
+msgstr ""
+
+msgid "MR widget|The pipeline will test your code on every commit. A %{codeQualityLinkStart}code quality report%{codeQualityLinkEnd} will appear in your merge requests to warn you about potential code degradations."
+msgstr ""
+
+msgid "MRApprovals|Approvals"
+msgstr ""
+
+msgid "MRApprovals|Approved by"
+msgstr ""
+
+msgid "MRApprovals|Approvers"
+msgstr ""
+
+msgid "MRApprovals|Commented by"
+msgstr ""
+
+msgid "MRDiffFile|Changes are too large to be shown."
+msgstr ""
+
+msgid "MRDiffFile|View file @ %{commitSha}"
+msgstr ""
+
+msgid "MRDiff|Show changes only"
+msgstr ""
+
+msgid "MRDiff|Show full file"
+msgstr ""
+
+msgid "Made this issue confidential."
+msgstr ""
+
+msgid "Mailgun"
+msgstr ""
+
+msgid "Mailgun HTTP webhook signing key"
+msgstr ""
+
+msgid "Mailgun events"
+msgstr ""
+
+msgid "Maintenance mode"
+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 "Makes this issue confidential."
+msgstr ""
+
+msgid "Manage %{workspace} labels"
+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 use GitLab as an OAuth provider."
+msgstr ""
+
+msgid "Manage applications that you've authorized to use your account."
+msgstr ""
+
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
+msgid "Manage group labels"
+msgstr ""
+
+msgid "Manage labels"
+msgstr ""
+
+msgid "Manage milestones"
+msgstr ""
+
+msgid "Manage project labels"
+msgstr ""
+
+msgid "Manage projects."
+msgstr ""
+
+msgid "Manage two-factor authentication"
+msgstr ""
+
+msgid "Manage your license"
+msgstr ""
+
+msgid "Manage your project's triggers"
+msgstr ""
+
+msgid "Managed Account"
+msgstr ""
+
+msgid "Manifest"
+msgstr ""
+
+msgid "Manifest file import"
+msgstr ""
+
+msgid "Manifest import"
+msgstr ""
+
+msgid "Manual"
+msgstr ""
+
+msgid "ManualOrdering|Couldn't save the order of the issues"
+msgstr ""
+
+msgid "Manually link this issue by adding it to the linked issue section of the %{linkStart}originating vulnerability%{linkEnd}."
+msgstr ""
+
+msgid "Map a FogBugz account ID to a GitLab user"
+msgstr ""
+
+msgid "Mar"
+msgstr ""
+
+msgid "March"
+msgstr ""
+
+msgid "Mark as done"
+msgstr ""
+
+msgid "Mark as draft"
+msgstr ""
+
+msgid "Mark as ready"
+msgstr ""
+
+msgid "Mark this issue as a duplicate of another issue"
+msgstr ""
+
+msgid "Mark this issue as related to another issue"
+msgstr ""
+
+msgid "Mark to do as done"
+msgstr ""
+
+msgid "Markdown"
+msgstr ""
+
+msgid "Markdown Help"
+msgstr ""
+
+msgid "Markdown enabled."
+msgstr ""
+
+msgid "Markdown is supported"
+msgstr ""
+
+msgid "Markdown supported."
+msgstr ""
+
+msgid "MarkdownEditor|Add a link (%{modifierKey}K)"
+msgstr ""
+
+msgid "MarkdownEditor|Add a link (%{modifier_key}K)"
+msgstr ""
+
+msgid "MarkdownEditor|Add bold text (%{modifierKey}B)"
+msgstr ""
+
+msgid "MarkdownEditor|Add bold text (%{modifier_key}B)"
+msgstr ""
+
+msgid "MarkdownEditor|Add italic text (%{modifierKey}I)"
+msgstr ""
+
+msgid "MarkdownEditor|Add italic text (%{modifier_key}I)"
+msgstr ""
+
+msgid "Marked For Deletion At - %{deletion_time}"
+msgstr ""
+
+msgid "Marked as draft. Can only be merged when marked as ready."
+msgstr ""
+
+msgid "Marked as ready. Merging is now allowed."
+msgstr ""
+
+msgid "Marked this %{noun} as a draft."
+msgstr ""
+
+msgid "Marked this issue as a duplicate of %{duplicate_param}."
+msgstr ""
+
+msgid "Marked this issue as related to %{issue_ref}."
+msgstr ""
+
+msgid "Marked to do as done."
+msgstr ""
+
+msgid "Marks this %{noun} as a draft."
+msgstr ""
+
+msgid "Marks this issue as a duplicate of %{duplicate_reference}."
+msgstr ""
+
+msgid "Marks this issue as related to %{issue_ref}."
+msgstr ""
+
+msgid "Marks to do as done."
+msgstr ""
+
+msgid "Mask variable"
+msgstr ""
+
+msgid "Match not found; try refining your search query."
+msgstr ""
+
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
+msgid "MattermostService|Add to Mattermost"
+msgstr ""
+
+msgid "MattermostService|After you configure the integration, view your new Mattermost commands by entering"
+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|Suggestions:"
+msgstr ""
+
+msgid "MattermostService|Use this service to perform common tasks in your project by entering slash commands in Mattermost."
+msgstr ""
+
+msgid "Max 100,000 events"
+msgstr ""
+
+msgid "Max authenticated Git LFS requests per period per user"
+msgstr ""
+
+msgid "Max file size is 200 KB."
+msgstr ""
+
+msgid "Max role"
+msgstr ""
+
+msgid "Max session time"
+msgstr ""
+
+msgid "Maximum 20 characters"
+msgstr ""
+
+msgid "Maximum Conan package file size in bytes"
+msgstr ""
+
+msgid "Maximum Helm chart file size in bytes"
+msgstr ""
+
+msgid "Maximum Maven package file size in bytes"
+msgstr ""
+
+msgid "Maximum NuGet package file size in bytes"
+msgstr ""
+
+msgid "Maximum PyPI package file size in bytes"
+msgstr ""
+
+msgid "Maximum Terraform Module package file size in bytes"
+msgstr ""
+
+msgid "Maximum Users"
+msgstr ""
+
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
+msgid "Maximum allowed lifetime for SSH keys (in days)"
+msgstr ""
+
+msgid "Maximum artifacts size"
+msgstr ""
+
+msgid "Maximum artifacts size (MB)"
+msgstr ""
+
+msgid "Maximum attachment size"
+msgstr ""
+
+msgid "Maximum attachment size (MB)"
+msgstr ""
+
+msgid "Maximum authenticated API requests per rate limit period per user"
+msgstr ""
+
+msgid "Maximum authenticated web requests per rate limit period per user"
+msgstr ""
+
+msgid "Maximum bulk request size (MiB)"
+msgstr ""
+
+msgid "Maximum capacity"
+msgstr ""
+
+msgid "Maximum character limit - %{limit}"
+msgstr ""
+
+msgid "Maximum concurrency of Elasticsearch bulk requests per indexing operation."
+msgstr ""
+
+msgid "Maximum delay (Minutes)"
+msgstr ""
+
+msgid "Maximum diff patch size"
+msgstr ""
+
+msgid "Maximum diff patch size (Bytes)"
+msgstr ""
+
+msgid "Maximum duration of a session."
+msgstr ""
+
+msgid "Maximum field length"
+msgstr ""
+
+msgid "Maximum file size indexed (KiB)"
+msgstr ""
+
+msgid "Maximum file size is 1 MB. Image size must be 32 x 32 pixels. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
+msgid "Maximum file size is 2MB. Please select a smaller file."
+msgstr ""
+
+msgid "Maximum files in a diff"
+msgstr ""
+
+msgid "Maximum group export download requests per minute"
+msgstr ""
+
+msgid "Maximum group export requests per minute"
+msgstr ""
+
+msgid "Maximum group import requests per minute"
+msgstr ""
+
+msgid "Maximum import size"
+msgstr ""
+
+msgid "Maximum import size (MB)"
+msgstr ""
+
+msgid "Maximum job artifact size"
+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 lines in a diff"
+msgstr ""
+
+msgid "Maximum npm package file size in bytes"
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of changes (branches or tags) in a single push for which webhooks and services trigger (default is 3)."
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
+msgid "Maximum number of mirrors that can be synchronizing at the same time."
+msgstr ""
+
+msgid "Maximum number of projects."
+msgstr ""
+
+msgid "Maximum number of requests per minute for each raw path (default is 300). Set to 0 to disable throttling."
+msgstr ""
+
+msgid "Maximum number of unique IP addresses per user."
+msgstr ""
+
+msgid "Maximum page reached"
+msgstr ""
+
+msgid "Maximum page size"
+msgstr ""
+
+msgid "Maximum project export download requests per minute"
+msgstr ""
+
+msgid "Maximum project export requests per minute"
+msgstr ""
+
+msgid "Maximum project import requests per minute"
+msgstr ""
+
+msgid "Maximum push size"
+msgstr ""
+
+msgid "Maximum push size (MB)"
+msgstr ""
+
+msgid "Maximum requests per minute"
+msgstr ""
+
+msgid "Maximum running slices"
+msgstr ""
+
+msgid "Maximum size limit for a single commit."
+msgstr ""
+
+msgid "Maximum size limit for each repository."
+msgstr ""
+
+msgid "Maximum size of Elasticsearch bulk indexing requests."
+msgstr ""
+
+msgid "Maximum size of import files."
+msgstr ""
+
+msgid "Maximum size of individual attachments in comments."
+msgstr ""
+
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
+msgid "Maximum snippet size"
+msgstr ""
+
+msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
+msgstr ""
+
+msgid "Maximum time that users are allowed to skip the setup of two-factor authentication (in hours). Set to 0 (zero) to enforce at next sign in."
+msgstr ""
+
+msgid "Maximum time, in seconds, for a web terminal websocket connection. 0 for unlimited."
+msgstr ""
+
+msgid "Maximum unauthenticated API requests per rate limit period per IP"
+msgstr ""
+
+msgid "Maximum unauthenticated web requests per rate limit period per IP"
+msgstr ""
+
+msgid "May"
+msgstr ""
+
+msgid "Mean time to merge"
+msgstr ""
+
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
+msgid "Medium timeout"
+msgstr ""
+
+msgid "Medium vulnerabilities present"
+msgstr ""
+
+msgid "Member since"
+msgstr ""
+
+msgid "Member since %{date}"
+msgstr ""
+
+msgid "Member since:"
+msgstr ""
+
+msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
+msgstr ""
+
+msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}"
+msgstr ""
+
+msgid "Members"
+msgstr ""
+
+msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
+msgstr ""
+
+msgid "Members listed as CODEOWNERS of affected files."
+msgstr ""
+
+msgid "Members of %{group} can also merge into this branch: %{branch}"
+msgstr ""
+
+msgid "Members of %{group} can also push to this branch: %{branch}"
+msgstr ""
+
+msgid "Members of a group may only view projects they have permission to access"
+msgstr ""
+
+msgid "Membership"
+msgstr ""
+
+msgid "Members|%{time} by %{user}"
+msgstr ""
+
+msgid "Members|%{userName} is currently an LDAP user. Editing their permissions will override the settings from the LDAP group sync."
+msgstr ""
+
+msgid "Members|2FA"
+msgstr ""
+
+msgid "Members|An error occurred while trying to enable LDAP override, please try again."
+msgstr ""
+
+msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again."
+msgstr ""
+
+msgid "Members|An error occurred while updating the member's expiration date, please try again."
+msgstr ""
+
+msgid "Members|An error occurred while updating the member's role, please try again."
+msgstr ""
+
+msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\""
+msgstr ""
+
+msgid "Members|Are you sure you want to leave \"%{source}\"?"
+msgstr ""
+
+msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
+msgstr ""
+
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
+msgstr ""
+
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
+msgstr ""
+
+msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
+msgstr ""
+
+msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\""
+msgstr ""
+
+msgid "Members|Direct"
+msgstr ""
+
+msgid "Members|Disabled"
+msgstr ""
+
+msgid "Members|Edit permissions"
+msgstr ""
+
+msgid "Members|Enabled"
+msgstr ""
+
+msgid "Members|Expiration date removed successfully."
+msgstr ""
+
+msgid "Members|Expiration date updated successfully."
+msgstr ""
+
+msgid "Members|Filter members"
+msgstr ""
+
+msgid "Members|Inherited"
+msgstr ""
+
+msgid "Members|LDAP override enabled."
+msgstr ""
+
+msgid "Members|Leave \"%{source}\""
+msgstr ""
+
+msgid "Members|Membership"
+msgstr ""
+
+msgid "Members|Remove \"%{groupName}\""
+msgstr ""
+
+msgid "Members|Remove group"
+msgstr ""
+
+msgid "Members|Revert to LDAP group sync settings"
+msgstr ""
+
+msgid "Members|Reverted to LDAP group sync settings."
+msgstr ""
+
+msgid "Members|Role updated successfully."
+msgstr ""
+
+msgid "Members|Search groups"
+msgstr ""
+
+msgid "Members|Search invited"
+msgstr ""
+
+msgid "Member|Deny access"
+msgstr ""
+
+msgid "Member|Remove member"
+msgstr ""
+
+msgid "Member|Revoke invite"
+msgstr ""
+
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Menu"
+msgstr ""
+
+msgid "Merge"
+msgstr ""
+
+msgid "Merge Conflicts"
+msgstr ""
+
+msgid "Merge Request"
+msgstr ""
+
+msgid "Merge Request Analytics"
+msgstr ""
+
+msgid "Merge Requests"
+msgstr ""
+
+msgid "Merge Requests created"
+msgstr ""
+
+msgid "Merge Requests in Review"
+msgstr ""
+
+msgid "Merge Requests merged"
+msgstr ""
+
+msgid "Merge automatically (%{strategy})"
+msgstr ""
+
+msgid "Merge blocked: all merge request dependencies must be merged or closed."
+msgstr ""
+
+msgid "Merge blocked: merge request must be marked as ready. It's still marked as draft."
+msgstr ""
+
+msgid "Merge blocked: new changes were just added."
+msgstr ""
+
+msgid "Merge blocked: pipeline must succeed. It's waiting for a manual job to continue."
+msgstr ""
+
+msgid "Merge blocked: the source branch must be rebased onto the target branch."
+msgstr ""
+
+msgid "Merge commit SHA"
+msgstr ""
+
+msgid "Merge commit message"
+msgstr ""
+
+msgid "Merge details"
+msgstr ""
+
+msgid "Merge events"
+msgstr ""
+
+msgid "Merge immediately"
+msgstr ""
+
+msgid "Merge in progress"
+msgstr ""
+
+msgid "Merge locally"
+msgstr ""
+
+msgid "Merge options"
+msgstr ""
+
+msgid "Merge request"
+msgstr ""
+
+msgid "Merge request %{mr_link} was reviewed by %{mr_author}"
+msgstr ""
+
+msgid "Merge request analytics"
+msgstr ""
+
+msgid "Merge request approvals"
+msgstr ""
+
+msgid "Merge request commits"
+msgstr ""
+
+msgid "Merge request dependencies"
+msgstr ""
+
+msgid "Merge request events"
+msgstr ""
+
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
+msgid "Merge request reports"
+msgstr ""
+
+msgid "Merge request was scheduled to merge after pipeline succeeds"
+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 the branch and fix any conflicts that come up"
+msgstr ""
+
+msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
+msgstr ""
+
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
+msgid "Merge when pipeline succeeds"
+msgstr ""
+
+msgid "Merge..."
+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 "MergeRequestAnalytics|Assignees"
+msgstr ""
+
+msgid "MergeRequestAnalytics|Date Merged"
+msgstr ""
+
+msgid "MergeRequestAnalytics|Line changes"
+msgstr ""
+
+msgid "MergeRequestAnalytics|Merge Request"
+msgstr ""
+
+msgid "MergeRequestAnalytics|Milestone"
+msgstr ""
+
+msgid "MergeRequestAnalytics|Pipelines"
+msgstr ""
+
+msgid "MergeRequestAnalytics|Time to merge"
+msgstr ""
+
+msgid "MergeRequestApprovals|Define approval rules and settings to ensure %{link_start}separation of duties%{link_end} for new merge requests."
+msgstr ""
+
+msgid "MergeRequestApprovals|Enforce %{link_start}separation of duties%{link_end} for all projects."
+msgstr ""
+
+msgid "MergeRequestApprovals|Enforce %{separationLinkStart}separation of duties%{separationLinkEnd} for all projects. %{learnLinkStart}Learn more.%{learnLinkEnd}"
+msgstr ""
+
+msgid "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
+msgstr ""
+
+msgid "MergeRequestDiffs|Select comment starting line"
+msgstr ""
+
+msgid "MergeRequests|An error occurred while saving the draft comment."
+msgstr ""
+
+msgid "MergeRequests|Create issue to resolve thread"
+msgstr ""
+
+msgid "MergeRequests|Failed to squash. Should be done manually."
+msgstr ""
+
+msgid "MergeRequests|Saving the comment failed"
+msgstr ""
+
+msgid "MergeRequests|This project does not allow squashing commits when merge requests are accepted."
+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|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|Approved by @%{username}"
+msgstr ""
+
+msgid "MergeRequest|Can't show this merge request because of an internal error. Contact your administrator."
+msgstr ""
+
+msgid "MergeRequest|Can't show this merge request because the fork project was deleted."
+msgstr ""
+
+msgid "MergeRequest|Can't show this merge request because the source branch %{branch_badge} is missing from project %{path_badge}. Close this merge request or update the source branch."
+msgstr ""
+
+msgid "MergeRequest|Can't show this merge request because the target branch %{branch_badge} is missing from project %{path_badge}. Close this merge request or update the target branch."
+msgstr ""
+
+msgid "MergeRequest|Compare %{target} and %{source}"
+msgstr ""
+
+msgid "MergeRequest|Error dismissing suggestion popover. Please try again."
+msgstr ""
+
+msgid "MergeRequest|Error loading full diff. Please try again."
+msgstr ""
+
+msgid "MergeRequest|No files found"
+msgstr ""
+
+msgid "MergeRequest|Search files (%{modifier_key}P)"
+msgstr ""
+
+msgid "Merged"
+msgstr ""
+
+msgid "Merged MRs"
+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 "Merged by"
+msgstr ""
+
+msgid "Merged this merge request."
+msgstr ""
+
+msgid "Merged: %{merged}"
+msgstr ""
+
+msgid "Merges this merge request immediately."
+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 "Message"
+msgstr ""
+
+msgid "Messages"
+msgstr ""
+
+msgid "Method"
+msgstr ""
+
+msgid "Method call threshold (ms)"
+msgstr ""
+
+msgid "Metric was successfully added."
+msgstr ""
+
+msgid "Metric was successfully updated."
+msgstr ""
+
+msgid "Metric:"
+msgstr ""
+
+msgid "MetricChart|Please select a metric"
+msgstr ""
+
+msgid "MetricChart|Selected"
+msgstr ""
+
+msgid "MetricChart|There is no data available. Please change your selection."
+msgstr ""
+
+msgid "MetricChart|There is too much data to calculate. Please change your selection."
+msgstr ""
+
+msgid "Metrics"
+msgstr ""
+
+msgid "Metrics - Grafana"
+msgstr ""
+
+msgid "Metrics - Prometheus"
+msgstr ""
+
+msgid "Metrics Dashboard"
+msgstr ""
+
+msgid "Metrics Dashboard YAML definition"
+msgstr ""
+
+msgid "Metrics Dashboard YAML definition is invalid:"
+msgstr ""
+
+msgid "Metrics Dashboard YAML definition is valid."
+msgstr ""
+
+msgid "Metrics and profiling"
+msgstr ""
+
+msgid "Metrics:"
+msgstr ""
+
+msgid "MetricsDashboardAnnotation|Annotation can't belong to both a cluster and an environment at the same time"
+msgstr ""
+
+msgid "MetricsDashboardAnnotation|Annotation has not been deleted"
+msgstr ""
+
+msgid "MetricsDashboardAnnotation|Annotation must belong to a cluster or an environment"
+msgstr ""
+
+msgid "MetricsDashboardAnnotation|Dashboard with requested path can not be found"
+msgstr ""
+
+msgid "MetricsDashboardAnnotation|You are not authorized to create annotation for selected cluster"
+msgstr ""
+
+msgid "MetricsDashboardAnnotation|You are not authorized to create annotation for selected environment"
+msgstr ""
+
+msgid "MetricsDashboardAnnotation|You are not authorized to delete this annotation"
+msgstr ""
+
+msgid "MetricsDashboardAnnotation|can't be before starting_at time"
+msgstr ""
+
+msgid "MetricsSettings|Add a button to the metrics dashboard linking directly to your existing external dashboard."
+msgstr ""
+
+msgid "MetricsSettings|Choose whether to display dashboard metrics in UTC or the user's local timezone."
+msgstr ""
+
+msgid "MetricsSettings|Dashboard timezone"
+msgstr ""
+
+msgid "MetricsSettings|External dashboard URL"
+msgstr ""
+
+msgid "MetricsSettings|Manage metrics dashboard settings."
+msgstr ""
+
+msgid "MetricsSettings|Metrics"
+msgstr ""
+
+msgid "MetricsSettings|UTC (Coordinated Universal Time)"
+msgstr ""
+
+msgid "MetricsSettings|User's local timezone"
+msgstr ""
+
+msgid "MetricsUsersStarredDashboards|Dashboard with requested path can not be found"
+msgstr ""
+
+msgid "MetricsUsersStarredDashboards|You are not authorized to add star to this dashboard"
+msgstr ""
+
+msgid "Metrics|1. Define and preview panel"
+msgstr ""
+
+msgid "Metrics|2. Paste panel YAML into dashboard"
+msgstr ""
+
+msgid "Metrics|Add metric"
+msgstr ""
+
+msgid "Metrics|Add panel"
+msgstr ""
+
+msgid "Metrics|Avg"
+msgstr ""
+
+msgid "Metrics|Back to dashboard"
+msgstr ""
+
+msgid "Metrics|Cancel"
+msgstr ""
+
+msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
+msgstr ""
+
+msgid "Metrics|Collapse panel"
+msgstr ""
+
+msgid "Metrics|Collapse panel (Esc)"
+msgstr ""
+
+msgid "Metrics|Copy YAML"
+msgstr ""
+
+msgid "Metrics|Copy and paste the panel YAML into your dashboard YAML file."
+msgstr ""
+
+msgid "Metrics|Create custom dashboard %{fileName}"
+msgstr ""
+
+msgid "Metrics|Create metric"
+msgstr ""
+
+msgid "Metrics|Create new dashboard"
+msgstr ""
+
+msgid "Metrics|Create your dashboard configuration file"
+msgstr ""
+
+msgid "Metrics|Current"
+msgstr ""
+
+msgid "Metrics|Dashboard files can be found in %{codeStart}.gitlab/dashboards%{codeEnd} at the root of this project."
+msgstr ""
+
+msgid "Metrics|Define panel YAML below to preview panel."
+msgstr ""
+
+msgid "Metrics|Delete metric"
+msgstr ""
+
+msgid "Metrics|Delete metric?"
+msgstr ""
+
+msgid "Metrics|Duplicate"
+msgstr ""
+
+msgid "Metrics|Duplicate current dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicate dashboard"
+msgstr ""
+
+msgid "Metrics|Duplicate this dashboard to add panel or edit dashboard YAML."
+msgstr ""
+
+msgid "Metrics|Duplicating..."
+msgstr ""
+
+msgid "Metrics|Edit dashboard YAML"
+msgstr ""
+
+msgid "Metrics|Edit metric"
+msgid_plural "Metrics|Edit metrics"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Metrics|Expand panel"
+msgstr ""
+
+msgid "Metrics|For grouping similar metrics"
+msgstr ""
+
+msgid "Metrics|Invalid time range, please verify."
+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|Link contains invalid chart information, please verify the link to see the expanded panel."
+msgstr ""
+
+msgid "Metrics|Manage chart links"
+msgstr ""
+
+msgid "Metrics|Max"
+msgstr ""
+
+msgid "Metrics|Metrics Settings"
+msgstr ""
+
+msgid "Metrics|Min"
+msgstr ""
+
+msgid "Metrics|More actions"
+msgstr ""
+
+msgid "Metrics|Must be a valid PromQL query."
+msgstr ""
+
+msgid "Metrics|New metric"
+msgstr ""
+
+msgid "Metrics|Open repository"
+msgstr ""
+
+msgid "Metrics|Panel YAML"
+msgstr ""
+
+msgid "Metrics|Panel YAML copied"
+msgstr ""
+
+msgid "Metrics|Preview panel"
+msgstr ""
+
+msgid "Metrics|PromQL query is valid"
+msgstr ""
+
+msgid "Metrics|Prometheus Query Documentation"
+msgstr ""
+
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
+msgid "Metrics|Refresh dashboard"
+msgstr ""
+
+msgid "Metrics|Select a value"
+msgstr ""
+
+msgid "Metrics|Set refresh rate"
+msgstr ""
+
+msgid "Metrics|Star dashboard"
+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 annotations. Please try again."
+msgstr ""
+
+msgid "Metrics|There was an error fetching the environments data, please try again"
+msgstr ""
+
+msgid "Metrics|There was an error getting annotations information."
+msgstr ""
+
+msgid "Metrics|There was an error getting dashboard validation warnings information."
+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 getting options for variable \"%{name}\"."
+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|To create a new dashboard, add a new YAML file to %{codeStart}.gitlab/dashboards%{codeEnd} at the root of this project."
+msgstr ""
+
+msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
+msgstr ""
+
+msgid "Metrics|Unit label"
+msgstr ""
+
+msgid "Metrics|Unstar dashboard"
+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|Values"
+msgstr ""
+
+msgid "Metrics|View documentation"
+msgstr ""
+
+msgid "Metrics|View logs"
+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|Your dashboard schema is invalid. Edit the dashboard to correct the YAML schema."
+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 "Mi"
+msgstr ""
+
+msgid "Middleman project with Static Site Editor support"
+msgstr ""
+
+msgid "Migrated %{success_count}/%{total_count} files."
+msgstr ""
+
+msgid "Migration"
+msgstr ""
+
+msgid "Migration has been scheduled to be retried"
+msgstr ""
+
+msgid "Migration successful."
+msgstr ""
+
+msgid "Milestone"
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Milestone due date"
+msgstr ""
+
+msgid "Milestone lists not available with your current license"
+msgstr ""
+
+msgid "MilestoneCombobox|An error occurred while searching for milestones"
+msgstr ""
+
+msgid "MilestoneCombobox|Group milestones"
+msgstr ""
+
+msgid "MilestoneCombobox|Milestone"
+msgstr ""
+
+msgid "MilestoneCombobox|No matching results"
+msgstr ""
+
+msgid "MilestoneCombobox|No milestone"
+msgstr ""
+
+msgid "MilestoneCombobox|Project milestones"
+msgstr ""
+
+msgid "MilestoneCombobox|Search Milestones"
+msgstr ""
+
+msgid "MilestoneCombobox|Select milestone"
+msgstr ""
+
+msgid "MilestoneSidebar|Closed:"
+msgstr ""
+
+msgid "MilestoneSidebar|Copy reference"
+msgstr ""
+
+msgid "MilestoneSidebar|Due date"
+msgstr ""
+
+msgid "MilestoneSidebar|Edit"
+msgstr ""
+
+msgid "MilestoneSidebar|From"
+msgstr ""
+
+msgid "MilestoneSidebar|Issues"
+msgstr ""
+
+msgid "MilestoneSidebar|Merge requests"
+msgstr ""
+
+msgid "MilestoneSidebar|Merged:"
+msgstr ""
+
+msgid "MilestoneSidebar|New Issue"
+msgstr ""
+
+msgid "MilestoneSidebar|New issue"
+msgstr ""
+
+msgid "MilestoneSidebar|No due date"
+msgstr ""
+
+msgid "MilestoneSidebar|No start date"
+msgstr ""
+
+msgid "MilestoneSidebar|None"
+msgstr ""
+
+msgid "MilestoneSidebar|Open:"
+msgstr ""
+
+msgid "MilestoneSidebar|Reference:"
+msgstr ""
+
+msgid "MilestoneSidebar|Start date"
+msgstr ""
+
+msgid "MilestoneSidebar|Toggle sidebar"
+msgstr ""
+
+msgid "MilestoneSidebar|Until"
+msgstr ""
+
+msgid "MilestoneSidebar|complete"
+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|Close Milestone"
+msgstr ""
+
+msgid "Milestones|Completed Issues (closed)"
+msgstr ""
+
+msgid "Milestones|Delete milestone"
+msgstr ""
+
+msgid "Milestones|Delete milestone %{milestoneTitle}?"
+msgstr ""
+
+msgid "Milestones|Failed to delete milestone %{milestoneTitle}"
+msgstr ""
+
+msgid "Milestones|Group Milestone"
+msgstr ""
+
+msgid "Milestones|Milestone %{milestoneTitle} was not found"
+msgstr ""
+
+msgid "Milestones|Ongoing Issues (open and assigned)"
+msgstr ""
+
+msgid "Milestones|Project Milestone"
+msgstr ""
+
+msgid "Milestones|Promote %{milestoneTitle} to group milestone?"
+msgstr ""
+
+msgid "Milestones|Promote Milestone"
+msgstr ""
+
+msgid "Milestones|Promote to Group 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|Reopen Milestone"
+msgstr ""
+
+msgid "Milestones|This action cannot be reversed."
+msgstr ""
+
+msgid "Milestones|Unstarted Issues (open and unassigned)"
+msgstr ""
+
+msgid "Minimum capacity to be available before we schedule more mirrors preemptively."
+msgstr ""
+
+msgid "Minimum interval in days"
+msgstr ""
+
+msgid "Minutes"
+msgstr ""
+
+msgid "Mirror direction"
+msgstr ""
+
+msgid "Mirror only protected branches"
+msgstr ""
+
+msgid "Mirror repository"
+msgstr ""
+
+msgid "Mirror settings are only available to GitLab administrators."
+msgstr ""
+
+msgid "Mirror user"
+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 "Miscellaneous"
+msgstr ""
+
+msgid "Missing"
+msgstr ""
+
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
+msgid "Missing commit signatures endpoint!"
+msgstr ""
+
+msgid "MissingSSHKeyWarningLink|Add SSH key"
+msgstr ""
+
+msgid "MissingSSHKeyWarningLink|Don't show again"
+msgstr ""
+
+msgid "MissingSSHKeyWarningLink|You can't push or pull repositories using SSH until you add an SSH key to your profile."
+msgstr ""
+
+msgid "MissingSSHKeyWarningLink|You won't be able to pull or push repositories via SSH until you add an SSH key to your profile"
+msgstr ""
+
+msgid "ModalButton|Add projects"
+msgstr ""
+
+msgid "Modal|Close"
+msgstr ""
+
+msgid "Modified"
+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"
+msgstr ""
+
+msgid "Monitor Settings"
+msgstr ""
+
+msgid "Monitor the health and performance of GitLab with Prometheus."
+msgstr ""
+
+msgid "Monitor your errors by integrating with Sentry."
+msgstr ""
+
+msgid "Monitoring"
+msgstr ""
+
+msgid "Month"
+msgstr ""
+
+msgid "Months"
+msgstr ""
+
+msgid "More Information"
+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 information."
+msgstr ""
+
+msgid "More than %{number_commits_distance} commits different with %{default_branch}"
+msgstr ""
+
+msgid "More topics"
+msgstr ""
+
+msgid "Most relevant"
+msgstr ""
+
+msgid "Most stars"
+msgstr ""
+
+msgid "Mount point %{mounted_as} not found in %{model_class}."
+msgstr ""
+
+msgid "Move"
+msgstr ""
+
+msgid "Move down"
+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 test case"
+msgstr ""
+
+msgid "Move this issue to another project."
+msgstr ""
+
+msgid "Move up"
+msgstr ""
+
+msgid "MoveIssue|Cannot move issue due to insufficient permissions!"
+msgstr ""
+
+msgid "MoveIssue|Cannot move issue to project it originates from!"
+msgstr ""
+
+msgid "MoveIssue|Cannot move issues of '%{issue_type}' type."
+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 "MrDeploymentActions|Deploy"
+msgstr ""
+
+msgid "MrDeploymentActions|Re-deploy"
+msgstr ""
+
+msgid "MrDeploymentActions|Stop environment"
+msgstr ""
+
+msgid "Multi-project"
+msgstr ""
+
+msgid "Multi-project Runners cannot be removed"
+msgstr ""
+
+msgid "Multiple HTTP integrations are not supported for this project"
+msgstr ""
+
+msgid "Multiple IP address ranges are supported."
+msgstr ""
+
+msgid "Multiple Prometheus integrations are not supported"
+msgstr ""
+
+msgid "Multiple domains are supported."
+msgstr ""
+
+msgid "Multiple model types found: %{model_types}"
+msgstr ""
+
+msgid "Multiple uploaders found: %{uploader_types}"
+msgstr ""
+
+msgid "Multiplier to apply to polling intervals. Decimal values are supported. Defaults to 1."
+msgstr ""
+
+msgid "Must match with the %{codeStart}external_url%{codeEnd} in %{codeStart}/etc/gitlab/gitlab.rb%{codeEnd}."
+msgstr ""
+
+msgid "Must match with the %{codeStart}geo_node_name%{codeEnd} in %{codeStart}/etc/gitlab/gitlab.rb%{codeEnd}. %{linkStart}Learn more%{linkEnd}"
+msgstr ""
+
+msgid "My Awesome Group"
+msgstr ""
+
+msgid "My company or team"
+msgstr ""
+
+msgid "My topic"
+msgstr ""
+
+msgid "My-Reaction"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Name"
+msgstr ""
+
+msgid "Name can't be blank"
+msgstr ""
+
+msgid "Name has already been taken"
+msgstr ""
+
+msgid "Name is already taken."
+msgstr ""
+
+msgid "Name new label"
+msgstr ""
+
+msgid "Name:"
+msgstr ""
+
+msgid "Namespace"
+msgstr ""
+
+msgid "Namespace ID:"
+msgstr ""
+
+msgid "Namespace is empty"
+msgstr ""
+
+msgid "Namespace:"
+msgstr ""
+
+msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project"
+msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}"
+msgstr ""
+
+msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}"
+msgstr ""
+
+msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}"
+msgstr ""
+
+msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}"
+msgstr ""
+
+msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
+msgstr ""
+
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
+msgstr ""
+
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
+msgstr ""
+
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
+msgstr ""
+
+msgid "NamespaceUserCap|View pending approvals"
+msgstr ""
+
+msgid "NamespaceUserCap|Your group has reached its billable member limit"
+msgstr ""
+
+msgid "Namespaces"
+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 "Navigation bar"
+msgstr ""
+
+msgid "NavigationTheme|Blue"
+msgstr ""
+
+msgid "NavigationTheme|Dark"
+msgstr ""
+
+msgid "NavigationTheme|Dark Mode (alpha)"
+msgstr ""
+
+msgid "NavigationTheme|Green"
+msgstr ""
+
+msgid "NavigationTheme|Indigo"
+msgstr ""
+
+msgid "NavigationTheme|Light"
+msgstr ""
+
+msgid "NavigationTheme|Light Blue"
+msgstr ""
+
+msgid "NavigationTheme|Light Green"
+msgstr ""
+
+msgid "NavigationTheme|Light Indigo"
+msgstr ""
+
+msgid "NavigationTheme|Light Red"
+msgstr ""
+
+msgid "NavigationTheme|Red"
+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 "Needs"
+msgstr ""
+
+msgid "Needs attention"
+msgstr ""
+
+msgid "Network"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "NetworkPolicies|%{ifLabelStart}if%{ifLabelEnd} %{ruleType} %{isLabelStart}is%{isLabelEnd} %{ruleDirection} %{ruleSelector} %{directionLabelStart}and is inbound from a%{directionLabelEnd} %{rule} %{portsLabelStart}on%{portsLabelEnd} %{ports}"
+msgstr ""
+
+msgid "NetworkPolicies|%{ifLabelStart}if%{ifLabelEnd} %{ruleType} %{isLabelStart}is%{isLabelEnd} %{ruleDirection} %{ruleSelector} %{directionLabelStart}and is outbound to a%{directionLabelEnd} %{rule} %{portsLabelStart}on%{portsLabelEnd} %{ports}"
+msgstr ""
+
+msgid "NetworkPolicies|%{labelStart}And%{labelEnd} %{spanStart}send an Alert to GitLab.%{spanEnd}"
+msgstr ""
+
+msgid "NetworkPolicies|%{labelStart}Then%{labelEnd} %{action} %{spanStart}the network traffic.%{spanEnd}"
+msgstr ""
+
+msgid "NetworkPolicies|%{number} selected"
+msgstr ""
+
+msgid "NetworkPolicies|%{strongOpen}all%{strongClose} pods"
+msgstr ""
+
+msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
+msgstr ""
+
+msgid "NetworkPolicies|.yaml mode"
+msgstr ""
+
+msgid "NetworkPolicies|Add alert"
+msgstr ""
+
+msgid "NetworkPolicies|Alerts are intended to be selectively used for a limited number of events that are potentially concerning and warrant a manual review. Alerts should not be used as a substitute for a SIEM or a logging tool. High volume alerts are likely to be dropped so as to preserve the stability of GitLab's integration with Kubernetes."
+msgstr ""
+
+msgid "NetworkPolicies|All selected"
+msgstr ""
+
+msgid "NetworkPolicies|Allow"
+msgstr ""
+
+msgid "NetworkPolicies|Allow all inbound traffic to %{selector} from %{ruleSelector} on %{ports}"
+msgstr ""
+
+msgid "NetworkPolicies|Allow all outbound traffic from %{selector} to %{ruleSelector} on %{ports}"
+msgstr ""
+
+msgid "NetworkPolicies|Are you sure you want to delete this policy? This action cannot be undone."
+msgstr ""
+
+msgid "NetworkPolicies|Create policy"
+msgstr ""
+
+msgid "NetworkPolicies|Define this policy's location, conditions and actions."
+msgstr ""
+
+msgid "NetworkPolicies|Delete policy"
+msgstr ""
+
+msgid "NetworkPolicies|Delete policy: %{policy}"
+msgstr ""
+
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
+msgid "NetworkPolicies|Edit policy"
+msgstr ""
+
+msgid "NetworkPolicies|Environment does not have deployment platform"
+msgstr ""
+
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
+msgid "NetworkPolicies|Invalid or empty policy"
+msgstr ""
+
+msgid "NetworkPolicies|Invalid or unsupported policy kind"
+msgstr ""
+
+msgid "NetworkPolicies|Kubernetes error: %{error}"
+msgstr ""
+
+msgid "NetworkPolicies|Network"
+msgstr ""
+
+msgid "NetworkPolicies|Network Policies can be used to limit which network traffic is allowed between containers inside the cluster."
+msgstr ""
+
+msgid "NetworkPolicies|Network policy can be created after the environment is loaded successfully."
+msgstr ""
+
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
+msgid "NetworkPolicies|Policy %{policyName} was successfully changed"
+msgstr ""
+
+msgid "NetworkPolicies|Policy definition"
+msgstr ""
+
+msgid "NetworkPolicies|Rule mode"
+msgstr ""
+
+msgid "NetworkPolicies|Rule mode is unavailable for this policy. In some cases, we cannot parse the YAML file back into the rules editor."
+msgstr ""
+
+msgid "NetworkPolicies|Save changes"
+msgstr ""
+
+msgid "NetworkPolicies|Something went wrong, failed to update policy"
+msgstr ""
+
+msgid "NetworkPolicies|Something went wrong, unable to fetch policies"
+msgstr ""
+
+msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
+msgstr ""
+
+msgid "NetworkPolicies|all DNS names"
+msgstr ""
+
+msgid "NetworkPolicies|all IP addresses"
+msgstr ""
+
+msgid "NetworkPolicies|any pod"
+msgstr ""
+
+msgid "NetworkPolicies|any port"
+msgstr ""
+
+msgid "NetworkPolicies|domain name"
+msgstr ""
+
+msgid "NetworkPolicies|entity"
+msgstr ""
+
+msgid "NetworkPolicies|inbound to"
+msgstr ""
+
+msgid "NetworkPolicies|nowhere"
+msgstr ""
+
+msgid "NetworkPolicies|outbound from"
+msgstr ""
+
+msgid "NetworkPolicies|pod with labels"
+msgstr ""
+
+msgid "NetworkPolicies|pods %{pods}"
+msgstr ""
+
+msgid "NetworkPolicies|pods with labels"
+msgstr ""
+
+msgid "NetworkPolicies|ports %{ports}"
+msgstr ""
+
+msgid "NetworkPolicies|ports/protocols"
+msgstr ""
+
+msgid "NetworkPolicy|Policy"
+msgstr ""
+
+msgid "NetworkPolicy|Search by policy name"
+msgstr ""
+
+msgid "NetworkPolicy|Status"
+msgstr ""
+
+msgid "Never"
+msgstr ""
+
+msgid "New"
+msgstr ""
+
+msgid "New %{issueType}"
+msgstr ""
+
+msgid "New %{type} in %{project}"
+msgstr ""
+
+msgid "New Application"
+msgstr ""
+
+msgid "New Branch"
+msgstr ""
+
+msgid "New Deploy Key"
+msgstr ""
+
+msgid "New Environment"
+msgstr ""
+
+msgid "New Epic"
+msgstr ""
+
+msgid "New File"
+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 Jira import"
+msgstr ""
+
+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 Requirement"
+msgstr ""
+
+msgid "New Snippet"
+msgstr ""
+
+msgid "New Test Case"
+msgstr ""
+
+msgid "New User"
+msgstr ""
+
+msgid "New application"
+msgstr ""
+
+msgid "New branch"
+msgstr ""
+
+msgid "New branch unavailable"
+msgstr ""
+
+msgid "New confidential epic title "
+msgstr ""
+
+msgid "New confidential issue title"
+msgstr ""
+
+msgid "New deploy key"
+msgstr ""
+
+msgid "New directory"
+msgstr ""
+
+msgid "New discussion"
+msgstr ""
+
+msgid "New environment"
+msgstr ""
+
+msgid "New epic"
+msgstr ""
+
+msgid "New epic title"
+msgstr ""
+
+msgid "New file"
+msgstr ""
+
+msgid "New group"
+msgstr ""
+
+msgid "New group URL"
+msgstr ""
+
+msgid "New group name"
+msgstr ""
+
+msgid "New health check access token has been generated!"
+msgstr ""
+
+msgid "New identity"
+msgstr ""
+
+msgid "New issue"
+msgstr ""
+
+msgid "New issue in %{project}"
+msgstr ""
+
+msgid "New issue title"
+msgstr ""
+
+msgid "New iteration created"
+msgstr ""
+
+msgid "New label"
+msgstr ""
+
+msgid "New list"
+msgstr ""
+
+msgid "New merge request"
+msgstr ""
+
+msgid "New milestone"
+msgstr ""
+
+msgid "New name"
+msgstr ""
+
+msgid "New password"
+msgstr ""
+
+msgid "New pipelines cause older pending or running pipelines on the same branch to be cancelled."
+msgstr ""
+
+msgid "New project"
+msgstr ""
+
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
+msgid "New release"
+msgstr ""
+
+msgid "New requirement"
+msgstr ""
+
+msgid "New response for issue #%{issue_iid}:"
+msgstr ""
+
+msgid "New runners registration token has been generated!"
+msgstr ""
+
+msgid "New schedule"
+msgstr ""
+
+msgid "New service account is generated for the selected Google Cloud project"
+msgstr ""
+
+msgid "New snippet"
+msgstr ""
+
+msgid "New subgroup"
+msgstr ""
+
+msgid "New tag"
+msgstr ""
+
+msgid "New test case"
+msgstr ""
+
+msgid "New topic"
+msgstr ""
+
+msgid "New users set to external"
+msgstr ""
+
+msgid "New! Suggest changes directly"
+msgstr ""
+
+msgid "New..."
+msgstr ""
+
+msgid "Newest first"
+msgstr ""
+
+msgid "Newly-registered users are external by default"
+msgstr ""
+
+msgid "Next"
+msgstr ""
+
+msgid "Next commit"
+msgstr ""
+
+msgid "Next design"
+msgstr ""
+
+msgid "Next file in diff"
+msgstr ""
+
+msgid "Next scan"
+msgstr ""
+
+msgid "Next unresolved discussion"
+msgstr ""
+
+msgid "Nickname"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No %{header} for this request."
+msgstr ""
+
+msgid "No %{providerTitle} repositories found"
+msgstr ""
+
+msgid "No CSV data to display."
+msgstr ""
+
+msgid "No Epic"
+msgstr ""
+
+msgid "No Matching Results"
+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 approvers"
+msgstr ""
+
+msgid "No artifacts found"
+msgstr ""
+
+msgid "No assignee"
+msgstr ""
+
+msgid "No authentication methods configured."
+msgstr ""
+
+msgid "No available branches"
+msgstr ""
+
+msgid "No available groups to fork the project."
+msgstr ""
+
+msgid "No branches found"
+msgstr ""
+
+msgid "No changes"
+msgstr ""
+
+msgid "No changes between %{source} and %{target}"
+msgstr ""
+
+msgid "No child epics match applied filters"
+msgstr ""
+
+msgid "No commenters"
+msgstr ""
+
+msgid "No commits present here"
+msgstr ""
+
+msgid "No committers"
+msgstr ""
+
+msgid "No compliance frameworks are in use."
+msgstr ""
+
+msgid "No compliance frameworks are in use. Create one from the %{link} section in Group Settings."
+msgstr ""
+
+msgid "No confirmation email received? Check your spam folder or %{request_link_start}request new confirmation email%{request_link_end}."
+msgstr ""
+
+msgid "No connection could be made to a Gitaly Server, please check your logs!"
+msgstr ""
+
+msgid "No containers available"
+msgstr ""
+
+msgid "No contributions"
+msgstr ""
+
+msgid "No contributions were found"
+msgstr ""
+
+msgid "No credit card data for matching"
+msgstr ""
+
+msgid "No credit card required."
+msgstr ""
+
+msgid "No data found"
+msgstr ""
+
+msgid "No data to display"
+msgstr ""
+
+msgid "No deployments detected. Use environments to control your software's continuous deployment. %{linkStart}Learn more about deployment jobs.%{linkEnd}"
+msgstr ""
+
+msgid "No deployments found"
+msgstr ""
+
+msgid "No due date"
+msgstr ""
+
+msgid "No email participants were added. Either none were provided, or they already exist."
+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 group provided"
+msgstr ""
+
+msgid "No grouping"
+msgstr ""
+
+msgid "No issues found"
+msgstr ""
+
+msgid "No iteration"
+msgstr ""
+
+msgid "No iterations found"
+msgstr ""
+
+msgid "No iterations to show"
+msgstr ""
+
+msgid "No job log"
+msgstr ""
+
+msgid "No jobs to show"
+msgstr ""
+
+msgid "No label"
+msgstr ""
+
+msgid "No labels with such name or description"
+msgstr ""
+
+msgid "No license. All rights reserved"
+msgstr ""
+
+msgid "No matches found"
+msgstr ""
+
+msgid "No matching issue found. Make sure that you are adding a valid issue URL."
+msgstr ""
+
+msgid "No matching labels"
+msgstr ""
+
+msgid "No matching results"
+msgstr ""
+
+msgid "No matching results for \"%{query}\""
+msgstr ""
+
+msgid "No matching results..."
+msgstr ""
+
+msgid "No member provided"
+msgstr ""
+
+msgid "No members found"
+msgstr ""
+
+msgid "No memberships found"
+msgstr ""
+
+msgid "No merge requests found"
+msgstr ""
+
+msgid "No messages were logged"
+msgstr ""
+
+msgid "No milestone"
+msgstr ""
+
+msgid "No milestones to show"
+msgstr ""
+
+msgid "No namespace"
+msgstr ""
+
+msgid "No other labels with such name or description"
+msgstr ""
+
+msgid "No panels matching properties %{opts}"
+msgstr ""
+
+msgid "No parent group"
+msgstr ""
+
+msgid "No plan"
+msgstr ""
+
+msgid "No pods available"
+msgstr ""
+
+msgid "No policy matches this license"
+msgstr ""
+
+msgid "No preview for this file type"
+msgstr ""
+
+msgid "No prioritized labels with such name or description"
+msgstr ""
+
+msgid "No profiles found"
+msgstr ""
+
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
+msgid "No public deploy keys"
+msgstr ""
+
+msgid "No public groups"
+msgstr ""
+
+msgid "No ref selected"
+msgstr ""
+
+msgid "No related merge requests found."
+msgstr ""
+
+msgid "No repository"
+msgstr ""
+
+msgid "No runner executable"
+msgstr ""
+
+msgid "No runners found"
+msgstr ""
+
+msgid "No schedules"
+msgstr ""
+
+msgid "No service accounts"
+msgstr ""
+
+msgid "No severity matches the provided parameter"
+msgstr ""
+
+msgid "No source selected"
+msgstr ""
+
+msgid "No stack trace for this error"
+msgstr ""
+
+msgid "No starrers matched your search"
+msgstr ""
+
+msgid "No start date"
+msgstr ""
+
+msgid "No tag selected"
+msgstr ""
+
+msgid "No template"
+msgstr ""
+
+msgid "No template selected"
+msgstr ""
+
+msgid "No test coverage"
+msgstr ""
+
+msgid "No triggers exist yet. Use the form above to create one."
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhook events"
+msgstr ""
+
+msgid "No webhooks enabled. Select trigger events above."
+msgstr ""
+
+msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
+msgid_plural "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} days to renew your subscription."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "No. of commits"
+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 "Non-admin users are restricted to read-only access, in both GitLab UI and API."
+msgstr ""
+
+msgid "None"
+msgstr ""
+
+msgid "None of the group milestones have the same project as the release"
+msgstr ""
+
+msgid "Normal text"
+msgstr ""
+
+msgid "Not Implemented"
+msgstr ""
+
+msgid "Not all browsers support U2F devices. Therefore, we require that you set up a two-factor authentication app first. That way you'll always be able to sign in - even when you're using an unsupported browser."
+msgstr ""
+
+msgid "Not all browsers support WebAuthn. Therefore, we require that you set up a two-factor authentication app first. That way you'll always be able to sign in - even from an unsupported browser."
+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 found"
+msgstr ""
+
+msgid "Not found."
+msgstr ""
+
+msgid "Not permitted to destroy framework"
+msgstr ""
+
+msgid "Not ready yet. Try again later."
+msgstr ""
+
+msgid "Not started"
+msgstr ""
+
+msgid "Not supported"
+msgstr ""
+
+msgid "Note"
+msgstr ""
+
+msgid "Note creation requests"
+msgstr ""
+
+msgid "Note parameters are invalid: %{errors}"
+msgstr ""
+
+msgid "Note that pushing to GitLab requires write access to this repository."
+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 "Note: current forks will keep their visibility level."
+msgstr ""
+
+msgid "NoteForm|Note"
+msgstr ""
+
+msgid "Notes rate limit"
+msgstr ""
+
+msgid "Notes|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "Notes|Collapse replies"
+msgstr ""
+
+msgid "Notes|Confidential comments are only visible to members with the role of Reporter or higher"
+msgstr ""
+
+msgid "Notes|Make this comment confidential"
+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 "Notes|This comment is confidential and only visible to project members"
+msgstr ""
+
+msgid "Notes|You're only seeing %{boldStart}other activity%{boldEnd} in the feed. To add a comment, switch to one of the following options."
+msgstr ""
+
+msgid "Nothing found…"
+msgstr ""
+
+msgid "Nothing to preview."
+msgstr ""
+
+msgid "Notification events"
+msgstr ""
+
+msgid "Notification setting - %{notification_title}"
+msgstr ""
+
+msgid "Notification settings saved"
+msgstr ""
+
+msgid "NotificationEmail|Assignee"
+msgid_plural "NotificationEmail|Assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "NotificationEmail|Assignee: %{users}"
+msgid_plural "NotificationEmail|Assignees: %{users}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "NotificationEmail|Reviewer"
+msgid_plural "NotificationEmail|Reviewers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "NotificationEmail|Reviewer: %{users}"
+msgid_plural "NotificationEmail|Reviewers: %{users}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "NotificationEvent|Change reviewer merge request"
+msgstr ""
+
+msgid "NotificationEvent|Close issue"
+msgstr ""
+
+msgid "NotificationEvent|Close merge request"
+msgstr ""
+
+msgid "NotificationEvent|Failed pipeline"
+msgstr ""
+
+msgid "NotificationEvent|Fixed pipeline"
+msgstr ""
+
+msgid "NotificationEvent|Issue due"
+msgstr ""
+
+msgid "NotificationEvent|Merge merge request"
+msgstr ""
+
+msgid "NotificationEvent|Merge when pipeline succeeds"
+msgstr ""
+
+msgid "NotificationEvent|Moved project"
+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|Push to merge request"
+msgstr ""
+
+msgid "NotificationEvent|Reassign issue"
+msgstr ""
+
+msgid "NotificationEvent|Reassign merge request"
+msgstr ""
+
+msgid "NotificationEvent|Reopen issue"
+msgstr ""
+
+msgid "NotificationEvent|Reopen merge request"
+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 "Notifications"
+msgstr ""
+
+msgid "Notifications have been disabled by the project or group owner"
+msgstr ""
+
+msgid "Notifications off"
+msgstr ""
+
+msgid "Notifications on"
+msgstr ""
+
+msgid "Notify users by email when sign-in location is not recognized."
+msgstr ""
+
+msgid "Nov"
+msgstr ""
+
+msgid "November"
+msgstr ""
+
+msgid "Now, personalize your GitLab experience"
+msgstr ""
+
+msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
+msgstr ""
+
+msgid "Number of Elasticsearch shards and replicas per index:"
+msgstr ""
+
+msgid "Number of Git pushes after which %{code_start}git gc%{code_end} is run."
+msgstr ""
+
+msgid "Number of Git pushes after which a full %{code_start}git repack%{code_end} is run."
+msgstr ""
+
+msgid "Number of Git pushes after which an incremental %{code_start}git repack%{code_end} is run."
+msgstr ""
+
+msgid "Number of LOCs per commit"
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
+msgid "Number of commits per MR"
+msgstr ""
+
+msgid "Number of employees"
+msgstr ""
+
+msgid "Number of events"
+msgstr ""
+
+msgid "Number of events for this project: %{total_count}."
+msgstr ""
+
+msgid "Number of files touched"
+msgstr ""
+
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+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 "Off"
+msgstr ""
+
+msgid "Oh no!"
+msgstr ""
+
+msgid "Ok, let's go"
+msgstr ""
+
+msgid "Okay"
+msgstr ""
+
+msgid "Oldest first"
+msgstr ""
+
+msgid "OmniAuth"
+msgstr ""
+
+msgid "On"
+msgstr ""
+
+msgid "On track"
+msgstr ""
+
+msgid "On-call Schedules"
+msgstr ""
+
+msgid "On-call schedules"
+msgstr ""
+
+msgid "OnCallScheduless|Any escalation rules that are using this schedule will also be deleted."
+msgstr ""
+
+msgid "OnCallSchedules|1 day"
+msgstr ""
+
+msgid "OnCallSchedules|2 weeks"
+msgstr ""
+
+msgid "OnCallSchedules|Add a rotation"
+msgstr ""
+
+msgid "OnCallSchedules|Add a schedule"
+msgstr ""
+
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
+msgid "OnCallSchedules|Add rotation"
+msgstr ""
+
+msgid "OnCallSchedules|Add schedule"
+msgstr ""
+
+msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteRotation}\" rotation? This action cannot be undone."
+msgstr ""
+
+msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
+msgstr ""
+
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
+msgid "OnCallSchedules|Create on-call schedules in GitLab"
+msgstr ""
+
+msgid "OnCallSchedules|Currently no rotation."
+msgstr ""
+
+msgid "OnCallSchedules|Delete rotation"
+msgstr ""
+
+msgid "OnCallSchedules|Delete schedule"
+msgstr ""
+
+msgid "OnCallSchedules|Edit rotation"
+msgstr ""
+
+msgid "OnCallSchedules|Edit schedule"
+msgstr ""
+
+msgid "OnCallSchedules|Enable end date"
+msgstr ""
+
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
+msgid "OnCallSchedules|Failed to add rotation"
+msgstr ""
+
+msgid "OnCallSchedules|Failed to add schedule"
+msgstr ""
+
+msgid "OnCallSchedules|Failed to edit schedule"
+msgstr ""
+
+msgid "OnCallSchedules|For this rotation, on-call will be:"
+msgstr ""
+
+msgid "OnCallSchedules|On-call schedule %{obstacle} in project %{project}"
+msgstr ""
+
+msgid "OnCallSchedules|On-call schedules"
+msgstr ""
+
+msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
+msgstr ""
+
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Restrict to time intervals"
+msgstr ""
+
+msgid "OnCallSchedules|Rotation end date/time must come after start date/time"
+msgstr ""
+
+msgid "OnCallSchedules|Rotation length"
+msgstr ""
+
+msgid "OnCallSchedules|Rotation name cannot be empty"
+msgstr ""
+
+msgid "OnCallSchedules|Rotation participants cannot be empty"
+msgstr ""
+
+msgid "OnCallSchedules|Rotation start date cannot be empty"
+msgstr ""
+
+msgid "OnCallSchedules|Rotations"
+msgstr ""
+
+msgid "OnCallSchedules|Route alerts directly to specific members of your team"
+msgstr ""
+
+msgid "OnCallSchedules|Select participant"
+msgstr ""
+
+msgid "OnCallSchedules|Select timezone"
+msgstr ""
+
+msgid "OnCallSchedules|Sets the default timezone for the schedule, for all participants"
+msgstr ""
+
+msgid "OnCallSchedules|Successfully created a new rotation"
+msgstr ""
+
+msgid "OnCallSchedules|Successfully edited your rotation"
+msgstr ""
+
+msgid "OnCallSchedules|The rotation could not be deleted. Please try again."
+msgstr ""
+
+msgid "OnCallSchedules|The rotation could not be updated. Please try again."
+msgstr ""
+
+msgid "OnCallSchedules|The schedule could not be deleted. Please try again."
+msgstr ""
+
+msgid "OnCallSchedules|The schedule could not be updated. Please try again."
+msgstr ""
+
+msgid "OnCallSchedules|Try adding a rotation"
+msgstr ""
+
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the Add a rotation button. To enable notifications for this schedule, you must also create an %{linkStart}escalation policy%{linkEnd}."
+msgstr ""
+
+msgid "OnDemandScans|%{learnMoreLinkStart}Learn more about on-demand scans%{learnMoreLinkEnd}."
+msgstr ""
+
+msgid "OnDemandScans|Are you sure you want to delete this scan?"
+msgstr ""
+
+msgid "OnDemandScans|Could not delete saved scan. Please refresh the page, or try again later."
+msgstr ""
+
+msgid "OnDemandScans|Could not fetch on-demand scans. Please refresh the page, or try again later."
+msgstr ""
+
+msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
+msgstr ""
+
+msgid "OnDemandScans|Could not fetch site profiles. Please refresh the page, or try again later."
+msgstr ""
+
+msgid "OnDemandScans|Could not run the scan. Please try again."
+msgstr ""
+
+msgid "OnDemandScans|Create new scanner profile"
+msgstr ""
+
+msgid "OnDemandScans|Create new site profile"
+msgstr ""
+
+msgid "OnDemandScans|Delete profile"
+msgstr ""
+
+msgid "OnDemandScans|Description (optional)"
+msgstr ""
+
+msgid "OnDemandScans|Edit on-demand DAST scan"
+msgstr ""
+
+msgid "OnDemandScans|Edit profile"
+msgstr ""
+
+msgid "OnDemandScans|For example: Tests the login page for SQL injections"
+msgstr ""
+
+msgid "OnDemandScans|Manage DAST scans"
+msgstr ""
+
+msgid "OnDemandScans|Manage scanner profiles"
+msgstr ""
+
+msgid "OnDemandScans|Manage site profiles"
+msgstr ""
+
+msgid "OnDemandScans|My daily scan"
+msgstr ""
+
+msgid "OnDemandScans|New DAST scan"
+msgstr ""
+
+msgid "OnDemandScans|New on-demand DAST scan"
+msgstr ""
+
+msgid "OnDemandScans|No profile yet. In order to create a new scan, you need to have at least one completed scanner profile."
+msgstr ""
+
+msgid "OnDemandScans|No profile yet. In order to create a new scan, you need to have at least one completed site profile."
+msgstr ""
+
+msgid "OnDemandScans|On-demand Scans"
+msgstr ""
+
+msgid "OnDemandScans|On-demand scans"
+msgstr ""
+
+msgid "OnDemandScans|On-demand scans run outside of DevOps cycle and find vulnerabilities in your projects. %{learnMoreLinkStart}Learn more%{learnMoreLinkEnd}."
+msgstr ""
+
+msgid "OnDemandScans|On-demand scans run outside the DevOps cycle and find vulnerabilities in your projects. %{learnMoreLinkStart}Learn more%{learnMoreLinkEnd}"
+msgstr ""
+
+msgid "OnDemandScans|Repeats"
+msgstr ""
+
+msgid "OnDemandScans|Run scan"
+msgstr ""
+
+msgid "OnDemandScans|Save and run scan"
+msgstr ""
+
+msgid "OnDemandScans|Save scan"
+msgstr ""
+
+msgid "OnDemandScans|Scan library"
+msgstr ""
+
+msgid "OnDemandScans|Scan name"
+msgstr ""
+
+msgid "OnDemandScans|Scan type"
+msgstr ""
+
+msgid "OnDemandScans|Scanner profile"
+msgstr ""
+
+msgid "OnDemandScans|Schedule scan"
+msgstr ""
+
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profile"
+msgstr ""
+
+msgid "OnDemandScans|Start time"
+msgstr ""
+
+msgid "OnDemandScans|Target"
+msgstr ""
+
+msgid "OnDemandScans|The scan could not be canceled."
+msgstr ""
+
+msgid "OnDemandScans|The scan could not be retried."
+msgstr ""
+
+msgid "OnDemandScans|There are no finished scans."
+msgstr ""
+
+msgid "OnDemandScans|There are no running scans."
+msgstr ""
+
+msgid "OnDemandScans|There are no saved scans."
+msgstr ""
+
+msgid "OnDemandScans|There are no scheduled scans."
+msgstr ""
+
+msgid "OnDemandScans|Use existing scanner profile"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "OnDemandScans|View results"
+msgstr ""
+
+msgid "OnDemandScans|You must create a repository within your project to run an on-demand scan."
+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. This project will no longer be able to receive or send merge requests to the source project or other forks."
+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 contacts were successfully added."
+msgstr ""
+
+msgid "One or more contacts were successfully removed."
+msgstr ""
+
+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 %{provider} 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 has expired."
+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 and above can see Value Stream Analytics."
+msgstr ""
+
+msgid "Only 1 appearances row can exist"
+msgstr ""
+
+msgid "Only Issue ID or merge request ID is required"
+msgstr ""
+
+msgid "Only Project Members"
+msgstr ""
+
+msgid "Only active projects show up in the search and on the dashboard."
+msgstr ""
+
+msgid "Only admins can delete project"
+msgstr ""
+
+msgid "Only effective when remote storage is enabled. Set to 0 for no size limit."
+msgstr ""
+
+msgid "Only enable search after installing the plugin, enabling indexing, and recreating the index."
+msgstr ""
+
+msgid "Only include features new to your current subscription tier."
+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 projects created under a Ultimate license are available in Security Dashboards."
+msgstr ""
+
+msgid "Only reCAPTCHA v2 is supported:"
+msgstr ""
+
+msgid "Only use lowercase letters, numbers, and underscores."
+msgstr ""
+
+msgid "Only users from the specified IP address ranges are able to reach this group, including all subgroups, projects, and Git repositories."
+msgstr ""
+
+msgid "Only verified users with an email address in any of these domains can be added to the group."
+msgstr ""
+
+msgid "Only â€Reporter’ roles and above on tiers Premium and above can see Productivity Analytics."
+msgstr ""
+
+msgid "Oops, are you sure?"
+msgstr ""
+
+msgid "Open"
+msgstr ""
+
+msgid "Open Selection"
+msgstr ""
+
+msgid "Open a CLI and connect to the cluster you want to install the agent in. Use this installation method to minimize any manual steps. The token is already included in the command."
+msgstr ""
+
+msgid "Open epics"
+msgstr ""
+
+msgid "Open errors"
+msgstr ""
+
+msgid "Open in Web IDE"
+msgstr ""
+
+msgid "Open in file view"
+msgstr ""
+
+msgid "Open in your IDE"
+msgstr ""
+
+msgid "Open raw"
+msgstr ""
+
+msgid "Open registration is enabled on your instance."
+msgstr ""
+
+msgid "Open sidebar"
+msgstr ""
+
+msgid "Open: %{open}"
+msgstr ""
+
+msgid "OpenAPI"
+msgstr ""
+
+msgid "OpenAPI Specification file path or URL"
+msgstr ""
+
+msgid "Opened"
+msgstr ""
+
+msgid "Opened MRs"
+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 not allowed"
+msgstr ""
+
+msgid "Operation timed out. Check pod logs for %{pod_name} for more details."
+msgstr ""
+
+msgid "Operations"
+msgstr ""
+
+msgid "Operations Dashboard"
+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 "Optimize your workflow with CI/CD Pipelines"
+msgstr ""
+
+msgid "Optional"
+msgstr ""
+
+msgid "Optional parameter \"variables\" must be a Hash. Ex: variables[key1]=value1"
+msgstr ""
+
+msgid "Optional."
+msgstr ""
+
+msgid "Optionally, you can %{link_to_customize} how FogBugz 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 "Organizations"
+msgstr ""
+
+msgid "Orphaned member"
+msgstr ""
+
+msgid "Other Labels"
+msgstr ""
+
+msgid "Other available runners"
+msgstr ""
+
+msgid "Other information"
+msgstr ""
+
+msgid "Other merge requests block this MR"
+msgstr ""
+
+msgid "Other versions"
+msgstr ""
+
+msgid "Other visibility settings have been disabled by the administrator."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
+msgid "Our team has been notified. Please try again."
+msgstr ""
+
+msgid "Out-of-compliance with this project's policies and should be removed"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
+msgstr ""
+
+msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
+msgstr ""
+
+msgid "OutdatedBrowser|Please install a %{browser_link_start}supported web browser%{browser_link_end} for a better experience."
+msgstr ""
+
+msgid "Outdent"
+msgstr ""
+
+msgid "Overridden"
+msgstr ""
+
+msgid "Overview"
+msgstr ""
+
+msgid "Overwrite diverged branches"
+msgstr ""
+
+msgid "Owned by %{image_tag}"
+msgstr ""
+
+msgid "Owned by anyone"
+msgstr ""
+
+msgid "Owned by me"
+msgstr ""
+
+msgid "Owned by:"
+msgstr ""
+
+msgid "Owner"
+msgstr ""
+
+msgid "PQL|An error occurred while sending hand raise lead."
+msgstr ""
+
+msgid "PQL|By providing my contact information, I agree GitLab may contact me via email about its product, services and events. You may opt-out at any time by unsubscribing in emails or visiting our communication preference center."
+msgstr ""
+
+msgid "PQL|Cancel"
+msgstr ""
+
+msgid "PQL|Contact our Sales team"
+msgstr ""
+
+msgid "PQL|Contact sales"
+msgstr ""
+
+msgid "PQL|Hello %{userName}. Before putting you in touch with our sales team, we would like you to verify and complete the information below."
+msgstr ""
+
+msgid "PQL|Message for the Sales team (optional)"
+msgstr ""
+
+msgid "PQL|Please select a city or state"
+msgstr ""
+
+msgid "PQL|Submit information"
+msgstr ""
+
+msgid "PQL|Thank you for reaching out! Our sales team will get back to you soon."
+msgstr ""
+
+msgid "Package Registry"
+msgstr ""
+
+msgid "Package Registry: authenticated API requests"
+msgstr ""
+
+msgid "Package Registry: unauthenticated API requests"
+msgstr ""
+
+msgid "Package already exists"
+msgstr ""
+
+msgid "Package deleted successfully"
+msgstr ""
+
+msgid "Package file size limits"
+msgstr ""
+
+msgid "Package recipe already exists"
+msgstr ""
+
+msgid "Package registry rate limits"
+msgstr ""
+
+msgid "Package type"
+msgstr ""
+
+msgid "Package type must be Conan"
+msgstr ""
+
+msgid "Package type must be Debian"
+msgstr ""
+
+msgid "Package type must be Helm"
+msgstr ""
+
+msgid "Package type must be Maven"
+msgstr ""
+
+msgid "Package type must be NPM"
+msgstr ""
+
+msgid "Package type must be NuGet"
+msgstr ""
+
+msgid "Package type must be PyPi"
+msgstr ""
+
+msgid "Package type must be RubyGems"
+msgstr ""
+
+msgid "PackageRegistry|%{boldStart}Allow duplicates%{boldEnd} - Accept packages with the same name and version."
+msgstr ""
+
+msgid "PackageRegistry|%{boldStart}Do not allow duplicates%{boldEnd} - Reject packages with the same name and version."
+msgstr ""
+
+msgid "PackageRegistry|%{name} version %{version} was first created %{datetime}"
+msgstr ""
+
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Add Gradle Groovy DSL repository command"
+msgstr ""
+
+msgid "PackageRegistry|Add Gradle Kotlin DSL repository command"
+msgstr ""
+
+msgid "PackageRegistry|Add NuGet Source"
+msgstr ""
+
+msgid "PackageRegistry|Add composer registry"
+msgstr ""
+
+msgid "PackageRegistry|Allow duplicates"
+msgstr ""
+
+msgid "PackageRegistry|App group: %{group}"
+msgstr ""
+
+msgid "PackageRegistry|App name: %{name}"
+msgstr ""
+
+msgid "PackageRegistry|Built by pipeline %{link} triggered %{datetime} by %{author}"
+msgstr ""
+
+msgid "PackageRegistry|Composer"
+msgstr ""
+
+msgid "PackageRegistry|Composer.json with license: %{license} and version: %{version}"
+msgstr ""
+
+msgid "PackageRegistry|Conan"
+msgstr ""
+
+msgid "PackageRegistry|Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy .pypirc content"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Conan Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Gradle Groovy DSL install command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Gradle Kotlin DSL install command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Maven registry XML"
+msgstr ""
+
+msgid "PackageRegistry|Copy NuGet Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy NuGet Setup Command"
+msgstr ""
+
+msgid "PackageRegistry|Copy Pip command"
+msgstr ""
+
+msgid "PackageRegistry|Copy SHA"
+msgstr ""
+
+msgid "PackageRegistry|Copy add Gradle Groovy DSL repository command"
+msgstr ""
+
+msgid "PackageRegistry|Copy add Gradle Kotlin DSL repository command"
+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 registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
+msgid "PackageRegistry|Copy target SHA"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
+msgid "PackageRegistry|Created by commit %{link} on branch %{branch}"
+msgstr ""
+
+msgid "PackageRegistry|Debian"
+msgstr ""
+
+msgid "PackageRegistry|Delete Package File"
+msgstr ""
+
+msgid "PackageRegistry|Delete Package Version"
+msgstr ""
+
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|Failed to load the package data"
+msgstr ""
+
+msgid "PackageRegistry|For more information on Composer packages in GitLab, %{linkStart}see the documentation.%{linkEnd}"
+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|For more information on the NuGet registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|For more information on the PyPi registry, %{linkStart}see the documentation%{linkEnd}."
+msgstr ""
+
+msgid "PackageRegistry|Generic"
+msgstr ""
+
+msgid "PackageRegistry|Gradle Groovy DSL"
+msgstr ""
+
+msgid "PackageRegistry|Gradle Groovy DSL install command"
+msgstr ""
+
+msgid "PackageRegistry|Gradle Kotlin DSL"
+msgstr ""
+
+msgid "PackageRegistry|Gradle Kotlin DSL install command"
+msgstr ""
+
+msgid "PackageRegistry|Helm"
+msgstr ""
+
+msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}.pypirc%{codeEnd} file."
+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|Install package version"
+msgstr ""
+
+msgid "PackageRegistry|Instance-level"
+msgstr ""
+
+msgid "PackageRegistry|Invalid Package: failed metadata extraction"
+msgstr ""
+
+msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab."
+msgstr ""
+
+msgid "PackageRegistry|License information located at %{link}"
+msgstr ""
+
+msgid "PackageRegistry|Manually Published"
+msgstr ""
+
+msgid "PackageRegistry|Maven"
+msgstr ""
+
+msgid "PackageRegistry|Maven Command"
+msgstr ""
+
+msgid "PackageRegistry|Maven XML"
+msgstr ""
+
+msgid "PackageRegistry|NuGet"
+msgstr ""
+
+msgid "PackageRegistry|NuGet Command"
+msgstr ""
+
+msgid "PackageRegistry|Package Registry"
+msgstr ""
+
+msgid "PackageRegistry|Package deleted successfully"
+msgstr ""
+
+msgid "PackageRegistry|Package file deleted successfully"
+msgstr ""
+
+msgid "PackageRegistry|Package has %{updatesCount} archived update"
+msgid_plural "PackageRegistry|Package has %{updatesCount} archived updates"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "PackageRegistry|Package updated by commit %{link} on branch %{branch}, built by pipeline %{pipeline}, and published to the registry %{datetime}"
+msgstr ""
+
+msgid "PackageRegistry|Pip Command"
+msgstr ""
+
+msgid "PackageRegistry|Project-level"
+msgstr ""
+
+msgid "PackageRegistry|Publish and share packages for a variety of common package managers. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "PackageRegistry|Publish packages if their name or version matches this regex."
+msgstr ""
+
+msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
+msgstr ""
+
+msgid "PackageRegistry|PyPI"
+msgstr ""
+
+msgid "PackageRegistry|Recipe: %{recipe}"
+msgstr ""
+
+msgid "PackageRegistry|Registry setup"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|Required Python: %{pythonVersion}"
+msgstr ""
+
+msgid "PackageRegistry|RubyGems"
+msgstr ""
+
+msgid "PackageRegistry|Settings for Generic packages"
+msgstr ""
+
+msgid "PackageRegistry|Settings for Maven packages"
+msgstr ""
+
+msgid "PackageRegistry|Show Composer commands"
+msgstr ""
+
+msgid "PackageRegistry|Show Conan commands"
+msgstr ""
+
+msgid "PackageRegistry|Show NPM commands"
+msgstr ""
+
+msgid "PackageRegistry|Show Nuget commands"
+msgstr ""
+
+msgid "PackageRegistry|Show PyPi commands"
+msgstr ""
+
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
+msgid "PackageRegistry|Something went wrong while deleting the package file."
+msgstr ""
+
+msgid "PackageRegistry|Something went wrong while deleting the package."
+msgstr ""
+
+msgid "PackageRegistry|Sorry, your filter produced no results"
+msgstr ""
+
+msgid "PackageRegistry|Source project located at %{link}"
+msgstr ""
+
+msgid "PackageRegistry|Target SHA: %{sha}"
+msgstr ""
+
+msgid "PackageRegistry|There are no other versions of this 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|This NuGet package has no dependencies."
+msgstr ""
+
+msgid "PackageRegistry|To widen your search, change or remove the filters above."
+msgstr ""
+
+msgid "PackageRegistry|Type"
+msgstr ""
+
+msgid "PackageRegistry|Unable to fetch package version information."
+msgstr ""
+
+msgid "PackageRegistry|Unable to load package"
+msgstr ""
+
+msgid "PackageRegistry|Use GitLab as a private registry for common package formats. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
+msgid "PackageRegistry|You are about to delete %{filename}. This is a destructive action that may render your package unusable. Are you sure?"
+msgstr ""
+
+msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?"
+msgstr ""
+
+msgid "PackageRegistry|You are about to delete version %{version} of %{name}. 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|published by %{author}"
+msgstr ""
+
+msgid "Packages & Registries"
+msgstr ""
+
+msgid "Page not found"
+msgstr ""
+
+msgid "Page settings"
+msgstr ""
+
+msgid "PagerDutySettings|Active"
+msgstr ""
+
+msgid "PagerDutySettings|Create a GitLab incident for each PagerDuty incident by %{linkStart}configuring a webhook in PagerDuty%{linkEnd}"
+msgstr ""
+
+msgid "PagerDutySettings|Failed to update Webhook URL"
+msgstr ""
+
+msgid "PagerDutySettings|Reset webhook URL"
+msgstr ""
+
+msgid "PagerDutySettings|Resetting the webhook URL for this project will require updating this integration's settings in PagerDuty."
+msgstr ""
+
+msgid "PagerDutySettings|Webhook URL"
+msgstr ""
+
+msgid "PagerDutySettings|Webhook URL update was successful"
+msgstr ""
+
+msgid "Pages"
+msgstr ""
+
+msgid "Pages Domain"
+msgstr ""
+
+msgid "Pagination|First"
+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|Last »"
+msgstr ""
+
+msgid "Pagination|Next"
+msgstr ""
+
+msgid "Pagination|Prev"
+msgstr ""
+
+msgid "Pagination|« First"
+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 "Parsing error for param :embed_json. %{message}"
+msgstr ""
+
+msgid "Part of merge request changes"
+msgstr ""
+
+msgid "Participants"
+msgstr ""
+
+msgid "Pass job variables"
+msgstr ""
+
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
+msgid "Passed on"
+msgstr ""
+
+msgid "Password"
+msgstr ""
+
+msgid "Password (optional)"
+msgstr ""
+
+msgid "Password authentication is unavailable."
+msgstr ""
+
+msgid "Password confirmation"
+msgstr ""
+
+msgid "Password successfully changed"
+msgstr ""
+
+msgid "Password was successfully updated. Please sign in again."
+msgstr ""
+
+msgid "PasswordPrompt|Confirm password"
+msgstr ""
+
+msgid "PasswordPrompt|Confirm password to continue"
+msgstr ""
+
+msgid "PasswordPrompt|Password is required"
+msgstr ""
+
+msgid "PasswordPrompt|Please enter your password to confirm"
+msgstr ""
+
+msgid "Passwords should be unique and not used for any other sites or services."
+msgstr ""
+
+msgid "Past due"
+msgstr ""
+
+msgid "Paste a public key here."
+msgstr ""
+
+msgid "Paste a public key here. %{link_start}How do I generate it?%{link_end}"
+msgstr ""
+
+msgid "Paste confidential epic link"
+msgstr ""
+
+msgid "Paste confidential issue link"
+msgstr ""
+
+msgid "Paste epic link"
+msgstr ""
+
+msgid "Paste issue link"
+msgstr ""
+
+msgid "Paste project path (i.e. gitlab-org/gitlab)"
+msgstr ""
+
+msgid "Paste this DSN into your Sentry SDK"
+msgstr ""
+
+msgid "Patch to apply"
+msgstr ""
+
+msgid "Path"
+msgstr ""
+
+msgid "Path:"
+msgstr ""
+
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
+msgid "Paths to protect with rate limiting"
+msgstr ""
+
+msgid "Pause"
+msgstr ""
+
+msgid "Pause Elasticsearch indexing"
+msgstr ""
+
+msgid "Paused"
+msgstr ""
+
+msgid "Paused runners don't accept new jobs"
+msgstr ""
+
+msgid "Peer review by"
+msgstr ""
+
+msgid "Pending"
+msgstr ""
+
+msgid "Pending Deletion"
+msgstr ""
+
+msgid "Pending comments"
+msgstr ""
+
+msgid "Pending deletion"
+msgstr ""
+
+msgid "Pending owner approval"
+msgstr ""
+
+msgid "Pending sync…"
+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 "Percent rollout must be an integer number between 0 and 100"
+msgstr ""
+
+msgid "Percentage"
+msgstr ""
+
+msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
+msgstr ""
+
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
+msgid "Perform common operations on GitLab project"
+msgstr ""
+
+msgid "Performance optimization"
+msgstr ""
+
+msgid "PerformanceBar|Backend"
+msgstr ""
+
+msgid "PerformanceBar|Bullet notifications"
+msgstr ""
+
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Elasticsearch calls"
+msgstr ""
+
+msgid "PerformanceBar|External Http calls"
+msgstr ""
+
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
+msgid "PerformanceBar|Flamegraph with mode:"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
+msgid "PerformanceBar|Gitaly calls"
+msgstr ""
+
+msgid "PerformanceBar|Memory"
+msgstr ""
+
+msgid "PerformanceBar|Redis calls"
+msgstr ""
+
+msgid "PerformanceBar|Rugged calls"
+msgstr ""
+
+msgid "PerformanceBar|SQL queries"
+msgstr ""
+
+msgid "PerformanceBar|Sort by duration"
+msgstr ""
+
+msgid "PerformanceBar|Sort chronologically"
+msgstr ""
+
+msgid "PerformanceBar|Stats"
+msgstr ""
+
+msgid "PerformanceBar|Total duration"
+msgstr ""
+
+msgid "PerformanceBar|Trace"
+msgstr ""
+
+msgid "PerformanceBar|cpu"
+msgstr ""
+
+msgid "PerformanceBar|object"
+msgstr ""
+
+msgid "PerformanceBar|wall"
+msgstr ""
+
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
+msgid "Period in seconds"
+msgstr ""
+
+msgid "Permalink"
+msgstr ""
+
+msgid "Permanently delete project"
+msgstr ""
+
+msgid "Permanently remove group"
+msgstr ""
+
+msgid "Permissions"
+msgstr ""
+
+msgid "Permissions Help"
+msgstr ""
+
+msgid "Permissions and group features"
+msgstr ""
+
+msgid "Personal Access Token"
+msgstr ""
+
+msgid "Personal Access Token prefix"
+msgstr ""
+
+msgid "Personal access tokens are not revoked upon expiration."
+msgstr ""
+
+msgid "Personal project creation is not allowed. Please contact your administrator with questions"
+msgstr ""
+
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
+msgid "Phabricator Server Import"
+msgstr ""
+
+msgid "Phabricator Server URL"
+msgstr ""
+
+msgid "Phabricator Tasks"
+msgstr ""
+
+msgid "Pick a name"
+msgstr ""
+
+msgid "Pin code"
+msgstr ""
+
+msgid "Pipeline"
+msgstr ""
+
+msgid "Pipeline %{label}"
+msgstr ""
+
+msgid "Pipeline %{label} for \"%{dataTitle}\""
+msgstr ""
+
+msgid "Pipeline Editor"
+msgstr ""
+
+msgid "Pipeline Editor|Are you sure you want to reset the file to its last committed version?"
+msgstr ""
+
+msgid "Pipeline ID"
+msgstr ""
+
+msgid "Pipeline IID"
+msgstr ""
+
+msgid "Pipeline Schedule"
+msgstr ""
+
+msgid "Pipeline Schedules"
+msgstr ""
+
+msgid "Pipeline URL"
+msgstr ""
+
+msgid "Pipeline durations for the last 30 commits"
+msgstr ""
+
+msgid "Pipeline ran in fork of project"
+msgstr ""
+
+msgid "Pipeline status emails"
+msgstr ""
+
+msgid "Pipeline subscriptions"
+msgstr ""
+
+msgid "Pipeline subscriptions trigger a new pipeline on the default branch of this project when a pipeline successfully completes for a new tag on the %{default_branch_docs} of the subscribed project."
+msgstr ""
+
+msgid "Pipeline triggers"
+msgstr ""
+
+msgid "Pipeline: %{status}"
+msgstr ""
+
+msgid "PipelineCharts|An error has occurred when retrieving the analytics data"
+msgstr ""
+
+msgid "PipelineCharts|An error has occurred when retrieving the pipelines data"
+msgstr ""
+
+msgid "PipelineCharts|An unknown error occurred while processing CI/CD analytics."
+msgstr ""
+
+msgid "PipelineCharts|CI/CD Analytics"
+msgstr ""
+
+msgid "PipelineCharts|Failed:"
+msgstr ""
+
+msgid "PipelineCharts|Overall statistics"
+msgstr ""
+
+msgid "PipelineCharts|Success ratio:"
+msgstr ""
+
+msgid "PipelineCharts|Successful:"
+msgstr ""
+
+msgid "PipelineCharts|There was an error parsing the data for the charts."
+msgstr ""
+
+msgid "PipelineCharts|Total:"
+msgstr ""
+
+msgid "PipelineEditorTutorial|Browse %{linkStart}CI/CD examples and templates%{linkEnd}"
+msgstr ""
+
+msgid "PipelineEditorTutorial|Commit the file to your repository. The pipeline then runs automatically."
+msgstr ""
+
+msgid "PipelineEditorTutorial|Get started with GitLab CI/CD"
+msgstr ""
+
+msgid "PipelineEditorTutorial|GitLab CI/CD can automatically build, test, and deploy your application."
+msgstr ""
+
+msgid "PipelineEditorTutorial|If you’re using a self-managed GitLab instance, %{linkStart}make sure your instance has runners available.%{linkEnd}"
+msgstr ""
+
+msgid "PipelineEditorTutorial|Learn more about %{linkStart}GitLab CI/CD concepts%{linkEnd}"
+msgstr ""
+
+msgid "PipelineEditorTutorial|Make your pipeline more efficient with the %{linkStart}Needs keyword%{linkEnd}"
+msgstr ""
+
+msgid "PipelineEditorTutorial|Resources to help with your CI/CD configuration:"
+msgstr ""
+
+msgid "PipelineEditorTutorial|Select the pipeline ID to view the full details about your first pipeline run."
+msgstr ""
+
+msgid "PipelineEditorTutorial|The pipeline stages and jobs are defined in a %{codeStart}.gitlab-ci.yml%{codeEnd} file. You can edit, visualize and validate the syntax in this file by using the Pipeline Editor."
+msgstr ""
+
+msgid "PipelineEditorTutorial|The pipeline status is at the top of the page."
+msgstr ""
+
+msgid "PipelineEditorTutorial|This template creates a simple test pipeline. To use it:"
+msgstr ""
+
+msgid "PipelineEditorTutorial|Use the Visualize and Lint tabs in the Pipeline Editor to visualize your pipeline and check for any errors or warnings before committing your changes."
+msgstr ""
+
+msgid "PipelineEditorTutorial|View %{linkStart}.gitlab-ci.yml syntax reference%{linkEnd}"
+msgstr ""
+
+msgid "PipelineEditorTutorial|⚙️ Pipeline configuration reference"
+msgstr ""
+
+msgid "PipelineEditorTutorial|đź’ˇ Tip: Visualize and validate your pipeline"
+msgstr ""
+
+msgid "PipelineEditorTutorial|🚀 Run your first pipeline"
+msgstr ""
+
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
+msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
+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 "PipelineSource|API"
+msgstr ""
+
+msgid "PipelineSource|Chat"
+msgstr ""
+
+msgid "PipelineSource|External"
+msgstr ""
+
+msgid "PipelineSource|External Pull Request"
+msgstr ""
+
+msgid "PipelineSource|Merge Request"
+msgstr ""
+
+msgid "PipelineSource|On-Demand DAST Scan"
+msgstr ""
+
+msgid "PipelineSource|On-Demand DAST Validation"
+msgstr ""
+
+msgid "PipelineSource|Parent Pipeline"
+msgstr ""
+
+msgid "PipelineSource|Pipeline"
+msgstr ""
+
+msgid "PipelineSource|Push"
+msgstr ""
+
+msgid "PipelineSource|Schedule"
+msgstr ""
+
+msgid "PipelineSource|Trigger"
+msgstr ""
+
+msgid "PipelineSource|Web"
+msgstr ""
+
+msgid "PipelineSource|Web IDE"
+msgstr ""
+
+msgid "PipelineStatusTooltip|Pipeline: %{ciStatus}"
+msgstr ""
+
+msgid "PipelineStatusTooltip|Pipeline: %{ci_status}"
+msgstr ""
+
+msgid "Pipelines"
+msgstr ""
+
+msgid "Pipelines charts"
+msgstr ""
+
+msgid "Pipelines settings for '%{project_name}' were successfully updated."
+msgstr ""
+
+msgid "Pipelines|API"
+msgstr ""
+
+msgid "Pipelines|Add a code quality job"
+msgstr ""
+
+msgid "Pipelines|Are you sure you want to run this pipeline?"
+msgstr ""
+
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
+msgid "Pipelines|Build with confidence"
+msgstr ""
+
+msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
+msgstr ""
+
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
+msgstr ""
+
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
+msgstr ""
+
+msgid "Pipelines|Clear runner caches"
+msgstr ""
+
+msgid "Pipelines|Configuration validation currently not available."
+msgstr ""
+
+msgid "Pipelines|Copy trigger token"
+msgstr ""
+
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
+msgid "Pipelines|Could not load merged YAML content"
+msgstr ""
+
+msgid "Pipelines|Description"
+msgstr ""
+
+msgid "Pipelines|Edit"
+msgstr ""
+
+msgid "Pipelines|Editor"
+msgstr ""
+
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a basic 3 stage CI/CD pipeline."
+msgstr ""
+
+msgid "Pipelines|Get started with GitLab CI/CD"
+msgstr ""
+
+msgid "Pipelines|GitLab CI/CD can automatically build, test, and deploy your code. Let GitLab take care of time consuming tasks, so you can spend more time creating."
+msgstr ""
+
+msgid "Pipelines|If you are unsure, please ask a project maintainer to review it for you."
+msgstr ""
+
+msgid "Pipelines|Improve code quality with GitLab CI/CD"
+msgstr ""
+
+msgid "Pipelines|Install GitLab Runners"
+msgstr ""
+
+msgid "Pipelines|It is recommended the code is reviewed thoroughly before running this pipeline with the parent project's CI resource."
+msgstr ""
+
+msgid "Pipelines|Last Used"
+msgstr ""
+
+msgid "Pipelines|Learn about Runners"
+msgstr ""
+
+msgid "Pipelines|Lint"
+msgstr ""
+
+msgid "Pipelines|Loading Pipelines"
+msgstr ""
+
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
+msgid "Pipelines|Merged YAML is view only"
+msgstr ""
+
+msgid "Pipelines|More Information"
+msgstr ""
+
+msgid "Pipelines|No triggers have been created yet. Add one using the form above."
+msgstr ""
+
+msgid "Pipelines|Owner"
+msgstr ""
+
+msgid "Pipelines|Pipeline Editor"
+msgstr ""
+
+msgid "Pipelines|Project cache successfully reset."
+msgstr ""
+
+msgid "Pipelines|Revoke"
+msgstr ""
+
+msgid "Pipelines|Something went wrong while cleaning runners cache."
+msgstr ""
+
+msgid "Pipelines|The %{namespace_name} namespace has %{percentage}%% or less Shared Runner Pipeline minutes remaining. After it runs out, no new jobs or pipelines in its projects will run."
+msgstr ""
+
+msgid "Pipelines|The %{namespace_name} namespace has exceeded its pipeline minutes quota. Buy additional pipeline minutes, or no new jobs or pipelines in its projects will run."
+msgstr ""
+
+msgid "Pipelines|The CI configuration was not loaded, please try again."
+msgstr ""
+
+msgid "Pipelines|The GitLab CI configuration could not be updated."
+msgstr ""
+
+msgid "Pipelines|There are currently no finished pipelines."
+msgstr ""
+
+msgid "Pipelines|There are currently no pipelines."
+msgstr ""
+
+msgid "Pipelines|There was a problem with loading the pipeline data."
+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 GitLab CI configuration is invalid."
+msgstr ""
+
+msgid "Pipelines|This GitLab CI configuration is invalid:"
+msgstr ""
+
+msgid "Pipelines|This GitLab CI configuration is invalid: %{reason}."
+msgstr ""
+
+msgid "Pipelines|This GitLab CI configuration is valid."
+msgstr ""
+
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
+msgid "Pipelines|This pipeline will run code originating from a forked project merge request. This means that the code can potentially have security considerations like exposing CI variables."
+msgstr ""
+
+msgid "Pipelines|This project is not currently set up to run pipelines."
+msgstr ""
+
+msgid "Pipelines|To keep your codebase simple, readable, and accessible to contributors, use GitLab CI/CD to analyze your code quality with every push to your project."
+msgstr ""
+
+msgid "Pipelines|Token"
+msgstr ""
+
+msgid "Pipelines|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
+msgid "Pipelines|Validating GitLab CI configuration…"
+msgstr ""
+
+msgid "Pipelines|View merged YAML"
+msgstr ""
+
+msgid "Pipelines|Visualize"
+msgstr ""
+
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
+msgid "Pipelines|invalid"
+msgstr ""
+
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
+msgstr ""
+
+msgid "Pipeline|Actions"
+msgstr ""
+
+msgid "Pipeline|Branch name"
+msgstr ""
+
+msgid "Pipeline|Branches or tags could not be loaded."
+msgstr ""
+
+msgid "Pipeline|Canceled"
+msgstr ""
+
+msgid "Pipeline|Checking pipeline status"
+msgstr ""
+
+msgid "Pipeline|Checking pipeline status."
+msgstr ""
+
+msgid "Pipeline|Commit"
+msgstr ""
+
+msgid "Pipeline|Could not retrieve the pipeline status. For troubleshooting steps, read the %{linkStart}documentation%{linkEnd}."
+msgstr ""
+
+msgid "Pipeline|Created"
+msgstr ""
+
+msgid "Pipeline|Creating pipeline."
+msgstr ""
+
+msgid "Pipeline|Date"
+msgstr ""
+
+msgid "Pipeline|Detached merge request pipeline"
+msgstr ""
+
+msgid "Pipeline|Duration"
+msgstr ""
+
+msgid "Pipeline|Failed"
+msgstr ""
+
+msgid "Pipeline|In progress"
+msgstr ""
+
+msgid "Pipeline|Manual"
+msgstr ""
+
+msgid "Pipeline|Merge train pipeline"
+msgstr ""
+
+msgid "Pipeline|Merge train pipeline jobs can not be retried"
+msgstr ""
+
+msgid "Pipeline|Merged result pipeline"
+msgstr ""
+
+msgid "Pipeline|Passed"
+msgstr ""
+
+msgid "Pipeline|Pending"
+msgstr ""
+
+msgid "Pipeline|Pipeline"
+msgstr ""
+
+msgid "Pipeline|Pipeline %{idStart}#%{idEnd} %{statusStart}%{statusEnd} for %{commitStart}%{commitEnd}"
+msgstr ""
+
+msgid "Pipeline|Pipeline cannot be run."
+msgstr ""
+
+msgid "Pipeline|Pipelines"
+msgstr ""
+
+msgid "Pipeline|Raw text search is not currently supported. Please use the available search tokens."
+msgstr ""
+
+msgid "Pipeline|Run for branch name or tag"
+msgstr ""
+
+msgid "Pipeline|Run pipeline"
+msgstr ""
+
+msgid "Pipeline|Running"
+msgstr ""
+
+msgid "Pipeline|Skipped"
+msgstr ""
+
+msgid "Pipeline|Source"
+msgstr ""
+
+msgid "Pipeline|Source|Security Policy"
+msgstr ""
+
+msgid "Pipeline|Specify variable values to be used in this run. The values specified in %{linkStart}CI/CD settings%{linkEnd} 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|Tag name"
+msgstr ""
+
+msgid "Pipeline|Test coverage"
+msgstr ""
+
+msgid "Pipeline|This change will decrease the overall test coverage if merged."
+msgstr ""
+
+msgid "Pipeline|This change will increase the overall test coverage if merged."
+msgstr ""
+
+msgid "Pipeline|This change will not change the overall test coverage if merged."
+msgstr ""
+
+msgid "Pipeline|Trigger author"
+msgstr ""
+
+msgid "Pipeline|Triggerer"
+msgstr ""
+
+msgid "Pipeline|Variables"
+msgstr ""
+
+msgid "Pipeline|View commit"
+msgstr ""
+
+msgid "Pipeline|View pipeline"
+msgstr ""
+
+msgid "Pipeline|We are currently unable to fetch pipeline data"
+msgstr ""
+
+msgid "Pipeline|You’re about to stop pipeline #%{pipelineId}."
+msgstr ""
+
+msgid "Pipeline|for"
+msgstr ""
+
+msgid "Pipeline|on"
+msgstr ""
+
+msgid "Pipeline|with stage"
+msgstr ""
+
+msgid "Pipeline|with stages"
+msgstr ""
+
+msgid "PivotalTrackerService|Add commit messages as comments to Pivotal Tracker stories."
+msgstr ""
+
+msgid "PivotalTrackerService|Comma-separated list of branches to automatically inspect. Leave blank to include all branches."
+msgstr ""
+
+msgid "PivotalTrackerService|Pivotal Tracker API token. User must have access to the story. All comments are attributed to this user."
+msgstr ""
+
+msgid "Plain diff"
+msgstr ""
+
+msgid "Plain-text response to send to clients that hit a rate limit"
+msgstr ""
+
+msgid "Plan"
+msgstr ""
+
+msgid "Plan:"
+msgstr ""
+
+msgid "Planning hierarchy"
+msgstr ""
+
+msgid "PlantUML"
+msgstr ""
+
+msgid "PlantUML URL"
+msgstr ""
+
+msgid "Play"
+msgstr ""
+
+msgid "Play all manual"
+msgstr ""
+
+msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+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 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 confirm your account"
+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 file"
+msgstr ""
+
+msgid "Please complete your profile with email address"
+msgstr ""
+
+msgid "Please confirm your email address"
+msgstr ""
+
+msgid "Please contact an admin to register runners."
+msgstr ""
+
+msgid "Please contact your GitLab administrator if you think this is an error."
+msgstr ""
+
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
+msgid "Please contact your administrator."
+msgstr ""
+
+msgid "Please convert %{linkStart}them to Git%{linkEnd}, and go through the %{linkToImportFlow} again."
+msgstr ""
+
+msgid "Please copy, download, or print your recovery codes before proceeding."
+msgstr ""
+
+msgid "Please create a password for your new account."
+msgstr ""
+
+msgid "Please create a username with only alphanumeric characters."
+msgstr ""
+
+msgid "Please create an index before enabling indexing"
+msgstr ""
+
+msgid "Please delete your current license if you want to downgrade to the free plan."
+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 URL format, ex: http://www.example.com/home"
+msgstr ""
+
+msgid "Please enter a valid hex (#RRGGBB or #RGB) color value"
+msgstr ""
+
+msgid "Please enter a valid number"
+msgstr ""
+
+msgid "Please enter a valid time interval"
+msgstr ""
+
+msgid "Please enter or upload a valid license."
+msgstr ""
+
+msgid "Please enter your current password."
+msgstr ""
+
+msgid "Please fill in a descriptive name for your group."
+msgstr ""
+
+msgid "Please fill in a name for your topic."
+msgstr ""
+
+msgid "Please fill out this field."
+msgstr ""
+
+msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate."
+msgstr ""
+
+msgid "Please follow the Let's Encrypt troubleshooting instructions to re-obtain your Let's Encrypt certificate: %{docs_url}."
+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 name."
+msgstr ""
+
+msgid "Please provide a valid URL"
+msgstr ""
+
+msgid "Please provide a valid URL."
+msgstr ""
+
+msgid "Please provide a valid YouTube URL or ID"
+msgstr ""
+
+msgid "Please provide a valid email address."
+msgstr ""
+
+msgid "Please provide attributes to update"
+msgstr ""
+
+msgid "Please reach out if you have any questions and we'll be happy to assist."
+msgstr ""
+
+msgid "Please refer to %{docs_url}"
+msgstr ""
+
+msgid "Please review the updated escalation policies for %{project_link}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
+msgstr ""
+
+msgid "Please review the updated escalation policies for %{project}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
+msgstr ""
+
+msgid "Please select"
+msgstr ""
+
+msgid "Please select a Jira project"
+msgstr ""
+
+msgid "Please select a country"
+msgstr ""
+
+msgid "Please select a file"
+msgstr ""
+
+msgid "Please select a group"
+msgstr ""
+
+msgid "Please select a group."
+msgstr ""
+
+msgid "Please select a valid target branch"
+msgstr ""
+
+msgid "Please select a valid target branch."
+msgstr ""
+
+msgid "Please select and add a member"
+msgstr ""
+
+msgid "Please select at least one filter to see results"
+msgstr ""
+
+msgid "Please select what should be included in each exported requirement."
+msgstr ""
+
+msgid "Please select..."
+msgstr ""
+
+msgid "Please set a new password before proceeding."
+msgstr ""
+
+msgid "Please solve the captcha"
+msgstr ""
+
+msgid "Please try again"
+msgstr ""
+
+msgid "Please try and refresh the page. If the problem persists please contact support."
+msgstr ""
+
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
+msgid "Please type the following to confirm:"
+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 does not exist"
+msgstr ""
+
+msgid "Pod not found"
+msgstr ""
+
+msgid "Pods in use"
+msgstr ""
+
+msgid "Point to any links you like: documentation, built binaries, or other related materials. These can be internal or external links from your GitLab instance. Duplicate URLs are not allowed."
+msgstr ""
+
+msgid "Policies"
+msgstr ""
+
+msgid "Policy management project does have any policies in %{policy_path}"
+msgstr ""
+
+msgid "Policy project doesn't exist"
+msgstr ""
+
+msgid "Polling interval multiplier"
+msgstr ""
+
+msgid "Popularity"
+msgstr ""
+
+msgid "Port"
+msgstr ""
+
+msgid "Postman collection"
+msgstr ""
+
+msgid "Postman collection file path or URL"
+msgstr ""
+
+msgid "Potentially unwanted character detected: Unicode BiDi Control"
+msgstr ""
+
+msgid "Pre-defined push rules."
+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|Choose what content you want to see on your homepage."
+msgstr ""
+
+msgid "Preferences|Configure how dates and times display for you."
+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|Display time in 24-hour format"
+msgstr ""
+
+msgid "Preferences|Enable Gitpod integration"
+msgstr ""
+
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
+msgid "Preferences|Failed to save preferences."
+msgstr ""
+
+msgid "Preferences|For example: 30 minutes ago."
+msgstr ""
+
+msgid "Preferences|Gitpod"
+msgstr ""
+
+msgid "Preferences|Homepage content"
+msgstr ""
+
+msgid "Preferences|Instead of all the files changed, show only one file at a time. To switch between files, use the file browser."
+msgstr ""
+
+msgid "Preferences|Integrations"
+msgstr ""
+
+msgid "Preferences|Layout width"
+msgstr ""
+
+msgid "Preferences|Must be a number between %{min} and %{max}"
+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 one file at a time on merge request's Changes tab"
+msgstr ""
+
+msgid "Preferences|Show whitespace changes in diffs"
+msgstr ""
+
+msgid "Preferences|Sourcegraph"
+msgstr ""
+
+msgid "Preferences|Surround text selection when typing quotes or brackets"
+msgstr ""
+
+msgid "Preferences|Syntax highlighting theme"
+msgstr ""
+
+msgid "Preferences|Tab width"
+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 preferences"
+msgstr ""
+
+msgid "Preferences|Use relative times"
+msgstr ""
+
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
+msgid "Prev"
+msgstr ""
+
+msgid "Prevent adding new members to projects within this group"
+msgstr ""
+
+msgid "Prevent auto-stopping"
+msgstr ""
+
+msgid "Prevent editing approval rules in projects and merge requests."
+msgstr ""
+
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent project forking outside current group"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
+msgid "Prevent users from performing write operations while GitLab maintenance is in progress."
+msgstr ""
+
+msgid "Preview"
+msgstr ""
+
+msgid "Preview JavaScript projects in the Web IDE with CodeSandbox Live Preview. %{link_start}Learn more.%{link_end} "
+msgstr ""
+
+msgid "Preview Markdown"
+msgstr ""
+
+msgid "Preview changes"
+msgstr ""
+
+msgid "Preview payload"
+msgstr ""
+
+msgid "Previous Artifacts"
+msgstr ""
+
+msgid "Previous commit"
+msgstr ""
+
+msgid "Previous design"
+msgstr ""
+
+msgid "Previous file in diff"
+msgstr ""
+
+msgid "Previous unresolved discussion"
+msgstr ""
+
+msgid "Primary"
+msgstr ""
+
+msgid "Primary Action"
+msgstr ""
+
+msgid "Print codes"
+msgstr ""
+
+msgid "Prioritize"
+msgstr ""
+
+msgid "Prioritize label"
+msgstr ""
+
+msgid "Prioritized Labels"
+msgstr ""
+
+msgid "Prioritized label"
+msgstr ""
+
+msgid "Priority"
+msgstr ""
+
+msgid "Private"
+msgstr ""
+
+msgid "Private - Guest users are not allowed to view detailed release information like title and source code."
+msgstr ""
+
+msgid "Private - Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
+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 Minutes cost factor"
+msgstr ""
+
+msgid "Private projects can be created in your personal namespace with:"
+msgstr ""
+
+msgid "Proceed"
+msgstr ""
+
+msgid "Product Analytics"
+msgstr ""
+
+msgid "ProductAnalytics|There is no data for this type of chart currently. Please see the Setup tab if you have not configured the product analytics tool already."
+msgstr ""
+
+msgid "Productivity"
+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 "Profile failed to delete"
+msgstr ""
+
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
+msgid "Profile parameter missing"
+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|%{provider} Active"
+msgstr ""
+
+msgid "Profiles|@username"
+msgstr ""
+
+msgid "Profiles|Account could not be deleted. GitLab was unable to verify your identity."
+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|An error occurred while updating your username, please try again."
+msgstr ""
+
+msgid "Profiles|An indicator appears next to your name and avatar"
+msgstr ""
+
+msgid "Profiles|Avatar cropper"
+msgstr ""
+
+msgid "Profiles|Avatar will be removed. Are you sure?"
+msgstr ""
+
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
+msgid "Profiles|Bio"
+msgstr ""
+
+msgid "Profiles|Busy"
+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|Commit email"
+msgstr ""
+
+msgid "Profiles|Connect %{provider}"
+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|Deleting an account has the following effects:"
+msgstr ""
+
+msgid "Profiles|Disconnect"
+msgstr ""
+
+msgid "Profiles|Disconnect %{provider}"
+msgstr ""
+
+msgid "Profiles|Do not show on profile"
+msgstr ""
+
+msgid "Profiles|Don't display activity-related personal information on your profile"
+msgstr ""
+
+msgid "Profiles|Edit Profile"
+msgstr ""
+
+msgid "Profiles|Ensure you have two-factor authentication recovery codes stored in a safe place."
+msgstr ""
+
+msgid "Profiles|Enter how your name is pronounced to help people address you correctly"
+msgstr ""
+
+msgid "Profiles|Enter your name, so people you know can recognize you"
+msgstr ""
+
+msgid "Profiles|Enter your password to confirm the email change"
+msgstr ""
+
+msgid "Profiles|Enter your pronouns to let people know how to refer to you"
+msgstr ""
+
+msgid "Profiles|Expiration date"
+msgstr ""
+
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
+msgid "Profiles|Expires:"
+msgstr ""
+
+msgid "Profiles|Feed token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Full name"
+msgstr ""
+
+msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
+msgstr ""
+
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
+msgstr ""
+
+msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
+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 key."
+msgstr ""
+
+msgid "Profiles|Invalid password"
+msgstr ""
+
+msgid "Profiles|Invalid username"
+msgstr ""
+
+msgid "Profiles|Job title"
+msgstr ""
+
+msgid "Profiles|Key"
+msgstr ""
+
+msgid "Profiles|Key becomes invalid on this date."
+msgstr ""
+
+msgid "Profiles|Key becomes invalid on this date. Maximum lifetime for SSH keys is %{max_ssh_key_lifetime} days"
+msgstr ""
+
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Last used:"
+msgstr ""
+
+msgid "Profiles|Learn more"
+msgstr ""
+
+msgid "Profiles|Location"
+msgstr ""
+
+msgid "Profiles|Made a private contribution"
+msgstr ""
+
+msgid "Profiles|Main settings"
+msgstr ""
+
+msgid "Profiles|Manage two-factor authentication"
+msgstr ""
+
+msgid "Profiles|No file chosen."
+msgstr ""
+
+msgid "Profiles|Notification email"
+msgstr ""
+
+msgid "Profiles|Organization"
+msgstr ""
+
+msgid "Profiles|Path"
+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|Pronouns"
+msgstr ""
+
+msgid "Profiles|Pronunciation"
+msgstr ""
+
+msgid "Profiles|Public avatar"
+msgstr ""
+
+msgid "Profiles|Public email"
+msgstr ""
+
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
+msgid "Profiles|Remove avatar"
+msgstr ""
+
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
+msgid "Profiles|Set new profile picture"
+msgstr ""
+
+msgid "Profiles|Set your local time zone"
+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 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|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|Website url"
+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 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 accept the Terms of Service in order to perform this action."
+msgstr ""
+
+msgid "Profiles|You must transfer ownership or delete groups you are an owner of before you can delete your account"
+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|https://website.com"
+msgstr ""
+
+msgid "Profiles|username"
+msgstr ""
+
+msgid "Profiles|your account"
+msgstr ""
+
+msgid "Profile|%{job_title} at %{organization}"
+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 & Group can not be assigned at the same time"
+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 Access Tokens"
+msgstr ""
+
+msgid "Project Badges"
+msgstr ""
+
+msgid "Project Files"
+msgstr ""
+
+msgid "Project ID"
+msgstr ""
+
+msgid "Project Templates"
+msgstr ""
+
+msgid "Project URL"
+msgstr ""
+
+msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
+msgstr ""
+
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "Project already deleted"
+msgstr ""
+
+msgid "Project and wiki repositories"
+msgstr ""
+
+msgid "Project audit events"
+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, excluding integrations"
+msgstr ""
+
+msgid "Project description (optional)"
+msgstr ""
+
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
+msgid "Project does not have a policy configuration"
+msgstr ""
+
+msgid "Project export could not be deleted."
+msgstr ""
+
+msgid "Project export download requests"
+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 requests"
+msgstr ""
+
+msgid "Project export started. A download link will be sent by email and made available on this page."
+msgstr ""
+
+msgid "Project has too many %{label_for_message} to search"
+msgstr ""
+
+msgid "Project import requests"
+msgstr ""
+
+msgid "Project info:"
+msgstr ""
+
+msgid "Project information"
+msgstr ""
+
+msgid "Project is required when cluster_type is :project"
+msgstr ""
+
+msgid "Project members"
+msgstr ""
+
+msgid "Project milestone"
+msgstr ""
+
+msgid "Project name"
+msgstr ""
+
+msgid "Project navigation"
+msgstr ""
+
+msgid "Project order will not be saved as local storage is not available."
+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 was not found or you do not have permission to add this project to Security Dashboards."
+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 "ProjectFileTree|Show more"
+msgstr ""
+
+msgid "ProjectLastActivity|Never"
+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 don't have permission to fork this project"
+msgstr ""
+
+msgid "ProjectOverview|You have reached your project limit"
+msgstr ""
+
+msgid "ProjectOverview|You must sign in to star a project"
+msgstr ""
+
+msgid "ProjectPage|Copy project ID"
+msgstr ""
+
+msgid "ProjectPage|Project ID: %{project_id}"
+msgstr ""
+
+msgid "ProjectQualitySummary|An error occurred while trying to fetch project quality statistics"
+msgstr ""
+
+msgid "ProjectQualitySummary|Coverage"
+msgstr ""
+
+msgid "ProjectQualitySummary|Failure"
+msgstr ""
+
+msgid "ProjectQualitySummary|Latest pipeline results"
+msgstr ""
+
+msgid "ProjectQualitySummary|Learn more about test coverage"
+msgstr ""
+
+msgid "ProjectQualitySummary|Learn more about test reports"
+msgstr ""
+
+msgid "ProjectQualitySummary|Measure of how much of your code is covered by tests."
+msgstr ""
+
+msgid "ProjectQualitySummary|See full report"
+msgstr ""
+
+msgid "ProjectQualitySummary|See project Code Coverage Statistics"
+msgstr ""
+
+msgid "ProjectQualitySummary|Skipped"
+msgstr ""
+
+msgid "ProjectQualitySummary|Success"
+msgstr ""
+
+msgid "ProjectQualitySummary|Test coverage"
+msgstr ""
+
+msgid "ProjectQualitySummary|Test runs"
+msgstr ""
+
+msgid "ProjectQualitySummary|The percentage of tests that succeed, fail, or are skipped."
+msgstr ""
+
+msgid "ProjectSelect| or group"
+msgstr ""
+
+msgid "ProjectSelect|No matching results"
+msgstr ""
+
+msgid "ProjectSelect|Search for project"
+msgstr ""
+
+msgid "ProjectSelect|Search projects"
+msgstr ""
+
+msgid "ProjectSelect|Select a project"
+msgstr ""
+
+msgid "ProjectSelect|There was an error fetching the projects. Please try again."
+msgstr ""
+
+msgid "ProjectService|Drone server URL"
+msgstr ""
+
+msgid "ProjectService|Enter new API key"
+msgstr ""
+
+msgid "ProjectService|Enter new password"
+msgstr ""
+
+msgid "ProjectService|Enter new password."
+msgstr ""
+
+msgid "ProjectService|Enter new token"
+msgstr ""
+
+msgid "ProjectService|Issue URL"
+msgstr ""
+
+msgid "ProjectService|Jenkins server URL"
+msgstr ""
+
+msgid "ProjectService|Leave blank to use your current API key"
+msgstr ""
+
+msgid "ProjectService|Leave blank to use your current password"
+msgstr ""
+
+msgid "ProjectService|Leave blank to use your current password."
+msgstr ""
+
+msgid "ProjectService|Leave blank to use your current token."
+msgstr ""
+
+msgid "ProjectService|Mock service URL"
+msgstr ""
+
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
+msgstr ""
+
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgstr ""
+
+msgid "ProjectService|Run CI/CD pipelines with Buildkite."
+msgstr ""
+
+msgid "ProjectService|Run CI/CD pipelines with Drone."
+msgstr ""
+
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
+msgstr ""
+
+msgid "ProjectService|TeamCity server URL"
+msgstr ""
+
+msgid "ProjectService|The build configuration ID of the TeamCity project."
+msgstr ""
+
+msgid "ProjectService|The token you get after you create a Buildkite pipeline with a GitLab repository."
+msgstr ""
+
+msgid "ProjectService|To configure this integration, you should:"
+msgstr ""
+
+msgid "ProjectService|Token for the Drone project."
+msgstr ""
+
+msgid "ProjectService|Trigger event for new comments on confidential issues."
+msgstr ""
+
+msgid "ProjectService|Trigger event for new comments."
+msgstr ""
+
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
+msgstr ""
+
+msgid "ProjectService|Trigger event for pushes to the repository."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a commit is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique vulnerability is recorded. (Note: This feature requires an Ultimate plan.)"
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
+msgstr ""
+
+msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
+msgstr ""
+
+msgid "ProjectSettings|%{link_start}What variables can I use?%{link_end}"
+msgstr ""
+
+msgid "ProjectSettings|Additional settings that influence how and when merges are done."
+msgstr ""
+
+msgid "ProjectSettings|All discussions must be resolved"
+msgstr ""
+
+msgid "ProjectSettings|Allow"
+msgstr ""
+
+msgid "ProjectSettings|Always show thumbs-up and thumbs-down award emoji buttons on issues, merge requests, and snippets."
+msgstr ""
+
+msgid "ProjectSettings|Analytics"
+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|Checkbox is visible and selected by default."
+msgstr ""
+
+msgid "ProjectSettings|Checkbox is visible and unselected by default."
+msgstr ""
+
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
+msgstr ""
+
+msgid "ProjectSettings|Configure your project resources and monitor their health."
+msgstr ""
+
+msgid "ProjectSettings|Contact an admin to change this setting."
+msgstr ""
+
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
+msgid "ProjectSettings|Customize this project's badges."
+msgstr ""
+
+msgid "ProjectSettings|Determine what happens to the commit history when you merge a merge request."
+msgstr ""
+
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Do not allow"
+msgstr ""
+
+msgid "ProjectSettings|Enable \"Delete source branch\" option by default"
+msgstr ""
+
+msgid "ProjectSettings|Enable merge trains"
+msgstr ""
+
+msgid "ProjectSettings|Enable merged results pipelines"
+msgstr ""
+
+msgid "ProjectSettings|Encourage"
+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|Flexible tool to collaboratively develop ideas and plan work in this project."
+msgstr ""
+
+msgid "ProjectSettings|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage (LFS)"
+msgstr ""
+
+msgid "ProjectSettings|Global"
+msgstr ""
+
+msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
+msgstr ""
+
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Introduces the risk of merging changes that do not pass the pipeline."
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
+msgid "ProjectSettings|LFS objects from this repository are available to forks. %{linkStart}How do I remove them?%{linkEnd}"
+msgstr ""
+
+msgid "ProjectSettings|Manage who can see the project in the public access directory."
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files."
+msgstr ""
+
+msgid "ProjectSettings|Maximum 500 characters."
+msgstr ""
+
+msgid "ProjectSettings|Merge checks"
+msgstr ""
+
+msgid "ProjectSettings|Merge commit"
+msgstr ""
+
+msgid "ProjectSettings|Merge commit message template"
+msgstr ""
+
+msgid "ProjectSettings|Merge commit with semi-linear history"
+msgstr ""
+
+msgid "ProjectSettings|Merge method"
+msgstr ""
+
+msgid "ProjectSettings|Merge options"
+msgstr ""
+
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
+msgstr ""
+
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+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 and the container registry is set to '%{access_level_description}'"
+msgstr ""
+
+msgid "ProjectSettings|Only signed commits can be pushed to this repository."
+msgstr ""
+
+msgid "ProjectSettings|Operations"
+msgstr ""
+
+msgid "ProjectSettings|Override user notification preferences for all project members."
+msgstr ""
+
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation."
+msgstr ""
+
+msgid "ProjectSettings|Pipelines must succeed"
+msgstr ""
+
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Require"
+msgstr ""
+
+msgid "ProjectSettings|Require an associated issue from Jira"
+msgstr ""
+
+msgid "ProjectSettings|Requirements"
+msgstr ""
+
+msgid "ProjectSettings|Requirements management system."
+msgstr ""
+
+msgid "ProjectSettings|Search for topic"
+msgstr ""
+
+msgid "ProjectSettings|Security & Compliance"
+msgstr ""
+
+msgid "ProjectSettings|Security & Compliance for this project"
+msgstr ""
+
+msgid "ProjectSettings|Set the default behavior of this option in merge requests. Changes to this are also applied to existing merge requests."
+msgstr ""
+
+msgid "ProjectSettings|Share code with others outside the project."
+msgstr ""
+
+msgid "ProjectSettings|Show default award emojis"
+msgstr ""
+
+msgid "ProjectSettings|Show link to create or view a merge request when pushing from the command line"
+msgstr ""
+
+msgid "ProjectSettings|Skipped pipelines are considered successful"
+msgstr ""
+
+msgid "ProjectSettings|Snippets"
+msgstr ""
+
+msgid "ProjectSettings|Squash commit message template"
+msgstr ""
+
+msgid "ProjectSettings|Squash commits when merging"
+msgstr ""
+
+msgid "ProjectSettings|Squashing is always performed. Checkbox is visible and selected, and users cannot change it."
+msgstr ""
+
+msgid "ProjectSettings|Squashing is never performed and the checkbox is hidden."
+msgstr ""
+
+msgid "ProjectSettings|Submit changes to be merged upstream."
+msgstr ""
+
+msgid "ProjectSettings|Target project"
+msgstr ""
+
+msgid "ProjectSettings|The commit message used when applying merge request suggestions."
+msgstr ""
+
+msgid "ProjectSettings|The commit message used when merging, if the merge method creates a merge commit."
+msgstr ""
+
+msgid "ProjectSettings|The commit message used when squashing commits."
+msgstr ""
+
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
+msgid "ProjectSettings|These checks must pass before merge requests can be merged."
+msgstr ""
+
+msgid "ProjectSettings|This project"
+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|Transfer project"
+msgstr ""
+
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
+msgid "ProjectSettings|Used for every new merge request."
+msgstr ""
+
+msgid "ProjectSettings|Users can copy the repository to a new project."
+msgstr ""
+
+msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
+msgstr ""
+
+msgid "ProjectSettings|Users can request access"
+msgstr ""
+
+msgid "ProjectSettings|View and edit files in this project."
+msgstr ""
+
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
+msgstr ""
+
+msgid "ProjectSettings|View project analytics."
+msgstr ""
+
+msgid "ProjectSettings|Visibility options for this fork are limited by the current visibility of the source project."
+msgstr ""
+
+msgid "ProjectSettings|Visualize the project's performance metrics."
+msgstr ""
+
+msgid "ProjectSettings|Warn about Potentially Unwanted Characters"
+msgstr ""
+
+msgid "ProjectSettings|What are badges?"
+msgstr ""
+
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
+msgstr ""
+
+msgid "ProjectSettings|When there is a merge conflict, 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|GitLab Cluster Management"
+msgstr ""
+
+msgid "ProjectTemplates|Gitpod/Spring Petclinic"
+msgstr ""
+
+msgid "ProjectTemplates|Go Micro"
+msgstr ""
+
+msgid "ProjectTemplates|HIPAA Audit Protocol"
+msgstr ""
+
+msgid "ProjectTemplates|Kotlin Native for Linux"
+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/Gatsby"
+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|Sample GitLab Project"
+msgstr ""
+
+msgid "ProjectTemplates|Serverless Framework/JS"
+msgstr ""
+
+msgid "ProjectTemplates|Spring"
+msgstr ""
+
+msgid "ProjectTemplates|Static Site Editor/Middleman"
+msgstr ""
+
+msgid "ProjectTemplates|Tencent Serverless Framework/NextjsSSR"
+msgstr ""
+
+msgid "ProjectTemplates|iOS (Swift)"
+msgstr ""
+
+msgid "ProjectView|Activity"
+msgstr ""
+
+msgid "ProjectView|Files and Readme (default)"
+msgstr ""
+
+msgid "ProjectView|Readme"
+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 are organized into groups"
+msgstr ""
+
+msgid "Projects contributed to"
+msgstr ""
+
+msgid "Projects help you organize your work. They contain your file repository, issues, merge requests, and so much more."
+msgstr ""
+
+msgid "Projects shared with %{group_name}"
+msgstr ""
+
+msgid "Projects that can be accessed"
+msgstr ""
+
+msgid "Projects to index"
+msgstr ""
+
+msgid "Projects will be permanently deleted after a %{waiting_period}-day waiting period."
+msgstr ""
+
+msgid "Projects will be permanently deleted immediately."
+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 this topic"
+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|Analyze your source code for known security vulnerabilities."
+msgstr ""
+
+msgid "ProjectsNew|Connect your external repository to GitLab CI/CD."
+msgstr ""
+
+msgid "ProjectsNew|Contact an administrator to enable options for importing your project."
+msgstr ""
+
+msgid "ProjectsNew|Create"
+msgstr ""
+
+msgid "ProjectsNew|Create a blank project to house your files, plan your work, and collaborate on code, among other things."
+msgstr ""
+
+msgid "ProjectsNew|Create a project pre-populated with the necessary files to get you started quickly."
+msgstr ""
+
+msgid "ProjectsNew|Create blank project"
+msgstr ""
+
+msgid "ProjectsNew|Create from template"
+msgstr ""
+
+msgid "ProjectsNew|Create new project"
+msgstr ""
+
+msgid "ProjectsNew|Description format"
+msgstr ""
+
+msgid "ProjectsNew|Enable Static Application Security Testing (SAST)"
+msgstr ""
+
+msgid "ProjectsNew|Import"
+msgstr ""
+
+msgid "ProjectsNew|Import project"
+msgstr ""
+
+msgid "ProjectsNew|Initialize repository with a README"
+msgstr ""
+
+msgid "ProjectsNew|Migrate your data from an external source like GitHub, Bitbucket, or another instance of GitLab."
+msgstr ""
+
+msgid "ProjectsNew|No import options available"
+msgstr ""
+
+msgid "ProjectsNew|Project Configuration"
+msgstr ""
+
+msgid "ProjectsNew|Project description %{tag_start}(optional)%{tag_end}"
+msgstr ""
+
+msgid "ProjectsNew|Run CI/CD for external repository"
+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 "Prometheus"
+msgstr ""
+
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
+msgstr ""
+
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgstr ""
+
+msgid "PrometheusService|Active"
+msgstr ""
+
+msgid "PrometheusService|Auto configuration settings are used unless you override their values here."
+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|Configure GitLab to query a Prometheus installed in one of your clusters."
+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|IAP_CLIENT_ID.apps.googleusercontent.com"
+msgstr ""
+
+msgid "PrometheusService|Manage clusters"
+msgstr ""
+
+msgid "PrometheusService|Manual configuration"
+msgstr ""
+
+msgid "PrometheusService|Metrics"
+msgstr ""
+
+msgid "PrometheusService|Missing environment variable"
+msgstr ""
+
+msgid "PrometheusService|Monitor application health with Prometheus metrics and dashboards"
+msgstr ""
+
+msgid "PrometheusService|More information"
+msgstr ""
+
+msgid "PrometheusService|New metric"
+msgstr ""
+
+msgid "PrometheusService|No %{docsUrlStart}common metrics%{docsUrlEnd} were found"
+msgstr ""
+
+msgid "PrometheusService|No custom metrics have been created. Create one using the button above"
+msgstr ""
+
+msgid "PrometheusService|Prometheus cluster integration"
+msgstr ""
+
+msgid "PrometheusService|Select this checkbox to override the auto configuration settings with your own settings."
+msgstr ""
+
+msgid "PrometheusService|The ID of the IAP-secured resource."
+msgstr ""
+
+msgid "PrometheusService|The Prometheus API base URL."
+msgstr ""
+
+msgid "PrometheusService|The contents of the credentials.json file of your service account."
+msgstr ""
+
+msgid "PrometheusService|These metrics will only be monitored after your first deployment to an environment"
+msgstr ""
+
+msgid "PrometheusService|To use a Prometheus installed on a cluster, deactivate the manual configuration."
+msgstr ""
+
+msgid "PrometheusService|Waiting for your first deployment to an environment to find common metrics"
+msgstr ""
+
+msgid "PrometheusService|You can now manage your Prometheus settings on the %{operations_link_start}Operations%{operations_link_end} page. Fields on this page have been deprecated."
+msgstr ""
+
+msgid "PrometheusService|You have a cluster with the Prometheus integration enabled."
+msgstr ""
+
+msgid "PrometheusService|https://prometheus.example.com/"
+msgstr ""
+
+msgid "PrometheusService|{ \"type\": \"service_account\", \"project_id\": ... }"
+msgstr ""
+
+msgid "Promote"
+msgstr ""
+
+msgid "Promote issue to an epic"
+msgstr ""
+
+msgid "Promote issue to incident"
+msgstr ""
+
+msgid "Promote to epic"
+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 issue to an epic."
+msgstr ""
+
+msgid "Promotes issue to incident"
+msgstr ""
+
+msgid "Promotion is not supported."
+msgstr ""
+
+msgid "Promotions|Add %{link_start} description templates %{link_end} to help your contributors to communicate effectively!"
+msgstr ""
+
+msgid "Promotions|Add Group Webhooks and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Promotions|Better Protected Branches"
+msgstr ""
+
+msgid "Promotions|Burndown Charts are visual representations of the progress of completing a milestone. At a glance, you see the current state for the completion a given milestone. Without them, you would have to organize the data from the milestone and plot it yourself to have the same sense of progress."
+msgstr ""
+
+msgid "Promotions|Buy EE"
+msgstr ""
+
+msgid "Promotions|Buy GitLab Enterprise Edition"
+msgstr ""
+
+msgid "Promotions|Contact an owner of group %{namespace_name} to upgrade the plan."
+msgstr ""
+
+msgid "Promotions|Contact owner %{link_start}%{owner_name}%{link_end} to upgrade the plan."
+msgstr ""
+
+msgid "Promotions|Contact your Administrator to upgrade your license."
+msgstr ""
+
+msgid "Promotions|Description templates allow you to define context-specific templates for issue and merge request description fields for your project."
+msgstr ""
+
+msgid "Promotions|Dismiss burndown charts promotion"
+msgstr ""
+
+msgid "Promotions|Dismiss repository features promotion"
+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|Improve issues management with Issue weight and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Promotions|Improve merge requests and customer support with GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Promotions|Improve milestones with Burndown Charts."
+msgstr ""
+
+msgid "Promotions|Improve repositories with GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Promotions|Improve search with Advanced Search and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Promotions|Keep track of events in your project"
+msgstr ""
+
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|Merge request approvals"
+msgstr ""
+
+msgid "Promotions|Not now, thanks!"
+msgstr ""
+
+msgid "Promotions|Push Rules"
+msgstr ""
+
+msgid "Promotions|Push Rules are defined per project so you can have different rules applied to different projects depends on your needs."
+msgstr ""
+
+msgid "Promotions|Repository Mirroring"
+msgstr ""
+
+msgid "Promotions|Repository Mirroring is a way to mirror repositories from external sources. It can be used to mirror all branches, tags, and commits that you have in your repository."
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
+msgstr ""
+
+msgid "Promotions|Set the number of necessary approvals and define a list of approvers needed for every merge request in a project."
+msgstr ""
+
+msgid "Promotions|Start GitLab Ultimate trial"
+msgstr ""
+
+msgid "Promotions|The Advanced 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 "Promotions|This feature is locked."
+msgstr ""
+
+msgid "Promotions|Try it for free"
+msgstr ""
+
+msgid "Promotions|Upgrade plan"
+msgstr ""
+
+msgid "Promotions|Upgrade your plan to activate Advanced Search."
+msgstr ""
+
+msgid "Promotions|Upgrade your plan to activate Audit Events."
+msgstr ""
+
+msgid "Promotions|Upgrade your plan to activate Group Webhooks."
+msgstr ""
+
+msgid "Promotions|Upgrade your plan to improve merge requests."
+msgstr ""
+
+msgid "Promotions|Upgrade your plan to improve milestones with Burndown Charts."
+msgstr ""
+
+msgid "Promotions|Upgrade your plan to improve repositories."
+msgstr ""
+
+msgid "Promotions|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 "Promotions|Weight"
+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 "Promotions|You can restrict access to protected branches by choosing a role (Maintainers, Developers) as well as certain users."
+msgstr ""
+
+msgid "Promotions|description templates"
+msgstr ""
+
+msgid "Promotions|to help your contributors communicate effectively!"
+msgstr ""
+
+msgid "Prompt users to upload SSH keys"
+msgstr ""
+
+msgid "Protect"
+msgstr ""
+
+msgid "Protect a tag"
+msgstr ""
+
+msgid "Protect variable"
+msgstr ""
+
+msgid "Protected"
+msgstr ""
+
+msgid "Protected Branch"
+msgstr ""
+
+msgid "Protected Branches"
+msgstr ""
+
+msgid "Protected Environment"
+msgstr ""
+
+msgid "Protected Paths: requests"
+msgstr ""
+
+msgid "Protected Tag"
+msgstr ""
+
+msgid "Protected Tags"
+msgstr ""
+
+msgid "Protected branches"
+msgstr ""
+
+msgid "Protected environments"
+msgstr ""
+
+msgid "Protected paths"
+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|Allow all users with push access to %{tag_start}force push%{tag_end}."
+msgstr ""
+
+msgid "ProtectedBranch|Allow all users with push access to force push."
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to force push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to force push:"
+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|Branch will be writable for developers. Are you sure?"
+msgstr ""
+
+msgid "ProtectedBranch|Branch:"
+msgstr ""
+
+msgid "ProtectedBranch|By default, protected branches restrict who can modify the branch."
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Does not apply to users allowed to push. Optional sections are not enforced."
+msgstr ""
+
+msgid "ProtectedBranch|Keep stable branches secure and force developers to use merge requests."
+msgstr ""
+
+msgid "ProtectedBranch|Learn more."
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branches"
+msgstr ""
+
+msgid "ProtectedBranch|Reject code pushes that change files listed in the CODEOWNERS file."
+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 allowed to force push"
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Unprotect"
+msgstr ""
+
+msgid "ProtectedBranch|What are protected branches?"
+msgstr ""
+
+msgid "ProtectedBranch|default"
+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|Only specified users can execute deployments in a protected environment."
+msgstr ""
+
+msgid "ProtectedEnvironment|Protect"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protect an environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protected Environment (%{protected_environments_count})"
+msgstr ""
+
+msgid "ProtectedEnvironment|Select an environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Select users"
+msgstr ""
+
+msgid "ProtectedEnvironment|There are currently no protected environments. Protect an environment with this form."
+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 "ProtectedTags|default"
+msgstr ""
+
+msgid "ProtectedTag|By default, protected branches restrict who can modify the tag."
+msgstr ""
+
+msgid "ProtectedTag|Learn more."
+msgstr ""
+
+msgid "ProtectedTag|Limit access to creating and updating tags."
+msgstr ""
+
+msgid "ProtectedTag|Protected tags"
+msgstr ""
+
+msgid "ProtectedTag|What are protected tags?"
+msgstr ""
+
+msgid "ProtectedTag|default"
+msgstr ""
+
+msgid "Protip: %{linkStart}Auto DevOps%{linkEnd} uses Kubernetes clusters to deploy your code!"
+msgstr ""
+
+msgid "Provide a number our sales team can use to call you."
+msgstr ""
+
+msgid "Provider"
+msgstr ""
+
+msgid "Provision instructions"
+msgstr ""
+
+msgid "Provisioned by:"
+msgstr ""
+
+msgid "Proxy support for this API is not available currently"
+msgstr ""
+
+msgid "Pseudonymized data collection is disabled. When enabled, GitLab runs a background job to export pseudonymized CSVs of the GitLab database. The CSV files are then uploaded to your configured object storage directory."
+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"
+msgstr ""
+
+msgid "Public pipelines"
+msgstr ""
+
+msgid "Public projects Minutes cost factor"
+msgstr ""
+
+msgid "Publish to status page"
+msgstr ""
+
+msgid "Published"
+msgstr ""
+
+msgid "Published on status page"
+msgstr ""
+
+msgid "Publishes this issue to the associated status page."
+msgstr ""
+
+msgid "Pull"
+msgstr ""
+
+msgid "Pull requests from fork are not supported"
+msgstr ""
+
+msgid "Puma is running with a thread count above 1 and the Rugged service is enabled. This may decrease performance in some environments. See our %{link_start}documentation%{link_end} for details of this issue."
+msgstr ""
+
+msgid "Purchase more minutes"
+msgstr ""
+
+msgid "Purchase more storage"
+msgstr ""
+
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
+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 commits to the source branch or add previously merged commits to review them."
+msgstr ""
+
+msgid "Push events"
+msgstr ""
+
+msgid "Push project from command line"
+msgstr ""
+
+msgid "Push the result of the merge to GitLab"
+msgstr ""
+
+msgid "Push to create a project"
+msgstr ""
+
+msgid "PushRules|All branch names must match this %{wiki_syntax_link_start}regular expression%{wiki_syntax_link_end}. If empty, any branch name is allowed."
+msgstr ""
+
+msgid "PushRules|All commit author's email must match this %{wiki_syntax_link_start}regular expression%{wiki_syntax_link_end}. If empty, any email is allowed."
+msgstr ""
+
+msgid "PushRules|All commit messages must match this %{wiki_syntax_link_start}regular expression%{wiki_syntax_link_end}. If empty, commit messages are not required to match any expression."
+msgstr ""
+
+msgid "PushRules|All committed filenames cannot match this %{wiki_syntax_link_start}regular expression%{wiki_syntax_link_end}. If empty, any filename is allowed."
+msgstr ""
+
+msgid "PushRules|Commit messages cannot match this %{wiki_syntax_link_start}regular expression%{wiki_syntax_link_end}. If empty, commit messages are not rejected based on any expression."
+msgstr ""
+
+msgid "PushRules|Do not allow users to remove Git tags with %{code_block_start}git push%{code_block_end}"
+msgstr ""
+
+msgid "PushRules|Reject any files likely to contain secrets. %{secret_files_link_start}What secret files are rejected?%{secret_files_link_end}"
+msgstr ""
+
+msgid "PushRules|Reject file sizes equal to or greater than this size. If set to 0, files of any size are allowed. This rule does not apply to files tracked by Git LFS."
+msgstr ""
+
+msgid "PushRules|Restrict commits to existing GitLab users."
+msgstr ""
+
+msgid "PushRules|Restrict push operations for this project."
+msgstr ""
+
+msgid "PushRules|Save push rules"
+msgstr ""
+
+msgid "PushRules|Select push rules"
+msgstr ""
+
+msgid "PushRules|Users can still delete tags through the GitLab UI."
+msgstr ""
+
+msgid "PushRule|Push rules"
+msgstr ""
+
+msgid "PushRule|Reject unverified users"
+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|Enter your application key."
+msgstr ""
+
+msgid "PushoverService|Enter your user key."
+msgstr ""
+
+msgid "PushoverService|Get real-time notifications on your device."
+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|See project %{project_full_name}"
+msgstr ""
+
+msgid "PushoverService|Total commits count: %{total_commits_count}"
+msgstr ""
+
+msgid "QualitySummary|Project quality"
+msgstr ""
+
+msgid "Quarters"
+msgstr ""
+
+msgid "Query"
+msgstr ""
+
+msgid "Query cannot be processed"
+msgstr ""
+
+msgid "Queued"
+msgstr ""
+
+msgid "Quick actions can be used in description and comment boxes."
+msgstr ""
+
+msgid "Quick help"
+msgstr ""
+
+msgid "Quick range"
+msgstr ""
+
+msgid "Quickly and easily edit multiple files in your project."
+msgstr ""
+
+msgid "Quota of CI/CD minutes"
+msgstr ""
+
+msgid "Quota of CI/CD minutes:"
+msgstr ""
+
+msgid "README"
+msgstr ""
+
+msgid "Rails"
+msgstr ""
+
+msgid "Rake Tasks Help"
+msgstr ""
+
+msgid "Random"
+msgstr ""
+
+msgid "Rate Limits"
+msgstr ""
+
+msgid "Rate limit"
+msgstr ""
+
+msgid "Rate limit access to specified paths."
+msgstr ""
+
+msgid "Rate limits can help reduce request volume (like from crawlers or abusive bots)."
+msgstr ""
+
+msgid "Raw blob request rate limit per minute"
+msgstr ""
+
+msgid "Raw blob requests"
+msgstr ""
+
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
+msgid "Re-import"
+msgstr ""
+
+msgid "Re-request review"
+msgstr ""
+
+msgid "Re-verification interval"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
+msgid "Read more"
+msgstr ""
+
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
+msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
+msgstr ""
+
+msgid "Read more about related issues"
+msgstr ""
+
+msgid "Read their documentation."
+msgstr ""
+
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
+msgid "Ready to merge by members who can write to the target branch."
+msgstr ""
+
+msgid "Ready to merge!"
+msgstr ""
+
+msgid "Reauthenticating with SAML provider."
+msgstr ""
+
+msgid "Rebase"
+msgstr ""
+
+msgid "Rebase in progress"
+msgstr ""
+
+msgid "Rebase source branch"
+msgstr ""
+
+msgid "Rebase source branch on the target branch."
+msgstr ""
+
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
+msgid "Recaptcha verified?"
+msgstr ""
+
+msgid "Receive a $50 gift card as a thank you for your time."
+msgstr ""
+
+msgid "Receive a %{strongOpen}$50 gift card%{strongClose} as a thank you for your time."
+msgstr ""
+
+msgid "Receive alerts from manually configured Prometheus servers."
+msgstr ""
+
+msgid "Receive any notifications from GitLab."
+msgstr ""
+
+msgid "Receive notification of abuse reports by email."
+msgstr ""
+
+msgid "Receive notifications about your own activity"
+msgstr ""
+
+msgid "Receive product marketing emails"
+msgstr ""
+
+msgid "Recent"
+msgstr ""
+
+msgid "Recent Project Activity"
+msgstr ""
+
+msgid "Recent Searches Service is unavailable"
+msgstr ""
+
+msgid "Recent events"
+msgstr ""
+
+msgid "Recent jobs served by this runner"
+msgstr ""
+
+msgid "Recent searches"
+msgstr ""
+
+msgid "Recently used"
+msgstr ""
+
+msgid "Reconfigure"
+msgstr ""
+
+msgid "Recovering projects"
+msgstr ""
+
+msgid "Recovery Codes"
+msgstr ""
+
+msgid "Redirect to SAML provider to test configuration"
+msgstr ""
+
+msgid "Redirecting"
+msgstr ""
+
+msgid "Redis"
+msgstr ""
+
+msgid "Reduce incident management alert volume (for example, if too many issues are being created)."
+msgstr ""
+
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
+msgid "Reference"
+msgstr ""
+
+msgid "References"
+msgstr ""
+
+msgid "Refine your search criteria (select a %{strong_open}group%{strong_close} and %{strong_open}project%{strong_close} when possible)"
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "Refresh the page and try again."
+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 export"
+msgstr ""
+
+msgid "Regenerate instance ID"
+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 "Register"
+msgstr ""
+
+msgid "Register / Sign In"
+msgstr ""
+
+msgid "Register Two-Factor Authenticator"
+msgstr ""
+
+msgid "Register Universal Two-Factor (U2F) Device"
+msgstr ""
+
+msgid "Register WebAuthn Device"
+msgstr ""
+
+msgid "Register as many runners as you want. You can register runners as separate users, on separate servers, and on your local machine. Runners are either:"
+msgstr ""
+
+msgid "Register device"
+msgstr ""
+
+msgid "Register now"
+msgstr ""
+
+msgid "Register the runner with this URL:"
+msgstr ""
+
+msgid "Register with two-factor app"
+msgstr ""
+
+msgid "Registration Features include:"
+msgstr ""
+
+msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
+msgstr ""
+
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
+msgstr ""
+
+msgid "RegistrationFeatures|Registration Features Program"
+msgstr ""
+
+msgid "RegistrationFeatures|Want to %{feature_title} for free?"
+msgstr ""
+
+msgid "RegistrationFeatures|send emails to users"
+msgstr ""
+
+msgid "RegistrationFeatures|use this feature"
+msgstr ""
+
+msgid "RegistrationVerification|Are you sure you want to skip this step?"
+msgstr ""
+
+msgid "RegistrationVerification|Enable free CI/CD minutes"
+msgstr ""
+
+msgid "RegistrationVerification|GitLab will not charge your card, it will only be used for validation."
+msgstr ""
+
+msgid "RegistrationVerification|Pipelines using shared GitLab runners will fail until you validate your account."
+msgstr ""
+
+msgid "RegistrationVerification|Skip this for now"
+msgstr ""
+
+msgid "RegistrationVerification|To keep GitLab spam and abuse free we ask that you verify your identity with a valid payment method, such as a debit or credit card. Until then, you can't use free CI/CD minutes to build your application."
+msgstr ""
+
+msgid "RegistrationVerification|Validate account"
+msgstr ""
+
+msgid "RegistrationVerification|Verify your identity"
+msgstr ""
+
+msgid "RegistrationVerification|Yes, I'd like to skip"
+msgstr ""
+
+msgid "RegistrationVerification|You can alway verify your account at a later time."
+msgstr ""
+
+msgid "Registration|Checkout"
+msgstr ""
+
+msgid "Registration|Your GitLab group"
+msgstr ""
+
+msgid "Registration|Your first project"
+msgstr ""
+
+msgid "Registration|Your profile"
+msgstr ""
+
+msgid "Registry setup"
+msgstr ""
+
+msgid "Reindexing Status: %{status} (Slice multiplier: %{multiplier}, Maximum running slices: %{max_slices})"
+msgstr ""
+
+msgid "Rejected (closed)"
+msgstr ""
+
+msgid "Related feature flags"
+msgstr ""
+
+msgid "Related issues"
+msgstr ""
+
+msgid "Related merge requests"
+msgstr ""
+
+msgid "Related to #%{issue_id}."
+msgstr ""
+
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release assets"
+msgstr ""
+
+msgid "Release assets documentation"
+msgstr ""
+
+msgid "Release does not have the same project as the milestone"
+msgstr ""
+
+msgid "Release notes"
+msgstr ""
+
+msgid "Release notes:"
+msgstr ""
+
+msgid "Release title"
+msgstr ""
+
+msgid "Release with tag \"%{tag}\" was not found"
+msgstr ""
+
+msgid "ReleaseAssetLinkType|Image"
+msgstr ""
+
+msgid "ReleaseAssetLinkType|Images"
+msgstr ""
+
+msgid "ReleaseAssetLinkType|Other"
+msgstr ""
+
+msgid "ReleaseAssetLinkType|Package"
+msgstr ""
+
+msgid "ReleaseAssetLinkType|Packages"
+msgstr ""
+
+msgid "ReleaseAssetLinkType|Runbook"
+msgstr ""
+
+msgid "ReleaseAssetLinkType|Runbooks"
+msgstr ""
+
+msgid "Released date"
+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 tags that use semantic versioning, for example %{codeStart}v1.0.0%{codeEnd}, %{codeStart}v2.1.0-pre%{codeEnd}."
+msgstr ""
+
+msgid "Releases documentation"
+msgstr ""
+
+msgid "Releases|New Release"
+msgstr ""
+
+msgid "Release|Something went wrong while creating a new release."
+msgstr ""
+
+msgid "Release|Something went wrong while getting the release details."
+msgstr ""
+
+msgid "Release|Something went wrong while saving the release details."
+msgstr ""
+
+msgid "Reload page"
+msgstr ""
+
+msgid "Remediations"
+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 Zoom meeting"
+msgstr ""
+
+msgid "Remove Zoom meeting."
+msgstr ""
+
+msgid "Remove access"
+msgstr ""
+
+msgid "Remove all or specific assignee(s)"
+msgstr ""
+
+msgid "Remove all or specific label(s)"
+msgstr ""
+
+msgid "Remove all or specific reviewer(s)"
+msgstr ""
+
+msgid "Remove approver"
+msgstr ""
+
+msgid "Remove approvers"
+msgstr ""
+
+msgid "Remove approvers?"
+msgstr ""
+
+msgid "Remove asset link"
+msgstr ""
+
+msgid "Remove assignee"
+msgstr ""
+
+msgid "Remove attention request"
+msgstr ""
+
+msgid "Remove avatar"
+msgstr ""
+
+msgid "Remove card"
+msgstr ""
+
+msgid "Remove child epic from an epic"
+msgstr ""
+
+msgid "Remove customer relation contact(s)."
+msgstr ""
+
+msgid "Remove customer relation contacts"
+msgstr ""
+
+msgid "Remove deploy key"
+msgstr ""
+
+msgid "Remove description history"
+msgstr ""
+
+msgid "Remove due date"
+msgstr ""
+
+msgid "Remove favicon"
+msgstr ""
+
+msgid "Remove file"
+msgstr ""
+
+msgid "Remove fork relationship"
+msgstr ""
+
+msgid "Remove from batch"
+msgstr ""
+
+msgid "Remove from epic"
+msgstr ""
+
+msgid "Remove group"
+msgstr ""
+
+msgid "Remove header logo"
+msgstr ""
+
+msgid "Remove iteration"
+msgstr ""
+
+msgid "Remove license"
+msgstr ""
+
+msgid "Remove limit"
+msgstr ""
+
+msgid "Remove link"
+msgstr ""
+
+msgid "Remove list"
+msgstr ""
+
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
+msgid "Remove member"
+msgstr ""
+
+msgid "Remove milestone"
+msgstr ""
+
+msgid "Remove parent epic from an epic"
+msgstr ""
+
+msgid "Remove priority"
+msgstr ""
+
+msgid "Remove report"
+msgstr ""
+
+msgid "Remove reviewer"
+msgstr ""
+
+msgid "Remove runner"
+msgstr ""
+
+msgid "Remove secondary email"
+msgstr ""
+
+msgid "Remove spent time"
+msgstr ""
+
+msgid "Remove time estimate"
+msgstr ""
+
+msgid "Remove user"
+msgstr ""
+
+msgid "Remove user & report"
+msgstr ""
+
+msgid "Remove user from group"
+msgstr ""
+
+msgid "Remove user from project"
+msgstr ""
+
+msgid "Remove..."
+msgstr ""
+
+msgid "Removed"
+msgstr ""
+
+msgid "Removed %{assignee_text} %{assignee_references}."
+msgstr ""
+
+msgid "Removed %{epic_ref} from child epics."
+msgstr ""
+
+msgid "Removed %{iteration_reference} iteration."
+msgstr ""
+
+msgid "Removed %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Removed %{milestone_reference} milestone."
+msgstr ""
+
+msgid "Removed %{reviewer_text} %{reviewer_references}."
+msgstr ""
+
+msgid "Removed all labels."
+msgstr ""
+
+msgid "Removed an issue from an epic."
+msgstr ""
+
+msgid "Removed attention request from @%{username}"
+msgstr ""
+
+msgid "Removed group can not be restored!"
+msgstr ""
+
+msgid "Removed parent epic %{epic_ref}."
+msgstr ""
+
+msgid "Removed spent time."
+msgstr ""
+
+msgid "Removed the due date."
+msgstr ""
+
+msgid "Removed time estimate."
+msgstr ""
+
+msgid "Removed upload with id %{id}"
+msgstr ""
+
+msgid "RemovedProjects|No projects pending deletion found"
+msgstr ""
+
+msgid "RemovedProjects|Projects that are pending deletion that you have access to are listed here."
+msgstr ""
+
+msgid "Removes %{assignee_text} %{assignee_references}."
+msgstr ""
+
+msgid "Removes %{epic_ref} from child epics."
+msgstr ""
+
+msgid "Removes %{iteration_reference} iteration."
+msgstr ""
+
+msgid "Removes %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Removes %{milestone_reference} milestone."
+msgstr ""
+
+msgid "Removes %{reviewer_text} %{reviewer_references}."
+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 this group also removes all child projects, including archived projects, and their resources."
+msgstr ""
+
+msgid "Rename file"
+msgstr ""
+
+msgid "Rename folder"
+msgstr ""
+
+msgid "Rename/Move"
+msgstr ""
+
+msgid "Render diagrams in your documents using PlantUML."
+msgstr ""
+
+msgid "Renew subscription"
+msgstr ""
+
+msgid "Renews"
+msgstr ""
+
+msgid "Reopen"
+msgstr ""
+
+msgid "Reopen %{issueType}"
+msgstr ""
+
+msgid "Reopen %{noteable}"
+msgstr ""
+
+msgid "Reopen epic"
+msgstr ""
+
+msgid "Reopen milestone"
+msgstr ""
+
+msgid "Reopen test case"
+msgstr ""
+
+msgid "Reopen this %{quick_action_target}"
+msgstr ""
+
+msgid "Reopened this %{quick_action_target}."
+msgstr ""
+
+msgid "Reopens this %{quick_action_target}."
+msgstr ""
+
+msgid "Repeats"
+msgstr ""
+
+msgid "Replace"
+msgstr ""
+
+msgid "Replace %{blob_name}"
+msgstr ""
+
+msgid "Replace %{name}"
+msgstr ""
+
+msgid "Replace all label(s)"
+msgstr ""
+
+msgid "Replace file"
+msgstr ""
+
+msgid "Replaced all labels with %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Replaces the clone URL root."
+msgstr ""
+
+msgid "Replication"
+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 %{display_issuable_type} that are abusive, inappropriate or spam."
+msgstr ""
+
+msgid "Report abuse"
+msgstr ""
+
+msgid "Report abuse to admin"
+msgstr ""
+
+msgid "Reported %{timeAgo} by %{reportedBy}"
+msgstr ""
+
+msgid "Reported by"
+msgstr ""
+
+msgid "Reported by %{reporter}"
+msgstr ""
+
+msgid "Reporting"
+msgstr ""
+
+msgid "Reports|%{combinedString} and %{resolvedString}"
+msgstr ""
+
+msgid "Reports|%{recentlyFailed} out of %{failed} failed test has failed more than once in the last 14 days"
+msgstr ""
+
+msgid "Reports|%{recentlyFailed} out of %{failed} failed tests has failed more than once in the last 14 days"
+msgid_plural "Reports|%{recentlyFailed} out of %{failed} failed tests have failed more than once in the last 14 days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Reports|Accessibility scanning detected %d issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %d issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Reports|Accessibility scanning detected no issues for the source branch only"
+msgstr ""
+
+msgid "Reports|Accessibility scanning failed loading results"
+msgstr ""
+
+msgid "Reports|Accessibility scanning results are being parsed"
+msgstr ""
+
+msgid "Reports|Actions"
+msgstr ""
+
+msgid "Reports|Activity"
+msgstr ""
+
+msgid "Reports|An error occurred while loading %{name} results"
+msgstr ""
+
+msgid "Reports|An error occurred while loading report"
+msgstr ""
+
+msgid "Reports|Base report parsing error:"
+msgstr ""
+
+msgid "Reports|Classname"
+msgstr ""
+
+msgid "Reports|Execution time"
+msgstr ""
+
+msgid "Reports|Failed %{count} time in %{baseBranch} in the last 14 days"
+msgid_plural "Reports|Failed %{count} times in %{baseBranch} in the last 14 days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Reports|Failed %{count} time in %{base_branch} in the last 14 days"
+msgid_plural "Reports|Failed %{count} times in %{base_branch} in the last 14 days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Reports|Failure"
+msgstr ""
+
+msgid "Reports|Filename"
+msgstr ""
+
+msgid "Reports|Head report parsing error:"
+msgstr ""
+
+msgid "Reports|Identifier"
+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|Scanner"
+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|Tool"
+msgstr ""
+
+msgid "Reports|Vulnerability"
+msgstr ""
+
+msgid "Reports|Vulnerability Name"
+msgstr ""
+
+msgid "Reports|no changed test results"
+msgstr ""
+
+msgid "Repositories"
+msgstr ""
+
+msgid "Repositories Analytics"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Average Coverage by Job"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Average coverage"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Average test coverage last 30 days"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Code Coverage: %{averageCoverage}"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Coverage"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Coverage Jobs"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Download historic test coverage data"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Download test coverage data (.csv)"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis."
+msgstr ""
+
+msgid "RepositoriesAnalytics|Jobs with Coverage"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Jobs with Coverage: %{coverageCount}"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Last Update"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Latest test coverage results"
+msgstr ""
+
+msgid "RepositoriesAnalytics|No test coverage to display"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data."
+msgstr ""
+
+msgid "RepositoriesAnalytics|Please select projects to display."
+msgstr ""
+
+msgid "RepositoriesAnalytics|Projects with Coverage"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Projects with Coverage: %{projectCount}"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Test Code Coverage"
+msgstr ""
+
+msgid "RepositoriesAnalytics|There was an error fetching the projects."
+msgstr ""
+
+msgid "Repository"
+msgstr ""
+
+msgid "Repository Analytics"
+msgstr ""
+
+msgid "Repository Graph"
+msgstr ""
+
+msgid "Repository Settings"
+msgstr ""
+
+msgid "Repository already read-only"
+msgstr ""
+
+msgid "Repository check"
+msgstr ""
+
+msgid "Repository check was triggered."
+msgstr ""
+
+msgid "Repository checks"
+msgstr ""
+
+msgid "Repository cleanup"
+msgstr ""
+
+msgid "Repository cleanup has started. You will receive an email once the cleanup operation is complete."
+msgstr ""
+
+msgid "Repository clone URL"
+msgstr ""
+
+msgid "Repository files count over the limit"
+msgstr ""
+
+msgid "Repository has an invalid default branch name."
+msgstr ""
+
+msgid "Repository has more than one branch."
+msgstr ""
+
+msgid "Repository has no locks."
+msgstr ""
+
+msgid "Repository has tags."
+msgstr ""
+
+msgid "Repository maintenance"
+msgstr ""
+
+msgid "Repository mirroring"
+msgstr ""
+
+msgid "Repository mirroring configuration"
+msgstr ""
+
+msgid "Repository must contain at least 1 file."
+msgstr ""
+
+msgid "Repository size is above the limit."
+msgstr ""
+
+msgid "Repository size limit (MB)"
+msgstr ""
+
+msgid "Repository storage"
+msgstr ""
+
+msgid "Repository synchronization concurrency limit"
+msgstr ""
+
+msgid "Repository update events"
+msgstr ""
+
+msgid "Repository: %{counter_repositories} / Wikis: %{counter_wikis} / Build Artifacts: %{counter_build_artifacts} / Pipeline Artifacts: %{counter_pipeline_artifacts} / LFS: %{counter_lfs_objects} / Snippets: %{counter_snippets} / Packages: %{counter_packages} / Uploads: %{counter_uploads}"
+msgstr ""
+
+msgid "RepositorySettingsAccessLevel|Select"
+msgstr ""
+
+msgid "Request"
+msgstr ""
+
+msgid "Request Access"
+msgstr ""
+
+msgid "Request a new one"
+msgstr ""
+
+msgid "Request attention"
+msgstr ""
+
+msgid "Request attention to review"
+msgstr ""
+
+msgid "Request details"
+msgstr ""
+
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request review from"
+msgstr ""
+
+msgid "Request time"
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
+msgid "Requested"
+msgstr ""
+
+msgid "Requested %{time_ago}"
+msgstr ""
+
+msgid "Requested attention from @%{username}"
+msgstr ""
+
+msgid "Requested design version does not exist."
+msgstr ""
+
+msgid "Requested review"
+msgstr ""
+
+msgid "Requested states are invalid"
+msgstr ""
+
+msgid "Requests"
+msgstr ""
+
+msgid "Requests Profiles"
+msgstr ""
+
+msgid "Requests for pages at %{code_start}%{help_text_url}%{code_end} redirect to the URL. The destination must meet certain requirements. %{docs_link_start}Learn more.%{docs_link_end}"
+msgstr ""
+
+msgid "Requests per period"
+msgstr ""
+
+msgid "Require additional authentication for administrative tasks."
+msgstr ""
+
+msgid "Require all users in this group to set up two-factor authentication"
+msgstr ""
+
+msgid "Required approvals (%{approvals_given} given)"
+msgstr ""
+
+msgid "Required approvals (%{approvals_given} given, you've approved)"
+msgstr ""
+
+msgid "Required in this project."
+msgstr ""
+
+msgid "Required only if you are not using role instance credentials."
+msgstr ""
+
+msgid "Requirement"
+msgstr ""
+
+msgid "Requirement %{reference} has been added"
+msgstr ""
+
+msgid "Requirement %{reference} has been archived"
+msgstr ""
+
+msgid "Requirement %{reference} has been reopened"
+msgstr ""
+
+msgid "Requirement %{reference} has been updated"
+msgstr ""
+
+msgid "Requirement title cannot have more than %{limit} characters."
+msgstr ""
+
+msgid "Requirements"
+msgstr ""
+
+msgid "Requirements can be based on users, stakeholders, system, software, or anything else you find important to capture."
+msgstr ""
+
+msgid "Requires %d approval from eligible users."
+msgid_plural "Requires %d approvals from eligible users."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Requires %{count} approval from %{names}."
+msgid_plural "Requires %{count} approvals from %{names}."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Requires values to meet regular expression requirements."
+msgstr ""
+
+msgid "Requires you to deploy or set up cloud-hosted Sentry."
+msgstr ""
+
+msgid "Requires your primary GitLab email address."
+msgstr ""
+
+msgid "Resend"
+msgstr ""
+
+msgid "Resend Request"
+msgstr ""
+
+msgid "Resend confirmation email"
+msgstr ""
+
+msgid "Resend invite"
+msgstr ""
+
+msgid "Resend it"
+msgstr ""
+
+msgid "Resend unlock instructions"
+msgstr ""
+
+msgid "Reset"
+msgstr ""
+
+msgid "Reset authorization key"
+msgstr ""
+
+msgid "Reset authorization key?"
+msgstr ""
+
+msgid "Reset file"
+msgstr ""
+
+msgid "Reset filters"
+msgstr ""
+
+msgid "Reset health check access token"
+msgstr ""
+
+msgid "Reset key"
+msgstr ""
+
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
+msgid "Reset registration token"
+msgstr ""
+
+msgid "Reset template"
+msgstr ""
+
+msgid "Reset to project defaults"
+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 conflicts"
+msgstr ""
+
+msgid "Resolve conflicts on source branch"
+msgstr ""
+
+msgid "Resolve these conflicts or ask someone with write access to this repository to merge it locally."
+msgstr ""
+
+msgid "Resolve thread"
+msgstr ""
+
+msgid "Resolved"
+msgstr ""
+
+msgid "Resolved 1 discussion."
+msgstr ""
+
+msgid "Resolved all discussions."
+msgstr ""
+
+msgid "Resolved by"
+msgstr ""
+
+msgid "Resolved by %{name}"
+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 "Response text"
+msgstr ""
+
+msgid "Restart GitLab to apply changes."
+msgstr ""
+
+msgid "Restart Terminal"
+msgstr ""
+
+msgid "Restore"
+msgstr ""
+
+msgid "Restore group"
+msgstr ""
+
+msgid "Restore project"
+msgstr ""
+
+msgid "Restoring the group will prevent the group, its subgroups and projects from being removed on this date."
+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 group access by IP address. %{link_start}Learn more%{link_end}."
+msgstr ""
+
+msgid "Restrict membership by email domain"
+msgstr ""
+
+msgid "Restrict projects for this runner"
+msgstr ""
+
+msgid "Restricted shift times are not available for hourly shifts"
+msgstr ""
+
+msgid "Resume"
+msgstr ""
+
+msgid "Resync"
+msgstr ""
+
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
+msgstr ""
+
+msgid "Retry"
+msgstr ""
+
+msgid "Retry job"
+msgstr ""
+
+msgid "Retry migration"
+msgstr ""
+
+msgid "Retry the downstream pipeline"
+msgstr ""
+
+msgid "Retry the trigger job"
+msgstr ""
+
+msgid "Retry this job"
+msgstr ""
+
+msgid "Retry this job in order to create the necessary resources."
+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 changes"
+msgstr ""
+
+msgid "Review requested from %{name}"
+msgstr ""
+
+msgid "Review requests for you"
+msgstr ""
+
+msgid "Review the changes locally"
+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 the target project before submitting to avoid exposing %{source} changes."
+msgstr ""
+
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
+msgid "ReviewApp|Enable Review App"
+msgstr ""
+
+msgid "Reviewer"
+msgid_plural "%d Reviewers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Reviewer(s)"
+msgstr ""
+
+msgid "Reviewers"
+msgstr ""
+
+msgid "Reviewing"
+msgstr ""
+
+msgid "Reviewing (merge request !%{mergeRequestId})"
+msgstr ""
+
+msgid "Revoke"
+msgstr ""
+
+msgid "Revoked"
+msgstr ""
+
+msgid "Revoked access token %{access_token_name}!"
+msgstr ""
+
+msgid "Revoked impersonation token %{token_name}!"
+msgstr ""
+
+msgid "Revoked personal access token %{personal_access_token_name}!"
+msgstr ""
+
+msgid "RightSidebar|Copy email address"
+msgstr ""
+
+msgid "RightSidebar|Issue email"
+msgstr ""
+
+msgid "RightSidebar|adding a"
+msgstr ""
+
+msgid "RightSidebar|deleting the"
+msgstr ""
+
+msgid "Rnners|Don't see what you are looking for? See the full list of options, including a fully customizable option, %{linkStart}here%{linkEnd}."
+msgstr ""
+
+msgid "Roadmap"
+msgstr ""
+
+msgid "Roadmap settings"
+msgstr ""
+
+msgid "Role"
+msgstr ""
+
+msgid "Rollback"
+msgstr ""
+
+msgid "Ruby"
+msgstr ""
+
+msgid "Rule name is already taken."
+msgstr ""
+
+msgid "Rules that define what git pushes are accepted for a project in this group. All newly created projects in this group will use these settings."
+msgstr ""
+
+msgid "Rules that define what git pushes are accepted for a project. All newly created projects will use these settings."
+msgstr ""
+
+msgid "Run %{code_start}git fsck%{code_end} periodically in all project and wiki repositories to look for silent disk corruption issues."
+msgstr ""
+
+msgid "Run CI/CD pipelines for external repositories"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
+msgid "Run housekeeping"
+msgstr ""
+
+msgid "Run manual or delayed jobs"
+msgstr ""
+
+msgid "Run tests against your code live using the Web Terminal"
+msgstr ""
+
+msgid "Run untagged jobs"
+msgstr ""
+
+msgid "Runner API"
+msgstr ""
+
+msgid "Runner tokens"
+msgstr ""
+
+msgid "Runner was not deleted because it is assigned to multiple projects."
+msgstr ""
+
+msgid "Runner was not updated."
+msgstr ""
+
+msgid "Runner was successfully updated."
+msgstr ""
+
+msgid "Runners"
+msgstr ""
+
+msgid "Runners are processes that pick up and execute CI/CD jobs for GitLab."
+msgstr ""
+
+msgid "Runners currently online: %{active_runners_count}"
+msgstr ""
+
+msgid "Runners page."
+msgstr ""
+
+msgid "Runners|Active"
+msgstr ""
+
+msgid "Runners|All"
+msgstr ""
+
+msgid "Runners|Amazon Linux 2 Docker HA with manual scaling and optional scheduling. %{percentage} spot."
+msgstr ""
+
+msgid "Runners|Amazon Linux 2 Docker HA with manual scaling and optional scheduling. Non-spot. Default choice for Linux Docker executor."
+msgstr ""
+
+msgid "Runners|An error has occurred fetching instructions"
+msgstr ""
+
+msgid "Runners|Architecture"
+msgstr ""
+
+msgid "Runners|Assigned Group"
+msgstr ""
+
+msgid "Runners|Associated with one or more projects"
+msgstr ""
+
+msgid "Runners|Available to all projects"
+msgstr ""
+
+msgid "Runners|Available to all projects and subgroups in the group"
+msgstr ""
+
+msgid "Runners|Can run untagged jobs"
+msgstr ""
+
+msgid "Runners|Change to project runner"
+msgstr ""
+
+msgid "Runners|Command to register runner"
+msgstr ""
+
+msgid "Runners|Configuration"
+msgstr ""
+
+msgid "Runners|Copy instructions"
+msgstr ""
+
+msgid "Runners|Copy registration token"
+msgstr ""
+
+msgid "Runners|Delete runner"
+msgstr ""
+
+msgid "Runners|Delete runner %{name}?"
+msgstr ""
+
+msgid "Runners|Deploy GitLab Runner in AWS"
+msgstr ""
+
+msgid "Runners|Description"
+msgstr ""
+
+msgid "Runners|Details"
+msgstr ""
+
+msgid "Runners|Download and install binary"
+msgstr ""
+
+msgid "Runners|Download latest binary"
+msgstr ""
+
+msgid "Runners|Enter the number of seconds. This timeout takes precedence over lower timeouts set for the project."
+msgstr ""
+
+msgid "Runners|For each solution, you will choose a capacity. 1 enables warm HA through Auto Scaling group re-spawn. 2 enables hot HA because the service is available even when a node is lost. 3 or more enables hot HA and manual scaling of runner fleet."
+msgstr ""
+
+msgid "Runners|Group"
+msgstr ""
+
+msgid "Runners|IP Address"
+msgstr ""
+
+msgid "Runners|If you do not select an AWS VPC, the runner will deploy to the Default VPC in the AWS Region you select. Please consult with your AWS administrator to understand if there are any security risks to deploying into the Default VPC in any given region in your AWS account."
+msgstr ""
+
+msgid "Runners|Install a runner"
+msgstr ""
+
+msgid "Runners|Instance"
+msgstr ""
+
+msgid "Runners|Last contact"
+msgstr ""
+
+msgid "Runners|Locked to this project"
+msgstr ""
+
+msgid "Runners|Maximum job timeout"
+msgstr ""
+
+msgid "Runners|Members of the %{type} can register runners"
+msgstr ""
+
+msgid "Runners|Name"
+msgstr ""
+
+msgid "Runners|Never contacted"
+msgstr ""
+
+msgid "Runners|New registration token generated!"
+msgstr ""
+
+msgid "Runners|New runner, has not contacted yet"
+msgstr ""
+
+msgid "Runners|No contact from this runner in over 3 months"
+msgstr ""
+
+msgid "Runners|No recent contact from this runner; last contact was %{timeAgo}"
+msgstr ""
+
+msgid "Runners|Not available to run jobs"
+msgstr ""
+
+msgid "Runners|Offline"
+msgstr ""
+
+msgid "Runners|Offline runners"
+msgstr ""
+
+msgid "Runners|Online"
+msgstr ""
+
+msgid "Runners|Online runners"
+msgstr ""
+
+msgid "Runners|Paused"
+msgstr ""
+
+msgid "Runners|Platform"
+msgstr ""
+
+msgid "Runners|Project"
+msgstr ""
+
+msgid "Runners|Property Name"
+msgstr ""
+
+msgid "Runners|Protected"
+msgstr ""
+
+msgid "Runners|Register a group runner"
+msgstr ""
+
+msgid "Runners|Register a project runner"
+msgstr ""
+
+msgid "Runners|Register a runner"
+msgstr ""
+
+msgid "Runners|Register an instance runner"
+msgstr ""
+
+msgid "Runners|Registration token"
+msgstr ""
+
+msgid "Runners|Registration token copied!"
+msgstr ""
+
+msgid "Runners|Reset token"
+msgstr ""
+
+msgid "Runners|Revision"
+msgstr ""
+
+msgid "Runners|Runner"
+msgstr ""
+
+msgid "Runners|Runner #%{runner_id}"
+msgstr ""
+
+msgid "Runners|Runner %{name} was deleted"
+msgstr ""
+
+msgid "Runners|Runner ID"
+msgstr ""
+
+msgid "Runners|Runner assigned to project."
+msgstr ""
+
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is online; last contact was %{timeAgo}"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner registration"
+msgstr ""
+
+msgid "Runners|Runner unassigned from project."
+msgstr ""
+
+msgid "Runners|Runners"
+msgstr ""
+
+msgid "Runners|Runs untagged jobs"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show runner installation and registration instructions"
+msgstr ""
+
+msgid "Runners|Show runner installation instructions"
+msgstr ""
+
+msgid "Runners|Something went wrong while fetching runner data."
+msgstr ""
+
+msgid "Runners|Something went wrong while fetching the tags suggestions"
+msgstr ""
+
+msgid "Runners|Stale"
+msgstr ""
+
+msgid "Runners|Stale runners"
+msgstr ""
+
+msgid "Runners|Status"
+msgstr ""
+
+msgid "Runners|Stop the runner from accepting new jobs."
+msgstr ""
+
+msgid "Runners|Tags"
+msgstr ""
+
+msgid "Runners|The runner will be permanently deleted and no longer available for projects or groups in the instance. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Runners|This runner has never contacted this instance"
+msgstr ""
+
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
+msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
+msgstr ""
+
+msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
+msgstr ""
+
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
+msgid "Runners|Use the runner for jobs without tags, in addition to tagged jobs."
+msgstr ""
+
+msgid "Runners|Use the runner for the currently assigned projects only."
+msgstr ""
+
+msgid "Runners|Use the runner on pipelines for protected branches only."
+msgstr ""
+
+msgid "Runners|Value"
+msgstr ""
+
+msgid "Runners|Version"
+msgstr ""
+
+msgid "Runners|View installation instructions"
+msgstr ""
+
+msgid "Runners|Windows 2019 Shell with manual scaling and optional scheduling. %{percentage} spot."
+msgstr ""
+
+msgid "Runners|Windows 2019 Shell with manual scaling and optional scheduling. Non-spot. Default choice for Windows Shell executor."
+msgstr ""
+
+msgid "Runners|You are about to change this instance runner to a project runner. This operation is not reversible. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
+msgid "Runners|You cannot assign to other projects"
+msgstr ""
+
+msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
+msgstr ""
+
+msgid "Runners|active"
+msgstr ""
+
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|locked"
+msgstr ""
+
+msgid "Runners|never contacted"
+msgstr ""
+
+msgid "Runners|offline"
+msgstr ""
+
+msgid "Runners|online"
+msgstr ""
+
+msgid "Runners|paused"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
+msgid "Runners|stale"
+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"
+msgstr ""
+
+msgid "SAML SSO"
+msgstr ""
+
+msgid "SAML SSO for %{group_name}"
+msgstr ""
+
+msgid "SAML discovery tokens"
+msgstr ""
+
+msgid "SAML for %{group_name}"
+msgstr ""
+
+msgid "SAST Configuration"
+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 %{ssh_keyscan} command or contact your GitLab administrator for more information."
+msgstr ""
+
+msgid "SSH key"
+msgstr ""
+
+msgid "SSH keys"
+msgstr ""
+
+msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
+msgstr ""
+
+msgid "SSH keys with the following fingerprints are scheduled to expire soon. Expired SSH keys can not be used:"
+msgstr ""
+
+msgid "SSH keys with the following fingerprints have expired and can no longer be used:"
+msgstr ""
+
+msgid "SSH public key"
+msgstr ""
+
+msgid "SSL Verification:"
+msgstr ""
+
+msgid "SSL verification"
+msgstr ""
+
+msgid "Satisfied"
+msgstr ""
+
+msgid "Saturday"
+msgstr ""
+
+msgid "Save"
+msgstr ""
+
+msgid "Save %{name} size limits"
+msgstr ""
+
+msgid "Save Changes"
+msgstr ""
+
+msgid "Save application"
+msgstr ""
+
+msgid "Save changes"
+msgstr ""
+
+msgid "Save changes before testing"
+msgstr ""
+
+msgid "Save comment"
+msgstr ""
+
+msgid "Save deploy freeze"
+msgstr ""
+
+msgid "Save password"
+msgstr ""
+
+msgid "Save pipeline schedule"
+msgstr ""
+
+msgid "Save storage space by automatically deleting tags from the container registry and keeping the ones you want. %{linkStart}How does cleanup work?%{linkEnd}"
+msgstr ""
+
+msgid "Saving"
+msgstr ""
+
+msgid "Saving project."
+msgstr ""
+
+msgid "Scanner"
+msgstr ""
+
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
+msgid "Schedule a new pipeline"
+msgstr ""
+
+msgid "Schedule-based escalation rules must have a schedule in the same project as the policy"
+msgstr ""
+
+msgid "Scheduled"
+msgstr ""
+
+msgid "Scheduled Deletion At - %{permanent_deletion_time}"
+msgstr ""
+
+msgid "Scheduled a rebase of branch %{branch}."
+msgstr ""
+
+msgid "Scheduled pipelines cannot run more frequently than once per %{limit} minutes. A pipeline configured to run more frequently only starts after %{limit} minutes have elapsed since the last time it ran."
+msgstr ""
+
+msgid "Scheduled to merge this merge request (%{strategy})."
+msgstr ""
+
+msgid "Schedules"
+msgstr ""
+
+msgid "Schedules to merge this merge request (%{strategy})."
+msgstr ""
+
+msgid "Scheduling Pipelines"
+msgstr ""
+
+msgid "Scope"
+msgstr ""
+
+msgid "Scope board to current iteration"
+msgstr ""
+
+msgid "Scopes"
+msgstr ""
+
+msgid "Scopes (select at least one)"
+msgstr ""
+
+msgid "Scopes can't be blank"
+msgstr ""
+
+msgid "Scopes: %{scope_list}"
+msgstr ""
+
+msgid "Scroll down"
+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 GitLab"
+msgstr ""
+
+msgid "Search a group"
+msgstr ""
+
+msgid "Search an environment spec"
+msgstr ""
+
+msgid "Search assignees"
+msgstr ""
+
+msgid "Search authors"
+msgstr ""
+
+msgid "Search branches"
+msgstr ""
+
+msgid "Search branches and tags"
+msgstr ""
+
+msgid "Search branches, tags, and commits"
+msgstr ""
+
+msgid "Search by Git revision"
+msgstr ""
+
+msgid "Search by author"
+msgstr ""
+
+msgid "Search by commit title or SHA"
+msgstr ""
+
+msgid "Search by message"
+msgstr ""
+
+msgid "Search by name"
+msgstr ""
+
+msgid "Search files"
+msgstr ""
+
+msgid "Search for Namespace"
+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 iterations"
+msgstr ""
+
+msgid "Search labels"
+msgstr ""
+
+msgid "Search merge requests"
+msgstr ""
+
+msgid "Search milestones"
+msgstr ""
+
+msgid "Search or create tag"
+msgstr ""
+
+msgid "Search or filter results..."
+msgstr ""
+
+msgid "Search or filter results…"
+msgstr ""
+
+msgid "Search project"
+msgstr ""
+
+msgid "Search projects"
+msgstr ""
+
+msgid "Search projects..."
+msgstr ""
+
+msgid "Search refs"
+msgstr ""
+
+msgid "Search requirements"
+msgstr ""
+
+msgid "Search settings"
+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|Merge requests that I'm a reviewer"
+msgstr ""
+
+msgid "SearchAutocomplete|in all GitLab"
+msgstr ""
+
+msgid "SearchAutocomplete|in group %{groupName}"
+msgstr ""
+
+msgid "SearchAutocomplete|in project %{projectName}"
+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|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|epic"
+msgid_plural "SearchResults|epics"
+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|user"
+msgid_plural "SearchResults|users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|wiki result"
+msgid_plural "SearchResults|wiki results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Searching by both author and message is currently not supported."
+msgstr ""
+
+msgid "Seats"
+msgstr ""
+
+msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)"
+msgstr ""
+
+msgid "Seats usage data is updated every day at 12:00pm UTC"
+msgstr ""
+
+msgid "Secondary"
+msgstr ""
+
+msgid "Secondary email:"
+msgstr ""
+
+msgid "Seconds"
+msgstr ""
+
+msgid "Secret"
+msgstr ""
+
+msgid "Secret Detection"
+msgstr ""
+
+msgid "Secret access key"
+msgstr ""
+
+msgid "Secret token"
+msgstr ""
+
+msgid "Secure token that identifies an external storage request."
+msgstr ""
+
+msgid "SecureCodeWarrior"
+msgstr ""
+
+msgid "Security"
+msgstr ""
+
+msgid "Security & Compliance"
+msgstr ""
+
+msgid "Security Configuration"
+msgstr ""
+
+msgid "Security Dashboard"
+msgstr ""
+
+msgid "Security dashboard"
+msgstr ""
+
+msgid "Security navigation"
+msgstr ""
+
+msgid "Security report is out of date. Please update your branch with the latest changes from the target branch (%{targetBranchName})"
+msgstr ""
+
+msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
+msgstr ""
+
+msgid "Security training with guide and learning pathways."
+msgstr ""
+
+msgid "SecurityApprovals|A merge request approval is required when a security report contains a new vulnerability."
+msgstr ""
+
+msgid "SecurityApprovals|A merge request approval is required when test coverage declines."
+msgstr ""
+
+msgid "SecurityApprovals|A merge request approval is required when the license compliance report contains a denied license."
+msgstr ""
+
+msgid "SecurityApprovals|Coverage-Check"
+msgstr ""
+
+msgid "SecurityApprovals|Learn more about Coverage-Check"
+msgstr ""
+
+msgid "SecurityApprovals|Learn more about License-Check"
+msgstr ""
+
+msgid "SecurityApprovals|Learn more about Vulnerability-Check"
+msgstr ""
+
+msgid "SecurityApprovals|License-Check"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilities. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Vulnerability-Check"
+msgstr ""
+
+msgid "SecurityConfiguration|%{featureName} merge request creation mutation failed"
+msgstr ""
+
+msgid "SecurityConfiguration|%{scanType} configuration code snippet"
+msgstr ""
+
+msgid "SecurityConfiguration|An error occurred while creating the merge request."
+msgstr ""
+
+msgid "SecurityConfiguration|Available with Ultimate"
+msgstr ""
+
+msgid "SecurityConfiguration|By default, all analyzers are applied in order to cover all languages across your project, and only run if the language is detected in the merge request."
+msgstr ""
+
+msgid "SecurityConfiguration|Compliance"
+msgstr ""
+
+msgid "SecurityConfiguration|Configuration guide"
+msgstr ""
+
+msgid "SecurityConfiguration|Configuration history"
+msgstr ""
+
+msgid "SecurityConfiguration|Configure %{feature}"
+msgstr ""
+
+msgid "SecurityConfiguration|Configure with a merge request"
+msgstr ""
+
+msgid "SecurityConfiguration|Copy code and open .gitlab-ci.yml file"
+msgstr ""
+
+msgid "SecurityConfiguration|Copy code only"
+msgstr ""
+
+msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
+msgstr ""
+
+msgid "SecurityConfiguration|Create merge request"
+msgstr ""
+
+msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. Configuration changes made here override those provided by GitLab and are excluded from updates. For details of more advanced configuration options, see the %{linkStart}GitLab SAST documentation%{linkEnd}."
+msgstr ""
+
+msgid "SecurityConfiguration|Enable %{feature}"
+msgstr ""
+
+msgid "SecurityConfiguration|Enable Auto DevOps"
+msgstr ""
+
+msgid "SecurityConfiguration|Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
+msgid "SecurityConfiguration|Enabled"
+msgstr ""
+
+msgid "SecurityConfiguration|High-level vulnerability statistics across projects and groups"
+msgstr ""
+
+msgid "SecurityConfiguration|Immediately begin risk analysis and remediation with application security features. Start with SAST and Secret Detection, available to all plans. Upgrade to Ultimate to get all features, including:"
+msgstr ""
+
+msgid "SecurityConfiguration|Manage corpus"
+msgstr ""
+
+msgid "SecurityConfiguration|Manage corpus files used as mutation sources in coverage fuzzing."
+msgstr ""
+
+msgid "SecurityConfiguration|Manage profiles for use by DAST scans."
+msgstr ""
+
+msgid "SecurityConfiguration|Manage scans"
+msgstr ""
+
+msgid "SecurityConfiguration|More scan types, including Container Scanning, DAST, Dependency Scanning, Fuzzing, and Licence Compliance"
+msgstr ""
+
+msgid "SecurityConfiguration|Not enabled"
+msgstr ""
+
+msgid "SecurityConfiguration|Once you've enabled a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
+msgid "SecurityConfiguration|Quickly enable all continuous testing and compliance tools by enabling %{linkStart}Auto DevOps%{linkEnd}"
+msgstr ""
+
+msgid "SecurityConfiguration|Runtime security metrics for application environments"
+msgstr ""
+
+msgid "SecurityConfiguration|SAST Analyzers"
+msgstr ""
+
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
+msgid "SecurityConfiguration|Secure your project"
+msgstr ""
+
+msgid "SecurityConfiguration|Security testing"
+msgstr ""
+
+msgid "SecurityConfiguration|Security training"
+msgstr ""
+
+msgid "SecurityConfiguration|The status of the tools only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}."
+msgstr ""
+
+msgid "SecurityConfiguration|Upgrade or start a free trial"
+msgstr ""
+
+msgid "SecurityConfiguration|Using custom settings. You won't receive automatic updates on this variable. %{anchorStart}Restore to default%{anchorEnd}"
+msgstr ""
+
+msgid "SecurityConfiguration|Vulnerability Management"
+msgstr ""
+
+msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
+msgstr ""
+
+msgid "SecurityOrchestration| or "
+msgstr ""
+
+msgid "SecurityOrchestration|%{branches} %{plural}"
+msgstr ""
+
+msgid "SecurityOrchestration|%{branches} and %{lastBranch} %{plural}"
+msgstr ""
+
+msgid "SecurityOrchestration|.yaml preview"
+msgstr ""
+
+msgid "SecurityOrchestration|Action"
+msgstr ""
+
+msgid "SecurityOrchestration|Actions"
+msgstr ""
+
+msgid "SecurityOrchestration|Add rule"
+msgstr ""
+
+msgid "SecurityOrchestration|All policies"
+msgstr ""
+
+msgid "SecurityOrchestration|An error occurred assigning your security policy project"
+msgstr ""
+
+msgid "SecurityOrchestration|An error occurred unassigning your security policy project"
+msgstr ""
+
+msgid "SecurityOrchestration|Choose a project"
+msgstr ""
+
+msgid "SecurityOrchestration|Description"
+msgstr ""
+
+msgid "SecurityOrchestration|Disabled"
+msgstr ""
+
+msgid "SecurityOrchestration|Edit policy"
+msgstr ""
+
+msgid "SecurityOrchestration|Edit policy project"
+msgstr ""
+
+msgid "SecurityOrchestration|Enabled"
+msgstr ""
+
+msgid "SecurityOrchestration|Enforce security for this project. %{linkStart}More information.%{linkEnd}"
+msgstr ""
+
+msgid "SecurityOrchestration|Executes a %{scanType} scan"
+msgstr ""
+
+msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
+msgstr ""
+
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
+msgid "SecurityOrchestration|Latest scan"
+msgstr ""
+
+msgid "SecurityOrchestration|Network"
+msgstr ""
+
+msgid "SecurityOrchestration|New policy"
+msgstr ""
+
+msgid "SecurityOrchestration|No rules defined - policy will not run."
+msgstr ""
+
+msgid "SecurityOrchestration|Only owners can update Security Policy Project"
+msgstr ""
+
+msgid "SecurityOrchestration|Policies"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy description"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy editor"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy status"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy summary"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy type"
+msgstr ""
+
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
+msgid "SecurityOrchestration|Rule"
+msgstr ""
+
+msgid "SecurityOrchestration|Rules"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan Execution"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan execution"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
+msgid "SecurityOrchestration|Scan to be performed %{cadence}"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan to be performed %{cadence} on the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan to be performed on every pipeline on the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|Security policy project was linked successfully"
+msgstr ""
+
+msgid "SecurityOrchestration|Security policy project was unlinked successfully"
+msgstr ""
+
+msgid "SecurityOrchestration|Select a project to store your security policies in. %{linkStart}More information.%{linkEnd}"
+msgstr ""
+
+msgid "SecurityOrchestration|Select security project"
+msgstr ""
+
+msgid "SecurityOrchestration|Sorry, your filter produced no results."
+msgstr ""
+
+msgid "SecurityOrchestration|Status"
+msgstr ""
+
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
+msgid "SecurityOrchestration|There was a problem creating the new security policy"
+msgstr ""
+
+msgid "SecurityOrchestration|This project does not contain any security policies."
+msgstr ""
+
+msgid "SecurityOrchestration|To widen your search, change filters above or select a different security policy project."
+msgstr ""
+
+msgid "SecurityOrchestration|Unlink project"
+msgstr ""
+
+msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
+msgstr ""
+
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|view results"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
+msgid "SecurityPolicies|+%{count} more"
+msgstr ""
+
+msgid "SecurityPolicies|Environment(s)"
+msgstr ""
+
+msgid "SecurityPolicies|Policy type"
+msgstr ""
+
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
+msgid "SecurityReports|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityReports|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityReports|Add or remove projects to monitor in the security area. Projects included in this list will have their results displayed in the security dashboard and vulnerability report."
+msgstr ""
+
+msgid "SecurityReports|Add projects"
+msgstr ""
+
+msgid "SecurityReports|All activity"
+msgstr ""
+
+msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
+msgid "SecurityReports|Change status"
+msgstr ""
+
+msgid "SecurityReports|Comment added to '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "SecurityReports|Comment deleted on '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "SecurityReports|Comment edited on '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "SecurityReports|Configure security testing"
+msgstr ""
+
+msgid "SecurityReports|Create Jira issue"
+msgstr ""
+
+msgid "SecurityReports|Create issue"
+msgstr ""
+
+msgid "SecurityReports|Create policy"
+msgstr ""
+
+msgid "SecurityReports|Development vulnerabilities"
+msgstr ""
+
+msgid "SecurityReports|Dismiss vulnerability"
+msgstr ""
+
+msgid "SecurityReports|Dismissed '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "SecurityReports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view."
+msgstr ""
+
+msgid "SecurityReports|Download %{artifactName}"
+msgstr ""
+
+msgid "SecurityReports|Download results"
+msgstr ""
+
+msgid "SecurityReports|Download scanned URLs"
+msgstr ""
+
+msgid "SecurityReports|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 "SecurityReports|Ensure that %{trackingStart}issue tracking%{trackingEnd} is enabled for this project and you have %{permissionsStart}permission to create new issues%{permissionsEnd}."
+msgstr ""
+
+msgid "SecurityReports|Error fetching the vulnerability counts. Please check your network connection and try again."
+msgstr ""
+
+msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again."
+msgstr ""
+
+msgid "SecurityReports|Error parsing security reports"
+msgstr ""
+
+msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later."
+msgstr ""
+
+msgid "SecurityReports|Hide dismissed"
+msgstr ""
+
+msgid "SecurityReports|Issue Created"
+msgstr ""
+
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
+msgstr ""
+
+msgid "SecurityReports|Learn more about setting up your dashboard"
+msgstr ""
+
+msgid "SecurityReports|Manage and track vulnerabilities identified in projects within your group. Vulnerabilities in projects are shown here when security testing is configured."
+msgstr ""
+
+msgid "SecurityReports|Manage and track vulnerabilities identified in your Kubernetes clusters. Vulnerabilities appear here after you create a scan execution policy in any project in this group."
+msgstr ""
+
+msgid "SecurityReports|Manage and track vulnerabilities identified in your Kubernetes clusters. Vulnerabilities appear here after you create a scan execution policy in any project in this instance."
+msgstr ""
+
+msgid "SecurityReports|Manage and track vulnerabilities identified in your Kubernetes clusters. Vulnerabilities appear here after you create a scan execution policy in this project."
+msgstr ""
+
+msgid "SecurityReports|Manage and track vulnerabilities identified in your project. Vulnerabilities are shown here when security testing is configured."
+msgstr ""
+
+msgid "SecurityReports|Manage and track vulnerabilities identified in your selected projects. Vulnerabilities for selected projects with security testing configured are shown here."
+msgstr ""
+
+msgid "SecurityReports|Maximum selected projects limit reached"
+msgstr ""
+
+msgid "SecurityReports|Monitor vulnerabilities across clusters"
+msgstr ""
+
+msgid "SecurityReports|Monitor vulnerabilities in all of your projects"
+msgstr ""
+
+msgid "SecurityReports|Monitor vulnerabilities in your group"
+msgstr ""
+
+msgid "SecurityReports|Monitor vulnerabilities in your project"
+msgstr ""
+
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
+msgid "SecurityReports|More info"
+msgstr ""
+
+msgid "SecurityReports|No activity"
+msgstr ""
+
+msgid "SecurityReports|No longer detected"
+msgstr ""
+
+msgid "SecurityReports|No vulnerabilities found"
+msgstr ""
+
+msgid "SecurityReports|No vulnerabilities found for this pipeline"
+msgstr ""
+
+msgid "SecurityReports|Oops, something doesn't seem right."
+msgstr ""
+
+msgid "SecurityReports|Operational vulnerabilities"
+msgstr ""
+
+msgid "SecurityReports|Project"
+msgstr ""
+
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
+msgstr ""
+
+msgid "SecurityReports|Projects added"
+msgstr ""
+
+msgid "SecurityReports|Remove project from dashboard"
+msgstr ""
+
+msgid "SecurityReports|Scan details"
+msgstr ""
+
+msgid "SecurityReports|Security Dashboard"
+msgstr ""
+
+msgid "SecurityReports|Security reports can only be accessed by authorized users."
+msgstr ""
+
+msgid "SecurityReports|Security reports help page link"
+msgstr ""
+
+msgid "SecurityReports|Security scans have run"
+msgstr ""
+
+msgid "SecurityReports|Select a project to add by using the project search field above."
+msgstr ""
+
+msgid "SecurityReports|Set status"
+msgstr ""
+
+msgid "SecurityReports|Severity"
+msgstr ""
+
+msgid "SecurityReports|Software and container dependency survey"
+msgstr ""
+
+msgid "SecurityReports|Sometimes a scanner can't determine a finding's severity. Those findings may still be a potential source of risk though. Please review these manually."
+msgstr ""
+
+msgid "SecurityReports|Sorry, your filter produced no results"
+msgstr ""
+
+msgid "SecurityReports|Status"
+msgstr ""
+
+msgid "SecurityReports|Take survey"
+msgstr ""
+
+msgid "SecurityReports|The Composition Analysis group is planning significant updates to how we make available the list of software and container dependency information in your projects. Therefore, we ask that you assist us by taking a short -no longer than 5 minute- survey to help align our direction with your needs."
+msgstr ""
+
+msgid "SecurityReports|The Vulnerability Report shows the results of the latest successful pipeline on your project's default branch, as well as vulnerabilities from your latest container scan. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
+msgid "SecurityReports|The security reports below contain one or more vulnerability findings that could not be parsed and were not recorded. Download the artifacts in the job output to investigate. Ensure any security report created conforms to the relevant %{helpPageLinkStart}JSON schema%{helpPageLinkEnd}."
+msgstr ""
+
+msgid "SecurityReports|There was an error adding the comment."
+msgstr ""
+
+msgid "SecurityReports|There was an error creating the issue."
+msgstr ""
+
+msgid "SecurityReports|There was an error creating the merge request."
+msgstr ""
+
+msgid "SecurityReports|There was an error deleting the comment."
+msgstr ""
+
+msgid "SecurityReports|There was an error dismissing the vulnerabilities."
+msgstr ""
+
+msgid "SecurityReports|There was an error dismissing the vulnerability."
+msgstr ""
+
+msgid "SecurityReports|There was an error reverting the dismissal."
+msgstr ""
+
+msgid "SecurityReports|There was an error reverting this dismissal."
+msgstr ""
+
+msgid "SecurityReports|There was an error while generating the report."
+msgstr ""
+
+msgid "SecurityReports|These vulnerabilities were detected in external sources. They are not necessarily tied to your GitLab project. For example, running containers, URLs, and so on."
+msgstr ""
+
+msgid "SecurityReports|To widen your search, change or remove filters above"
+msgstr ""
+
+msgid "SecurityReports|Tool"
+msgstr ""
+
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
+msgstr ""
+
+msgid "SecurityReports|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "SecurityReports|Undo dismiss"
+msgstr ""
+
+msgid "SecurityReports|Upgrade to interact, track and shift left with vulnerability management features in the UI."
+msgstr ""
+
+msgid "SecurityReports|Upgrade to manage vulnerabilities"
+msgstr ""
+
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
+msgid "SecurityReports|Vulnerability Report"
+msgstr ""
+
+msgid "SecurityReports|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 "SecurityReports|With issues"
+msgstr ""
+
+msgid "SecurityReports|You do not have sufficient permissions to access this report"
+msgstr ""
+
+msgid "SecurityReports|You must sign in as an authorized user to see this report"
+msgstr ""
+
+msgid "SecurityReports|Your feedback is important to us! We will ask again in 7 days."
+msgstr ""
+
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
+msgstr ""
+
+msgid "SecurityReports|scanned resources"
+msgstr ""
+
+msgid "See example DevOps Score page in our documentation."
+msgstr ""
+
+msgid "See metrics"
+msgstr ""
+
+msgid "See our website for help"
+msgstr ""
+
+msgid "See the affected projects in the GitLab admin panel"
+msgstr ""
+
+msgid "See the list of available commands in Slack after setting up this service by entering"
+msgstr ""
+
+msgid "See vulnerability %{vulnerability_link} for any Remediation details."
+msgstr ""
+
+msgid "See vulnerability %{vulnerability_link} for any Solution details."
+msgstr ""
+
+msgid "Select"
+msgstr ""
+
+msgid "Select Archive Format"
+msgstr ""
+
+msgid "Select Git revision"
+msgstr ""
+
+msgid "Select Page"
+msgstr ""
+
+msgid "Select a branch"
+msgstr ""
+
+msgid "Select a compliance framework to apply to this project. %{linkStart}Learn more.%{linkEnd}"
+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 milestone"
+msgstr ""
+
+msgid "Select a new namespace"
+msgstr ""
+
+msgid "Select a project"
+msgstr ""
+
+msgid "Select a reason"
+msgstr ""
+
+msgid "Select a repository containing templates for common files."
+msgstr ""
+
+msgid "Select a role"
+msgstr ""
+
+msgid "Select a template repository"
+msgstr ""
+
+msgid "Select a template type"
+msgstr ""
+
+msgid "Select a time zone"
+msgstr ""
+
+msgid "Select a timezone"
+msgstr ""
+
+msgid "Select all"
+msgstr ""
+
+msgid "Select an assignee"
+msgstr ""
+
+msgid "Select an iteration"
+msgstr ""
+
+msgid "Select assignee"
+msgstr ""
+
+msgid "Select assignee(s)"
+msgstr ""
+
+msgid "Select branch"
+msgstr ""
+
+msgid "Select due date"
+msgstr ""
+
+msgid "Select epic"
+msgstr ""
+
+msgid "Select file"
+msgstr ""
+
+msgid "Select group"
+msgstr ""
+
+msgid "Select group or project"
+msgstr ""
+
+msgid "Select groups to replicate"
+msgstr ""
+
+msgid "Select health status"
+msgstr ""
+
+msgid "Select iteration"
+msgstr ""
+
+msgid "Select label"
+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 project to create %{type}"
+msgstr ""
+
+msgid "Select project to create issue"
+msgstr ""
+
+msgid "Select projects"
+msgstr ""
+
+msgid "Select reviewer(s)"
+msgstr ""
+
+msgid "Select shards to replicate"
+msgstr ""
+
+msgid "Select source"
+msgstr ""
+
+msgid "Select source branch"
+msgstr ""
+
+msgid "Select start date"
+msgstr ""
+
+msgid "Select status"
+msgstr ""
+
+msgid "Select strategy activation method"
+msgstr ""
+
+msgid "Select subgroup"
+msgstr ""
+
+msgid "Select subscription"
+msgstr ""
+
+msgid "Select target branch"
+msgstr ""
+
+msgid "Select timezone"
+msgstr ""
+
+msgid "Select type"
+msgstr ""
+
+msgid "Selected"
+msgstr ""
+
+msgid "Selected commits"
+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 "Selected projects"
+msgstr ""
+
+msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By %{link_open}@johnsmith%{link_close}\"). It will also associate and/or assign these issues and comments with the selected user."
+msgstr ""
+
+msgid "Selective synchronization"
+msgstr ""
+
+msgid "Self monitoring"
+msgstr ""
+
+msgid "Self monitoring project does not exist"
+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|Activate or deactivate instance self monitoring."
+msgstr ""
+
+msgid "SelfMonitoring|Activate self monitoring to create a project to use to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Deactivate self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Deactivating self monitoring deletes the self monitoring project. Are you sure you want to deactivate self monitoring and delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring is active. Use the %{projectLinkStart}self monitoring project%{projectLinkEnd} to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project successfully deleted."
+msgstr ""
+
+msgid "Send"
+msgstr ""
+
+msgid "Send a single email notification to Owners and Maintainers for new alerts."
+msgstr ""
+
+msgid "Send confirmation email"
+msgstr ""
+
+msgid "Send email"
+msgstr ""
+
+msgid "Send email in multipart format (HTML and plain text). Uncheck to send email messages in plain text only."
+msgstr ""
+
+msgid "Send email notification"
+msgstr ""
+
+msgid "Send emails to help guide new users through the onboarding process."
+msgstr ""
+
+msgid "Send emails to users upon account deactivation."
+msgstr ""
+
+msgid "Send message"
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
+msgid "Send report"
+msgstr ""
+
+msgid "Send service data"
+msgstr ""
+
+msgid "Sentry"
+msgstr ""
+
+msgid "Sentry API URL"
+msgstr ""
+
+msgid "Sentry event"
+msgstr ""
+
+msgid "Sep"
+msgstr ""
+
+msgid "September"
+msgstr ""
+
+msgid "SeriesFinalConjunction|and"
+msgstr ""
+
+msgid "Serve repository static objects (for example, archives and blobs) from external storage."
+msgstr ""
+
+msgid "Server (optional)"
+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 "Serverless platform"
+msgstr ""
+
+msgid "ServerlessDetails|Configure cluster."
+msgstr ""
+
+msgid "ServerlessDetails|Function invocation metrics require the Prometheus cluster integration."
+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|Getting started with serverless"
+msgstr ""
+
+msgid "Serverless|Help shape the future of Serverless at GitLab"
+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|In order to start using functions as a service, you must first install Knative on your Kubernetes cluster. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Serverless|Learn more about Serverless"
+msgstr ""
+
+msgid "Serverless|No functions available"
+msgstr ""
+
+msgid "Serverless|Sign up for First Look"
+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|We are continually striving to improve our Serverless functionality. As a Knative user, we would love to hear how we can make this experience better for you. Sign up for GitLab First Look today and we will be in touch shortly."
+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 Account"
+msgstr ""
+
+msgid "Service Account Key"
+msgstr ""
+
+msgid "Service Accounts"
+msgstr ""
+
+msgid "Service Accounts keys authorize GitLab to deploy your Google Cloud project"
+msgstr ""
+
+msgid "Service Desk"
+msgstr ""
+
+msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
+msgstr ""
+
+msgid "Service Usage Data"
+msgstr ""
+
+msgid "Service account generated successfully"
+msgstr ""
+
+msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
+msgstr ""
+
+msgid "Service usage data"
+msgstr ""
+
+msgid "ServiceDesk|Enable Service Desk"
+msgstr ""
+
+msgid "ServiceDesk|For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
+msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
+msgstr ""
+
+msgid "ServiceDesk|Service Desk is not enabled"
+msgstr ""
+
+msgid "ServiceDesk|Service Desk is not supported"
+msgstr ""
+
+msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
+msgstr ""
+
+msgid "ServiceDesk|Use Service Desk to connect with your users and offer customer support through email right inside GitLab"
+msgstr ""
+
+msgid "ServiceDesk|Your users can send emails to this address:"
+msgstr ""
+
+msgid "ServicePing|Service ping is off"
+msgstr ""
+
+msgid "ServicePing|To view instance-level analytics, ask an admin to turn on %{docLinkStart}service ping%{docLinkEnd}."
+msgstr ""
+
+msgid "ServicePing|Turn on service ping"
+msgstr ""
+
+msgid "ServicePing|Turn on service ping to review instance-level analytics."
+msgstr ""
+
+msgid "Services"
+msgstr ""
+
+msgid "Session ID"
+msgstr ""
+
+msgid "Session duration (minutes)"
+msgstr ""
+
+msgid "Set %{epic_ref} as the parent epic."
+msgstr ""
+
+msgid "Set a default description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
+msgstr ""
+
+msgid "Set a password on your account to pull or push via %{protocol}."
+msgstr ""
+
+msgid "Set access permissions for this token."
+msgstr ""
+
+msgid "Set any rate limit to %{code_open}0%{code_close} to disable the limit."
+msgstr ""
+
+msgid "Set default and restrict visibility levels. Configure import sources and git access protocol."
+msgstr ""
+
+msgid "Set due date"
+msgstr ""
+
+msgid "Set health status"
+msgstr ""
+
+msgid "Set health status to %{health_status}."
+msgstr ""
+
+msgid "Set iteration"
+msgstr ""
+
+msgid "Set limit to 0 to allow any file size."
+msgstr ""
+
+msgid "Set limits for web and API requests."
+msgstr ""
+
+msgid "Set milestone"
+msgstr ""
+
+msgid "Set new password"
+msgstr ""
+
+msgid "Set parent epic to an epic"
+msgstr ""
+
+msgid "Set per-user rate limits for imports and exports of projects and groups."
+msgstr ""
+
+msgid "Set projects and maximum size limits, session duration, user options, and check feature availability for namespace plan."
+msgstr ""
+
+msgid "Set rate limits for package registry API requests that supersede the general user and IP rate limits."
+msgstr ""
+
+msgid "Set severity"
+msgstr ""
+
+msgid "Set sign-in restrictions for all users."
+msgstr ""
+
+msgid "Set size limits for displaying diffs in the browser."
+msgstr ""
+
+msgid "Set target branch"
+msgstr ""
+
+msgid "Set target branch to %{branch_name}."
+msgstr ""
+
+msgid "Set the default branch for this project. All merge requests and commits are made against this branch unless you specify a different one."
+msgstr ""
+
+msgid "Set the default expiration time for job artifacts in all projects. Set to %{code_open}0%{code_close} to never expire artifacts by default. If no unit is written, it defaults to seconds. For example, these are all equivalent: %{code_open}3600%{code_close}, %{code_open}60 minutes%{code_close}, or %{code_open}one hour%{code_close}."
+msgstr ""
+
+msgid "Set the due date to %{due_date}."
+msgstr ""
+
+msgid "Set the iteration to %{iteration_reference}."
+msgstr ""
+
+msgid "Set the maximum number of slices allowed to run concurrently during Elasticsearch reindexing. Learn more about %{max_slices_running_link_start}maximum running slices configuration%{max_slices_link_end}."
+msgstr ""
+
+msgid "Set the maximum session time for a web terminal."
+msgstr ""
+
+msgid "Set the milestone to %{milestone_reference}."
+msgstr ""
+
+msgid "Set the per-user rate limit for notes created by web or API requests."
+msgstr ""
+
+msgid "Set the timeout in seconds to send a secondary site status to the primary and IPs allowed for the secondary sites."
+msgstr ""
+
+msgid "Set time estimate"
+msgstr ""
+
+msgid "Set time estimate to %{time_estimate}."
+msgstr ""
+
+msgid "Set up CI/CD"
+msgstr ""
+
+msgid "Set up Jira Integration"
+msgstr ""
+
+msgid "Set up a %{type} runner for a project"
+msgstr ""
+
+msgid "Set up a hardware device as a second factor to sign in."
+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 device"
+msgstr ""
+
+msgid "Set up new password"
+msgstr ""
+
+msgid "Set up shared runner availability"
+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 verification limit and frequency."
+msgstr ""
+
+msgid "Set weight"
+msgstr ""
+
+msgid "Set weight to %{weight}."
+msgstr ""
+
+msgid "Set what should be replicated by this secondary site."
+msgstr ""
+
+msgid "SetStatusModal|Add status emoji"
+msgstr ""
+
+msgid "SetStatusModal|An indicator appears next to your name and avatar"
+msgstr ""
+
+msgid "SetStatusModal|Busy"
+msgstr ""
+
+msgid "SetStatusModal|Clear status"
+msgstr ""
+
+msgid "SetStatusModal|Clear status after"
+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|Status updated"
+msgstr ""
+
+msgid "SetStatusModal|What's your status?"
+msgstr ""
+
+msgid "SetStatusModal|Your status resets on %{date}."
+msgstr ""
+
+msgid "Sets %{epic_ref} as parent epic."
+msgstr ""
+
+msgid "Sets health status to %{health_status}."
+msgstr ""
+
+msgid "Sets target branch to %{branch_name}."
+msgstr ""
+
+msgid "Sets the due date to %{due_date}."
+msgstr ""
+
+msgid "Sets the iteration to %{iteration_reference}."
+msgstr ""
+
+msgid "Sets the milestone to %{milestone_reference}."
+msgstr ""
+
+msgid "Sets the severity"
+msgstr ""
+
+msgid "Sets time estimate to %{time_estimate}."
+msgstr ""
+
+msgid "Sets weight to %{weight}."
+msgstr ""
+
+msgid "Setting"
+msgstr ""
+
+msgid "Setting enforced"
+msgstr ""
+
+msgid "Setting saved successfully"
+msgid_plural "Settings saved successfully"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Settings"
+msgstr ""
+
+msgid "Settings|Unable to load the merge request options settings. Try reloading the page."
+msgstr ""
+
+msgid "Setup"
+msgstr ""
+
+msgid "Severity"
+msgstr ""
+
+msgid "Severity updated to %{severity}."
+msgstr ""
+
+msgid "SeverityWidget|Severity"
+msgstr ""
+
+msgid "SeverityWidget|Severity: %{severity}"
+msgstr ""
+
+msgid "SeverityWidget|There was an error while updating severity."
+msgstr ""
+
+msgid "Shards to synchronize"
+msgstr ""
+
+msgid "Share"
+msgstr ""
+
+msgid "Share the %{strong_open}GitLab single sign-on URL%{strong_close} 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"
+msgstr ""
+
+msgid "Shared runners are disabled for the parent group"
+msgstr ""
+
+msgid "Shared runners are disabled on group level"
+msgstr ""
+
+msgid "Shared runners details"
+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 "Shimo|Go to Shimo Workspace"
+msgstr ""
+
+msgid "Shimo|Link to a Shimo Workspace from the sidebar."
+msgstr ""
+
+msgid "Shimo|Shimo"
+msgstr ""
+
+msgid "Shimo|Shimo Workspace"
+msgstr ""
+
+msgid "Shimo|Shimo Workspace URL"
+msgstr ""
+
+msgid "Shimo|Shimo Workspace integration is enabled"
+msgstr ""
+
+msgid "Shimo|You've enabled the Shimo Workspace integration. You can view your wiki directly in Shimo."
+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 %{boldStart}will%{boldEnd} lose access to your account."
+msgstr ""
+
+msgid "Show Pipeline ID"
+msgstr ""
+
+msgid "Show Pipeline IID"
+msgstr ""
+
+msgid "Show all %{issuable_type}."
+msgstr ""
+
+msgid "Show all activity"
+msgstr ""
+
+msgid "Show all breadcrumbs"
+msgstr ""
+
+msgid "Show all epics"
+msgstr ""
+
+msgid "Show all issues."
+msgstr ""
+
+msgid "Show all test cases."
+msgstr ""
+
+msgid "Show archived projects"
+msgstr ""
+
+msgid "Show archived projects only"
+msgstr ""
+
+msgid "Show closed epics"
+msgstr ""
+
+msgid "Show command"
+msgstr ""
+
+msgid "Show comments"
+msgstr ""
+
+msgid "Show comments on this file"
+msgstr ""
+
+msgid "Show comments only"
+msgstr ""
+
+msgid "Show complete raw log"
+msgstr ""
+
+msgid "Show details"
+msgstr ""
+
+msgid "Show file browser"
+msgstr ""
+
+msgid "Show file contents"
+msgstr ""
+
+msgid "Show labels"
+msgstr ""
+
+msgid "Show latest version"
+msgstr ""
+
+msgid "Show list"
+msgstr ""
+
+msgid "Show one file at a time"
+msgstr ""
+
+msgid "Show open epics"
+msgstr ""
+
+msgid "Show the Closed list"
+msgstr ""
+
+msgid "Show the Open list"
+msgstr ""
+
+msgid "Show whitespace changes"
+msgstr ""
+
+msgid "Showing %d event"
+msgid_plural "Showing %d events"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Showing %{conflict} between %{sourceBranch} and %{targetBranch}"
+msgstr ""
+
+msgid "Showing %{count} of %{total} projects"
+msgstr ""
+
+msgid "Showing %{count} project"
+msgid_plural "Showing %{count} projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Showing %{limit} of %{total_count} issues. "
+msgstr ""
+
+msgid "Showing %{pageSize} of %{total} %{issuableType}"
+msgstr ""
+
+msgid "Showing all epics"
+msgstr ""
+
+msgid "Showing all issues"
+msgstr ""
+
+msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
+msgstr ""
+
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
+msgstr ""
+
+msgid "Showing graphs based on events of the last %{timerange} days."
+msgstr ""
+
+msgid "Showing last %{size} of log -"
+msgstr ""
+
+msgid "Showing latest version"
+msgstr ""
+
+msgid "Showing version #%{versionNumber}"
+msgstr ""
+
+msgid "Side-by-side"
+msgstr ""
+
+msgid "Sidebar|%{name}: %{value}"
+msgstr ""
+
+msgid "Sidebar|Assign health status"
+msgstr ""
+
+msgid "Sidebar|Health status"
+msgstr ""
+
+msgid "Sidebar|No status"
+msgstr ""
+
+msgid "Sidebar|None"
+msgstr ""
+
+msgid "Sidebar|Only numeral characters allowed"
+msgstr ""
+
+msgid "Sidebar|Weight"
+msgstr ""
+
+msgid "Sidekiq job compression threshold (bytes)"
+msgstr ""
+
+msgid "Sidekiq job size limit (bytes)"
+msgstr ""
+
+msgid "Sidekiq job size limits"
+msgstr ""
+
+msgid "Sign in"
+msgstr ""
+
+msgid "Sign in / Register"
+msgstr ""
+
+msgid "Sign in as a user with the matching email address, add the email to this account, or sign-up for a new account using the matching email."
+msgstr ""
+
+msgid "Sign in preview"
+msgstr ""
+
+msgid "Sign in to \"%{group_name}\""
+msgstr ""
+
+msgid "Sign in to GitLab"
+msgstr ""
+
+msgid "Sign in using smart card"
+msgstr ""
+
+msgid "Sign in via 2FA code"
+msgstr ""
+
+msgid "Sign in with"
+msgstr ""
+
+msgid "Sign in with Single Sign-On"
+msgstr ""
+
+msgid "Sign in with smart card"
+msgstr ""
+
+msgid "Sign in/Sign up pages"
+msgstr ""
+
+msgid "Sign out"
+msgstr ""
+
+msgid "Sign out & Register"
+msgstr ""
+
+msgid "Sign up"
+msgstr ""
+
+msgid "Sign up now"
+msgstr ""
+
+msgid "Sign up was successful! Please confirm your email to sign in."
+msgstr ""
+
+msgid "Sign-in and Help page"
+msgstr ""
+
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
+msgid "Sign-in restrictions"
+msgstr ""
+
+msgid "Sign-in text"
+msgstr ""
+
+msgid "Sign-out page URL"
+msgstr ""
+
+msgid "Sign-up restrictions"
+msgstr ""
+
+msgid "SignUp|By clicking %{button_text}, I agree that I have read and accepted the %{link_start}Terms of Use and Privacy Policy%{link_end}"
+msgstr ""
+
+msgid "SignUp|By clicking %{button_text}, I agree that I have read and accepted the GitLab %{link_start}Terms of Use and Privacy Policy%{link_end}"
+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|Minimum length is %{minimum_password_length} characters."
+msgstr ""
+
+msgid "SignUp|Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Username is too short (minimum is %{min_length} characters)."
+msgstr ""
+
+msgid "Signed in"
+msgstr ""
+
+msgid "Signed in to GitLab as %{user_link}"
+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 "Simulate a pipeline created for the default branch"
+msgstr ""
+
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
+msgid "Sites"
+msgstr ""
+
+msgid "Size"
+msgstr ""
+
+msgid "Size Limits"
+msgstr ""
+
+msgid "Size limit per repository (MB)"
+msgstr ""
+
+msgid "Skip outdated deployment jobs"
+msgstr ""
+
+msgid "Skipped"
+msgstr ""
+
+msgid "Skipped deployment to"
+msgstr ""
+
+msgid "Skype:"
+msgstr ""
+
+msgid "Slack application"
+msgstr ""
+
+msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
+msgstr ""
+
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
+msgstr ""
+
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
+msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
+msgstr ""
+
+msgid "SlackService|2. Paste the token from Slack in the %{strong_open}Token%{strong_close} field below."
+msgstr ""
+
+msgid "SlackService|3. Select the %{strong_open}Active%{strong_close} checkbox, select %{strong_open}Save changes%{strong_close}, and start using slash commands in Slack!"
+msgstr ""
+
+msgid "SlackService|After setup, get a list of available Slack slash commands by entering"
+msgstr ""
+
+msgid "SlackService|Fill in the word that works best for your team."
+msgstr ""
+
+msgid "SlackService|Perform common operations in this project by entering slash commands in Slack."
+msgstr ""
+
+msgid "Slice multiplier"
+msgstr ""
+
+msgid "Smartcard"
+msgstr ""
+
+msgid "Smartcard authentication failed: client certificate header is missing."
+msgstr ""
+
+msgid "Snippet"
+msgstr ""
+
+msgid "Snippets"
+msgstr ""
+
+msgid "Snippets with non-text files can only be edited via Git."
+msgstr ""
+
+msgid "SnippetsEmptyState|Code snippets"
+msgstr ""
+
+msgid "SnippetsEmptyState|Documentation"
+msgstr ""
+
+msgid "SnippetsEmptyState|New snippet"
+msgstr ""
+
+msgid "SnippetsEmptyState|No snippets found"
+msgstr ""
+
+msgid "SnippetsEmptyState|Store, share, and embed small pieces of code and text."
+msgstr ""
+
+msgid "SnippetsEmptyState|There are no snippets to show."
+msgstr ""
+
+msgid "Snippets|%{spammable_titlecase} was submitted to Akismet successfully."
+msgstr ""
+
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
+msgid "Snippets|Description (optional)"
+msgstr ""
+
+msgid "Snippets|Error with Akismet. Please check the logs for more info."
+msgstr ""
+
+msgid "Snippets|Files"
+msgstr ""
+
+msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
+msgstr ""
+
+msgid "Snippets|Optionally add a description about what your snippet does or how to use it…"
+msgstr ""
+
+msgid "Snowplow"
+msgstr ""
+
+msgid "Solution"
+msgstr ""
+
+msgid "Some changes are not shown"
+msgstr ""
+
+msgid "Some child epics may be hidden due to applied filters"
+msgstr ""
+
+msgid "Some common domains are not allowed. %{learn_more_link}."
+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 "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
+msgstr ""
+
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
+msgid "Something went wrong"
+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 locked state of this %{issuableDisplayName}"
+msgstr ""
+
+msgid "Something went wrong trying to load issue contacts."
+msgstr ""
+
+msgid "Something went wrong when creating a work item. Please try again"
+msgstr ""
+
+msgid "Something went wrong when reordering designs. Please try again"
+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 batch of suggestions. Please try again."
+msgstr ""
+
+msgid "Something went wrong while applying the suggestion. Please try again."
+msgstr ""
+
+msgid "Something went wrong while archiving a requirement."
+msgstr ""
+
+msgid "Something went wrong while closing the epic. Please try again later."
+msgstr ""
+
+msgid "Something went wrong while closing the merge request. Please try again later."
+msgstr ""
+
+msgid "Something went wrong while creating a requirement."
+msgstr ""
+
+msgid "Something went wrong while deleting description changes. Please try again."
+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 deploying this environment. Please try again."
+msgstr ""
+
+msgid "Something went wrong while editing your comment. Please try again."
+msgstr ""
+
+msgid "Something went wrong while exporting requirements"
+msgstr ""
+
+msgid "Something went wrong while fetching branches"
+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 details"
+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 projects."
+msgstr ""
+
+msgid "Something went wrong while fetching related merge requests."
+msgstr ""
+
+msgid "Something went wrong while fetching requirements count."
+msgstr ""
+
+msgid "Something went wrong while fetching requirements list."
+msgstr ""
+
+msgid "Something went wrong while fetching source branches."
+msgstr ""
+
+msgid "Something went wrong while fetching the environments for this merge request. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
+msgid "Something went wrong while initializing the OpenAPI viewer"
+msgstr ""
+
+msgid "Something went wrong while inserting your image. Please try again."
+msgstr ""
+
+msgid "Something went wrong while merging this merge request. Please try again."
+msgstr ""
+
+msgid "Something went wrong while obtaining the Let's Encrypt certificate."
+msgstr ""
+
+msgid "Something went wrong while promoting the issue to an epic. Please try again."
+msgstr ""
+
+msgid "Something went wrong while reopening a requirement."
+msgstr ""
+
+msgid "Something went wrong while reopening the epic. Please try again later."
+msgstr ""
+
+msgid "Something went wrong while reopening the merge request. Please try again later."
+msgstr ""
+
+msgid "Something went wrong while resolving this discussion. Please try again."
+msgstr ""
+
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
+msgid "Something went wrong while setting %{issuableType} confidentiality."
+msgstr ""
+
+msgid "Something went wrong while setting %{issuableType} health status."
+msgstr ""
+
+msgid "Something went wrong while setting %{issuableType} notifications."
+msgstr ""
+
+msgid "Something went wrong while setting %{issuableType} to-do item."
+msgstr ""
+
+msgid "Something went wrong while setting %{issuableType} weight."
+msgstr ""
+
+msgid "Something went wrong while stopping this environment. Please try again."
+msgstr ""
+
+msgid "Something went wrong while updating a requirement."
+msgstr ""
+
+msgid "Something went wrong while updating assignees"
+msgstr ""
+
+msgid "Something went wrong while updating work item. Please try again"
+msgstr ""
+
+msgid "Something went wrong while updating your list settings"
+msgstr ""
+
+msgid "Something went wrong with your automatic subscription renewal."
+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 delete project"
+msgstr ""
+
+msgid "Something went wrong, unable to get projects"
+msgstr ""
+
+msgid "Something went wrong, unable to search projects"
+msgstr ""
+
+msgid "Something went wrong. Please try again later"
+msgstr ""
+
+msgid "Something went wrong. Please try again."
+msgstr ""
+
+msgid "Something went wrong. Try again later."
+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 ""
+
+msgid "Sort by"
+msgstr ""
+
+msgid "Sort direction"
+msgstr ""
+
+msgid "Sort direction: Ascending"
+msgstr ""
+
+msgid "Sort direction: Descending"
+msgstr ""
+
+msgid "SortOptions|Blocking"
+msgstr ""
+
+msgid "SortOptions|Closed date"
+msgstr ""
+
+msgid "SortOptions|Closed earlier"
+msgstr ""
+
+msgid "SortOptions|Closed recently"
+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|Least popular"
+msgstr ""
+
+msgid "SortOptions|Less weight"
+msgstr ""
+
+msgid "SortOptions|Manual"
+msgstr ""
+
+msgid "SortOptions|Merged date"
+msgstr ""
+
+msgid "SortOptions|Merged earlier"
+msgstr ""
+
+msgid "SortOptions|Merged recently"
+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 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 by:"
+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|Title"
+msgstr ""
+
+msgid "SortOptions|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
+msgid "SortOptions|Weight"
+msgstr ""
+
+msgid "Source"
+msgstr ""
+
+msgid "Source (branch or tag)"
+msgstr ""
+
+msgid "Source Branch"
+msgstr ""
+
+msgid "Source IP"
+msgstr ""
+
+msgid "Source branch"
+msgstr ""
+
+msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
+msgstr ""
+
+msgid "Source code (%{fileExtension})"
+msgstr ""
+
+msgid "Source is not available"
+msgstr ""
+
+msgid "Source project cannot be found."
+msgstr ""
+
+msgid "SourceEditor|\"el\" parameter is required for createInstance()"
+msgstr ""
+
+msgid "SourceEditor|%{name} is not registered."
+msgstr ""
+
+msgid "SourceEditor|Extension definition should be either a class or a function"
+msgstr ""
+
+msgid "SourceEditor|Extension definition should be either class, function, or an Array of definitions."
+msgstr ""
+
+msgid "SourceEditor|Extensions Store is required to check for an extension."
+msgstr ""
+
+msgid "SourceEditor|Name conflict for \"%{prop}()\" method."
+msgstr ""
+
+msgid "SourceEditor|No extension for unuse has been specified."
+msgstr ""
+
+msgid "SourceEditor|Source Editor instance is required to set up an extension."
+msgstr ""
+
+msgid "SourceEditor|`definition` property is expected on the extension."
+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 %{linkStart}Sourcegraph.com%{linkEnd}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
+msgstr ""
+
+msgid "Spam Check"
+msgstr ""
+
+msgid "Spam Check API key"
+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 "Specified URL cannot be used: \"%{reason}\""
+msgstr ""
+
+msgid "Specify an email address regex pattern to identify default internal users."
+msgstr ""
+
+msgid "Speed up your pipelines with Needs relationships"
+msgstr ""
+
+msgid "Spent At"
+msgstr ""
+
+msgid "Squash commit message"
+msgstr ""
+
+msgid "Squash commits"
+msgstr ""
+
+msgid "Stack trace"
+msgstr ""
+
+msgid "Stacktrace snippet"
+msgstr ""
+
+msgid "Stage"
+msgstr ""
+
+msgid "Standard"
+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 Date"
+msgstr ""
+
+msgid "Start Time"
+msgstr ""
+
+msgid "Start Web Terminal"
+msgstr ""
+
+msgid "Start a %{new_merge_request} with these changes"
+msgstr ""
+
+msgid "Start a Free Ultimate Trial"
+msgstr ""
+
+msgid "Start a new discussion…"
+msgstr ""
+
+msgid "Start a new merge request"
+msgstr ""
+
+msgid "Start a new merge request with these changes"
+msgstr ""
+
+msgid "Start a review"
+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 merge train..."
+msgstr ""
+
+msgid "Start search"
+msgstr ""
+
+msgid "Start thread"
+msgstr ""
+
+msgid "Start your Free Ultimate Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
+msgid "Started"
+msgstr ""
+
+msgid "Started %{startsIn}"
+msgstr ""
+
+msgid "Started asynchronous removal of all repository check states."
+msgstr ""
+
+msgid "Starting..."
+msgstr ""
+
+msgid "Starts"
+msgstr ""
+
+msgid "Starts %{startsIn}"
+msgstr ""
+
+msgid "Starts at (UTC)"
+msgstr ""
+
+msgid "Starts on"
+msgstr ""
+
+msgid "Starts: %{startsAt}"
+msgstr ""
+
+msgid "State your message to activate"
+msgstr ""
+
+msgid "State/Province"
+msgstr ""
+
+msgid "State/Province/City"
+msgstr ""
+
+msgid "Static Application Security Testing (SAST)"
+msgstr ""
+
+msgid "StaticSiteEditor|1. Add a clear title to describe the change."
+msgstr ""
+
+msgid "StaticSiteEditor|2. Add a description to explain why the change is being made."
+msgstr ""
+
+msgid "StaticSiteEditor|3. Assign a person to review and accept the merge request."
+msgstr ""
+
+msgid "StaticSiteEditor|A link to view the merge request will appear once ready."
+msgstr ""
+
+msgid "StaticSiteEditor|An error occurred while submitting your changes."
+msgstr ""
+
+msgid "StaticSiteEditor|Automatic formatting changes"
+msgstr ""
+
+msgid "StaticSiteEditor|Branch could not be created."
+msgstr ""
+
+msgid "StaticSiteEditor|Copy update"
+msgstr ""
+
+msgid "StaticSiteEditor|Could not commit the content changes."
+msgstr ""
+
+msgid "StaticSiteEditor|Could not create merge request."
+msgstr ""
+
+msgid "StaticSiteEditor|Creating your merge request"
+msgstr ""
+
+msgid "StaticSiteEditor|Incompatible file content"
+msgstr ""
+
+msgid "StaticSiteEditor|Markdown formatting preferences introduced by the Static Site Editor"
+msgstr ""
+
+msgid "StaticSiteEditor|Return to site"
+msgstr ""
+
+msgid "StaticSiteEditor|Static site editor"
+msgstr ""
+
+msgid "StaticSiteEditor|The Static Site Editor is currently configured to only edit Markdown content on pages generated from Middleman. Visit the documentation to learn more about configuring your site to use the Static Site Editor."
+msgstr ""
+
+msgid "StaticSiteEditor|To see your changes live you will need to do the following things:"
+msgstr ""
+
+msgid "StaticSiteEditor|Update %{sourcePath} file"
+msgstr ""
+
+msgid "StaticSiteEditor|View documentation"
+msgstr ""
+
+msgid "StaticSiteEditor|You can set an assignee to get your changes reviewed and deployed once your merge request is created."
+msgstr ""
+
+msgid "StaticSiteEditor|Your merge request has been created"
+msgstr ""
+
+msgid "Statistics"
+msgstr ""
+
+msgid "Status"
+msgstr ""
+
+msgid "Status was retried."
+msgstr ""
+
+msgid "Status:"
+msgstr ""
+
+msgid "Status: %{title}"
+msgstr ""
+
+msgid "StatusCheck|%{failed} failed"
+msgstr ""
+
+msgid "StatusCheck|%{pending} pending"
+msgstr ""
+
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Add status check"
+msgstr ""
+
+msgid "StatusCheck|All passed"
+msgstr ""
+
+msgid "StatusCheck|An error occurred deleting the %{name} status check."
+msgstr ""
+
+msgid "StatusCheck|An error occurred fetching the status checks."
+msgstr ""
+
+msgid "StatusCheck|Apply this status check to all branches or a specific protected branch."
+msgstr ""
+
+msgid "StatusCheck|Check for a status response in merge requests. Failures do not block merges. %{link_start}Learn more%{link_end}."
+msgstr ""
+
+msgid "StatusCheck|Examples: QA, Security."
+msgstr ""
+
+msgid "StatusCheck|External API is already in use by another status check."
+msgstr ""
+
+msgid "StatusCheck|Failed to load status checks"
+msgstr ""
+
+msgid "StatusCheck|Failed to load status checks."
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the pipeline process."
+msgstr ""
+
+msgid "StatusCheck|No status checks are defined yet."
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Service name"
+msgstr ""
+
+msgid "StatusCheck|Status checks"
+msgstr ""
+
+msgid "StatusCheck|Status checks all passed"
+msgstr ""
+
+msgid "StatusCheck|Status checks are being fetched"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|Target branch"
+msgstr ""
+
+msgid "StatusCheck|Update status check"
+msgstr ""
+
+msgid "StatusCheck|When this merge request is updated, a call is sent to the following APIs to confirm their status. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
+msgid "StatusCheck|status checks"
+msgstr ""
+
+msgid "StatusPage|AWS %{docsLink}"
+msgstr ""
+
+msgid "StatusPage|AWS Secret access key"
+msgstr ""
+
+msgid "StatusPage|AWS access key ID"
+msgstr ""
+
+msgid "StatusPage|AWS region"
+msgstr ""
+
+msgid "StatusPage|Active"
+msgstr ""
+
+msgid "StatusPage|Bucket %{docsLink}"
+msgstr ""
+
+msgid "StatusPage|Configure file storage settings to link issues in this project to an external status page."
+msgstr ""
+
+msgid "StatusPage|S3 Bucket name"
+msgstr ""
+
+msgid "StatusPage|Status page"
+msgstr ""
+
+msgid "StatusPage|Status page URL"
+msgstr ""
+
+msgid "StatusPage|To publish incidents to an external status page, GitLab stores a JSON file in your Amazon S3 account at a location that your external status page service can access. Make sure to also set up %{docsLink}"
+msgstr ""
+
+msgid "StatusPage|configuration documentation"
+msgstr ""
+
+msgid "StatusPage|your status page frontend."
+msgstr ""
+
+msgid "Stay updated about the performance and health of your environment by configuring Prometheus to monitor your deployments."
+msgstr ""
+
+msgid "Step 1."
+msgstr ""
+
+msgid "Step 2."
+msgstr ""
+
+msgid "Step 3."
+msgstr ""
+
+msgid "Step 4."
+msgstr ""
+
+msgid "Stop Terminal"
+msgstr ""
+
+msgid "Stop impersonation"
+msgstr ""
+
+msgid "Stop this environment"
+msgstr ""
+
+msgid "Stopped"
+msgstr ""
+
+msgid "Stopping..."
+msgstr ""
+
+msgid "Storage"
+msgstr ""
+
+msgid "Storage nodes for new repositories"
+msgstr ""
+
+msgid "Storage:"
+msgstr ""
+
+msgid "StorageSize|Unknown"
+msgstr ""
+
+msgid "Strikethrough"
+msgstr ""
+
+msgid "Subgroup information"
+msgstr ""
+
+msgid "Subgroup milestone"
+msgstr ""
+
+msgid "Subgroup navigation"
+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 "Subject Key Identifier:"
+msgstr ""
+
+msgid "Subkeys"
+msgstr ""
+
+msgid "Submit"
+msgstr ""
+
+msgid "Submit a review"
+msgstr ""
+
+msgid "Submit as ham"
+msgstr ""
+
+msgid "Submit as spam"
+msgstr ""
+
+msgid "Submit changes"
+msgstr ""
+
+msgid "Submit changes..."
+msgstr ""
+
+msgid "Submit feedback"
+msgstr ""
+
+msgid "Submit review"
+msgstr ""
+
+msgid "Submit search"
+msgstr ""
+
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submit your changes"
+msgstr ""
+
+msgid "Submitted as ham"
+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 "Subscribed to this project"
+msgstr ""
+
+msgid "Subscribes to this %{quick_action_target}."
+msgstr ""
+
+msgid "Subscription"
+msgstr ""
+
+msgid "Subscription History"
+msgstr ""
+
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription service outage"
+msgstr ""
+
+msgid "Subscription successfully applied to \"%{group_name}\""
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
+msgid "SubscriptionBanner|Export license usage file"
+msgstr ""
+
+msgid "SubscriptionBanner|Upload new license"
+msgstr ""
+
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
+msgid "SubscriptionTable|Add seats"
+msgstr ""
+
+msgid "SubscriptionTable|An error occurred while loading the subscription details."
+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|Refresh Seats"
+msgstr ""
+
+msgid "SubscriptionTable|Renew"
+msgstr ""
+
+msgid "SubscriptionTable|Seats currently in use"
+msgstr ""
+
+msgid "SubscriptionTable|Seats in subscription"
+msgstr ""
+
+msgid "SubscriptionTable|Seats owed"
+msgstr ""
+
+msgid "SubscriptionTable|See usage"
+msgstr ""
+
+msgid "SubscriptionTable|Something went wrong trying to refresh seats"
+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|Usage"
+msgstr ""
+
+msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
+msgstr ""
+
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subscription|Your subscription for %{strong}%{namespace_name}%{strong_close} has expired and you are now on %{pricing_link_start}the GitLab Free tier%{pricing_link_end}. Don't worry, your data is safe. Get in touch with our support team (%{support_email}). They'll gladly help with your subscription renewal."
+msgstr ""
+
+msgid "Subtracted"
+msgstr ""
+
+msgid "Subtracts"
+msgstr ""
+
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successful purchase image"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
+msgid "Successfully approved"
+msgstr ""
+
+msgid "Successfully banned"
+msgstr ""
+
+msgid "Successfully blocked"
+msgstr ""
+
+msgid "Successfully confirmed"
+msgstr ""
+
+msgid "Successfully deactivated"
+msgstr ""
+
+msgid "Successfully deleted U2F device."
+msgstr ""
+
+msgid "Successfully deleted WebAuthn 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 synced %{synced_timeago}."
+msgstr ""
+
+msgid "Successfully unbanned"
+msgstr ""
+
+msgid "Successfully unblocked"
+msgstr ""
+
+msgid "Successfully unlocked"
+msgstr ""
+
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
+msgid "Successfully updated the environment."
+msgstr ""
+
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
+msgstr ""
+
+msgid "Suggested change"
+msgstr ""
+
+msgid "SuggestedColors|Aztec Gold"
+msgstr ""
+
+msgid "SuggestedColors|Blue"
+msgstr ""
+
+msgid "SuggestedColors|Blue-gray"
+msgstr ""
+
+msgid "SuggestedColors|Carrot orange"
+msgstr ""
+
+msgid "SuggestedColors|Champagne"
+msgstr ""
+
+msgid "SuggestedColors|Charcoal grey"
+msgstr ""
+
+msgid "SuggestedColors|Crimson"
+msgstr ""
+
+msgid "SuggestedColors|Dark coral"
+msgstr ""
+
+msgid "SuggestedColors|Dark green"
+msgstr ""
+
+msgid "SuggestedColors|Dark sea green"
+msgstr ""
+
+msgid "SuggestedColors|Dark violet"
+msgstr ""
+
+msgid "SuggestedColors|Deep violet"
+msgstr ""
+
+msgid "SuggestedColors|Gray"
+msgstr ""
+
+msgid "SuggestedColors|Green screen"
+msgstr ""
+
+msgid "SuggestedColors|Green-cyan"
+msgstr ""
+
+msgid "SuggestedColors|Lavendar"
+msgstr ""
+
+msgid "SuggestedColors|Magenta-pink"
+msgstr ""
+
+msgid "SuggestedColors|Medium sea green"
+msgstr ""
+
+msgid "SuggestedColors|Red"
+msgstr ""
+
+msgid "SuggestedColors|Rose red"
+msgstr ""
+
+msgid "SuggestedColors|Titanium yellow"
+msgstr ""
+
+msgid "Suggestion is not applicable as the suggestion was not found."
+msgstr ""
+
+msgid "Suggestions are not applicable as one or more suggestions were not found."
+msgstr ""
+
+msgid "Suggestions are not applicable as their lines cannot overlap."
+msgstr ""
+
+msgid "Suggestions must all be on the same branch."
+msgstr ""
+
+msgid "Suggestions:"
+msgstr ""
+
+msgid "Suite"
+msgstr ""
+
+msgid "Summary"
+msgstr ""
+
+msgid "Summary / Note"
+msgstr ""
+
+msgid "Sunday"
+msgstr ""
+
+msgid "SuperSonics|Activate subscription"
+msgstr ""
+
+msgid "SuperSonics|Activation code"
+msgstr ""
+
+msgid "SuperSonics|An error occurred while activating your subscription."
+msgstr ""
+
+msgid "SuperSonics|Billable users"
+msgstr ""
+
+msgid "SuperSonics|Buy subscription"
+msgstr ""
+
+msgid "SuperSonics|Cloud license"
+msgstr ""
+
+msgid "SuperSonics|Cloud licensing"
+msgstr ""
+
+msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
+msgid "SuperSonics|Export license usage file"
+msgstr ""
+
+msgid "SuperSonics|Free trial"
+msgstr ""
+
+msgid "SuperSonics|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "SuperSonics|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "SuperSonics|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Maximum users"
+msgstr ""
+
+msgid "SuperSonics|Paste your activation code"
+msgstr ""
+
+msgid "SuperSonics|Please agree to the Subscription Agreement"
+msgstr ""
+
+msgid "SuperSonics|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "SuperSonics|Start free trial"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription request."
+msgstr ""
+
+msgid "SuperSonics|The activation code is not valid. Please make sure to copy it exactly from the Customers Portal or confirmation email. Learn more about %{linkStart}activating your subscription%{linkEnd}."
+msgstr ""
+
+msgid "SuperSonics|The activation code should be a 24-character alphanumeric string"
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This is the highest peak of users on your installation since the license started."
+msgstr ""
+
+msgid "SuperSonics|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
+msgstr ""
+
+msgid "SuperSonics|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Licensing%{linkEnd} service, a hassle-free way to manage your subscription."
+msgstr ""
+
+msgid "SuperSonics|Upload a license file"
+msgstr ""
+
+msgid "SuperSonics|Users in subscription"
+msgstr ""
+
+msgid "SuperSonics|Users over subscription"
+msgstr ""
+
+msgid "SuperSonics|Users with a Guest role or those who don't belong to a Project or Group will not use a seat from your license."
+msgstr ""
+
+msgid "SuperSonics|You can learn more about %{activationLinkStart}activating your subscription%{activationLinkEnd}. If you need further assistance, please %{supportLinkStart}contact GitLab Support%{supportLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|You have successfully added a license that activates on %{date}. Please see the subscription history table below for more details."
+msgstr ""
+
+msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
+msgstr ""
+
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
+msgid "SuperSonics|Your future dated license was successfully added"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription details will sync shortly."
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+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 "Survey Response"
+msgstr ""
+
+msgid "Switch Branches"
+msgstr ""
+
+msgid "Switch branch"
+msgstr ""
+
+msgid "Switch branch/tag"
+msgstr ""
+
+msgid "Switch to GitLab Next"
+msgstr ""
+
+msgid "Switch to the source to copy the file contents"
+msgstr ""
+
+msgid "Symbolic link"
+msgstr ""
+
+msgid "Sync LDAP"
+msgstr ""
+
+msgid "Sync now"
+msgstr ""
+
+msgid "Synced"
+msgstr ""
+
+msgid "Synchronization settings"
+msgstr ""
+
+msgid "Synchronize LDAP"
+msgstr ""
+
+msgid "Syncing…"
+msgstr ""
+
+msgid "Syntax is correct."
+msgstr ""
+
+msgid "Syntax is incorrect."
+msgstr ""
+
+msgid "SynthaxHighlightingTheme|Dark"
+msgstr ""
+
+msgid "SynthaxHighlightingTheme|Light"
+msgstr ""
+
+msgid "SynthaxHighlightingTheme|Monokai"
+msgstr ""
+
+msgid "SynthaxHighlightingTheme|None"
+msgstr ""
+
+msgid "SynthaxHighlightingTheme|Solarized Dark"
+msgstr ""
+
+msgid "SynthaxHighlightingTheme|Solarized Light"
+msgstr ""
+
+msgid "System"
+msgstr ""
+
+msgid "System Hooks"
+msgstr ""
+
+msgid "System Hooks Help"
+msgstr ""
+
+msgid "System Info"
+msgstr ""
+
+msgid "System OAuth applications"
+msgstr ""
+
+msgid "System OAuth applications don't belong to any user and can only be managed by admins"
+msgstr ""
+
+msgid "System default (%{default})"
+msgstr ""
+
+msgid "System header and footer"
+msgstr ""
+
+msgid "System hook was successfully updated."
+msgstr ""
+
+msgid "System hooks are triggered on sets of events like creating a project or adding an SSH key. You can also enable extra triggers, such as push events."
+msgstr ""
+
+msgid "System metrics (Custom)"
+msgstr ""
+
+msgid "System metrics (Kubernetes)"
+msgstr ""
+
+msgid "System output"
+msgstr ""
+
+msgid "Table of Contents"
+msgstr ""
+
+msgid "Table of contents"
+msgstr ""
+
+msgid "Tag"
+msgstr ""
+
+msgid "Tag list:"
+msgstr ""
+
+msgid "Tag name"
+msgstr ""
+
+msgid "Tag name is required"
+msgstr ""
+
+msgid "Tag push events"
+msgstr ""
+
+msgid "Tag this commit."
+msgstr ""
+
+msgid "Tag:"
+msgstr ""
+
+msgid "Tagged this commit to %{tag_name} with \"%{message}\"."
+msgstr ""
+
+msgid "Tagged this commit to %{tag_name}."
+msgstr ""
+
+msgid "Tags"
+msgstr ""
+
+msgid "Tags are deleted until the timeout is reached. Any remaining tags are included the next time the policy runs. To remove the time limit, set it to 0."
+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, create a public Release of your project, based on this tag. Release notes are displayed on the %{releases_page_link_start}Releases%{link_end} page. %{docs_link_start}More information%{link_end}"
+msgstr ""
+
+msgid "TagsPage|Release notes"
+msgstr ""
+
+msgid "TagsPage|Repository has no tags yet."
+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|Unable to load tags"
+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 "Task"
+msgstr ""
+
+msgid "Task ID: %{elastic_task}"
+msgstr ""
+
+msgid "TasksToBeDone|Create/import code into a project (repository)"
+msgstr ""
+
+msgid "TasksToBeDone|Create/import issues (tickets) to collaborate on ideas and plan work"
+msgstr ""
+
+msgid "TasksToBeDone|Set up CI/CD pipelines to build, test, deploy, and monitor code"
+msgstr ""
+
+msgid "Team"
+msgstr ""
+
+msgid "Team domain"
+msgstr ""
+
+msgid "TeamcityIntegration|Trigger TeamCity CI after a merge request has been created or updated"
+msgstr ""
+
+msgid "TeamcityIntegration|Trigger TeamCity CI after every push to the repository, except branch delete"
+msgstr ""
+
+msgid "Telephone number"
+msgstr ""
+
+msgid "Tell us your experiences with the new Markdown editor %{linkStart}in this feedback issue%{linkEnd}."
+msgstr ""
+
+msgid "Template"
+msgstr ""
+
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "TemplateRepository|Create common files more quickly, and standardize their format."
+msgstr ""
+
+msgid "Templates"
+msgstr ""
+
+msgid "TemporaryStorageIncrease|can only be set once"
+msgstr ""
+
+msgid "TemporaryStorageIncrease|can only be set with more than %{percentage}%% usage"
+msgstr ""
+
+msgid "TemporaryStorage|GitLab allows you a %{strongStart}free, one-time storage increase%{strongEnd}. For 30 days your storage will be unlimited. This gives you time to reduce your storage usage. After 30 days, your original storage limit of %{limit} applies. If you are at maximum storage capacity, your account will be read-only. To continue using GitLab you'll have to purchase additional storage or decrease storage usage."
+msgstr ""
+
+msgid "TemporaryStorage|Increase storage temporarily"
+msgstr ""
+
+msgid "TemporaryStorage|Temporarily increase storage now?"
+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 "Terms of service"
+msgstr ""
+
+msgid "Terraform"
+msgstr ""
+
+msgid "TerraformBanner|Learn more about GitLab's Backend State"
+msgstr ""
+
+msgid "TerraformBanner|The GitLab managed Terraform state backend can store your Terraform state easily and securely, and spares you from setting up additional remote resources. Its features include: versioning, encryption of the state file both in transit and at rest, locking, and remote Terraform plan/apply execution."
+msgstr ""
+
+msgid "TerraformBanner|Using Terraform? Try the GitLab Managed Terraform State"
+msgstr ""
+
+msgid "Terraform|%{name} successfully removed"
+msgstr ""
+
+msgid "Terraform|%{number} Terraform report failed to generate"
+msgid_plural "Terraform|%{number} Terraform reports failed to generate"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Terraform|%{number} Terraform report was generated in your pipelines"
+msgid_plural "Terraform|%{number} Terraform reports were generated in your pipelines"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Terraform|%{strong_start}%{number}%{strong_end} Terraform report failed to generate"
+msgid_plural "Terraform|%{strong_start}%{number}%{strong_end} Terraform reports failed to generate"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Terraform|%{strong_start}%{number}%{strong_end} Terraform report was generated in your pipelines"
+msgid_plural "Terraform|%{strong_start}%{number}%{strong_end} Terraform reports were generated in your pipelines"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Terraform|%{user} updated %{timeAgo}"
+msgstr ""
+
+msgid "Terraform|A Terraform report failed to generate."
+msgstr ""
+
+msgid "Terraform|A Terraform report was generated in your pipelines."
+msgstr ""
+
+msgid "Terraform|A report failed to generate."
+msgstr ""
+
+msgid "Terraform|A report was generated in your pipelines."
+msgstr ""
+
+msgid "Terraform|Actions"
+msgstr ""
+
+msgid "Terraform|An error occurred while changing the state file"
+msgstr ""
+
+msgid "Terraform|An error occurred while loading your Terraform States"
+msgstr ""
+
+msgid "Terraform|Are you sure you want to remove the Terraform State %{name}?"
+msgstr ""
+
+msgid "Terraform|Cancel"
+msgstr ""
+
+msgid "Terraform|Copy Terraform init command"
+msgstr ""
+
+msgid "Terraform|Details"
+msgstr ""
+
+msgid "Terraform|Download JSON"
+msgstr ""
+
+msgid "Terraform|Failed to load Terraform reports"
+msgstr ""
+
+msgid "Terraform|Generating the report caused an error."
+msgstr ""
+
+msgid "Terraform|Get started with Terraform"
+msgstr ""
+
+msgid "Terraform|How to use GitLab-managed Terraform State?"
+msgstr ""
+
+msgid "Terraform|Job status"
+msgstr ""
+
+msgid "Terraform|Loading Terraform reports..."
+msgstr ""
+
+msgid "Terraform|Lock"
+msgstr ""
+
+msgid "Terraform|Locked"
+msgstr ""
+
+msgid "Terraform|Locked by %{user} %{timeAgo}"
+msgstr ""
+
+msgid "Terraform|Locking state"
+msgstr ""
+
+msgid "Terraform|Name"
+msgstr ""
+
+msgid "Terraform|Pipeline"
+msgstr ""
+
+msgid "Terraform|Remove"
+msgstr ""
+
+msgid "Terraform|Remove state file and versions"
+msgstr ""
+
+msgid "Terraform|Removing"
+msgstr ""
+
+msgid "Terraform|Reported Resource Changes: %{addNum} to add, %{changeNum} to change, %{deleteNum} to delete"
+msgstr ""
+
+msgid "Terraform|States"
+msgstr ""
+
+msgid "Terraform|Terraform init command"
+msgstr ""
+
+msgid "Terraform|Terraform reports"
+msgstr ""
+
+msgid "Terraform|The job %{name} failed to generate a report."
+msgstr ""
+
+msgid "Terraform|The job %{name} generated a report."
+msgstr ""
+
+msgid "Terraform|The job %{strong_start}%{name}%{strong_end} failed to generate a report."
+msgstr ""
+
+msgid "Terraform|The job %{strong_start}%{name}%{strong_end} generated a report."
+msgstr ""
+
+msgid "Terraform|To get access to this terraform state from your local computer, run the following command at the command line. The first line requires a personal access token with API read and write access. %{linkStart}How do I create a personal access token?%{linkEnd}."
+msgstr ""
+
+msgid "Terraform|To remove the State file and its versions, type %{name} to confirm:"
+msgstr ""
+
+msgid "Terraform|Unknown User"
+msgstr ""
+
+msgid "Terraform|Unlock"
+msgstr ""
+
+msgid "Terraform|Unlocking state"
+msgstr ""
+
+msgid "Terraform|You are about to remove the state file %{name}. This will permanently delete all the State versions and history. The infrastructure provisioned previously will remain intact, and only the state file with all its versions will be removed. This action cannot be undone."
+msgstr ""
+
+msgid "Terraform|You cannot remove the State file because it's locked. Unlock the State file first before removing it."
+msgstr ""
+
+msgid "Test"
+msgstr ""
+
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test case"
+msgstr ""
+
+msgid "Test coverage parsing"
+msgstr ""
+
+msgid "Test coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Test coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Test coverage: %d hit"
+msgid_plural "Test coverage: %d hits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Test settings"
+msgstr ""
+
+msgid "TestCases|Move test case"
+msgstr ""
+
+msgid "TestCases|Moving test case"
+msgstr ""
+
+msgid "TestCases|New Test Case"
+msgstr ""
+
+msgid "TestCases|New test case"
+msgstr ""
+
+msgid "TestCases|Search test cases"
+msgstr ""
+
+msgid "TestCases|Something went wrong while adding test case to a to-do item."
+msgstr ""
+
+msgid "TestCases|Something went wrong while creating a test case."
+msgstr ""
+
+msgid "TestCases|Something went wrong while fetching test case."
+msgstr ""
+
+msgid "TestCases|Something went wrong while fetching test cases list."
+msgstr ""
+
+msgid "TestCases|Something went wrong while marking test case to-do item as done."
+msgstr ""
+
+msgid "TestCases|Something went wrong while moving test case."
+msgstr ""
+
+msgid "TestCases|Something went wrong while updating the test case labels."
+msgstr ""
+
+msgid "TestCases|Something went wrong while updating the test case."
+msgstr ""
+
+msgid "TestCases|Submit test case"
+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 deployments."
+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 project has releases."
+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} tests"
+msgstr ""
+
+msgid "TestReports|%{rate}%{sign} success rate"
+msgstr ""
+
+msgid "TestReports|Attachment"
+msgstr ""
+
+msgid "TestReports|Jobs"
+msgstr ""
+
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to display"
+msgstr ""
+
+msgid "TestReports|There was an error fetching the summary."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test suite."
+msgstr ""
+
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
+msgid "Text added to the body of all email messages. %{character_limit} character limit"
+msgstr ""
+
+msgid "Text style"
+msgstr ""
+
+msgid "Thank you for your business."
+msgstr ""
+
+msgid "Thank you for your feedback!"
+msgstr ""
+
+msgid "Thank you for your report. A GitLab administrator will look into it shortly."
+msgstr ""
+
+msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
+msgstr ""
+
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
+msgid "Thanks for your purchase!"
+msgstr ""
+
+msgid "That's OK, I don't want to renew"
+msgstr ""
+
+msgid "That's it, well done!"
+msgstr ""
+
+msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
+msgstr ""
+
+msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
+msgstr ""
+
+msgid "The %{plan_name} is no longer available to purchase. For more information about how this will impact you, check our %{faq_link_start}frequently asked questions%{faq_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 key used by GitLab for accessing the Spam Check service endpoint."
+msgstr ""
+
+msgid "The CSV export will be created in the background. Once finished, it will be sent to %{email} in an attachment."
+msgstr ""
+
+msgid "The GitLab subscription service (customers.gitlab.com) is currently experiencing an outage. You can monitor the status and get updates at %{linkStart}status.gitlab.com%{linkEnd}."
+msgstr ""
+
+msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped"
+msgstr ""
+
+msgid "The ID of the application."
+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 Snowplow cookie domain."
+msgstr ""
+
+msgid "The URL of the Jenkins server."
+msgstr ""
+
+msgid "The URL should start with http:// or https://"
+msgstr ""
+
+msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
+msgstr ""
+
+msgid "The application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
+msgstr ""
+
+msgid "The associated issue #%{issueId} has been closed as the error is now resolved."
+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 comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
+msgid "The compliance report captures merged changes that violate compliance best practices."
+msgstr ""
+
+msgid "The compliance report shows the merge request violations merged in protected environments."
+msgstr ""
+
+msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
+msgstr ""
+
+msgid "The contact does not belong to the issue group or an ancestor"
+msgstr ""
+
+msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
+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 contents of this group, its subgroups and projects will be permanently removed after %{deletion_adjourned_period} days on %{date}. After this point, your data cannot be recovered."
+msgstr ""
+
+msgid "The current issue"
+msgstr ""
+
+msgid "The current user is not authorized to access the job log."
+msgstr ""
+
+msgid "The data in this pipeline is too old to be rendered as a graph. Please check the Jobs tab to access historical data."
+msgstr ""
+
+msgid "The data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI/CD configuration file and path for new projects."
+msgstr ""
+
+msgid "The default branch for this project has been changed. Please update your bookmarks."
+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 download link will expire in 24 hours."
+msgstr ""
+
+msgid "The environment tier must be one of %{environment_tiers}."
+msgstr ""
+
+msgid "The errors we encountered were:"
+msgstr ""
+
+msgid "The file containing the export is not available yet; it may still be transferring. Please try again later."
+msgstr ""
+
+msgid "The file could not be displayed because it is empty or larger than the maximum file size indexed (%{size})."
+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 finding is not a vulnerability because it is part of a test or is test data."
+msgstr ""
+
+msgid "The following %{user} can also merge into this branch: %{branch}"
+msgstr ""
+
+msgid "The following %{user} can also push to this branch: %{branch}"
+msgstr ""
+
+msgid "The following Personal Access Token was revoked by an administrator, %{username}."
+msgstr ""
+
+msgid "The following SSH key was deleted by an administrator, %{username}."
+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 form contains the following errors:"
+msgstr ""
+
+msgid "The form contains the following warning:"
+msgstr ""
+
+msgid "The git server, Gitaly, is not available at this time. Please contact your administrator."
+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 except external users."
+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 export can be downloaded from:"
+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 group_project_ids parameter is only allowed for a group"
+msgstr ""
+
+msgid "The hostname of your PlantUML server."
+msgstr ""
+
+msgid "The hostname of your Snowplow collector."
+msgstr ""
+
+msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
+msgstr ""
+
+msgid "The interval must be one of %{intervals}."
+msgstr ""
+
+msgid "The invitation can not be found with the provided invite token."
+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 was successfully promoted to an epic. Redirecting to epic..."
+msgstr ""
+
+msgid "The latest artifacts created by jobs in the most recent successful pipeline will be stored."
+msgstr ""
+
+msgid "The latest pipeline for this merge request did not complete successfully."
+msgstr ""
+
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
+msgid "The latest pipeline for this merge request has failed."
+msgstr ""
+
+msgid "The license key is invalid. Make sure it is exactly as you received it from GitLab Inc."
+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 license was successfully uploaded and will be active from %{starts_at}. You can see the details below."
+msgstr ""
+
+msgid "The list creation wizard is already open"
+msgstr ""
+
+msgid "The maximum file size allowed is %{size}."
+msgstr ""
+
+msgid "The maximum file size for job artifacts."
+msgstr ""
+
+msgid "The maximum file size in megabytes for individual job artifacts."
+msgstr ""
+
+msgid "The maximum file size is %{size}."
+msgstr ""
+
+msgid "The maximum number of CI/CD minutes on shared runners that a group can use each month. 0 for unlimited."
+msgstr ""
+
+msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
+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 metric must be one of %{metrics}."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
+msgstr ""
+
+msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
+msgstr ""
+
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
+msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
+msgstr ""
+
+msgid "The number of merge requests merged by month."
+msgstr ""
+
+msgid "The number of times an upload record could not find its file"
+msgstr ""
+
+msgid "The page could not be displayed because it timed out."
+msgstr ""
+
+msgid "The parent epic is confidential and can only contain confidential epics and issues"
+msgstr ""
+
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+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 project can be accessed by any logged in user except external users."
+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 has already been added to your dashboard."
+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 regular expression used to find test coverage output in the job log. For example, use %{regex} for Simplecov (Ruby). Leave blank to disable."
+msgstr ""
+
+msgid "The remote mirror URL is invalid."
+msgstr ""
+
+msgid "The remote mirror took to long to complete."
+msgstr ""
+
+msgid "The remote repository is being updated..."
+msgstr ""
+
+msgid "The repository can be committed 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_open}http://%{code_close}, %{code_open}https://%{code_close} or %{code_open}git://%{code_close}."
+msgstr ""
+
+msgid "The repository must be accessible over %{code_open}http://%{code_close}, %{code_open}https://%{code_close}, %{code_open}ssh://%{code_close} or %{code_open}git://%{code_close}."
+msgstr ""
+
+msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)."
+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 except external users."
+msgstr ""
+
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
+msgid "The start date must be ealier than the end date."
+msgstr ""
+
+msgid "The subject will be used as the title of the new issue, and the message will be the description. %{quickActionsLinkStart}Quick actions%{quickActionsLinkEnd} and styling with %{markdownLinkStart}Markdown%{markdownLinkEnd} are supported."
+msgstr ""
+
+msgid "The tag name can't be changed for an existing release."
+msgstr ""
+
+msgid "The time period in seconds that the maximum requests per project limit applies to."
+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 was invalid. Supported file extensions are %{extensions}."
+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 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 approve is not pending approval"
+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 username for the Jenkins server."
+msgstr ""
+
+msgid "The value of the provided variable exceeds the %{count} character limit"
+msgstr ""
+
+msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
+msgstr ""
+
+msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be in a part of the application that will not be updated."
+msgstr ""
+
+msgid "The vulnerability is no longer detected. Verify the vulnerability has been fixed or removed before changing its status."
+msgstr ""
+
+msgid "The vulnerability is no longer detected. Verify the vulnerability has been remediated before changing its status."
+msgstr ""
+
+msgid "There are Advanced Search migrations pending that require indexing to pause. Indexing must remain paused until GitLab completes the migrations."
+msgstr ""
+
+msgid "There are currently no events."
+msgstr ""
+
+msgid "There are merge conflicts"
+msgstr ""
+
+msgid "There are no %{replicableTypeName} to show"
+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 Spam Logs"
+msgstr ""
+
+msgid "There are no abuse reports!"
+msgstr ""
+
+msgid "There are no archived projects yet"
+msgstr ""
+
+msgid "There are no archived requirements"
+msgstr ""
+
+msgid "There are no archived test cases"
+msgstr ""
+
+msgid "There are no changes"
+msgstr ""
+
+msgid "There are no charts configured for this page"
+msgstr ""
+
+msgid "There are no closed epics"
+msgstr ""
+
+msgid "There are no closed issues"
+msgstr ""
+
+msgid "There are no closed merge requests"
+msgstr ""
+
+msgid "There are no commits yet."
+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 with the selected labels"
+msgstr ""
+
+msgid "There are no matching files"
+msgstr ""
+
+msgid "There are no open epics"
+msgstr ""
+
+msgid "There are no open issues"
+msgstr ""
+
+msgid "There are no open merge requests"
+msgstr ""
+
+msgid "There are no open requirements"
+msgstr ""
+
+msgid "There are no open test cases"
+msgstr ""
+
+msgid "There are no packages yet"
+msgstr ""
+
+msgid "There are no projects shared with this group yet"
+msgstr ""
+
+msgid "There are no topics to show."
+msgstr ""
+
+msgid "There are no variables yet."
+msgstr ""
+
+msgid "There are running deployments on the environment. Please retry later."
+msgstr ""
+
+msgid "There are several file size limits in place for the Package Registry."
+msgstr ""
+
+msgid "There are several rate limits in place to protect the system."
+msgstr ""
+
+msgid "There are several size limits in place."
+msgstr ""
+
+msgid "There is already a repository with that name on disk"
+msgstr ""
+
+msgid "There is already a to-do item for this design."
+msgstr ""
+
+msgid "There is no chart data available."
+msgstr ""
+
+msgid "There is no data available."
+msgstr ""
+
+msgid "There is no data available. Please change your selection."
+msgstr ""
+
+msgid "There is no table data available."
+msgstr ""
+
+msgid "There is too much data to calculate. Please change your selection."
+msgstr ""
+
+msgid "There was a problem communicating with your device."
+msgstr ""
+
+msgid "There was a problem fetching branches."
+msgstr ""
+
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
+msgid "There was a problem fetching groups."
+msgstr ""
+
+msgid "There was a problem fetching iterations."
+msgstr ""
+
+msgid "There was a problem fetching labels."
+msgstr ""
+
+msgid "There was a problem fetching linked pipelines."
+msgstr ""
+
+msgid "There was a problem fetching milestones."
+msgstr ""
+
+msgid "There was a problem fetching project branches."
+msgstr ""
+
+msgid "There was a problem fetching project tags."
+msgstr ""
+
+msgid "There was a problem fetching project users."
+msgstr ""
+
+msgid "There was a problem fetching recent groups."
+msgstr ""
+
+msgid "There was a problem fetching recent projects."
+msgstr ""
+
+msgid "There was a problem fetching releases."
+msgstr ""
+
+msgid "There was a problem fetching the job token scope value"
+msgstr ""
+
+msgid "There was a problem fetching the keep latest artifacts setting."
+msgstr ""
+
+msgid "There was a problem fetching the projects"
+msgstr ""
+
+msgid "There was a problem fetching users."
+msgstr ""
+
+msgid "There was a problem sending the confirmation email"
+msgstr ""
+
+msgid "There was a problem updating the keep latest artifacts setting."
+msgstr ""
+
+msgid "There was an error %{message} to-do item."
+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 content, please refresh the page"
+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 projects"
+msgstr ""
+
+msgid "There was an error fetching search autocomplete suggestions"
+msgstr ""
+
+msgid "There was an error fetching stage total counts"
+msgstr ""
+
+msgid "There was an error fetching the %{replicableType}"
+msgstr ""
+
+msgid "There was an error fetching the Geo Settings"
+msgstr ""
+
+msgid "There was an error fetching the Sites's Groups"
+msgstr ""
+
+msgid "There was an error fetching the deploy freezes."
+msgstr ""
+
+msgid "There was an error fetching the environments information."
+msgstr ""
+
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
+msgid "There was an error fetching the top labels for the selected group"
+msgstr ""
+
+msgid "There was an error fetching the variables."
+msgstr ""
+
+msgid "There was an error fetching value stream analytics stages."
+msgstr ""
+
+msgid "There was an error gathering the chart data"
+msgstr ""
+
+msgid "There was an error getting the epic participants."
+msgstr ""
+
+msgid "There was an error importing the Jira project."
+msgstr ""
+
+msgid "There was an error loading related feature flags"
+msgstr ""
+
+msgid "There was an error loading users activity calendar."
+msgstr ""
+
+msgid "There was an error parsing the data for this graph."
+msgstr ""
+
+msgid "There was an error removing the e-mail."
+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 retrieving the Jira users."
+msgstr ""
+
+msgid "There was an error saving this Geo Site"
+msgstr ""
+
+msgid "There was an error saving your changes."
+msgstr ""
+
+msgid "There was an error subscribing to this label."
+msgstr ""
+
+msgid "There was an error syncing project %{name}"
+msgstr ""
+
+msgid "There was an error syncing the %{replicableType}"
+msgstr ""
+
+msgid "There was an error trying to validate your query"
+msgstr ""
+
+msgid "There was an error updating the Geo Settings"
+msgstr ""
+
+msgid "There was an error updating the Maintenance Mode Settings"
+msgstr ""
+
+msgid "There was an error updating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error updating the dashboard, branch named: %{branch} already exists."
+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 the chart data. Please refresh the page to try again."
+msgstr ""
+
+msgid "There was an error while fetching the table data. Please refresh the page to try again."
+msgstr ""
+
+msgid "There was an error while fetching value stream analytics data."
+msgstr ""
+
+msgid "There was an error while fetching value stream analytics duration data."
+msgstr ""
+
+msgid "There was an error while fetching value stream summary data."
+msgstr ""
+
+msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
+msgstr ""
+
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
+msgid "These examples show how to trigger this project's pipeline for a branch or tag."
+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 runners are shared across projects in this group."
+msgstr ""
+
+msgid "These runners are shared across this GitLab instance."
+msgstr ""
+
+msgid "These runners are specific to this project."
+msgstr ""
+
+msgid "These variables are inherited from the parent group."
+msgstr ""
+
+msgid "These will be sent to %{email} in an attachment once finished."
+msgstr ""
+
+msgid "Third Party Advisory Link"
+msgstr ""
+
+msgid "This %{issuableDisplayName} is locked. Only project members can comment."
+msgstr ""
+
+msgid "This %{issuableType} is confidential"
+msgstr ""
+
+msgid "This %{issuable} is locked. Only %{strong_open}project members%{strong_close} can comment."
+msgstr ""
+
+msgid "This %{noteableTypeText} is %{confidentialLinkStart}confidential%{linkEnd} and %{lockedLinkStart}locked%{linkEnd}."
+msgstr ""
+
+msgid "This %{noteableTypeText} is locked."
+msgstr ""
+
+msgid "This %{viewer} could not be displayed because %{reason}. You can %{options} instead."
+msgstr ""
+
+msgid "This Cron pattern is invalid"
+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 GitLab instance is licensed at the %{insufficient_license} tier. Geo is only available for users who have at least a Premium license."
+msgstr ""
+
+msgid "This GitLab instance is undergoing maintenance and is operating in read-only mode."
+msgstr ""
+
+msgid "This PDF is too large to display. Please download to view."
+msgstr ""
+
+msgid "This Project is currently archived and read-only. Please unarchive the project first if you want to resume Pull mirroring"
+msgstr ""
+
+msgid "This URL is already used for another link; duplicate URLs are not allowed"
+msgstr ""
+
+msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
+msgstr ""
+
+msgid "This action cannot be undone, and will permanently delete the %{key} SSH key"
+msgstr ""
+
+msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all related resources, including issues and merge requests."
+msgstr ""
+
+msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}on %{date}%{strongClose}, including its repositories and all related resources, including issues and merge requests."
+msgstr ""
+
+msgid "This action will %{strongOpen}permanently remove%{strongClose} %{codeOpen}%{group}%{codeClose} %{strongOpen}immediately%{strongClose}."
+msgstr ""
+
+msgid "This also resolves all related threads"
+msgstr ""
+
+msgid "This also resolves this thread"
+msgstr ""
+
+msgid "This application was created by %{user_link}."
+msgstr ""
+
+msgid "This application was created for group %{group_link}."
+msgstr ""
+
+msgid "This application will be able to:"
+msgstr ""
+
+msgid "This archive has been requested too many times. Try again later."
+msgstr ""
+
+msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of %{size_limit}. %{written_count} of %{count} %{issuables} have been included. Consider re-exporting with a narrower selection of %{issuables}."
+msgstr ""
+
+msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of %{size_limit}. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues."
+msgstr ""
+
+msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of %{size_limit}. %{written_count} of %{merge_requests_count} merge requests have been included. Consider re-exporting with a narrower selection of merge requests."
+msgstr ""
+
+msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of %{size_limit}. %{written_count} of %{requirements_count} requirements have been included. Consider re-exporting with a narrower selection of requirements."
+msgstr ""
+
+msgid "This block is self-referential"
+msgstr ""
+
+msgid "This board's scope is reduced"
+msgstr ""
+
+msgid "This chart could not be displayed"
+msgstr ""
+
+msgid "This clears repository check states for all projects in the database and cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "This code snippet contains everything reflected in the configuration form. Copy and paste it into %{linkStart}.gitlab-ci.yml%{linkEnd} file and save your changes. Future %{scanType} scans will use these settings."
+msgstr ""
+
+msgid "This comment changed after you started editing it. 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 %{strong_open}multiple%{strong_close} signatures."
+msgstr ""
+
+msgid "This commit was signed with a %{strong_open}verified%{strong_close} 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_open}not verified%{strong_close} to belong to the same user."
+msgstr ""
+
+msgid "This commit was signed with an %{strong_open}unverified%{strong_close} signature."
+msgstr ""
+
+msgid "This content could not be displayed because %{reason}. You can %{options} instead."
+msgstr ""
+
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
+msgid "This credential has expired"
+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 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 environment is being deployed"
+msgstr ""
+
+msgid "This environment is being re-deployed"
+msgstr ""
+
+msgid "This environment's canary ingress has been updated recently. Please retry later."
+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 field is required."
+msgstr ""
+
+msgid "This file was modified for readability, and can't accept suggestions. Edit it directly."
+msgstr ""
+
+msgid "This forked project has the following:"
+msgstr ""
+
+msgid "This form is disabled in preview"
+msgstr ""
+
+msgid "This group"
+msgstr ""
+
+msgid "This group and its subgroups and projects will be placed in a 'pending deletion' state for %{deletion_adjourned_period} days, then permanently deleted on %{date}. The group can be fully restored before that date."
+msgstr ""
+
+msgid "This group can't be removed because it is linked to a subscription. To remove this group, %{linkStart}link the subscription%{linkEnd} with a different group."
+msgstr ""
+
+msgid "This group can't be transfered because it is linked to a subscription. To transfer this group, %{linkStart}link the subscription%{linkEnd} with a different group."
+msgstr ""
+
+msgid "This group cannot be invited to a project inside a group with enforced SSO"
+msgstr ""
+
+msgid "This group does not have any group runners yet."
+msgstr ""
+
+msgid "This group has been scheduled for permanent removal on %{date}"
+msgstr ""
+
+msgid "This group has no active access tokens."
+msgstr ""
+
+msgid "This group is linked to a subscription"
+msgstr ""
+
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
+msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
+msgstr ""
+
+msgid "This group, its subgroups and projects will be removed on %{date} since its parent group '%{parent_group_name}' has been scheduled for removal."
+msgstr ""
+
+msgid "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 "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 Jira user."
+msgstr ""
+
+msgid "This is a confidential %{noteableTypeText}."
+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 merge train pipeline"
+msgstr ""
+
+msgid "This is a private email address %{helpIcon} generated just for you. Anyone who has it can create issues or merge requests as if they were you. If that happens, %{resetLinkStart}reset this token%{resetLinkEnd}."
+msgstr ""
+
+msgid "This is a security log of authentication events involving your account."
+msgstr ""
+
+msgid "This is a self-managed instance of GitLab."
+msgstr ""
+
+msgid "This is an experimental feature developed by GitLab Incubation Engineering."
+msgstr ""
+
+msgid "This is the highest peak of users on your installation since the license started."
+msgstr ""
+
+msgid "This is the number of %{billable_users_link_start}billable users%{link_end} on your installation, and this is the minimum number you need to purchase when you renew your license."
+msgstr ""
+
+msgid "This is your current session"
+msgstr ""
+
+msgid "This issue is confidential and should only be visible to team members with at least Reporter access."
+msgstr ""
+
+msgid "This issue is currently blocked by the following issues:"
+msgstr ""
+
+msgid "This issue is hidden because its author has been banned"
+msgstr ""
+
+msgid "This issue is in a child epic of the filtered epic"
+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} and namespace %{kubernetesNamespace}."
+msgstr ""
+
+msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink} and namespace %{kubernetesNamespace}. View the %{deploymentLink}."
+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} and namespace %{kubernetesNamespace}."
+msgstr ""
+
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink} and namespace %{kubernetesNamespace}. This will overwrite the %{deploymentLink}."
+msgstr ""
+
+msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}."
+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} and namespace %{kubernetesNamespace}."
+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 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 triggers a downstream pipeline"
+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 license has already expired."
+msgstr ""
+
+msgid "This link points to external content"
+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 cannot be rebased while there are conflicts."
+msgstr ""
+
+msgid "This merge request does not have accessibility reports"
+msgstr ""
+
+msgid "This merge request does not have codequality reports"
+msgstr ""
+
+msgid "This merge request is closed. To apply this suggestion, edit this file directly."
+msgstr ""
+
+msgid "This merge request is from a private project to a public project."
+msgstr ""
+
+msgid "This merge request is from a private project to an internal project."
+msgstr ""
+
+msgid "This merge request is from an internal project to a public project."
+msgstr ""
+
+msgid "This merge request is locked."
+msgstr ""
+
+msgid "This merge request was merged. To apply this suggestion, edit this file directly."
+msgstr ""
+
+msgid "This namespace has already been taken! Please choose another one."
+msgstr ""
+
+msgid "This only applies to repository indexing operations."
+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 sends a payload. Go back to the events page to see a newly created event."
+msgstr ""
+
+msgid "This pipeline makes use of a predefined CI/CD configuration enabled by %{b_open}Auto DevOps.%{b_close}"
+msgstr ""
+
+msgid "This pipeline makes use of a predefined CI/CD configuration enabled by %{strongStart}Auto DevOps.%{strongEnd}"
+msgstr ""
+
+msgid "This pipeline was triggered by a schedule."
+msgstr ""
+
+msgid "This project"
+msgstr ""
+
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
+msgid "This project does not belong to a group and cannot make use of group runners."
+msgstr ""
+
+msgid "This project does not have %{service_desk_link_start}Service Desk%{service_desk_link_end} enabled, so the user who created the issue will no longer receive email notifications about new activity."
+msgstr ""
+
+msgid "This project does not have a wiki homepage yet"
+msgstr ""
+
+msgid "This project has no active access tokens."
+msgstr ""
+
+msgid "This project is %{strongStart}NOT%{strongEnd} a fork, and has the following:"
+msgstr ""
+
+msgid "This project is archived and cannot be commented on."
+msgstr ""
+
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
+msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
+msgstr ""
+
+msgid "This project path either does not exist or you do not have access."
+msgstr ""
+
+msgid "This project will be deleted on %{date}"
+msgstr ""
+
+msgid "This project will be deleted on %{date} since its parent group '%{parent_group_name}' has been scheduled for deletion."
+msgstr ""
+
+msgid "This project will live in your group %{strong_open}%{namespace}%{strong_close}. A project is where you house your files (repository), plan your work (issues), publish your documentation (wiki), and so much more."
+msgstr ""
+
+msgid "This repository"
+msgstr ""
+
+msgid "This repository has never been checked."
+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 repository was last checked %{last_check_timestamp}. The check %{strong_start}failed.%{strong_end} See the 'repocheck.log' file for error messages."
+msgstr ""
+
+msgid "This repository was last checked %{last_check_timestamp}. The check passed."
+msgstr ""
+
+msgid "This runner will only run on pipelines triggered on protected branches"
+msgstr ""
+
+msgid "This service allows users to perform common operations on this project by entering slash commands in Slack."
+msgstr ""
+
+msgid "This setting can be overridden in each project."
+msgstr ""
+
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
+msgid "This subscription is for"
+msgstr ""
+
+msgid "This suggestion already matches its content."
+msgstr ""
+
+msgid "This user cannot be unlocked manually from GitLab"
+msgstr ""
+
+msgid "This user has an unconfirmed email address (%{email}). You may force a confirmation."
+msgstr ""
+
+msgid "This user has an unconfirmed email address. You may force a confirmation."
+msgstr ""
+
+msgid "This user has no active %{type}."
+msgstr ""
+
+msgid "This user has no identities"
+msgstr ""
+
+msgid "This user has no personal projects."
+msgstr ""
+
+msgid "This user has previously committed to the %{name} project."
+msgstr ""
+
+msgid "This user has the %{access} role in the %{name} project."
+msgstr ""
+
+msgid "This user is the author of this %{noteable}."
+msgstr ""
+
+msgid "This variable can not be masked."
+msgstr ""
+
+msgid "This will invalidate your registered applications and U2F / WebAuthn devices."
+msgstr ""
+
+msgid "This will invalidate your registered applications and U2F devices."
+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 "Thread to reply to cannot be found"
+msgstr ""
+
+msgid "Threat monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Alert Details"
+msgstr ""
+
+msgid "ThreatMonitoring|Alerts"
+msgstr ""
+
+msgid "ThreatMonitoring|All Environments"
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Container Network Policies are not installed or have been disabled. To view this data, ensure your Network Policies are installed and enabled for your cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|Container Network Policy"
+msgstr ""
+
+msgid "ThreatMonitoring|Container NetworkPolicies not detected"
+msgstr ""
+
+msgid "ThreatMonitoring|Date and time"
+msgstr ""
+
+msgid "ThreatMonitoring|Dismissed"
+msgstr ""
+
+msgid "ThreatMonitoring|Dropped Packets"
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|Events"
+msgstr ""
+
+msgid "ThreatMonitoring|Failed to create incident, please try again."
+msgstr ""
+
+msgid "ThreatMonitoring|Hide dismissed alerts"
+msgstr ""
+
+msgid "ThreatMonitoring|In review"
+msgstr ""
+
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
+msgid "ThreatMonitoring|Name"
+msgstr ""
+
+msgid "ThreatMonitoring|No alerts available to display. See %{linkStart}enabling threat alerts%{linkEnd} for more information on adding alerts to the list."
+msgstr ""
+
+msgid "ThreatMonitoring|No alerts to display."
+msgstr ""
+
+msgid "ThreatMonitoring|No environments detected"
+msgstr ""
+
+msgid "ThreatMonitoring|Operations Per Second"
+msgstr ""
+
+msgid "ThreatMonitoring|Packet Activity"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Resolved"
+msgstr ""
+
+msgid "ThreatMonitoring|Show last"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch environments"
+msgstr ""
+
+msgid "ThreatMonitoring|Something went wrong, unable to fetch statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Statistics"
+msgstr ""
+
+msgid "ThreatMonitoring|Status"
+msgstr ""
+
+msgid "ThreatMonitoring|There was an error displaying the alerts. Confirm your endpoint's configuration details to ensure alerts appear."
+msgstr ""
+
+msgid "ThreatMonitoring|There was an error while updating the status of the alert. Please try again."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|To view this data, ensure you have configured an environment for this project and that at least one threat monitoring feature is enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Packets"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Unreviewed"
+msgstr ""
+
+msgid "ThreatMonitoring|View documentation"
+msgstr ""
+
+msgid "Threshold in bytes at which to compress Sidekiq job arguments."
+msgstr ""
+
+msgid "Threshold in bytes at which to reject Sidekiq jobs. Set this to 0 to if you don't want to limit Sidekiq jobs."
+msgstr ""
+
+msgid "Threshold number of changes (branches or tags) in a single push above which a bulk push event is created (default is 3)."
+msgstr ""
+
+msgid "Throughput"
+msgstr ""
+
+msgid "Thursday"
+msgstr ""
+
+msgid "Time"
+msgstr ""
+
+msgid "Time (in hours) that users are allowed to skip forced configuration of two-factor authentication."
+msgstr ""
+
+msgid "Time Spent"
+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"
+msgstr ""
+
+msgid "Time of import: %{importTime}"
+msgstr ""
+
+msgid "Time remaining"
+msgstr ""
+
+msgid "Time spent"
+msgstr ""
+
+msgid "Time to merge"
+msgstr ""
+
+msgid "Time to subtract exceeds the total time spent"
+msgstr ""
+
+msgid "Time tracking"
+msgstr ""
+
+msgid "Time tracking report"
+msgstr ""
+
+msgid "Time until first merge request"
+msgstr ""
+
+msgid "Time zone"
+msgstr ""
+
+msgid "TimeTrackingEstimated|Est"
+msgstr ""
+
+msgid "TimeTracking|%{spentStart}Spent: %{spentEnd}"
+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 "Timeline|Turn timeline view off"
+msgstr ""
+
+msgid "Timeline|Turn timeline view on"
+msgstr ""
+
+msgid "Timeout"
+msgstr ""
+
+msgid "Timeout connecting to the Google API. Please try again."
+msgstr ""
+
+msgid "Timeout for moderately fast Gitaly operations (in seconds). Provide a value between Default timeout and Fast timeout."
+msgstr ""
+
+msgid "Timeout for most Gitaly operations (in seconds)."
+msgstr ""
+
+msgid "Timeout for the fastest Gitaly operations (in seconds)."
+msgstr ""
+
+msgid "Timezone"
+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: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
+msgid "Tip: add a %{linkStart}CODEOWNERS%{linkEnd} to automatically add approvers based on file paths and file types."
+msgstr ""
+
+msgid "Title"
+msgstr ""
+
+msgid "Title:"
+msgstr ""
+
+msgid "Titles and Descriptions"
+msgstr ""
+
+msgid "To"
+msgstr ""
+
+msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration."
+msgstr ""
+
+msgid "To Do"
+msgstr ""
+
+msgid "To GitLab"
+msgstr ""
+
+msgid "To accept this invitation, create an account or sign in."
+msgstr ""
+
+msgid "To accept this invitation, sign in or create an account."
+msgstr ""
+
+msgid "To accept this invitation, sign in."
+msgstr ""
+
+msgid "To access this domain create a new DNS record"
+msgstr ""
+
+msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
+msgid "To add the entry manually, provide the following details to the application on your phone."
+msgstr ""
+
+msgid "To confirm, type %{phrase_code}"
+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_open}repo%{code_close} 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 continue using GitLab Enterprise Edition, upload the %{codeOpen}.gitlab-license%{codeClose} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
+msgid "To continue, you need to select the link in the confirmation email we sent to verify your email address. If you didn't get our email, select %{strongStart}Resend confirmation email.%{strongEnd}"
+msgstr ""
+
+msgid "To define internal users, first enable new users set to external"
+msgstr ""
+
+msgid "To enable Registration Features, first enable Service Ping."
+msgstr ""
+
+msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
+msgstr ""
+
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}"
+msgstr ""
+
+msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
+msgstr ""
+
+msgid "To further protect your account, consider configuring a two-factor authentication method: %{mfa_link}."
+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, click the link below to confirm your account."
+msgstr ""
+
+msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
+msgstr ""
+
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
+msgid "To help improve GitLab and its user experience, GitLab periodically collects usage information."
+msgstr ""
+
+msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}."
+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 learn more about this project, read %{link_to_wiki}"
+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_open}CI/CD for external repo%{strong_close}."
+msgstr ""
+
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
+msgstr ""
+
+msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
+msgstr ""
+
+msgid "To protect this issue's confidentiality, %{linkStart}fork this project%{linkEnd} 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 reactivate your account, %{gitlab_link_start}sign in to GitLab.%{link_end}"
+msgstr ""
+
+msgid "To reactivate your account, sign in to GitLab at %{gitlab_url}."
+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 renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance."
+msgstr ""
+
+msgid "To resolve this, try to:"
+msgstr ""
+
+msgid "To run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+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 Premium%{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 see what's changed or create a merge request, choose a branch or tag (like %{branch}), or enter a commit (like %{sha})."
+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 integration:"
+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 using GitLab Enterprise Edition, upload the %{codeOpen}.gitlab-license%{codeClose} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
+msgid "To unsubscribe from this issue, please paste the following link into your browser:"
+msgstr ""
+
+msgid "To update Snippets with multiple files, you must use the `files` parameter"
+msgstr ""
+
+msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
+msgstr ""
+
+msgid "To use the system's default, set this value to 0."
+msgstr ""
+
+msgid "To view all %{scannedResourcesCount} scanned URLs, %{linkStart}please download the CSV file%{linkEnd}"
+msgstr ""
+
+msgid "To widen your search, change or remove filters above"
+msgstr ""
+
+msgid "To widen your search, change or remove filters above."
+msgstr ""
+
+msgid "To-Do List"
+msgstr ""
+
+msgid "To-do item successfully marked as done."
+msgstr ""
+
+msgid "Today"
+msgstr ""
+
+msgid "Todos|Are you looking for things to do? Take a look at %{strongStart}%{openIssuesLinkStart}open issues%{openIssuesLinkEnd}%{strongEnd}, contribute to %{strongStart}%{mergeRequestLinkStart}a merge request%{mergeRequestLinkEnd}%{mergeRequestLinkEnd}%{strongEnd}, or mention someone in a comment to automatically assign them a new to-do item."
+msgstr ""
+
+msgid "Todos|Filter by author"
+msgstr ""
+
+msgid "Todos|Filter by group"
+msgstr ""
+
+msgid "Todos|Filter by project"
+msgstr ""
+
+msgid "Todos|It's how you always know what to work on next."
+msgstr ""
+
+msgid "Todos|Mark all as done"
+msgstr ""
+
+msgid "Todos|Nothing is on your to-do list. Nice work!"
+msgstr ""
+
+msgid "Todos|Undo mark all as done"
+msgstr ""
+
+msgid "Todos|When an issue or merge request is assigned to you, or when you receive a %{strongStart}@mention%{strongEnd} in a comment, this automatically triggers a new item in your To-Do List."
+msgstr ""
+
+msgid "Todos|You're all done!"
+msgstr ""
+
+msgid "Todos|Your To-Do List shows what to work on next"
+msgstr ""
+
+msgid "Toggle GitLab Next"
+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 dropdown"
+msgstr ""
+
+msgid "Toggle emoji award"
+msgstr ""
+
+msgid "Toggle focus mode"
+msgstr ""
+
+msgid "Toggle keyboard shortcuts help dialog"
+msgstr ""
+
+msgid "Toggle navigation"
+msgstr ""
+
+msgid "Toggle project select"
+msgstr ""
+
+msgid "Toggle shortcuts"
+msgstr ""
+
+msgid "Toggle sidebar"
+msgstr ""
+
+msgid "Toggle the Performance Bar"
+msgstr ""
+
+msgid "Toggle thread"
+msgstr ""
+
+msgid "Toggled :%{name}: emoji award."
+msgstr ""
+
+msgid "Toggles :%{name}: emoji award."
+msgstr ""
+
+msgid "Token"
+msgstr ""
+
+msgid "Token Access"
+msgstr ""
+
+msgid "Token name"
+msgstr ""
+
+msgid "Token valid until revoked"
+msgstr ""
+
+msgid "Tokens|Scopes set the permission levels granted to the token."
+msgstr ""
+
+msgid "Tokens|Select scopes"
+msgstr ""
+
+msgid "Tomorrow"
+msgstr ""
+
+msgid "Too many changes to show."
+msgstr ""
+
+msgid "Too many namespaces enabled. Manage them through the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. Manage them through the console or the API."
+msgstr ""
+
+msgid "TopNav|Go back"
+msgstr ""
+
+msgid "Topic %{topic_name} was successfully created."
+msgstr ""
+
+msgid "Topic avatar"
+msgstr ""
+
+msgid "Topic name"
+msgstr ""
+
+msgid "Topic was successfully updated."
+msgstr ""
+
+msgid "Topics"
+msgstr ""
+
+msgid "Total"
+msgstr ""
+
+msgid "Total Contributions"
+msgstr ""
+
+msgid "Total Score"
+msgstr ""
+
+msgid "Total artifacts size: %{total_size}"
+msgstr ""
+
+msgid "Total cores (CPUs)"
+msgstr ""
+
+msgid "Total issues"
+msgstr ""
+
+msgid "Total memory (GB)"
+msgstr ""
+
+msgid "Total test time for all commits/merges"
+msgstr ""
+
+msgid "Total users"
+msgstr ""
+
+msgid "Total weight"
+msgstr ""
+
+msgid "Total: %{total}"
+msgstr ""
+
+msgid "TotalMilestonesIndicator|1000+"
+msgstr ""
+
+msgid "TotalRefCountIndicator|1000+"
+msgstr ""
+
+msgid "Tracing"
+msgstr ""
+
+msgid "Track groups of issues that share a theme, across projects and milestones"
+msgstr ""
+
+msgid "Track important events in your GitLab instance."
+msgstr ""
+
+msgid "Track important events in your group."
+msgstr ""
+
+msgid "Track important events in your project."
+msgstr ""
+
+msgid "Track time with quick actions"
+msgstr ""
+
+msgid "Training mode"
+msgstr ""
+
+msgid "Transfer"
+msgstr ""
+
+msgid "Transfer group to another parent group."
+msgstr ""
+
+msgid "Transfer ownership"
+msgstr ""
+
+msgid "Transfer project"
+msgstr ""
+
+msgid "Transfer your project into another namespace. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "TransferGroup|Cannot transfer group to one of its subgroup."
+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 or a project 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 is already in this namespace."
+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|You don't have permission to transfer projects into that namespace."
+msgstr ""
+
+msgid "TransferProject|You don't have permission to transfer this project."
+msgstr ""
+
+msgid "Tree view"
+msgstr ""
+
+msgid "Trending"
+msgstr ""
+
+msgid "Trials|%{planName} Trial %{enDash} %{num} day left"
+msgid_plural "Trials|%{planName} Trial %{enDash} %{num} days left"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Trials|Compare all plans"
+msgstr ""
+
+msgid "Trials|Create a new group to start your GitLab Ultimate trial."
+msgstr ""
+
+msgid "Trials|Go back to GitLab"
+msgstr ""
+
+msgid "Trials|Hey there"
+msgstr ""
+
+msgid "Trials|Skip Trial"
+msgstr ""
+
+msgid "Trials|Upgrade %{groupName} to %{planName}"
+msgstr ""
+
+msgid "Trials|You can always resume this process by selecting your avatar and choosing 'Start an Ultimate trial'"
+msgstr ""
+
+msgid "Trials|You can apply your trial to a new group or an existing group."
+msgstr ""
+
+msgid "Trials|You won't get a free trial right now but you can always resume this process by selecting your avatar and choosing 'Start an Ultimate trial'"
+msgstr ""
+
+msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
+msgstr ""
+
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
+msgid "Trial|Company name"
+msgstr ""
+
+msgid "Trial|Continue"
+msgstr ""
+
+msgid "Trial|Continue using the basic features of GitLab for free."
+msgstr ""
+
+msgid "Trial|Country"
+msgstr ""
+
+msgid "Trial|Dismiss"
+msgstr ""
+
+msgid "Trial|GitLab Ultimate trial (optional)"
+msgstr ""
+
+msgid "Trial|Number of employees"
+msgstr ""
+
+msgid "Trial|Please select a country"
+msgstr ""
+
+msgid "Trial|Successful trial activation image"
+msgstr ""
+
+msgid "Trial|Telephone number"
+msgstr ""
+
+msgid "Trial|Upgrade to Ultimate to keep using GitLab with advanced features."
+msgstr ""
+
+msgid "Trial|We will activate your trial on your group after you complete this step. After 30 days, you can:"
+msgstr ""
+
+msgid "Trial|Your GitLab Ultimate trial lasts for 30 days, but you can keep your free GitLab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
+msgid "Trigger"
+msgstr ""
+
+msgid "Trigger a pipeline for a branch or tag by generating a trigger token and using it with an API call. The token impersonates a user's project access and permissions."
+msgstr ""
+
+msgid "Trigger cluster reindexing"
+msgstr ""
+
+msgid "Trigger cluster reindexing. Only use this with an index that was created in GitLab 13.0 or later."
+msgstr ""
+
+msgid "Trigger manual job"
+msgstr ""
+
+msgid "Trigger pipelines for mirror updates"
+msgstr ""
+
+msgid "Trigger pipelines when branches or tags are updated in 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 repository check"
+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 "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
+msgid "Troubleshoot and monitor your application with tracing"
+msgstr ""
+
+msgid "Trusted"
+msgstr ""
+
+msgid "Try again"
+msgstr ""
+
+msgid "Try again?"
+msgstr ""
+
+msgid "Try all GitLab has to offer for 30 days."
+msgstr ""
+
+msgid "Try changing or removing filters."
+msgstr ""
+
+msgid "Try grouping with different labels"
+msgstr ""
+
+msgid "Try out GitLab Pipelines"
+msgstr ""
+
+msgid "Try the troubleshooting steps here."
+msgstr ""
+
+msgid "Try to fork again"
+msgstr ""
+
+msgid "Try to keep the first line under 52 characters and the others under 72."
+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 needed) and press the button on the device now."
+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 "Tuning settings"
+msgstr ""
+
+msgid "Turn off"
+msgstr ""
+
+msgid "Turn on"
+msgstr ""
+
+msgid "Twitter"
+msgstr ""
+
+msgid "Twitter:"
+msgstr ""
+
+msgid "Two-Factor Authentication"
+msgstr ""
+
+msgid "Two-Factor Authentication code"
+msgstr ""
+
+msgid "Two-factor Authentication"
+msgstr ""
+
+msgid "Two-factor Authentication Recovery codes"
+msgstr ""
+
+msgid "Two-factor Authentication:"
+msgstr ""
+
+msgid "Two-factor authentication"
+msgstr ""
+
+msgid "Two-factor authentication disabled"
+msgstr ""
+
+msgid "Two-factor authentication has been disabled for this user"
+msgstr ""
+
+msgid "Two-factor authentication has been disabled for your GitLab account."
+msgstr ""
+
+msgid "Two-factor authentication has been disabled successfully!"
+msgstr ""
+
+msgid "Two-factor authentication is not enabled for this user"
+msgstr ""
+
+msgid "Two-factor grace period"
+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 cannot be blank"
+msgstr ""
+
+msgid "URL is invalid"
+msgstr ""
+
+msgid "URL is required"
+msgstr ""
+
+msgid "URL is triggered for each branch updated to the repository"
+msgstr ""
+
+msgid "URL is triggered when a merge request is created, updated, or merged"
+msgstr ""
+
+msgid "URL is triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "URL is triggered when repository is updated"
+msgstr ""
+
+msgid "URL must be percent-encoded if neccessary."
+msgstr ""
+
+msgid "URL must start with %{codeStart}http://%{codeEnd}, %{codeStart}https://%{codeEnd}, or %{codeStart}ftp://%{codeEnd}"
+msgstr ""
+
+msgid "URL of the Grafana instance to link to from the Metrics Dashboard menu item."
+msgstr ""
+
+msgid "URL of the external Spam Check endpoint"
+msgstr ""
+
+msgid "URL of the external storage to serve the repository static objects."
+msgstr ""
+
+msgid "URL or request ID"
+msgstr ""
+
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
+msgid "USER %{user} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
+msgid "USER WILL BE BLOCKED! Are you sure?"
+msgstr ""
+
+msgid "UTC"
+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 Elasticsearch"
+msgstr ""
+
+msgid "Unable to connect to Prometheus server"
+msgstr ""
+
+msgid "Unable to connect to server: %{error}"
+msgstr ""
+
+msgid "Unable to connect to the Jira instance. Please check your Jira integration configuration."
+msgstr ""
+
+msgid "Unable to convert Kubernetes logs encoding to UTF-8"
+msgstr ""
+
+msgid "Unable to create link to vulnerability"
+msgstr ""
+
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
+msgid "Unable to fetch branches list, please close the form and try again"
+msgstr ""
+
+msgid "Unable to fetch upstream and downstream pipelines."
+msgstr ""
+
+msgid "Unable to fetch vulnerable projects"
+msgstr ""
+
+msgid "Unable to find Jira project to import data from."
+msgstr ""
+
+msgid "Unable to generate new instance ID"
+msgstr ""
+
+msgid "Unable to load commits. Try again later."
+msgstr ""
+
+msgid "Unable to load file contents. Try again later."
+msgstr ""
+
+msgid "Unable to load the diff"
+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 save iteration. Please try again"
+msgstr ""
+
+msgid "Unable to save your changes. Please try again."
+msgstr ""
+
+msgid "Unable to save your preference"
+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 suggest a path. Please refresh and try again."
+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 "Unapprove a merge request"
+msgstr ""
+
+msgid "Unapprove the current merge request."
+msgstr ""
+
+msgid "Unapproved the current merge request."
+msgstr ""
+
+msgid "Unarchive project"
+msgstr ""
+
+msgid "Unarchiving the project will restore its members' 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} %{link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "Unassign from commenting user"
+msgstr ""
+
+msgid "Unassigned"
+msgstr ""
+
+msgid "Unauthenticated API rate limit period in seconds"
+msgstr ""
+
+msgid "Unauthenticated requests"
+msgstr ""
+
+msgid "Unauthenticated web rate limit period in seconds"
+msgstr ""
+
+msgid "Uncommitted changes will be lost if you change branches. Do you want to continue?"
+msgstr ""
+
+msgid "Undo"
+msgstr ""
+
+msgid "Undo Ignore"
+msgstr ""
+
+msgid "Undo ignore"
+msgstr ""
+
+msgid "Unexpected error"
+msgstr ""
+
+msgid "Unfollow"
+msgstr ""
+
+msgid "Unfortunately, your email message to GitLab could not be processed."
+msgstr ""
+
+msgid "Unhappy?"
+msgstr ""
+
+msgid "Units|ms"
+msgstr ""
+
+msgid "Units|s"
+msgstr ""
+
+msgid "Unknown"
+msgstr ""
+
+msgid "Unknown Error"
+msgstr ""
+
+msgid "Unknown cache key"
+msgstr ""
+
+msgid "Unknown encryption strategy: %{encrypted_strategy}!"
+msgstr ""
+
+msgid "Unknown format"
+msgstr ""
+
+msgid "Unknown response text"
+msgstr ""
+
+msgid "Unknown screen"
+msgstr ""
+
+msgid "Unknown user"
+msgstr ""
+
+msgid "Unless otherwise agreed to in writing with GitLab, by clicking \"Upload License\" you agree that your use of GitLab Software is subject to the %{eula_link_start}Terms of Service%{eula_link_end}."
+msgstr ""
+
+msgid "Unlimited"
+msgstr ""
+
+msgid "Unlink"
+msgstr ""
+
+msgid "Unlock"
+msgstr ""
+
+msgid "Unlock account"
+msgstr ""
+
+msgid "Unlock the discussion"
+msgstr ""
+
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
+msgstr ""
+
+msgid "Unlocked"
+msgstr ""
+
+msgid "Unlocked the discussion."
+msgstr ""
+
+msgid "Unlocks the discussion."
+msgstr ""
+
+msgid "Unmarked this %{noun} as a draft."
+msgstr ""
+
+msgid "Unmarks this %{noun} as a draft."
+msgstr ""
+
+msgid "Unreachable"
+msgstr ""
+
+msgid "Unrecognized cluster type"
+msgstr ""
+
+msgid "Unresolve"
+msgstr ""
+
+msgid "Unresolve thread"
+msgstr ""
+
+msgid "Unresolved"
+msgstr ""
+
+msgid "Unschedule job"
+msgstr ""
+
+msgid "Unstar"
+msgstr ""
+
+msgid "Unstarted"
+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 "Unsupported todo type passed. Supported todo types are: %{todo_types}"
+msgstr ""
+
+msgid "Until revoked, expired personal access tokens pose a security risk."
+msgstr ""
+
+msgid "Unused"
+msgstr ""
+
+msgid "Unused, previous indices: %{index_names} will be deleted after %{time} automatically."
+msgstr ""
+
+msgid "Unverified"
+msgstr ""
+
+msgid "Up to date"
+msgstr ""
+
+msgid "Upcoming"
+msgstr ""
+
+msgid "Upcoming Release"
+msgstr ""
+
+msgid "Update"
+msgstr ""
+
+msgid "Update %{sourcePath} file"
+msgstr ""
+
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
+msgid "Update all"
+msgstr ""
+
+msgid "Update appearance settings"
+msgstr ""
+
+msgid "Update approval rule"
+msgstr ""
+
+msgid "Update approvers"
+msgstr ""
+
+msgid "Update broadcast message"
+msgstr ""
+
+msgid "Update failed"
+msgstr ""
+
+msgid "Update it"
+msgstr ""
+
+msgid "Update iteration"
+msgstr ""
+
+msgid "Update milestone"
+msgstr ""
+
+msgid "Update now"
+msgstr ""
+
+msgid "Update username"
+msgstr ""
+
+msgid "Update variable"
+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 "UpdateRepositoryStorage|Failed to verify %{type} repository checksum from %{old} to %{new}"
+msgstr ""
+
+msgid "UpdateRepositoryStorage|Timeout waiting for %{type} repository pushes"
+msgstr ""
+
+msgid "Updated"
+msgstr ""
+
+msgid "Updated %{updated_at} by %{updated_by}"
+msgstr ""
+
+msgid "Updated date"
+msgstr ""
+
+msgid "Updates"
+msgstr ""
+
+msgid "Updating"
+msgstr ""
+
+msgid "Updating the attention request for %{username} failed."
+msgstr ""
+
+msgid "Updating…"
+msgstr ""
+
+msgid "Upgrade offers available!"
+msgstr ""
+
+msgid "Upgrade your plan"
+msgstr ""
+
+msgid "Upload"
+msgstr ""
+
+msgid "Upload %{file_name} file"
+msgstr ""
+
+msgid "Upload CSV file"
+msgstr ""
+
+msgid "Upload File"
+msgstr ""
+
+msgid "Upload License"
+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 an image"
+msgstr ""
+
+msgid "Upload file"
+msgstr ""
+
+msgid "Upload image"
+msgstr ""
+
+msgid "Upload license"
+msgstr ""
+
+msgid "Upload new file"
+msgstr ""
+
+msgid "Upload object map"
+msgstr ""
+
+msgid "UploadLink|click to upload"
+msgstr ""
+
+msgid "Uploading changes to terminal"
+msgstr ""
+
+msgid "Upstream"
+msgstr ""
+
+msgid "Uptime"
+msgstr ""
+
+msgid "Upvotes"
+msgstr ""
+
+msgid "Usage Trends"
+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|%{linkTitle} help link"
+msgstr ""
+
+msgid "UsageQuota|%{percentageLeft} of purchased storage is available"
+msgstr ""
+
+msgid "UsageQuota|Artifacts"
+msgstr ""
+
+msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts."
+msgstr ""
+
+msgid "UsageQuota|Audio samples, videos, datasets, and graphics."
+msgstr ""
+
+msgid "UsageQuota|Because of a known issue, the artifact total for some projects may be incorrect. For more details, read %{warningLinkStart}the epic%{warningLinkEnd}."
+msgstr ""
+
+msgid "UsageQuota|Buy additional minutes"
+msgstr ""
+
+msgid "UsageQuota|CI minutes usage by month"
+msgstr ""
+
+msgid "UsageQuota|CI minutes usage by project"
+msgstr ""
+
+msgid "UsageQuota|Code packages and container images."
+msgstr ""
+
+msgid "UsageQuota|Current period usage"
+msgstr ""
+
+msgid "UsageQuota|File attachments and smaller design graphics."
+msgstr ""
+
+msgid "UsageQuota|Git repository."
+msgstr ""
+
+msgid "UsageQuota|Includes artifacts, repositories, wiki, uploads, and other items."
+msgstr ""
+
+msgid "UsageQuota|Increase storage temporarily"
+msgstr ""
+
+msgid "UsageQuota|LFS storage"
+msgstr ""
+
+msgid "UsageQuota|Learn more about excess storage usage"
+msgstr ""
+
+msgid "UsageQuota|Learn more about usage quotas"
+msgstr ""
+
+msgid "UsageQuota|No CI minutes usage data available."
+msgstr ""
+
+msgid "UsageQuota|Packages"
+msgstr ""
+
+msgid "UsageQuota|Pending Members"
+msgstr ""
+
+msgid "UsageQuota|Pipeline artifacts and job artifacts, created with CI/CD."
+msgstr ""
+
+msgid "UsageQuota|Pipelines"
+msgstr ""
+
+msgid "UsageQuota|Purchase more storage"
+msgstr ""
+
+msgid "UsageQuota|Purchased storage available"
+msgstr ""
+
+msgid "UsageQuota|Repository"
+msgstr ""
+
+msgid "UsageQuota|Seats"
+msgstr ""
+
+msgid "UsageQuota|Shared bits of code and text."
+msgstr ""
+
+msgid "UsageQuota|Snippets"
+msgstr ""
+
+msgid "UsageQuota|Something went wrong while fetching project storage statistics"
+msgstr ""
+
+msgid "UsageQuota|Storage"
+msgstr ""
+
+msgid "UsageQuota|Storage type"
+msgstr ""
+
+msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace."
+msgstr ""
+
+msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit."
+msgstr ""
+
+msgid "UsageQuota|This namespace contains locked projects"
+msgstr ""
+
+msgid "UsageQuota|This namespace has no projects which use shared runners"
+msgstr ""
+
+msgid "UsageQuota|Total excess storage used"
+msgstr ""
+
+msgid "UsageQuota|Total namespace storage used"
+msgstr ""
+
+msgid "UsageQuota|Unlimited"
+msgstr ""
+
+msgid "UsageQuota|Uploads"
+msgstr ""
+
+msgid "UsageQuota|Usage"
+msgstr ""
+
+msgid "UsageQuota|Usage Quotas"
+msgstr ""
+
+msgid "UsageQuota|Usage breakdown"
+msgstr ""
+
+msgid "UsageQuota|Usage of group resources across the projects in the %{strong_start}%{group_name}%{strong_end} group"
+msgstr ""
+
+msgid "UsageQuota|Usage of project resources across the %{strong_start}%{project_name}%{strong_end} project"
+msgstr ""
+
+msgid "UsageQuota|Usage of resources across your projects"
+msgstr ""
+
+msgid "UsageQuota|Usage quotas help link"
+msgstr ""
+
+msgid "UsageQuota|Usage since"
+msgstr ""
+
+msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit."
+msgstr ""
+
+msgid "UsageQuota|Wiki"
+msgstr ""
+
+msgid "UsageQuota|Wiki content."
+msgstr ""
+
+msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit."
+msgstr ""
+
+msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage."
+msgstr ""
+
+msgid "UsageQuota|You used: %{usage} %{limit}"
+msgstr ""
+
+msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage."
+msgstr ""
+
+msgid "UsageQuota|out of %{formattedLimit} of your namespace storage"
+msgstr ""
+
+msgid "UsageTrends|Could not load the issues and merge requests chart. Please refresh the page to try again."
+msgstr ""
+
+msgid "UsageTrends|Could not load the pipelines chart. Please refresh the page to try again."
+msgstr ""
+
+msgid "UsageTrends|Could not load the projects and groups chart. Please refresh the page to try again."
+msgstr ""
+
+msgid "UsageTrends|Groups"
+msgstr ""
+
+msgid "UsageTrends|Issues"
+msgstr ""
+
+msgid "UsageTrends|Issues & merge requests"
+msgstr ""
+
+msgid "UsageTrends|Items"
+msgstr ""
+
+msgid "UsageTrends|Merge requests"
+msgstr ""
+
+msgid "UsageTrends|Month"
+msgstr ""
+
+msgid "UsageTrends|No data available."
+msgstr ""
+
+msgid "UsageTrends|Pipelines"
+msgstr ""
+
+msgid "UsageTrends|Pipelines canceled"
+msgstr ""
+
+msgid "UsageTrends|Pipelines failed"
+msgstr ""
+
+msgid "UsageTrends|Pipelines skipped"
+msgstr ""
+
+msgid "UsageTrends|Pipelines succeeded"
+msgstr ""
+
+msgid "UsageTrends|Pipelines total"
+msgstr ""
+
+msgid "UsageTrends|Projects"
+msgstr ""
+
+msgid "UsageTrends|There was an error fetching the cancelled pipelines. Please try again."
+msgstr ""
+
+msgid "UsageTrends|There was an error fetching the failed pipelines. Please try again."
+msgstr ""
+
+msgid "UsageTrends|There was an error fetching the groups. Please try again."
+msgstr ""
+
+msgid "UsageTrends|There was an error fetching the issues. Please try again."
+msgstr ""
+
+msgid "UsageTrends|There was an error fetching the merge requests. Please try again."
+msgstr ""
+
+msgid "UsageTrends|There was an error fetching the projects. Please try again."
+msgstr ""
+
+msgid "UsageTrends|There was an error fetching the skipped pipelines. Please try again."
+msgstr ""
+
+msgid "UsageTrends|There was an error fetching the successful pipelines. Please try again."
+msgstr ""
+
+msgid "UsageTrends|There was an error fetching the total pipelines. Please try again."
+msgstr ""
+
+msgid "UsageTrends|Total groups"
+msgstr ""
+
+msgid "UsageTrends|Total projects"
+msgstr ""
+
+msgid "UsageTrends|Total projects & groups"
+msgstr ""
+
+msgid "UsageTrends|Users"
+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 .gitlab-ci.yml"
+msgstr ""
+
+msgid "Use GitLab Runner in AWS"
+msgstr ""
+
+msgid "Use a one-time password authenticator on your mobile device or computer to enable two-factor authentication (2FA)."
+msgstr ""
+
+msgid "Use an AWS CloudFormation Template (CFT) to install and configure GitLab Runner in AWS."
+msgstr ""
+
+msgid "Use authorized_keys file to authenticate SSH keys"
+msgstr ""
+
+msgid "Use cURL"
+msgstr ""
+
+msgid "Use custom color #FF0000"
+msgstr ""
+
+msgid "Use double quotes for multiple keywords, such as %{code_open}\"your search\"%{code_close}"
+msgstr ""
+
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed repositories. Always enabled since 13.0."
+msgstr ""
+
+msgid "Use one line per URI"
+msgstr ""
+
+msgid "Use primary email (%{email})"
+msgstr ""
+
+msgid "Use shortcuts"
+msgstr ""
+
+msgid "Use slash commands."
+msgstr ""
+
+msgid "Use template"
+msgstr ""
+
+msgid "Use the %{strongStart}Test%{strongEnd} option above to create an event."
+msgstr ""
+
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the public cloud instance URL (%{kroki_public_url}) or %{install_link_start}install Kroki%{install_link_end} on your own infrastructure and use your own instance URL."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
+msgid "Use this token to validate received payloads."
+msgstr ""
+
+msgid "Use webhook"
+msgstr ""
+
+msgid "Use your global notification setting"
+msgstr ""
+
+msgid "Use your smart card to authenticate with the LDAP server."
+msgstr ""
+
+msgid "Used"
+msgstr ""
+
+msgid "Used by members to sign in to your group in GitLab"
+msgstr ""
+
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
+msgid "Used programming language"
+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 %{user} was removed from %{group}."
+msgstr ""
+
+msgid "User ID"
+msgstr ""
+
+msgid "User OAuth applications"
+msgstr ""
+
+msgid "User Settings"
+msgstr ""
+
+msgid "User and IP rate limits"
+msgstr ""
+
+msgid "User cap"
+msgstr ""
+
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
+msgid "User created at"
+msgstr ""
+
+msgid "User does not have a pending request"
+msgstr ""
+
+msgid "User identity was successfully created."
+msgstr ""
+
+msgid "User identity was successfully removed."
+msgstr ""
+
+msgid "User identity was successfully updated."
+msgstr ""
+
+msgid "User is not allowed to resolve thread"
+msgstr ""
+
+msgid "User key"
+msgstr ""
+
+msgid "User key was successfully removed."
+msgstr ""
+
+msgid "User list %{name} will be removed. Are you sure?"
+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 subgroups and projects."
+msgstr ""
+
+msgid "User was successfully removed from group."
+msgstr ""
+
+msgid "User was successfully removed from project."
+msgstr ""
+
+msgid "User was successfully updated."
+msgstr ""
+
+msgid "User-based escalation rules must have a user with access to the project"
+msgstr ""
+
+msgid "UserAvailability|%{author} %{spanStart}(Busy)%{spanEnd}"
+msgstr ""
+
+msgid "UserAvailability|%{author} (Busy)"
+msgstr ""
+
+msgid "UserAvailability|(Busy)"
+msgstr ""
+
+msgid "UserLists|Add"
+msgstr ""
+
+msgid "UserLists|Add Users"
+msgstr ""
+
+msgid "UserLists|Add users"
+msgstr ""
+
+msgid "UserLists|Cancel"
+msgstr ""
+
+msgid "UserLists|Create"
+msgstr ""
+
+msgid "UserLists|Define a set of users to be used within feature flag strategies"
+msgstr ""
+
+msgid "UserLists|Edit"
+msgstr ""
+
+msgid "UserLists|Edit %{name}"
+msgstr ""
+
+msgid "UserLists|Enter a comma separated list of user IDs. These IDs should be the users of the system in which the feature flag is set, not GitLab IDs"
+msgstr ""
+
+msgid "UserLists|Feature flag user list"
+msgstr ""
+
+msgid "UserLists|Get started with user lists"
+msgstr ""
+
+msgid "UserLists|Lists allow you to define a set of users to be used with feature flags. %{linkStart}Read more about feature flag lists.%{linkEnd}"
+msgstr ""
+
+msgid "UserLists|Loading user lists"
+msgstr ""
+
+msgid "UserLists|Name"
+msgstr ""
+
+msgid "UserLists|New list"
+msgstr ""
+
+msgid "UserLists|New user list"
+msgstr ""
+
+msgid "UserLists|Save"
+msgstr ""
+
+msgid "UserLists|There are no users"
+msgstr ""
+
+msgid "UserLists|There was an error fetching the user lists."
+msgstr ""
+
+msgid "UserLists|User ID"
+msgstr ""
+
+msgid "UserLists|User IDs"
+msgstr ""
+
+msgid "UserLists|User Lists"
+msgstr ""
+
+msgid "UserLists|User lists allow you to define a set of users to use with Feature Flags."
+msgstr ""
+
+msgid "UserList|Delete %{name}?"
+msgstr ""
+
+msgid "UserList|created %{timeago}"
+msgstr ""
+
+msgid "UserProfile|(Busy)"
+msgstr ""
+
+msgid "UserProfile|Activity"
+msgstr ""
+
+msgid "UserProfile|Already reported for abuse"
+msgstr ""
+
+msgid "UserProfile|Blocked user"
+msgstr ""
+
+msgid "UserProfile|Bot activity"
+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|Followers"
+msgstr ""
+
+msgid "UserProfile|Following"
+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|Pronounced as: %{pronunciation}"
+msgstr ""
+
+msgid "UserProfile|Report abuse"
+msgstr ""
+
+msgid "UserProfile|Retry"
+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 followers."
+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|This user isn't following other users."
+msgstr ""
+
+msgid "UserProfile|Unconfirmed user"
+msgstr ""
+
+msgid "UserProfile|View all"
+msgstr ""
+
+msgid "UserProfile|View user in admin area"
+msgstr ""
+
+msgid "UserProfile|You are not following other users."
+msgstr ""
+
+msgid "UserProfile|You can create a group for several dependent projects."
+msgstr ""
+
+msgid "UserProfile|You do not have any followers."
+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 "UserProfile|at"
+msgstr ""
+
+msgid "UserProfile|made a private contribution"
+msgstr ""
+
+msgid "Username"
+msgstr ""
+
+msgid "Username (optional)"
+msgstr ""
+
+msgid "Username is already taken."
+msgstr ""
+
+msgid "Username is available."
+msgstr ""
+
+msgid "Username or email"
+msgstr ""
+
+msgid "Username:"
+msgstr ""
+
+msgid "Username: %{username}"
+msgstr ""
+
+msgid "Users"
+msgstr ""
+
+msgid "Users can launch a development environment from a GitLab browser tab when the %{linkStart}Gitpod%{linkEnd} integration is enabled."
+msgstr ""
+
+msgid "Users can reactivate their account by signing in."
+msgstr ""
+
+msgid "Users can render diagrams in AsciiDoc, Markdown, reStructuredText, and Textile documents using Kroki."
+msgstr ""
+
+msgid "Users in License"
+msgstr ""
+
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
+msgid "Users over License"
+msgstr ""
+
+msgid "Users requesting access to"
+msgstr ""
+
+msgid "Users to exclude from the rate limit"
+msgstr ""
+
+msgid "Users were successfully added."
+msgstr ""
+
+msgid "Users with a Guest role or those who don't belong to a Project or Group will not use a seat from your license."
+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 "Uses GitLab as a lightweight alternative to Sentry."
+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 "Using the %{codeStart}needs%{codeEnd} keyword makes jobs run before their stage is reached. Jobs run as soon as their %{codeStart}needs%{codeEnd} relationships are met, which speeds up your pipelines."
+msgstr ""
+
+msgid "Valid From"
+msgstr ""
+
+msgid "Validate"
+msgstr ""
+
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
+msgid "Validate your GitLab CI configuration file"
+msgstr ""
+
+msgid "Validated at"
+msgstr ""
+
+msgid "Validated at:"
+msgstr ""
+
+msgid "Validated:"
+msgstr ""
+
+msgid "Validations failed."
+msgstr ""
+
+msgid "Value"
+msgstr ""
+
+msgid "Value Stream Analytics"
+msgstr ""
+
+msgid "Value Stream Analytics can help you determine your team’s velocity"
+msgstr ""
+
+msgid "Value might contain a variable reference"
+msgstr ""
+
+msgid "Value stream"
+msgstr ""
+
+msgid "ValueStreamAnalyticsStage|We don't have enough data to show this stage."
+msgstr ""
+
+msgid "ValueStreamAnalytics|%{stageCount}+ items"
+msgstr ""
+
+msgid "ValueStreamAnalytics|%{value}M"
+msgstr ""
+
+msgid "ValueStreamAnalytics|%{value}d"
+msgstr ""
+
+msgid "ValueStreamAnalytics|%{value}h"
+msgstr ""
+
+msgid "ValueStreamAnalytics|%{value}m"
+msgstr ""
+
+msgid "ValueStreamAnalytics|%{value}w"
+msgstr ""
+
+msgid "ValueStreamAnalytics|&lt;1m"
+msgstr ""
+
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Dashboard"
+msgstr ""
+
+msgid "ValueStreamAnalytics|Go to docs"
+msgstr ""
+
+msgid "ValueStreamAnalytics|Items in Value Stream Analytics are currently filtered by their creation time. There is an %{epic_link_start}epic%{epic_link_end} that will change the Value Stream Analytics date filter to use the end event time for the selected stage."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Median time between merge request merge and deployment to a production environment for all MRs deployed in the given time period."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Median time from the earliest commit of a linked issue's merge request to when that issue is closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of commits pushed to the default branch"
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|There was an error while fetching value stream analytics %{requestTypeName} data."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Items in stage"
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
+msgid "ValueStreamEvent|Start"
+msgstr ""
+
+msgid "ValueStreamEvent|Stop"
+msgstr ""
+
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
+msgid "Values that contain the %{codeStart}$%{codeEnd} character can be considered a variable reference and expanded. %{docsLinkStart}Learn more.%{docsLinkEnd}"
+msgstr ""
+
+msgid "Variable"
+msgstr ""
+
+msgid "Variable will be masked in job logs."
+msgstr ""
+
+msgid "Variables"
+msgstr ""
+
+msgid "Variables can be:"
+msgstr ""
+
+msgid "Variables store information, like passwords and secret keys, that you can use in job scripts."
+msgstr ""
+
+msgid "Variables store information, like passwords and secret keys, that you can use in job scripts. All projects on the instance can use these variables."
+msgstr ""
+
+msgid "Various container registry settings."
+msgstr ""
+
+msgid "Various email settings."
+msgstr ""
+
+msgid "Various settings that affect GitLab performance."
+msgstr ""
+
+msgid "Verification concurrency limit"
+msgstr ""
+
+msgid "Verification status"
+msgstr ""
+
+msgid "VerificationReminder|Pipeline failing? To keep GitLab spam and abuse free we ask that you verify your identity."
+msgstr ""
+
+msgid "VerificationReminder|Until then, shared runners will be unavailable. %{validateLinkStart}Validate your account%{validateLinkEnd} or %{docsLinkStart}use your own runners%{docsLinkEnd}."
+msgstr ""
+
+msgid "VerificationReminder|Your account has been validated"
+msgstr ""
+
+msgid "VerificationReminder|You’ll now be able to take advantage of free CI/CD minutes on shared runners."
+msgstr ""
+
+msgid "Verified"
+msgstr ""
+
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify code"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
+msgid "Version"
+msgstr ""
+
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
+msgid "View Documentation"
+msgstr ""
+
+msgid "View Stage: %{title}"
+msgstr ""
+
+msgid "View alert details at"
+msgstr ""
+
+msgid "View alert details."
+msgstr ""
+
+msgid "View all environments."
+msgstr ""
+
+msgid "View all issues"
+msgstr ""
+
+msgid "View blame"
+msgstr ""
+
+msgid "View blame prior to this change"
+msgstr ""
+
+msgid "View chart"
+msgid_plural "View charts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "View dependency details for your project"
+msgstr ""
+
+msgid "View deployment"
+msgstr ""
+
+msgid "View details"
+msgstr ""
+
+msgid "View details: %{details_url}"
+msgstr ""
+
+msgid "View documentation"
+msgstr ""
+
+msgid "View downstream pipeline"
+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 file @ %{commitSha}"
+msgstr ""
+
+msgid "View full dashboard"
+msgstr ""
+
+msgid "View full log"
+msgstr ""
+
+msgid "View group in admin area"
+msgstr ""
+
+msgid "View group labels"
+msgstr ""
+
+msgid "View incident details at"
+msgstr ""
+
+msgid "View incident details."
+msgstr ""
+
+msgid "View incident issues."
+msgstr ""
+
+msgid "View issue"
+msgstr ""
+
+msgid "View issues"
+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 logs"
+msgstr ""
+
+msgid "View merge request"
+msgstr ""
+
+msgid "View milestones"
+msgstr ""
+
+msgid "View on %{url}"
+msgstr ""
+
+msgid "View open merge request"
+msgstr ""
+
+msgid "View page @ "
+msgstr ""
+
+msgid "View performance dashboard."
+msgstr ""
+
+msgid "View project"
+msgstr ""
+
+msgid "View project in admin area"
+msgstr ""
+
+msgid "View project labels"
+msgstr ""
+
+msgid "View public GPG key"
+msgid_plural "View public GPG keys"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "View replaced file @ "
+msgstr ""
+
+msgid "View seat usage"
+msgstr ""
+
+msgid "View setting"
+msgstr ""
+
+msgid "View supported languages and frameworks"
+msgstr ""
+
+msgid "View the documentation"
+msgstr ""
+
+msgid "View the latest successful deployment to this environment"
+msgstr ""
+
+msgid "View the performance dashboard at"
+msgstr ""
+
+msgid "View usage details"
+msgstr ""
+
+msgid "View users statistics"
+msgstr ""
+
+msgid "Viewed"
+msgstr ""
+
+msgid "Viewing commit"
+msgstr ""
+
+msgid "Violation"
+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 "Visit settings page"
+msgstr ""
+
+msgid "Visual Studio Code (HTTPS)"
+msgstr ""
+
+msgid "Visual Studio Code (SSH)"
+msgstr ""
+
+msgid "Vulnerabilities"
+msgstr ""
+
+msgid "Vulnerabilities over time"
+msgstr ""
+
+msgid "Vulnerability Report"
+msgstr ""
+
+msgid "Vulnerability remediated. Review before resolving."
+msgstr ""
+
+msgid "Vulnerability report"
+msgstr ""
+
+msgid "Vulnerability resolved in %{branch}"
+msgstr ""
+
+msgid "Vulnerability resolved in the default branch"
+msgstr ""
+
+msgid "VulnerabilityChart|%{formattedStartDate} to today"
+msgstr ""
+
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
+msgid "VulnerabilityManagement|%{statusStart}Confirmed%{statusEnd} %{timeago} by %{user}"
+msgstr ""
+
+msgid "VulnerabilityManagement|%{statusStart}Detected%{statusEnd} %{timeago} in pipeline %{pipelineLink}"
+msgstr ""
+
+msgid "VulnerabilityManagement|%{statusStart}Dismissed%{statusEnd} %{timeago} by %{user}"
+msgstr ""
+
+msgid "VulnerabilityManagement|%{statusStart}Resolved%{statusEnd} %{timeago} by %{user}"
+msgstr ""
+
+msgid "VulnerabilityManagement|(optional) Include the solution to the vulnerability if available."
+msgstr ""
+
+msgid "VulnerabilityManagement|A removed or remediated vulnerability"
+msgstr ""
+
+msgid "VulnerabilityManagement|A true-positive and will fix"
+msgstr ""
+
+msgid "VulnerabilityManagement|A verified true-positive vulnerability"
+msgstr ""
+
+msgid "VulnerabilityManagement|Add vulnerability finding"
+msgstr ""
+
+msgid "VulnerabilityManagement|An unverified non-confirmed finding"
+msgstr ""
+
+msgid "VulnerabilityManagement|Change status"
+msgstr ""
+
+msgid "VulnerabilityManagement|Could not process %{issueReference}: %{errorMessage}."
+msgstr ""
+
+msgid "VulnerabilityManagement|Create Jira issue"
+msgstr ""
+
+msgid "VulnerabilityManagement|Fetching linked Jira issues"
+msgstr ""
+
+msgid "VulnerabilityManagement|Manually add a vulnerability entry into the vulnerability report."
+msgstr ""
+
+msgid "VulnerabilityManagement|Needs triage"
+msgstr ""
+
+msgid "VulnerabilityManagement|Read more about related issues"
+msgstr ""
+
+msgid "VulnerabilityManagement|Related Jira issues"
+msgstr ""
+
+msgid "VulnerabilityManagement|Requires assessment"
+msgstr ""
+
+msgid "VulnerabilityManagement|Select a method"
+msgstr ""
+
+msgid "VulnerabilityManagement|Something went wrong while trying to delete the comment. Please try again later."
+msgstr ""
+
+msgid "VulnerabilityManagement|Something went wrong while trying to fetch related Jira issues. Please check the %{linkStart}Jira integration settings%{linkEnd} and try again."
+msgstr ""
+
+msgid "VulnerabilityManagement|Something went wrong while trying to refresh the vulnerability. Please try again later."
+msgstr ""
+
+msgid "VulnerabilityManagement|Something went wrong while trying to retrieve the vulnerability history. Please try again later."
+msgstr ""
+
+msgid "VulnerabilityManagement|Something went wrong while trying to save the comment. Please try again later."
+msgstr ""
+
+msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
+msgstr ""
+
+msgid "VulnerabilityManagement|Something went wrong, could not get user."
+msgstr ""
+
+msgid "VulnerabilityManagement|Something went wrong, could not update vulnerability state."
+msgstr ""
+
+msgid "VulnerabilityManagement|Summary, detailed description, steps to reproduce, etc."
+msgstr ""
+
+msgid "VulnerabilityManagement|Verified as fixed or mitigated"
+msgstr ""
+
+msgid "VulnerabilityManagement|Vulnerability name or type. Ex: Cross-site scripting"
+msgstr ""
+
+msgid "VulnerabilityManagement|Will not fix or a false-positive"
+msgstr ""
+
+msgid "VulnerabilityManagement|invalid issue link or ID"
+msgstr ""
+
+msgid "VulnerabilityStatusTypes|All statuses"
+msgstr ""
+
+msgid "VulnerabilityStatusTypes|Confirmed"
+msgstr ""
+
+msgid "VulnerabilityStatusTypes|Dismissed"
+msgstr ""
+
+msgid "VulnerabilityStatusTypes|Needs triage"
+msgstr ""
+
+msgid "VulnerabilityStatusTypes|Resolved"
+msgstr ""
+
+msgid "Vulnerability|%{scannerName} (version %{scannerVersion})"
+msgstr ""
+
+msgid "Vulnerability|Activity"
+msgstr ""
+
+msgid "Vulnerability|Actual Response"
+msgstr ""
+
+msgid "Vulnerability|Actual received response is the one received when this fault was detected"
+msgstr ""
+
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
+msgid "Vulnerability|Additional Info"
+msgstr ""
+
+msgid "Vulnerability|Bug Bounty"
+msgstr ""
+
+msgid "Vulnerability|CVSS v3"
+msgstr ""
+
+msgid "Vulnerability|Class"
+msgstr ""
+
+msgid "Vulnerability|Code Review"
+msgstr ""
+
+msgid "Vulnerability|Comments"
+msgstr ""
+
+msgid "Vulnerability|Crash address"
+msgstr ""
+
+msgid "Vulnerability|Crash state"
+msgstr ""
+
+msgid "Vulnerability|Crash type"
+msgstr ""
+
+msgid "Vulnerability|Description"
+msgstr ""
+
+msgid "Vulnerability|Details"
+msgstr ""
+
+msgid "Vulnerability|Detected"
+msgstr ""
+
+msgid "Vulnerability|Detection method"
+msgstr ""
+
+msgid "Vulnerability|Download"
+msgstr ""
+
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
+msgid "Vulnerability|Evidence"
+msgstr ""
+
+msgid "Vulnerability|External Security Report"
+msgstr ""
+
+msgid "Vulnerability|False positive detected"
+msgstr ""
+
+msgid "Vulnerability|File"
+msgstr ""
+
+msgid "Vulnerability|GitLab Security Report"
+msgstr ""
+
+msgid "Vulnerability|Identifier"
+msgstr ""
+
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
+msgid "Vulnerability|Identifiers"
+msgstr ""
+
+msgid "Vulnerability|Image"
+msgstr ""
+
+msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
+msgstr ""
+
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
+msgid "Vulnerability|Links"
+msgstr ""
+
+msgid "Vulnerability|Method"
+msgstr ""
+
+msgid "Vulnerability|Namespace"
+msgstr ""
+
+msgid "Vulnerability|Project"
+msgstr ""
+
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
+msgid "Vulnerability|Reproduction Assets"
+msgstr ""
+
+msgid "Vulnerability|Request"
+msgstr ""
+
+msgid "Vulnerability|Request/Response"
+msgstr ""
+
+msgid "Vulnerability|Scanner Provider"
+msgstr ""
+
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
+msgid "Vulnerability|Security Audit"
+msgstr ""
+
+msgid "Vulnerability|Select a severity"
+msgstr ""
+
+msgid "Vulnerability|Set the status of the vulnerability finding based on the information available to you."
+msgstr ""
+
+msgid "Vulnerability|Severity"
+msgstr ""
+
+msgid "Vulnerability|Status"
+msgstr ""
+
+msgid "Vulnerability|The scanner determined this vulnerability to be a false positive. Verify the evaluation before changing its status. %{linkStart}Learn more about false positive detection.%{linkEnd}"
+msgstr ""
+
+msgid "Vulnerability|The unmodified response is the original response that had no mutations done to the request"
+msgstr ""
+
+msgid "Vulnerability|Tool"
+msgstr ""
+
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
+msgid "Vulnerability|Unmodified Response"
+msgstr ""
+
+msgid "Vulnerability|View training"
+msgstr ""
+
+msgid "WARNING:"
+msgstr ""
+
+msgid "Wait for the file to load to copy its contents"
+msgstr ""
+
+msgid "Waiting for merge (open and assigned)"
+msgstr ""
+
+msgid "Waiting for performance data"
+msgstr ""
+
+msgid "Want to see the data? Please ask an administrator for access."
+msgstr ""
+
+msgid "Warning"
+msgstr ""
+
+msgid "Warning:"
+msgstr ""
+
+msgid "Warning: Displaying this diagram might cause performance issues on this page."
+msgstr ""
+
+msgid "Warning: Synchronizing LDAP removes direct members' access."
+msgstr ""
+
+msgid "We are currently unable to fetch data for the pipeline header."
+msgstr ""
+
+msgid "We are currently unable to fetch data for this graph."
+msgstr ""
+
+msgid "We are currently unable to fetch data for this pipeline."
+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 find any %{scope} matching %{term}"
+msgstr ""
+
+msgid "We couldn't find any %{scope} matching %{term} in group %{group}"
+msgstr ""
+
+msgid "We couldn't find any %{scope} matching %{term} in project %{project}"
+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 sandbox project that will help you learn the basics of GitLab. You’ll be guided by issues in an issue board. You can go through the issues at your own pace."
+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 device. You have been authenticated."
+msgstr ""
+
+msgid "We invite you to %{featureLinkStart}request a feature%{featureLinkEnd}, %{bugLinkStart}report a bug%{bugLinkEnd} or %{feedbackLinkStart}share feedback%{feedbackLinkEnd}"
+msgstr ""
+
+msgid "We recommend cloud-based mobile authenticator apps such as Authy, Duo Mobile, and LastPass. They can restore access if you lose your hardware device."
+msgstr ""
+
+msgid "We recommend leaving all SAST analyzers enabled"
+msgstr ""
+
+msgid "We recommend that you buy additional Pipeline minutes to avoid any interruption of service."
+msgstr ""
+
+msgid "We recommend that you buy additional Pipeline minutes to resume normal service."
+msgstr ""
+
+msgid "We sent you an email with reset password instructions"
+msgstr ""
+
+msgid "We tried to automatically renew your subscription for %{strong}%{namespace_name}%{strong_close} on %{expires_on} but something went wrong so your subscription was downgraded to the free plan. Don't worry, your data is safe. We suggest you check your payment method and get in touch with our support team (%{support_link}). They'll gladly help with your subscription renewal."
+msgstr ""
+
+msgid "We want to be sure it is you, please confirm you are not a robot."
+msgstr ""
+
+msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
+msgstr ""
+
+msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
+msgstr ""
+
+msgid "We'll continuously validate your pipeline configuration. The validation results will appear here."
+msgstr ""
+
+msgid "We'll use this to help surface the right features and information to you."
+msgstr ""
+
+msgid "We're experiencing difficulties and this tab content is currently unavailable."
+msgstr ""
+
+msgid "We've found no vulnerabilities"
+msgstr ""
+
+msgid "Web IDE"
+msgstr ""
+
+msgid "Web Terminal"
+msgstr ""
+
+msgid "Web terminal"
+msgstr ""
+
+msgid "WebAuthn Devices (%{length})"
+msgstr ""
+
+msgid "WebAuthn only works with HTTPS-enabled websites. Contact your administrator for more details."
+msgstr ""
+
+msgid "WebIDE|Fork project"
+msgstr ""
+
+msgid "WebIDE|Go to fork"
+msgstr ""
+
+msgid "WebIDE|Merge request"
+msgstr ""
+
+msgid "WebIDE|This project does not accept unsigned commits."
+msgstr ""
+
+msgid "WebIDE|This project does not accept unsigned commits. You can’t commit changes through the Web IDE."
+msgstr ""
+
+msgid "WebIDE|You can’t edit files directly in this project. Fork this project and submit a merge request with your changes."
+msgstr ""
+
+msgid "WebIDE|You can’t edit files directly in this project. Go to your fork and submit a merge request with your changes."
+msgstr ""
+
+msgid "WebIDE|You need permission to edit files directly in this project."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
+msgid "Webhook"
+msgstr ""
+
+msgid "Webhook Logs"
+msgstr ""
+
+msgid "Webhook Settings"
+msgstr ""
+
+msgid "Webhook events will be displayed here."
+msgstr ""
+
+msgid "Webhook:"
+msgstr ""
+
+msgid "Webhooks"
+msgstr ""
+
+msgid "Webhooks Help"
+msgstr ""
+
+msgid "Webhooks|A comment is added to a confidential issue."
+msgstr ""
+
+msgid "Webhooks|A comment is added to an issue."
+msgstr ""
+
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
+msgstr ""
+
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
+msgstr ""
+
+msgid "Webhooks|A feature flag is turned on or off."
+msgstr ""
+
+msgid "Webhooks|A group member is created, updated, or removed."
+msgstr ""
+
+msgid "Webhooks|A job's status changes."
+msgstr ""
+
+msgid "Webhooks|A merge request is created, updated, or merged."
+msgstr ""
+
+msgid "Webhooks|A new tag is pushed to the repository."
+msgstr ""
+
+msgid "Webhooks|A pipeline's status changes."
+msgstr ""
+
+msgid "Webhooks|A release is created or updated."
+msgstr ""
+
+msgid "Webhooks|A subgroup is created or removed."
+msgstr ""
+
+msgid "Webhooks|A wiki page is created or updated."
+msgstr ""
+
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
+msgstr ""
+
+msgid "Webhooks|Comments"
+msgstr ""
+
+msgid "Webhooks|Confidential comments"
+msgstr ""
+
+msgid "Webhooks|Confidential issues events"
+msgstr ""
+
+msgid "Webhooks|Deployment events"
+msgstr ""
+
+msgid "Webhooks|Enable SSL verification"
+msgstr ""
+
+msgid "Webhooks|Failed to connect"
+msgstr ""
+
+msgid "Webhooks|Fails to connect"
+msgstr ""
+
+msgid "Webhooks|Feature flag events"
+msgstr ""
+
+msgid "Webhooks|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Member events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|Push to the repository."
+msgstr ""
+
+msgid "Webhooks|Releases events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret token"
+msgstr ""
+
+msgid "Webhooks|Subgroup events"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgstr ""
+
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgstr ""
+
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
+msgstr ""
+
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
+msgstr ""
+
+msgid "Webhooks|Webhook failed to connect"
+msgstr ""
+
+msgid "Webhooks|Webhook fails to connect"
+msgstr ""
+
+msgid "Webhooks|Webhook was automatically disabled"
+msgstr ""
+
+msgid "Webhooks|Wiki page events"
+msgstr ""
+
+msgid "Website:"
+msgstr ""
+
+msgid "Wednesday"
+msgstr ""
+
+msgid "Weekday"
+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, %{first_name}!"
+msgstr ""
+
+msgid "Welcome to GitLab,%{br_tag}%{name}!"
+msgstr ""
+
+msgid "Welcome, %{name}!"
+msgstr ""
+
+msgid "What are CI/CD minutes?"
+msgstr ""
+
+msgid "What are group audit events?"
+msgstr ""
+
+msgid "What are instance audit events?"
+msgstr ""
+
+msgid "What are project audit events?"
+msgstr ""
+
+msgid "What are you searching for?"
+msgstr ""
+
+msgid "What does this command do?"
+msgstr ""
+
+msgid "What is Auto DevOps?"
+msgstr ""
+
+msgid "What is Markdown?"
+msgstr ""
+
+msgid "What is repository mirroring?"
+msgstr ""
+
+msgid "What is squashing?"
+msgstr ""
+
+msgid "What is time tracking?"
+msgstr ""
+
+msgid "What is your job title? (optional)"
+msgstr ""
+
+msgid "What templates can I create?"
+msgstr ""
+
+msgid "What will you use this group for?"
+msgstr ""
+
+msgid "What would you like to do?"
+msgstr ""
+
+msgid "What's new"
+msgstr ""
+
+msgid "When a deployment job is successful, skip older deployment jobs that are still pending."
+msgstr ""
+
+msgid "When a runner is locked, it cannot be assigned to other projects"
+msgstr ""
+
+msgid "When enabled, SSH keys with no expiry date or an invalid expiration date are no longer accepted. Leave blank for no limit."
+msgstr ""
+
+msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
+msgstr ""
+
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
+msgstr ""
+
+msgid "When inactive, an external authentication provider must be used."
+msgstr ""
+
+msgid "When merge requests and commits in the default branch close, any issues they reference also close."
+msgstr ""
+
+msgid "When paused, GitLab still tracks the changes. This is useful for cluster/index migrations."
+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_open}http://%{code_close} or %{code_open}https://%{code_close} protocols, please provide the exact URL to the repository. HTTP redirects will not be followed."
+msgstr ""
+
+msgid "When:"
+msgstr ""
+
+msgid "Which API requests are affected?"
+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 "Who can approve?"
+msgstr ""
+
+msgid "Who can see this group?"
+msgstr ""
+
+msgid "Who will be able to see this group?"
+msgstr ""
+
+msgid "Who will be using GitLab?"
+msgstr ""
+
+msgid "Who will be using this GitLab subscription?"
+msgstr ""
+
+msgid "Who will be using this GitLab trial?"
+msgstr ""
+
+msgid "Who will be using this group?"
+msgstr ""
+
+msgid "Why are you signing up? (Optional)"
+msgstr ""
+
+msgid "Wiki"
+msgstr ""
+
+msgid "Wiki page was successfully created."
+msgstr ""
+
+msgid "Wiki page was successfully deleted."
+msgstr ""
+
+msgid "Wiki page was successfully updated."
+msgstr ""
+
+msgid "WikiClone|Clone your wiki"
+msgstr ""
+
+msgid "WikiClone|Git Access"
+msgstr ""
+
+msgid "WikiClone|Install Gollum"
+msgstr ""
+
+msgid "WikiClone|Start Gollum and edit locally"
+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 group member in order to add wiki pages. If you have suggestions for how to improve the wiki for this group, consider opening an issue in the %{issues_link}."
+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| Have a Confluence wiki already? Use that instead."
+msgstr ""
+
+msgid "WikiEmpty|A wiki is where you can store all the details about your group. This can include why you've created it, its principles, how to use it, and so on."
+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|Confluence is enabled"
+msgstr ""
+
+msgid "WikiEmpty|Create your first page"
+msgstr ""
+
+msgid "WikiEmpty|Enable the Confluence Wiki integration"
+msgstr ""
+
+msgid "WikiEmpty|Go to Confluence"
+msgstr ""
+
+msgid "WikiEmpty|Suggest wiki improvement"
+msgstr ""
+
+msgid "WikiEmpty|The wiki lets you write documentation for your group"
+msgstr ""
+
+msgid "WikiEmpty|The wiki lets you write documentation for your project"
+msgstr ""
+
+msgid "WikiEmpty|This group has no wiki pages"
+msgstr ""
+
+msgid "WikiEmpty|This project has no wiki pages"
+msgstr ""
+
+msgid "WikiEmpty|You must be a group member in order to add wiki pages."
+msgstr ""
+
+msgid "WikiEmpty|You must be a project member in order to add wiki pages."
+msgstr ""
+
+msgid "WikiEmpty|You've enabled the Confluence Workspace integration. Your wiki will be viewable directly within Confluence. We are hard at work integrating Confluence more seamlessly into GitLab. If you'd like to stay up to date, follow our %{wiki_confluence_epic_link_start}Confluence epic%{wiki_confluence_epic_link_end}."
+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 "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 %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
+msgstr ""
+
+msgid "WikiPage|An error occured while trying to render the content editor. Please try again later."
+msgstr ""
+
+msgid "WikiPage|Are you sure you want to switch back to the classic editor?"
+msgstr ""
+
+msgid "WikiPage|Cancel"
+msgstr ""
+
+msgid "WikiPage|Commit message"
+msgstr ""
+
+msgid "WikiPage|Content"
+msgstr ""
+
+msgid "WikiPage|Create %{pageTitle}"
+msgstr ""
+
+msgid "WikiPage|Create page"
+msgstr ""
+
+msgid "WikiPage|Edit rich text"
+msgstr ""
+
+msgid "WikiPage|Edit source"
+msgstr ""
+
+msgid "WikiPage|Format"
+msgstr ""
+
+msgid "WikiPage|Get a richer editing experience"
+msgstr ""
+
+msgid "WikiPage|Keep editing"
+msgstr ""
+
+msgid "WikiPage|Learn more."
+msgstr ""
+
+msgid "WikiPage|Page title"
+msgstr ""
+
+msgid "WikiPage|Retry"
+msgstr ""
+
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch me back to the classic editor."
+msgstr ""
+
+msgid "WikiPage|Switch to classic editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the classic editor will discard any changes you've made in the new editor."
+msgstr ""
+
+msgid "WikiPage|This editor is in beta and may not display the page's contents properly. Switching back to the classic editor will discard changes you've made in the new editor."
+msgstr ""
+
+msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
+msgstr ""
+
+msgid "WikiPage|Tip: You can specify the full path for the new file. We will automatically create any missing directories."
+msgstr ""
+
+msgid "WikiPage|Title"
+msgstr ""
+
+msgid "WikiPage|To link to a (new) page, simply type %{linkExample}. More examples are in the %{linkStart}documentation%{linkEnd}."
+msgstr ""
+
+msgid "WikiPage|Try the new visual Markdown editor. Read the %{linkStart}documentation%{linkEnd} to learn what's currently supported."
+msgstr ""
+
+msgid "WikiPage|Try this later"
+msgstr ""
+
+msgid "WikiPage|Update %{pageTitle}"
+msgstr ""
+
+msgid "WikiPage|Use the new editor"
+msgstr ""
+
+msgid "WikiPage|Write your content or drag files here…"
+msgstr ""
+
+msgid "Wikis"
+msgstr ""
+
+msgid "Wiki|Create New Page"
+msgstr ""
+
+msgid "Wiki|Created date"
+msgstr ""
+
+msgid "Wiki|Edit Page"
+msgstr ""
+
+msgid "Wiki|New page"
+msgstr ""
+
+msgid "Wiki|Page history"
+msgstr ""
+
+msgid "Wiki|Page version"
+msgstr ""
+
+msgid "Wiki|Pages"
+msgstr ""
+
+msgid "Wiki|The sidebar failed to load. You can reload the page to try again."
+msgstr ""
+
+msgid "Wiki|Title"
+msgstr ""
+
+msgid "Wiki|View All Pages"
+msgstr ""
+
+msgid "Wiki|Wiki Pages"
+msgstr ""
+
+msgid "Will be created"
+msgstr ""
+
+msgid "Will be mapped to"
+msgstr ""
+
+msgid "Will deploy to"
+msgstr ""
+
+msgid "With requirements, you can set criteria to check your products against."
+msgstr ""
+
+msgid "With test cases, you can define conditions for your project to meet in determining quality"
+msgstr ""
+
+msgid "Withdraw Access Request"
+msgstr ""
+
+msgid "Won't fix / Accept risk"
+msgstr ""
+
+msgid "Work in progress (open and unassigned)"
+msgstr ""
+
+msgid "Work in progress Limit"
+msgstr ""
+
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
+msgstr ""
+
+msgid "WorkItem|Work Items"
+msgstr ""
+
+msgid "Would you like to create a new branch?"
+msgstr ""
+
+msgid "Would you like to try auto-generating a branch name?"
+msgstr ""
+
+msgid "Write"
+msgstr ""
+
+msgid "Write a comment or drag your files here…"
+msgstr ""
+
+msgid "Write a comment…"
+msgstr ""
+
+msgid "Write a description or drag your files here…"
+msgstr ""
+
+msgid "Write a description…"
+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 "Xcode"
+msgstr ""
+
+msgid "YYYY-MM-DD"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
+
+msgid "Yes or No"
+msgstr ""
+
+msgid "Yes, add it"
+msgstr ""
+
+msgid "Yes, close issue"
+msgstr ""
+
+msgid "Yes, delete project"
+msgstr ""
+
+msgid "Yesterday"
+msgstr ""
+
+msgid "You"
+msgstr ""
+
+msgid "You already have pending todo for this alert"
+msgstr ""
+
+msgid "You are about to add %{usersTag} people to the discussion. They will all receive a notification."
+msgstr ""
+
+msgid "You are about to permanently delete this project"
+msgstr ""
+
+msgid "You are about to transfer the control of your account to %{group_name} group. This action is NOT reversible, you won't be able to access any of your groups and projects outside of %{group_name} once this transfer is complete."
+msgstr ""
+
+msgid "You are already a member of this %{member_source}."
+msgstr ""
+
+msgid "You are already impersonating another user"
+msgstr ""
+
+msgid "You are an admin, which means granting access to %{client_name} 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 delete %{project_full_name}. Deleted projects CANNOT be restored! Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are going to remove %{group_name}. This will also delete all of its subgroups and projects. Removed groups 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
+msgid "You are going to turn off the confidentiality. This means %{strongStart}everyone%{strongEnd} will be able to see and leave a comment on this %{issuableType}."
+msgstr ""
+
+msgid "You are going to turn on confidentiality. Only team members with %{strongStart}at least Reporter access%{strongEnd} will be able to see and leave comments on the %{issuableType}."
+msgstr ""
+
+msgid "You are not allowed to %{action} a user"
+msgstr ""
+
+msgid "You are not allowed to approve a user"
+msgstr ""
+
+msgid "You are not allowed to log in using password"
+msgstr ""
+
+msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
+msgstr ""
+
+msgid "You are not allowed to reject a user"
+msgstr ""
+
+msgid "You are not allowed to unlink your primary login account"
+msgstr ""
+
+msgid "You are not authorized to delete this site profile"
+msgstr ""
+
+msgid "You are not authorized to perform this action"
+msgstr ""
+
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
+msgid "You are not authorized to update this profile"
+msgstr ""
+
+msgid "You are not authorized to update this scanner profile"
+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 are signed in to GitLab as %{user_link}"
+msgstr ""
+
+msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
+msgstr ""
+
+msgid "You are using PostgreSQL %{pg_version_current}, but PostgreSQL %{pg_version_minimum} is required for this version of GitLab. Please upgrade your environment to a supported PostgreSQL version, see %{pg_requirements_url} for details."
+msgstr ""
+
+msgid "You can %{gitlabLinkStart}resolve conflicts on GitLab%{gitlabLinkEnd} or %{resolveLocallyStart}resolve it locally%{resolveLocallyEnd}."
+msgstr ""
+
+msgid "You can %{resolveLocallyStart}resolve it locally%{resolveLocallyEnd}."
+msgstr ""
+
+msgid "You can also create a project from the command line."
+msgstr ""
+
+msgid "You can also press Ctrl-Enter"
+msgstr ""
+
+msgid "You can also press âŚ-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 also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "You can always change your URL later"
+msgstr ""
+
+msgid "You can always edit this later"
+msgstr ""
+
+msgid "You can create a new %{link}."
+msgstr ""
+
+msgid "You can create a new %{name} inside this project by sending an email to the following email address:"
+msgstr ""
+
+msgid "You can create a new Personal Access Token by visiting %{link}"
+msgstr ""
+
+msgid "You can create a new SSH key by visiting %{link}"
+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 %{ssh_key_link_start}SSH keys%{ssh_key_link_end} settings."
+msgstr ""
+
+msgid "You can create a new one or check them in your SSH keys settings %{ssh_key_link}."
+msgstr ""
+
+msgid "You can create a new one or check them in your personal access tokens settings %{pat_link}."
+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 enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
+msgstr ""
+
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
+msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgstr ""
+
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+msgstr ""
+
+msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
+msgstr ""
+
+msgid "You can group test cases using labels. To learn about the future direction of this feature, visit %{linkStart}Quality Management direction page%{linkEnd}."
+msgstr ""
+
+msgid "You can invite a new member to %{project_name} or invite another group."
+msgstr ""
+
+msgid "You can invite a new member to %{project_name}."
+msgstr ""
+
+msgid "You can invite a new member to %{strong_start}%{group_name}%{strong_end}."
+msgstr ""
+
+msgid "You can invite another group to %{project_name}."
+msgstr ""
+
+msgid "You can move around the graph by using the arrow keys."
+msgstr ""
+
+msgid "You can notify the app / group or a project by sending them an email notification"
+msgstr ""
+
+msgid "You can now close this window."
+msgstr ""
+
+msgid "You can now export your security dashboard to a CSV report."
+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 %{action} files when you are on a branch"
+msgstr ""
+
+msgid "You can only add up to %{max_contacts} contacts at one time"
+msgstr ""
+
+msgid "You can only edit files when you are on a branch"
+msgstr ""
+
+msgid "You can only transfer the project to namespaces you manage."
+msgstr ""
+
+msgid "You can only upload one design when dropping onto an existing design."
+msgstr ""
+
+msgid "You can recover this project until %{date}"
+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 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 view the source or %{linkStart}%{cloneIcon} clone the repository%{linkEnd}"
+msgstr ""
+
+msgid "You cannot %{action} %{state} users."
+msgstr ""
+
+msgid "You cannot access the raw file. Please wait a minute."
+msgstr ""
+
+msgid "You cannot combine replace_ids with add_ids or remove_ids"
+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 rename an environment after it's created."
+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 can’t %{tag_start}edit%{tag_end} files directly in this project. Fork this project and submit a merge request with your changes."
+msgstr ""
+
+msgid "You can’t edit files directly in this project. Fork this project and submit a merge request with your changes."
+msgstr ""
+
+msgid "You could not create a new trigger."
+msgstr ""
+
+msgid "You do not have any Google Cloud projects. Please create a Google Cloud project and then reload this page."
+msgstr ""
+
+msgid "You do not have any subscriptions yet"
+msgstr ""
+
+msgid "You do not have permission to access dora metrics."
+msgstr ""
+
+msgid "You do not have permission to approve a member"
+msgstr ""
+
+msgid "You do not have permission to leave this %{namespaceType}."
+msgstr ""
+
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
+msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
+msgstr ""
+
+msgid "You do not have permission to update the environment."
+msgstr ""
+
+msgid "You do not have permissions to run the import."
+msgstr ""
+
+msgid "You don't have any U2F devices registered yet."
+msgstr ""
+
+msgid "You don't have any WebAuthn 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 open merge requests"
+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 write access to the source branch."
+msgstr ""
+
+msgid "You don’t have access to Productivity Analytics in this group"
+msgstr ""
+
+msgid "You don’t have access to Value Stream Analytics for this group"
+msgstr ""
+
+msgid "You have %{pendingMembersCount} pending member that needs approval."
+msgid_plural "You have %{pendingMembersCount} pending members that need approval."
+msgstr[0] ""
+msgstr[1] ""
+
+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 group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
+msgstr ""
+
+msgid "You have been invited by %{link_to_inviter} to join %{source_name} %{strong_open}%{link_to_source}%{strong_close} as %{role}"
+msgstr ""
+
+msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead."
+msgstr ""
+
+msgid "You have been unsubscribed from this thread."
+msgstr ""
+
+msgid "You have declined the invitation to join %{title} %{name}."
+msgstr ""
+
+msgid "You have imported from this project %{numberOfPreviousImports} times before. Each new import will create duplicate issues."
+msgstr ""
+
+msgid "You have insufficient permissions to configure escalation policies for this project"
+msgstr ""
+
+msgid "You have insufficient permissions to create a Todo for this alert"
+msgstr ""
+
+msgid "You have insufficient permissions to create an HTTP integration for this project"
+msgstr ""
+
+msgid "You have insufficient permissions to create an on-call schedule for this project"
+msgstr ""
+
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
+msgid "You have insufficient permissions to remove an on-call rotation from this project"
+msgstr ""
+
+msgid "You have insufficient permissions to remove an on-call schedule from this project"
+msgstr ""
+
+msgid "You have insufficient permissions to remove this HTTP integration"
+msgstr ""
+
+msgid "You have insufficient permissions to set customer relations contacts for this issue"
+msgstr ""
+
+msgid "You have insufficient permissions to update an on-call schedule for this project"
+msgstr ""
+
+msgid "You have insufficient permissions to update this HTTP integration"
+msgstr ""
+
+msgid "You have insufficient permissions to view shifts for this rotation"
+msgstr ""
+
+msgid "You have more active users than are allowed by your license. Before %{date} GitLab must reconcile your subscription. To complete this process, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance."
+msgstr ""
+
+msgid "You have more active users than are allowed by your license. GitLab must now reconcile your subscription. To complete this process, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance."
+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 have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
+msgstr ""
+
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
+msgstr ""
+
+msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
+msgstr ""
+
+msgid "You have unsaved changes"
+msgstr ""
+
+msgid "You left the \"%{membershipable_human_name}\" %{source_type}."
+msgstr ""
+
+msgid "You may close the milestone now."
+msgstr ""
+
+msgid "You must be authenticated to access this path."
+msgstr ""
+
+msgid "You must be logged in to search across all of GitLab"
+msgstr ""
+
+msgid "You must have developer or higher permissions in the associated project to view job logs when debug trace is enabled. To disable debug trace, set the 'CI_DEBUG_TRACE' variable to 'false' in your pipeline configuration or CI/CD settings. If you need to view this job log, a project maintainer must add you to the project with developer permissions or higher."
+msgstr ""
+
+msgid "You must have maintainer access to force delete a lock"
+msgstr ""
+
+msgid "You must have permission to create a project in a group before forking."
+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 sign in to search for specific projects."
+msgstr ""
+
+msgid "You must sign in to search for specific terms."
+msgstr ""
+
+msgid "You must solve the CAPTCHA in order to submit"
+msgstr ""
+
+msgid "You must upload a file with the same file name when dropping onto an existing design."
+msgstr ""
+
+msgid "You need a different license to enable FileLocks feature"
+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 register a two-factor authentication app before you can set up a device."
+msgstr ""
+
+msgid "You need to set terms to be enforced"
+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 verify your primary email first before enabling Two-Factor Authentication."
+msgstr ""
+
+msgid "You successfully declined the invitation"
+msgstr ""
+
+msgid "You tried to fork %{link_to_the_project} but it failed for the following reason:"
+msgstr ""
+
+msgid "You will be removed from existing projects/groups"
+msgstr ""
+
+msgid "You 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 "You will first need to set up Jira Integration to use this feature."
+msgstr ""
+
+msgid "You will lose all changes you've made to this file. This action cannot be undone."
+msgstr ""
+
+msgid "You will lose all uncommitted 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 create new projects because you have reached your project limit."
+msgstr ""
+
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quarterly or annual basis, depending on the terms of your agreement."
+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 at the first commit"
+msgstr ""
+
+msgid "You're at the last commit"
+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 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 "You've rejected %{user}"
+msgstr ""
+
+msgid "YouTube"
+msgstr ""
+
+msgid "YouTube URL or ID"
+msgstr ""
+
+msgid "Your %{group} membership will now expire in %{days}."
+msgstr ""
+
+msgid "Your %{host} account was signed in to from a new location"
+msgstr ""
+
+msgid "Your %{plan} subscription expired on %{expiry_date}"
+msgstr ""
+
+msgid "Your %{plan} subscription expires on %{expiry_date}"
+msgstr ""
+
+msgid "Your %{strong}%{plan_name}%{strong_close} subscription expires on %{strong}%{expires_on}%{strong_close}. After that date, you cannot create issues or merge requests, or use many other features."
+msgstr ""
+
+msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}."
+msgstr ""
+
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
+msgstr ""
+
+msgid "Your CSV export has started. It will be emailed to %{email} when complete."
+msgstr ""
+
+msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment."
+msgstr ""
+
+msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment."
+msgstr ""
+
+msgid "Your CSV import for project"
+msgstr ""
+
+msgid "Your DevOps Reports give an overview of how you are using GitLab from a feature perspective. Use them to view how you compare with other organizations, and how your teams compare against each other."
+msgstr ""
+
+msgid "Your GPG keys (%{count})"
+msgstr ""
+
+msgid "Your GitLab account has been locked due to an excessive number of unsuccessful sign in attempts. You can wait for your account to automatically unlock in %{duration} or you can click the link below to unlock now."
+msgstr ""
+
+msgid "Your GitLab account request has been approved!"
+msgstr ""
+
+msgid "Your GitLab group"
+msgstr ""
+
+msgid "Your Groups"
+msgstr ""
+
+msgid "Your Personal Access Token was revoked"
+msgstr ""
+
+msgid "Your Projects (default)"
+msgstr ""
+
+msgid "Your Projects' Activity"
+msgstr ""
+
+msgid "Your SSH key has expired"
+msgstr ""
+
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
+msgid "Your SSH key was deleted"
+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 was registered!"
+msgstr ""
+
+msgid "Your WebAuthn device did not send a valid JSON response."
+msgstr ""
+
+msgid "Your WebAuthn device was registered!"
+msgstr ""
+
+msgid "Your access request to the %{source_type} has been withdrawn."
+msgstr ""
+
+msgid "Your account has been deactivated"
+msgstr ""
+
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
+msgid "Your account has been deactivated. You will not be able to: "
+msgstr ""
+
+msgid "Your account is authenticated with SSO or SAML. To %{push_pull_link_start}push and pull%{link_end} over %{protocol} with Git using this account, you must %{set_password_link_start}set a password%{link_end} or %{set_up_pat_link_start}set up a Personal Access Token%{link_end} to use instead of a password. For more information, see %{clone_with_https_link_start}Clone with HTTPS%{link_end}."
+msgstr ""
+
+msgid "Your account is authenticated with SSO or SAML. To %{push_pull_link_start}push and pull%{link_end} over %{protocol} with Git using this account, you must %{set_up_pat_link_start}set up a Personal Access Token%{link_end} to use instead of a password. For more information, see %{clone_with_https_link_start}Clone with HTTPS%{link_end}."
+msgstr ""
+
+msgid "Your account is locked."
+msgstr ""
+
+msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
+msgstr ""
+
+msgid "Your action succeeded."
+msgstr ""
+
+msgid "Your applications (%{size})"
+msgstr ""
+
+msgid "Your authorized applications"
+msgstr ""
+
+msgid "Your browser does not support iFrames"
+msgstr ""
+
+msgid "Your browser doesn't support U2F. Please use Google Chrome desktop (version 41 or newer)."
+msgstr ""
+
+msgid "Your browser doesn't support WebAuthn. Please use a supported browser, e.g. Chrome (67+) or Firefox (60+)."
+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 comment will be discarded."
+msgstr ""
+
+msgid "Your commit email is used for web based operations, such as edits and merges."
+msgstr ""
+
+msgid "Your current password is required to register a two-factor authenticator app."
+msgstr ""
+
+msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
+msgid "Your dashboard has been updated. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
+msgstr ""
+
+msgid "Your default notification email is used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgstr ""
+
+msgid "Your deployment services will be broken, you will need to manually fix the services after renaming."
+msgstr ""
+
+msgid "Your device is not compatible with GitLab. Please try another device"
+msgstr ""
+
+msgid "Your device needs to be set up. Plug it in (if needed) and click the button on the left."
+msgstr ""
+
+msgid "Your device was successfully set up! Give it a name and register it with the GitLab server."
+msgstr ""
+
+msgid "Your file must contain a column named %{codeStart}title%{codeEnd}. A %{codeStart}description%{codeEnd} column is optional. The maximum file size allowed is 10 MB."
+msgstr ""
+
+msgid "Your first project"
+msgstr ""
+
+msgid "Your groups"
+msgstr ""
+
+msgid "Your instance has %{remaining_user_count} users remaining of the %{total_user_count} included in your subscription. You can add more users than the number included in your license, and we will include the overage in your next bill."
+msgstr ""
+
+msgid "Your instance has exceeded your subscription's licensed user count."
+msgstr ""
+
+msgid "Your instance is approaching its licensed user count"
+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 license does not support on-call rotations"
+msgstr ""
+
+msgid "Your license does not support on-call schedules"
+msgstr ""
+
+msgid "Your license is valid from"
+msgstr ""
+
+msgid "Your membership in %{group} no longer expires."
+msgstr ""
+
+msgid "Your message here"
+msgstr ""
+
+msgid "Your name"
+msgstr ""
+
+msgid "Your new %{type}"
+msgstr ""
+
+msgid "Your new access token has been created."
+msgstr ""
+
+msgid "Your new comment"
+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 personal access token has expired"
+msgstr ""
+
+msgid "Your personal access tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
+msgid "Your primary email is used for avatar detection. You can change it in your %{openingTag}profile settings%{closingTag}."
+msgstr ""
+
+msgid "Your profile"
+msgstr ""
+
+msgid "Your project limit is %{limit} projects! Please contact your administrator to increase it"
+msgstr ""
+
+msgid "Your project will be created at:"
+msgstr ""
+
+msgid "Your projects"
+msgstr ""
+
+msgid "Your public email will be displayed on your public profile."
+msgstr ""
+
+msgid "Your request for access could not be processed: %{error_meesage}"
+msgstr ""
+
+msgid "Your request for access has been queued for review."
+msgstr ""
+
+msgid "Your request to join %{host} has been rejected."
+msgstr ""
+
+msgid "Your requirements are being imported. Once finished, you'll receive a confirmation email."
+msgstr ""
+
+msgid "Your requirements will be imported in the background. After it's finished, you'll get a confirmation email."
+msgstr ""
+
+msgid "Your response has been recorded."
+msgstr ""
+
+msgid "Your search didn't match any commits."
+msgstr ""
+
+msgid "Your search didn't match any commits. Try a different query."
+msgstr ""
+
+msgid "Your search timed out"
+msgstr ""
+
+msgid "Your sign-in page is %{url}."
+msgstr ""
+
+msgid "Your snippets"
+msgstr ""
+
+msgid "Your subscription expired!"
+msgstr ""
+
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
+msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
+msgstr ""
+
+msgid "Your subscription will expire in %{remaining_days} day."
+msgid_plural "Your subscription will expire in %{remaining_days} days."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Your username is %{username}."
+msgstr ""
+
+msgid "ZenTaoIntegration|Failed to load ZenTao issue. View the issue in ZenTao, or reload the page."
+msgstr ""
+
+msgid "ZenTaoIntegration|This is a ZenTao user."
+msgstr ""
+
+msgid "ZenTaoIntegration|ZenTao user"
+msgstr ""
+
+msgid "ZentaoIntegration|An error occurred while requesting data from the ZenTao service."
+msgstr ""
+
+msgid "ZentaoIntegration|Base URL of the ZenTao instance."
+msgstr ""
+
+msgid "ZentaoIntegration|Before you enable this integration, you must configure ZenTao. For more details, read the %{link_start}ZenTao integration documentation%{link_end}."
+msgstr ""
+
+msgid "ZentaoIntegration|Enter new ZenTao API token"
+msgstr ""
+
+msgid "ZentaoIntegration|If different from Web URL."
+msgstr ""
+
+msgid "ZentaoIntegration|Issue list"
+msgstr ""
+
+msgid "ZentaoIntegration|Open ZenTao"
+msgstr ""
+
+msgid "ZentaoIntegration|Use ZenTao as this project's issue tracker."
+msgstr ""
+
+msgid "ZentaoIntegration|ZenTao API URL (optional)"
+msgstr ""
+
+msgid "ZentaoIntegration|ZenTao API token"
+msgstr ""
+
+msgid "ZentaoIntegration|ZenTao Product ID"
+msgstr ""
+
+msgid "ZentaoIntegration|ZenTao Web URL"
+msgstr ""
+
+msgid "ZentaoIntegration|ZenTao issues"
+msgstr ""
+
+msgid "Zoom meeting added"
+msgstr ""
+
+msgid "Zoom meeting removed"
+msgstr ""
+
+msgid "[No reason]"
+msgstr ""
+
+msgid "[REDACTED]"
+msgstr ""
+
+msgid "[Redacted]"
+msgstr ""
+
+msgid "`end_time` should not exceed one month after `start_time`"
+msgstr ""
+
+msgid "`start_time` should precede `end_time`"
+msgstr ""
+
+msgid "a deleted user"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "access:"
+msgstr ""
+
+msgid "added"
+msgstr ""
+
+msgid "added %{emails}"
+msgstr ""
+
+msgid "added a Zoom call to this issue"
+msgstr ""
+
+msgid "ago"
+msgstr ""
+
+msgid "alert"
+msgstr ""
+
+msgid "allowed to fail"
+msgstr ""
+
+msgid "already being used for another group or project %{timebox_name}."
+msgstr ""
+
+msgid "already being used for another iteration within this cadence."
+msgstr ""
+
+msgid "already has a \"created\" issue link"
+msgstr ""
+
+msgid "already shared with this group"
+msgstr ""
+
+msgid "and"
+msgstr ""
+
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "approved by: "
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
+msgid "archived:"
+msgstr ""
+
+msgid "assign yourself"
+msgstr ""
+
+msgid "at"
+msgstr ""
+
+msgid "at risk"
+msgstr ""
+
+msgid "attach a new file"
+msgstr ""
+
+msgid "authored"
+msgstr ""
+
+msgid "banned user already exists"
+msgstr ""
+
+msgid "blocks"
+msgstr ""
+
+msgid "branch"
+msgid_plural "branches"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "branch name"
+msgstr ""
+
+msgid "by"
+msgstr ""
+
+msgid "cURL:"
+msgstr ""
+
+msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
+msgstr ""
+
+msgid "can contain only lowercase letters, digits, and '_'."
+msgstr ""
+
+msgid "can only be changed by a group admin."
+msgstr ""
+
+msgid "can only have one escalation policy"
+msgstr ""
+
+msgid "can't be nil"
+msgstr ""
+
+msgid "can't be solely blank"
+msgstr ""
+
+msgid "can't be the same as the source project"
+msgstr ""
+
+msgid "can't include: %{invalid_storages}"
+msgstr ""
+
+msgid "can't reference a branch that does not exist"
+msgstr ""
+
+msgid "cannot be a date in the past"
+msgstr ""
+
+msgid "cannot be changed"
+msgstr ""
+
+msgid "cannot be changed if a personal project has container registry tags."
+msgstr ""
+
+msgid "cannot be changed if shared runners are enabled"
+msgstr ""
+
+msgid "cannot be enabled"
+msgstr ""
+
+msgid "cannot be enabled because parent group does not allow it"
+msgstr ""
+
+msgid "cannot be enabled because parent group has shared Runners disabled"
+msgstr ""
+
+msgid "cannot be enabled unless all domains have TLS certificates"
+msgstr ""
+
+msgid "cannot be enabled until a valid credit card is on file"
+msgstr ""
+
+msgid "cannot be used for user namespace"
+msgstr ""
+
+msgid "cannot block others"
+msgstr ""
+
+msgid "cannot contain HTML/XML tags, including any word between angle brackets (&lt;,&gt;)."
+msgstr ""
+
+msgid "cannot include leading slash or directory traversal."
+msgstr ""
+
+msgid "cannot itself be blocked"
+msgstr ""
+
+msgid "cannot merge"
+msgstr ""
+
+msgid "ciReport|%{danger_start}%{degradedNum} degraded%{danger_end}, %{same_start}%{sameNum} same%{same_end}, and %{success_start}%{improvedNum} improved%{success_end}"
+msgstr ""
+
+msgid "ciReport|%{degradedNum} degraded"
+msgstr ""
+
+msgid "ciReport|%{improvedNum} improved"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about API Fuzzing%{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about Container Scanning %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about Coverage Fuzzing %{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 Secret Detection %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{prefix} %{strong_start}%{score}%{strong_end} %{delta} %{deltaPercent} in %{path}"
+msgstr ""
+
+msgid "ciReport|%{remainingPackagesCount} more"
+msgstr ""
+
+msgid "ciReport|%{reportType} is loading"
+msgstr ""
+
+msgid "ciReport|%{reportType}: Loading resulted in an error"
+msgstr ""
+
+msgid "ciReport|%{sameNum} same"
+msgstr ""
+
+msgid "ciReport|: Loading resulted in an error"
+msgstr ""
+
+msgid "ciReport|API Fuzzing"
+msgstr ""
+
+msgid "ciReport|API fuzzing"
+msgstr ""
+
+msgid "ciReport|All projects"
+msgstr ""
+
+msgid "ciReport|All severities"
+msgstr ""
+
+msgid "ciReport|All tools"
+msgstr ""
+
+msgid "ciReport|Automatically apply the patch in a new branch"
+msgstr ""
+
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
+msgid "ciReport|Browser Performance"
+msgstr ""
+
+msgid "ciReport|Browser performance test metrics results are being parsed"
+msgstr ""
+
+msgid "ciReport|Browser performance test metrics: "
+msgstr ""
+
+msgid "ciReport|Browser performance test metrics: %{strong_start}%{changesFound}%{strong_end} change"
+msgid_plural "ciReport|Browser performance test metrics: %{strong_start}%{changesFound}%{strong_end} changes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|Browser performance test metrics: No changes"
+msgstr ""
+
+msgid "ciReport|Checks"
+msgstr ""
+
+msgid "ciReport|Cluster Image Scanning"
+msgstr ""
+
+msgid "ciReport|Code quality degraded"
+msgstr ""
+
+msgid "ciReport|Code quality improved"
+msgstr ""
+
+msgid "ciReport|Code quality scanning detected %{issueCount} changes in merged results"
+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|Could not dismiss vulnerability because the associated pipeline no longer exists. Refresh the page and try again."
+msgstr ""
+
+msgid "ciReport|Coverage Fuzzing"
+msgstr ""
+
+msgid "ciReport|Coverage fuzzing"
+msgstr ""
+
+msgid "ciReport|Create Jira issue"
+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|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|Failed to load Code Quality report"
+msgstr ""
+
+msgid "ciReport|Fixed"
+msgstr ""
+
+msgid "ciReport|Fixed:"
+msgstr ""
+
+msgid "ciReport|Found %{issuesWithCount}"
+msgstr ""
+
+msgid "ciReport|IaC Scanning"
+msgstr ""
+
+msgid "ciReport|Investigate this vulnerability by creating an issue"
+msgstr ""
+
+msgid "ciReport|Load Performance"
+msgstr ""
+
+msgid "ciReport|Load performance test metrics detected %{strong_start}%{changesFound}%{strong_end} change"
+msgid_plural "ciReport|Load performance test metrics detected %{strong_start}%{changesFound}%{strong_end} changes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|Load performance test metrics results are being parsed"
+msgstr ""
+
+msgid "ciReport|Load performance test metrics: "
+msgstr ""
+
+msgid "ciReport|Load performance test metrics: No changes"
+msgstr ""
+
+msgid "ciReport|Loading %{reportName} report"
+msgstr ""
+
+msgid "ciReport|Loading Code Quality report"
+msgstr ""
+
+msgid "ciReport|Manage licenses"
+msgstr ""
+
+msgid "ciReport|New"
+msgstr ""
+
+msgid "ciReport|No changes to code quality"
+msgstr ""
+
+msgid "ciReport|No code quality issues found"
+msgstr ""
+
+msgid "ciReport|RPS"
+msgstr ""
+
+msgid "ciReport|Resolve with merge request"
+msgstr ""
+
+msgid "ciReport|SAST"
+msgstr ""
+
+msgid "ciReport|Secret Detection"
+msgstr ""
+
+msgid "ciReport|Secret Detection detects secrets and credentials vulnerabilities in your source code."
+msgstr ""
+
+msgid "ciReport|Secret detection"
+msgstr ""
+
+msgid "ciReport|Security scanning"
+msgstr ""
+
+msgid "ciReport|Security scanning failed loading any results"
+msgstr ""
+
+msgid "ciReport|Showing %{fetchedItems} of %{totalItems} items"
+msgstr ""
+
+msgid "ciReport|Solution"
+msgstr ""
+
+msgid "ciReport|Static Application Security Testing (SAST) detects known vulnerabilities in your source code."
+msgstr ""
+
+msgid "ciReport|TTFB P90"
+msgstr ""
+
+msgid "ciReport|TTFB P95"
+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 fetching the codequality report."
+msgstr ""
+
+msgid "ciReport|There was an error reverting the dismissal. Please try again."
+msgstr ""
+
+msgid "ciReport|This report contains all Code Quality issues in the source branch."
+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 "ciReport|is loading"
+msgstr ""
+
+msgid "ciReport|is loading, errors when loading results"
+msgstr ""
+
+msgid "closed"
+msgstr ""
+
+msgid "closed issue"
+msgstr ""
+
+msgid "codeQualityWalkthrough|A code quality job will now run every time you or your team members commit changes to your project. You can view the results of the code quality job in the job logs."
+msgstr ""
+
+msgid "codeQualityWalkthrough|Congrats! Your first pipeline is running %{emojiStart}zap%{emojiEnd}"
+msgstr ""
+
+msgid "codeQualityWalkthrough|Got it"
+msgstr ""
+
+msgid "codeQualityWalkthrough|Let's start by creating a new CI file."
+msgstr ""
+
+msgid "codeQualityWalkthrough|Not sure how to fix your failed job? We have compiled some tips on how to troubleshoot code quality jobs in the documentation."
+msgstr ""
+
+msgid "codeQualityWalkthrough|Read the documentation"
+msgstr ""
+
+msgid "codeQualityWalkthrough|Something went wrong. %{emojiStart}thinking%{emojiEnd} Let's fix it."
+msgstr ""
+
+msgid "codeQualityWalkthrough|To begin with code quality, we first need to create a new CI file using our code editor. We added a code quality template in the code editor to help you get started %{emojiStart}wink%{emojiEnd} .%{lineBreak}Take some time to review the template, when you are ready, use the %{strongStart}commit changes%{strongEnd} button at the bottom of the page."
+msgstr ""
+
+msgid "codeQualityWalkthrough|Troubleshoot your code quality job"
+msgstr ""
+
+msgid "codeQualityWalkthrough|View the logs"
+msgstr ""
+
+msgid "codeQualityWalkthrough|Well done! You've just automated your code quality review. %{emojiStart}raised_hands%{emojiEnd}"
+msgstr ""
+
+msgid "codeQualityWalkthrough|Your job failed. No worries - this happens. Let's view the logs, and see how we can fix it."
+msgstr ""
+
+msgid "codeQualityWalkthrough|Your pipeline can take a few minutes to run. If you enabled email notifications, you'll receive an email with your pipeline status. In the meantime, why don't you get some coffee? You earned it!"
+msgstr ""
+
+msgid "collect usage information"
+msgstr ""
+
+msgid "comment"
+msgstr ""
+
+msgid "commented on %{link_to_project}"
+msgstr ""
+
+msgid "commit %{commit_id}"
+msgstr ""
+
+msgid "committed"
+msgstr ""
+
+msgid "compliance violation has already been recorded"
+msgstr ""
+
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
+msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
+msgstr ""
+
+msgid "container_name cannot be larger than %{max_length} chars"
+msgstr ""
+
+msgid "contains URLs that exceed the 1024 character limit (%{urls})"
+msgstr ""
+
+msgid "contains invalid URLs (%{urls})"
+msgstr ""
+
+msgid "contribute to this project."
+msgstr ""
+
+msgid "could not read private key, is the passphrase correct?"
+msgstr ""
+
+msgid "created"
+msgstr ""
+
+msgid "created %{issuable_created} by %{author}"
+msgstr ""
+
+msgid "created %{timeAgoString} by %{email} via %{user}"
+msgstr ""
+
+msgid "created %{timeAgo}"
+msgstr ""
+
+msgid "created %{timeAgo} by %{author}"
+msgstr ""
+
+msgid "created by"
+msgstr ""
+
+msgid "data"
+msgstr ""
+
+msgid "date must not be after 9999-12-31"
+msgstr ""
+
+msgid "day"
+msgid_plural "days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "days"
+msgstr ""
+
+msgid "default branch"
+msgstr ""
+
+msgid "deleted"
+msgstr ""
+
+msgid "deploy"
+msgstr ""
+
+msgid "design"
+msgstr ""
+
+msgid "detached"
+msgstr ""
+
+msgid "disabled"
+msgstr ""
+
+msgid "does not exist"
+msgstr ""
+
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
+msgid "does not match dast_site.project"
+msgstr ""
+
+msgid "does not match dast_site_validation.project"
+msgstr ""
+
+msgid "download it"
+msgstr ""
+
+msgid "draft"
+msgid_plural "drafts"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "e.g. %{token}"
+msgstr ""
+
+msgid "element is not a hierarchy"
+msgstr ""
+
+msgid "eligible users"
+msgstr ""
+
+msgid "email '%{email}' is not a verified email."
+msgstr ""
+
+msgid "enabled"
+msgstr ""
+
+msgid "encrypted: needs to be a :required, :optional or :migrating!"
+msgstr ""
+
+msgid "ending with a reserved file extension is not allowed."
+msgstr ""
+
+msgid "entries cannot be larger than 255 characters"
+msgstr ""
+
+msgid "entries cannot be nil"
+msgstr ""
+
+msgid "entries cannot contain HTML tags"
+msgstr ""
+
+msgid "environment_id parameter is required when type is container_policy"
+msgstr ""
+
+msgid "epic"
+msgstr ""
+
+msgid "error"
+msgstr ""
+
+msgid "estimateCommand|%{slash_command} overwrites the total estimated time."
+msgstr ""
+
+msgid "example.com"
+msgstr ""
+
+msgid "exceeds the %{max_value_length} character limit"
+msgstr ""
+
+msgid "exceeds the limit of %{bytes} bytes"
+msgstr ""
+
+msgid "exceeds the limit of %{bytes} bytes for directory name \"%{dirname}\""
+msgstr ""
+
+msgid "expired on %{timebox_due_date}"
+msgstr ""
+
+msgid "expires on %{timebox_due_date}"
+msgstr ""
+
+msgid "failed"
+msgstr ""
+
+msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
+msgstr ""
+
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
+msgid "failed to revert associated finding(id=%{finding_id}) to detected"
+msgstr ""
+
+msgid "file"
+msgid_plural "files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
+msgid "following"
+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"
+msgstr ""
+
+msgid "from"
+msgstr ""
+
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "frontmatter"
+msgstr ""
+
+msgid "group"
+msgstr ""
+
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
+msgid "group members"
+msgstr ""
+
+msgid "group's CI/CD settings."
+msgstr ""
+
+msgid "groups"
+msgstr ""
+
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
+msgid "has already been taken"
+msgstr ""
+
+msgid "has already been taken as Codename"
+msgstr ""
+
+msgid "has already been taken as Suite"
+msgstr ""
+
+msgid "has been completed."
+msgstr ""
+
+msgid "has too deep level of nesting"
+msgstr ""
+
+msgid "help"
+msgstr ""
+
+msgid "http:"
+msgstr ""
+
+msgid "http://www.example.com"
+msgstr ""
+
+msgid "https://bamboo.example.com"
+msgstr ""
+
+msgid "https://your-bitbucket-server"
+msgstr ""
+
+msgid "i18n|%{language} (%{percent_translated}%% translated)"
+msgstr ""
+
+msgid "image diff"
+msgstr ""
+
+msgid "impersonation token"
+msgstr ""
+
+msgid "impersonation tokens"
+msgstr ""
+
+msgid "import flow"
+msgstr ""
+
+msgid "in"
+msgstr ""
+
+msgid "in group %{link_to_group}"
+msgstr ""
+
+msgid "in project %{link_to_project}"
+msgstr ""
+
+msgid "instance completed"
+msgid_plural "instances completed"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "invalid milestone state `%{state}`"
+msgstr ""
+
+msgid "is"
+msgstr ""
+
+msgid "is already associated to a GitLab Issue. New issue will not be associated."
+msgstr ""
+
+msgid "is an invalid IP address range"
+msgstr ""
+
+msgid "is blocked by"
+msgstr ""
+
+msgid "is forbidden by a top-level group"
+msgstr ""
+
+msgid "is invalid because there is downstream lock"
+msgstr ""
+
+msgid "is invalid because there is upstream lock"
+msgstr ""
+
+msgid "is not"
+msgstr ""
+
+msgid "is not a descendant of the Group owning the template"
+msgstr ""
+
+msgid "is not a valid X509 certificate."
+msgstr ""
+
+msgid "is not allowed for sign-up."
+msgstr ""
+
+msgid "is not allowed for this group."
+msgstr ""
+
+msgid "is not allowed for this project."
+msgstr ""
+
+msgid "is not allowed since the group is not top-level group."
+msgstr ""
+
+msgid "is not allowed."
+msgstr ""
+
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
+msgid "is not in the group enforcing Group Managed Account"
+msgstr ""
+
+msgid "is not in the member group"
+msgstr ""
+
+msgid "is not the member project"
+msgstr ""
+
+msgid "is not valid. The iteration group has to match the iteration cadence group."
+msgstr ""
+
+msgid "is read-only"
+msgstr ""
+
+msgid "is too long (%{current_value}). The maximum size is %{max_size}."
+msgstr ""
+
+msgid "is too long (maximum is %{count} characters)"
+msgstr ""
+
+msgid "is too long (maximum is 100 entries)"
+msgstr ""
+
+msgid "is too long (maximum is 1000 entries)"
+msgstr ""
+
+msgid "issue"
+msgstr ""
+
+msgid "issues at risk"
+msgstr ""
+
+msgid "issues need attention"
+msgstr ""
+
+msgid "issues on track"
+msgstr ""
+
+msgid "it is larger than %{limit}"
+msgstr ""
+
+msgid "it is stored as a job artifact"
+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 "kuromoji custom analyzer"
+msgstr ""
+
+msgid "last commit:"
+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 "load it anyway"
+msgstr ""
+
+msgid "loading"
+msgstr ""
+
+msgid "locked by %{path_lock_user_name} %{created_at}"
+msgstr ""
+
+msgid "manual"
+msgstr ""
+
+msgid "math|Displaying this math block may cause performance issues on this page"
+msgstr ""
+
+msgid "math|There was an error rendering this math block"
+msgstr ""
+
+msgid "merge request"
+msgid_plural "merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "merged %{timeAgo}"
+msgstr ""
+
+msgid "metric_id must be unique across a project"
+msgstr ""
+
+msgid "missing"
+msgstr ""
+
+msgid "most recent deployment"
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|1 merge commit"
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|Adds %{commitCount} and %{mergeCommitCount} to %{targetBranch}%{squashedCommits}."
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|Adds %{commitCount} to %{targetBranch}."
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|This merge request contains no changes."
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
+msgstr ""
+
+msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
+msgstr ""
+
+msgid "mrWidget|%{linkStart}Set up now%{linkEnd} to analyze your source code for known security vulnerabilities."
+msgstr ""
+
+msgid "mrWidget|%{mergeError}."
+msgstr ""
+
+msgid "mrWidget|%{mergeError}. Try again."
+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|A merge train is a queued list of merge requests waiting to be merged into the target branch. The changes in each merge request are combined with the changes in earlier merge requests and tested before merge."
+msgstr ""
+
+msgid "mrWidget|A new merge train has started and this merge request is the first of the queue."
+msgstr ""
+
+msgid "mrWidget|Added to the merge train by %{merge_author}"
+msgstr ""
+
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+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 is optional"
+msgstr ""
+
+msgid "mrWidget|Approval password is invalid."
+msgstr ""
+
+msgid "mrWidget|Approve"
+msgstr ""
+
+msgid "mrWidget|Approve additionally"
+msgstr ""
+
+msgid "mrWidget|Approved by"
+msgstr ""
+
+msgid "mrWidget|Approved by you"
+msgstr ""
+
+msgid "mrWidget|Approved by you and others"
+msgstr ""
+
+msgid "mrWidget|Cancel auto-merge"
+msgstr ""
+
+msgid "mrWidget|Check out branch"
+msgstr ""
+
+msgid "mrWidget|Checking if merge request can be merged…"
+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 issue"
+msgid_plural "mrWidget|Closes issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "mrWidget|Create issue to resolve all threads"
+msgstr ""
+
+msgid "mrWidget|Delete source branch"
+msgstr ""
+
+msgid "mrWidget|Deletes the source branch"
+msgstr ""
+
+msgid "mrWidget|Deployment statistics are not available currently"
+msgstr ""
+
+msgid "mrWidget|Did not close"
+msgstr ""
+
+msgid "mrWidget|Dismiss"
+msgstr ""
+
+msgid "mrWidget|Does not delete the source branch"
+msgstr ""
+
+msgid "mrWidget|Email patches"
+msgstr ""
+
+msgid "mrWidget|Failed to load deployment statistics"
+msgstr ""
+
+msgid "mrWidget|GitLab %{linkStart}CI/CD can automatically build, test, and deploy your application.%{linkEnd} It only takes a few minutes to get started, and we can help you create a pipeline configuration file."
+msgstr ""
+
+msgid "mrWidget|Hide %{widget} details"
+msgstr ""
+
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
+msgstr ""
+
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
+msgstr ""
+
+msgid "mrWidget|Jump to first unresolved thread"
+msgstr ""
+
+msgid "mrWidget|Learn more"
+msgstr ""
+
+msgid "mrWidget|Loading deployment statistics"
+msgstr ""
+
+msgid "mrWidget|Mark as ready"
+msgstr ""
+
+msgid "mrWidget|Members who can merge are allowed to add commits."
+msgstr ""
+
+msgid "mrWidget|Mentions issue"
+msgid_plural "mrWidget|Mentions issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "mrWidget|Merge"
+msgstr ""
+
+msgid "mrWidget|Merge blocked: all threads must be resolved."
+msgstr ""
+
+msgid "mrWidget|Merge blocked: denied licenses must be removed."
+msgstr ""
+
+msgid "mrWidget|Merge blocked: fast-forward merge is not possible. To merge this request, first rebase locally."
+msgstr ""
+
+msgid "mrWidget|Merge blocked: merge conflicts must be resolved."
+msgstr ""
+
+msgid "mrWidget|Merge blocked: pipeline must succeed. It's waiting for a manual action to continue."
+msgstr ""
+
+msgid "mrWidget|Merge blocked: this merge request must be approved."
+msgstr ""
+
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
+msgid "mrWidget|Merge failed."
+msgstr ""
+
+msgid "mrWidget|Merge locally"
+msgstr ""
+
+msgid "mrWidget|Merge unavailable: merge requests are read-only on archived projects."
+msgstr ""
+
+msgid "mrWidget|Merged by"
+msgstr ""
+
+msgid "mrWidget|Merges changes into"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! Lift-off in 5… 4… 3…"
+msgstr ""
+
+msgid "mrWidget|Merging! Take a deep breath and relax…"
+msgstr ""
+
+msgid "mrWidget|Merging! The changes are leaving the station…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
+msgid "mrWidget|More information"
+msgstr ""
+
+msgid "mrWidget|Open in Gitpod"
+msgstr ""
+
+msgid "mrWidget|Open in Web IDE"
+msgstr ""
+
+msgid "mrWidget|Plain diff"
+msgstr ""
+
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+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 conflicts"
+msgstr ""
+
+msgid "mrWidget|Revert"
+msgstr ""
+
+msgid "mrWidget|Revert this merge request in a new merge request"
+msgstr ""
+
+msgid "mrWidget|Revoke approval"
+msgstr ""
+
+msgid "mrWidget|SAST and Secret Detection is not enabled."
+msgstr ""
+
+msgid "mrWidget|Set by %{merge_author} to be added to the merge train when the pipeline succeeds"
+msgstr ""
+
+msgid "mrWidget|Set by %{merge_author} to be merged automatically when the pipeline succeeds"
+msgstr ""
+
+msgid "mrWidget|Set by %{merge_author} to start a merge train when the pipeline succeeds"
+msgstr ""
+
+msgid "mrWidget|Show %{widget} details"
+msgstr ""
+
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
+msgid "mrWidget|The changes were merged into"
+msgstr ""
+
+msgid "mrWidget|The changes were not merged into"
+msgstr ""
+
+msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
+msgstr ""
+
+msgid "mrWidget|The source branch has been deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch is %{link} the target branch"
+msgstr ""
+
+msgid "mrWidget|The source branch is being deleted"
+msgstr ""
+
+msgid "mrWidget|This merge request failed to be merged automatically"
+msgstr ""
+
+msgid "mrWidget|To approve this merge request, please enter your password. This project requires all approvals to be authenticated."
+msgstr ""
+
+msgid "mrWidget|To change these default messages, edit the templates for both the merge and squash commit messages. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
+msgid "mrWidget|To change this default message, edit the template for merge commit messages. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
+msgid "mrWidget|To change this default message, edit the template for squash commit messages. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
+msgid "mrWidget|To merge, a Jira issue key must be mentioned in the title or description."
+msgstr ""
+
+msgid "mrWidget|Users who can write to the source or target branches can resolve the conflicts."
+msgstr ""
+
+msgid "mrWidget|What is a merge train?"
+msgstr ""
+
+msgid "mrWidget|Your password"
+msgstr ""
+
+msgid "mrWidget|into"
+msgstr ""
+
+msgid "must be a Debian package"
+msgstr ""
+
+msgid "must be a boolean value"
+msgstr ""
+
+msgid "must be a root namespace"
+msgstr ""
+
+msgid "must be a valid IPv4 or IPv6 address"
+msgstr ""
+
+msgid "must be a valid json schema"
+msgstr ""
+
+msgid "must be after start"
+msgstr ""
+
+msgid "must be an email you have verified"
+msgstr ""
+
+msgid "must be greater than start date"
+msgstr ""
+
+msgid "must be inside the fork network"
+msgstr ""
+
+msgid "must be less than the limit of %{tag_limit} tags"
+msgstr ""
+
+msgid "must be set for a project namespace"
+msgstr ""
+
+msgid "must be unique by status and elapsed time within a policy"
+msgstr ""
+
+msgid "must have a repository"
+msgstr ""
+
+msgid "must match %{association}.project_id"
+msgstr ""
+
+msgid "my-awesome-group"
+msgstr ""
+
+msgid "my-channel"
+msgstr ""
+
+msgid "n/a"
+msgstr ""
+
+msgid "need attention"
+msgstr ""
+
+msgid "needs to be between 10 minutes and 1 month"
+msgstr ""
+
+msgid "never"
+msgstr ""
+
+msgid "never expires"
+msgstr ""
+
+msgid "new merge request"
+msgstr ""
+
+msgid "no approvers"
+msgstr ""
+
+msgid "no expiration"
+msgstr ""
+
+msgid "no name set"
+msgstr ""
+
+msgid "no one can merge"
+msgstr ""
+
+msgid "no scopes selected"
+msgstr ""
+
+msgid "none"
+msgstr ""
+
+msgid "not found"
+msgstr ""
+
+msgid "nounSeries|%{firstItem} and %{lastItem}"
+msgstr ""
+
+msgid "nounSeries|%{item}"
+msgstr ""
+
+msgid "nounSeries|%{item}, %{nextItem}"
+msgstr ""
+
+msgid "nounSeries|%{item}, and %{lastItem}"
+msgstr ""
+
+msgid "on track"
+msgstr ""
+
+msgid "only available on top-level groups."
+msgstr ""
+
+msgid "open issue"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
+msgstr ""
+
+msgid "other card matches"
+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 deletion"
+msgstr ""
+
+msgid "per day"
+msgstr ""
+
+msgid "personal access token"
+msgstr ""
+
+msgid "personal access tokens"
+msgstr ""
+
+msgid "pipeline"
+msgstr ""
+
+msgid "pipeline schedules documentation"
+msgstr ""
+
+msgid "pipelineEditorWalkthrough|Let's do this!"
+msgstr ""
+
+msgid "pipelineEditorWalkthrough|See how GitLab pipelines work"
+msgstr ""
+
+msgid "pipelineEditorWalkthrough|This %{codeStart}.gitlab-ci.yml%{codeEnd} file creates a simple test pipeline."
+msgstr ""
+
+msgid "pipelineEditorWalkthrough|Use the %{boldStart}commit changes%{boldEnd} button at the bottom of the page to run the pipeline."
+msgstr ""
+
+msgid "pod_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
+msgstr ""
+
+msgid "pod_name cannot be larger than %{max_length} chars"
+msgstr ""
+
+msgid "point"
+msgid_plural "points"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "previously merged commits"
+msgstr ""
+
+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 access token"
+msgstr ""
+
+msgid "project access tokens"
+msgstr ""
+
+msgid "project avatar"
+msgstr ""
+
+msgid "project bots cannot be added to other groups / projects"
+msgstr ""
+
+msgid "project is read-only"
+msgstr ""
+
+msgid "project members"
+msgstr ""
+
+msgid "project name"
+msgstr ""
+
+msgid "project namespace cannot be the parent of another namespace"
+msgstr ""
+
+msgid "projects"
+msgstr ""
+
+msgid "quick actions"
+msgstr ""
+
+msgid "reCAPTCHA"
+msgstr ""
+
+msgid "reCAPTCHA helps prevent credential stuffing."
+msgstr ""
+
+msgid "reCAPTCHA private key"
+msgstr ""
+
+msgid "reCAPTCHA site key"
+msgstr ""
+
+msgid "recent activity"
+msgstr ""
+
+msgid "register"
+msgstr ""
+
+msgid "relates to"
+msgstr ""
+
+msgid "remaining"
+msgstr ""
+
+msgid "remove"
+msgstr ""
+
+msgid "remove due date"
+msgstr ""
+
+msgid "remove start date"
+msgstr ""
+
+msgid "remove weight"
+msgstr ""
+
+msgid "removed"
+msgstr ""
+
+msgid "removed a Zoom call from this issue"
+msgstr ""
+
+msgid "rendered diff"
+msgstr ""
+
+msgid "reply"
+msgid_plural "replies"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "repository:"
+msgstr ""
+
+msgid "required"
+msgstr ""
+
+msgid "satisfied"
+msgstr ""
+
+msgid "scan-execution-policy: policy not applied, %{policy_path} file is invalid"
+msgstr ""
+
+msgid "scan-execution-policy: policy not applied, %{policy_path} file is missing"
+msgstr ""
+
+msgid "security Reports|There was an error creating the merge request"
+msgstr ""
+
+msgid "severity|Blocker"
+msgstr ""
+
+msgid "severity|Critical"
+msgstr ""
+
+msgid "severity|High"
+msgstr ""
+
+msgid "severity|Info"
+msgstr ""
+
+msgid "severity|Low"
+msgstr ""
+
+msgid "severity|Major"
+msgstr ""
+
+msgid "severity|Medium"
+msgstr ""
+
+msgid "severity|Minor"
+msgstr ""
+
+msgid "severity|None"
+msgstr ""
+
+msgid "severity|Unknown"
+msgstr ""
+
+msgid "should be an array of %{object_name} objects"
+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 "smartcn custom analyzer"
+msgstr ""
+
+msgid "source"
+msgstr ""
+
+msgid "source diff"
+msgstr ""
+
+msgid "specified top is not part of the tree"
+msgstr ""
+
+msgid "spendCommand|%{slash_command} adds or subtracts time already spent."
+msgstr ""
+
+msgid "ssh:"
+msgstr ""
+
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
+msgid "started on %{timebox_start_date}"
+msgstr ""
+
+msgid "starts on %{timebox_start_date}"
+msgstr ""
+
+msgid "structure is too large"
+msgstr ""
+
+msgid "stuck"
+msgstr ""
+
+msgid "success"
+msgstr ""
+
+msgid "suggestPipeline|1/2: Choose a template"
+msgstr ""
+
+msgid "suggestPipeline|2/2: Commit your changes"
+msgstr ""
+
+msgid "suggestPipeline|Choose %{boldStart}Code Quality%{boldEnd} to add a pipeline that tests the quality of your code."
+msgstr ""
+
+msgid "suggestPipeline|The template is ready! You can now commit it to create your first pipeline."
+msgstr ""
+
+msgid "suggestPipeline|We’re adding a GitLab CI configuration file to add a pipeline to the project. You could create it manually, but we recommend that you start with a GitLab template that works out of the box."
+msgstr ""
+
+msgid "tag name"
+msgstr ""
+
+msgid "the correct format."
+msgstr ""
+
+msgid "the file"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
+msgid "the wiki"
+msgstr ""
+
+msgid "then"
+msgstr ""
+
+msgid "this document"
+msgstr ""
+
+msgid "this issue cannot be assigned to a confidential epic since it is public"
+msgstr ""
+
+msgid "this issue cannot be made public since it belongs to a confidential epic"
+msgstr ""
+
+msgid "time summary"
+msgstr ""
+
+msgid "toggle collapse"
+msgstr ""
+
+msgid "train"
+msgstr ""
+
+msgid "triggered"
+msgstr ""
+
+msgid "two-factor authentication settings"
+msgstr ""
+
+msgid "type must be Debian"
+msgstr ""
+
+msgid "type parameter is missing and is required"
+msgstr ""
+
+msgid "unicode domains should use IDNA encoding"
+msgstr ""
+
+msgid "updated"
+msgstr ""
+
+msgid "updated %{timeAgo}"
+msgstr ""
+
+msgid "updated %{time_ago}"
+msgstr ""
+
+msgid "uploads"
+msgstr ""
+
+msgid "user avatar"
+msgstr ""
+
+msgid "user namespace cannot be the parent of another namespace"
+msgstr ""
+
+msgid "username"
+msgstr ""
+
+msgid "v%{version} published %{timeAgo}"
+msgstr ""
+
+msgid "value for '%{storage}' must be an integer"
+msgstr ""
+
+msgid "value for '%{storage}' must be between 0 and 100"
+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 "view the source"
+msgstr ""
+
+msgid "visibility"
+msgstr ""
+
+msgid "vulnerability"
+msgid_plural "vulnerabilities"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "vulnerability|Add a comment"
+msgstr ""
+
+msgid "vulnerability|Add a comment or reason for dismissal"
+msgstr ""
+
+msgid "vulnerability|Add comment"
+msgstr ""
+
+msgid "vulnerability|Add comment & dismiss"
+msgstr ""
+
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
+msgid "vulnerability|Dismiss vulnerability"
+msgstr ""
+
+msgid "vulnerability|Save comment"
+msgstr ""
+
+msgid "vulnerability|Undo dismiss"
+msgstr ""
+
+msgid "vulnerability|dismissed"
+msgstr ""
+
+msgid "was scheduled to merge after pipeline succeeds by"
+msgstr ""
+
+msgid "wiki page"
+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 ""
+
+msgid "your settings"
+msgstr ""
+
+msgid "{group}"
+msgstr ""
+
+msgid "{project}"
+msgstr ""
+
diff --git a/locale/pa_IN/gitlab.po b/locale/pa_IN/gitlab.po
index 13e17a72b29..5627e5655ad 100644
--- a/locale/pa_IN/gitlab.po
+++ b/locale/pa_IN/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: pa-IN\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:23\n"
+"PO-Revision-Date: 2022-02-02 15:46\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/pl_PL/gitlab.po b/locale/pl_PL/gitlab.po
index 4c8ab4554a4..acead49e610 100644
--- a/locale/pl_PL/gitlab.po
+++ b/locale/pl_PL/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: pl\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:22\n"
+"PO-Revision-Date: 2022-02-02 15:45\n"
msgid " %{start} to %{end}"
msgstr " %{start} do %{end}"
@@ -132,6 +132,34 @@ msgstr[1] "%d URLe przeskanowane"
msgstr[2] "%d URLi przeskanowanych"
msgstr[3] "%d URLu przeskanowanego"
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%d zatwierdzajÄ…cy"
@@ -603,6 +631,12 @@ msgstr[1] "%{bold_start}%{count}%{bold_end} otwarte merge requesty"
msgstr[2] "%{bold_start}%{count}%{bold_end} otwartych merge requestĂłw"
msgstr[3] "%{bold_start}%{count}%{bold_end} otwartego merge requesta"
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr "%{code_open} Maskowanie:%{code_close} Ukryte w logu zadań. Musi spełnić wymagania maskowania."
@@ -780,6 +814,9 @@ msgstr "aktywność %{group_name}"
msgid "%{group_name} group members"
msgstr "członkowie grupy %{group_name}"
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr "Grupa %{group_name} używa konta zarządzane grupowo. Musisz utworzyć nowe konto w GitLab, które będzie zarządzane przez grupę %{group_name}."
@@ -876,6 +913,9 @@ msgstr "%{level_name} nie jest dozwolone w grupie %{group_level_name}."
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -885,6 +925,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -997,9 +1040,6 @@ msgstr "%{placeholder} nie jest prawidłowym motywem"
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -1034,6 +1074,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -2064,21 +2107,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr "Osobiste tokeny dostępu"
@@ -2103,9 +2137,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr "Dowiedz się więcej"
@@ -2211,9 +2242,6 @@ msgstr "Dodaj CHANGELOG"
msgid "Add CONTRIBUTING"
msgstr "Dodaj CONTRIBUTING"
-msgid "Add GitLab to Slack"
-msgstr "Dodaj GitLaba do Slacka"
-
msgid "Add Jaeger URL"
msgstr "Dodaj adres URL Jaegera"
@@ -2223,8 +2251,8 @@ msgstr "Dodaj klaster Kubernetes"
msgid "Add LICENSE"
msgstr "Dodaj LICENCJÄ"
-msgid "Add New Node"
-msgstr "Dodaj nowy węzeł"
+msgid "Add New Site"
+msgstr ""
msgid "Add README"
msgstr "Dodaj README"
@@ -2238,6 +2266,9 @@ msgstr "Dodaj %{type}"
msgid "Add a GPG key"
msgstr "Dodaj klucz GPG"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr "Dodaj adres URL Jaeger, aby zastąpić tę stronę linkiem do Twojego serwera Jaeger. Najpierw musisz %{link_start_tag}zainstalować Jaeger%{link_end_tag}."
@@ -2304,6 +2335,9 @@ msgstr "Dodaj zadanie"
msgid "Add an SSH key"
msgstr "Dodaj klucz SSH"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr "Dodaj istniejące zgłoszenie."
@@ -2421,9 +2455,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr "Dodaj do Slacka"
-
msgid "Add to board"
msgstr "Dodaj do tablicy"
@@ -2721,6 +2752,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2877,6 +2914,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2913,7 +2953,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -3039,6 +3079,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -3102,6 +3145,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr "UĹĽytkownik zostanie wylogowany"
@@ -3204,7 +3250,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3765,22 +3811,13 @@ msgstr "Zezwól projektom w tej grupie korzystać z Git LFS"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
msgstr ""
-msgid "Allow requests to the local network from hooks and services."
-msgstr "Zezwalaj na żądania do sieci lokalnej z hook'ów i usług."
-
-msgid "Allow requests to the local network from system hooks"
-msgstr "Zezwalaj na ĹĽÄ…dania do sieci lokalnej z hookĂłw systemowych"
-
-msgid "Allow requests to the local network from web hooks and services"
-msgstr "Zezwalaj na żądania do sieci lokalnej z webhooków i usług"
-
msgid "Allow subgroups to set up their own two-factor authentication rules"
msgstr "Zezwalaj podgrupom na ustawianie własnych reguł uwierzytelniania dwuskładnikowego"
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3891,9 +3928,6 @@ msgstr "Wystapił błąd"
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr "Wystąpił błąd podczas dodawania szkicu do wątku."
@@ -4041,18 +4075,15 @@ msgstr "Wystąpił błąd podczas pobierania zadań."
msgid "An error occurred while fetching the latest pipeline."
msgstr "Wystąpił błąd podczas wczytywania najnowszego potoku."
+msgid "An error occurred while fetching the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while fetching the releases. Please try again."
msgstr "Wystąpił błąd podczas pobierania wydań. Spróbuj ponownie."
msgid "An error occurred while fetching this tab."
msgstr "Wystąpił błąd podczas pobierania tej karty."
-msgid "An error occurred while generating a username. Please try again."
-msgstr "Wystąpił błąd podczas generowania nazwy użytkownika. Proszę, spróbuj ponownie."
-
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
-msgstr "Wystąpił błąd podczas pobierania danych autouzupełniania. Proszę, odśwież stronę i spróbuj ponownie."
-
msgid "An error occurred while getting files for - %{branchId}"
msgstr "Wystąpił błąd podczas pobierania plików dla - %{branchId}"
@@ -4622,9 +4653,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4655,9 +4683,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4667,13 +4692,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4700,7 +4725,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4715,6 +4740,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4730,7 +4758,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4742,22 +4770,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4871,6 +4905,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4965,9 +5002,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -5052,7 +5086,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5498,6 +5532,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5630,6 +5667,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5657,6 +5697,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5672,9 +5715,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5711,9 +5751,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5792,9 +5829,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5873,6 +5916,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -6191,18 +6237,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -6218,9 +6258,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6269,15 +6306,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6296,9 +6324,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6494,6 +6519,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6561,9 +6595,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6798,6 +6844,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -7181,6 +7230,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7358,6 +7410,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7658,15 +7713,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7763,6 +7809,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7787,7 +7839,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7832,7 +7884,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7862,7 +7914,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7919,13 +7971,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7952,7 +8007,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7979,6 +8034,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7991,6 +8058,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -8016,7 +8086,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -8034,6 +8104,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8986,6 +9059,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -9235,6 +9311,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -9265,6 +9344,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9310,12 +9395,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9343,12 +9431,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9913,7 +10007,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -10054,9 +10148,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -10069,9 +10178,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -10144,6 +10250,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -10171,13 +10280,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10321,6 +10433,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10579,6 +10694,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10813,6 +10931,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -11049,6 +11170,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -11058,10 +11182,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11151,12 +11275,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -11169,9 +11287,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -11184,9 +11299,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11259,9 +11371,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11289,9 +11398,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11301,12 +11407,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11319,9 +11419,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11343,9 +11440,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11617,9 +11711,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -12058,6 +12149,9 @@ msgstr[3] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -12073,6 +12167,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -12287,9 +12384,39 @@ msgstr[3] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12858,9 +12985,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12928,7 +13052,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -13123,7 +13247,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13369,6 +13493,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13513,9 +13640,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13558,6 +13682,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13585,6 +13712,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13663,9 +13796,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13714,6 +13844,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13991,6 +14124,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -14018,6 +14154,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14805,9 +14944,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14817,15 +14953,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14841,6 +14971,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14923,10 +15101,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15368,16 +15543,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15465,12 +15630,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15795,6 +15954,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15870,6 +16032,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15906,18 +16071,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15954,6 +16122,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -16008,6 +16179,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -16083,12 +16257,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -16104,6 +16272,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -16137,16 +16308,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16158,9 +16332,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16209,6 +16380,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16245,10 +16422,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16326,6 +16503,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16449,9 +16629,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16476,6 +16653,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16656,6 +16836,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16794,6 +16977,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16962,6 +17148,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16980,6 +17169,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -17043,9 +17235,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -17070,6 +17259,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -17082,9 +17274,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17325,18 +17514,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17361,9 +17544,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17394,7 +17574,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17442,6 +17625,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17460,9 +17646,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17490,9 +17673,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17535,7 +17715,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17616,9 +17796,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17673,7 +17850,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17906,6 +18083,33 @@ msgstr[3] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17966,9 +18170,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -18005,9 +18206,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -18023,6 +18221,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -18122,6 +18323,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -18146,9 +18359,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18755,6 +18965,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18857,6 +19070,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18932,6 +19148,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19356,9 +19575,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19371,9 +19587,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19443,6 +19656,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19461,9 +19677,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19500,6 +19713,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19509,6 +19725,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19569,7 +19788,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21391,6 +21610,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21728,9 +21950,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21746,6 +21965,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21782,6 +22004,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22556,6 +22811,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22574,9 +22835,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23401,9 +23671,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23425,9 +23692,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23606,10 +23870,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23714,9 +23978,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23795,9 +24056,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23816,9 +24074,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -24336,6 +24591,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24363,6 +24621,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24429,7 +24690,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -25350,7 +25611,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25969,9 +26251,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -26110,6 +26389,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -26128,7 +26410,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26395,9 +26677,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26410,6 +26689,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26422,7 +26704,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26587,10 +26869,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26773,6 +27073,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26788,6 +27091,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -27142,6 +27451,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27367,6 +27679,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27391,9 +27706,6 @@ 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 ""
@@ -27571,6 +27883,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27616,9 +27931,6 @@ 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 ""
@@ -28141,10 +28453,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -28222,6 +28537,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -28267,6 +28588,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28393,9 +28717,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28417,7 +28738,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28435,7 +28756,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -29197,9 +29518,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -29233,7 +29551,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29479,6 +29797,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29548,6 +29872,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29624,7 +29951,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -30170,6 +30497,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30400,6 +30734,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30475,9 +30812,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30496,6 +30830,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30627,9 +30964,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30696,7 +31030,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30800,13 +31134,13 @@ msgstr "Cofnij"
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30827,6 +31161,9 @@ msgstr ""
msgid "Roadmap"
msgstr "Harmonogram"
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30914,6 +31251,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30926,9 +31266,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30947,6 +31293,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30962,9 +31311,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -31013,10 +31359,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -31052,6 +31401,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -31091,16 +31443,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -31112,6 +31464,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -31127,9 +31482,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31283,9 +31635,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31412,9 +31761,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31738,7 +32084,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31870,6 +32216,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31924,6 +32273,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31942,21 +32294,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31966,12 +32327,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31999,6 +32369,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -32014,12 +32390,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -32029,6 +32453,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32350,9 +32777,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32740,7 +33164,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32749,6 +33173,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32758,18 +33185,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32908,7 +33329,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -33083,9 +33504,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -33125,6 +33543,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -33137,6 +33558,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -33149,9 +33573,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -33176,6 +33597,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33220,7 +33644,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33313,6 +33737,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33415,9 +33842,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33724,9 +34175,6 @@ msgstr ""
msgid "Something went wrong. Try again later."
msgstr ""
-msgid "Sorry, no epics matched your search"
-msgstr "Przepraszamy, żadne epiki nie pasują do Twoich wyszukiwań"
-
msgid "Sorry, no projects matched your search"
msgstr "Przepraszamy, żadne projekty nie pasują do Twoich wyszukiwań"
@@ -33790,9 +34238,6 @@ msgstr "Ostatni Kontakt"
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -34126,6 +34571,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -34168,6 +34616,9 @@ msgstr ""
msgid "State your message to activate"
msgstr "Określ swoją wiadomość, aby aktywować"
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34510,6 +34961,9 @@ msgstr "Subskrybowany"
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34540,6 +34994,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34618,9 +35093,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34789,9 +35261,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34816,6 +35285,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34855,6 +35327,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34909,6 +35384,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34921,6 +35399,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -35164,6 +35651,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -35236,6 +35726,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr "Warunki Użytkowania oraz Polityka Prywatności"
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -35414,6 +35907,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "Przetwarzanie pokrycia testowego"
@@ -35590,9 +36086,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35633,12 +36126,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35648,9 +36135,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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."
-
msgid "The application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35684,7 +36168,7 @@ 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 contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35853,6 +36337,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35928,9 +36415,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35946,9 +36430,6 @@ 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."
-msgid "The private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr "Klucz prywatny służy do użycia w przypadku, gdy dostarczony jest certyfikat klienta. Ta wartość jest zaszyfrowana w trybie spoczynku."
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -36318,7 +36799,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36369,7 +36850,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36453,9 +36934,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36579,6 +37057,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36618,9 +37099,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36660,9 +37138,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36882,6 +37366,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36903,6 +37390,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36942,6 +37432,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -37170,9 +37663,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -37424,9 +37914,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37568,9 +38055,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37586,9 +38070,6 @@ 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 ""
@@ -37796,9 +38277,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37911,6 +38389,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37926,15 +38407,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -38001,6 +38476,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38520,6 +39001,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38541,6 +39025,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38976,6 +39463,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39507,6 +39997,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39660,6 +40162,9 @@ msgstr[3] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39885,6 +40390,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39927,6 +40435,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39945,6 +40456,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39954,6 +40471,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39966,6 +40486,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39978,6 +40501,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -40002,9 +40528,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -40185,127 +40720,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40413,10 +40948,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40726,7 +41261,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40828,6 +41369,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40861,6 +41405,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40909,6 +41456,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40954,6 +41504,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -41089,6 +41642,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -41183,6 +41739,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -41222,7 +41781,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41237,6 +41796,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41618,7 +42180,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41627,9 +42189,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41696,6 +42255,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41830,6 +42392,13 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "approved by: "
msgstr ""
@@ -41915,6 +42484,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -42293,6 +42865,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -42320,12 +42895,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -42457,6 +43026,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42507,6 +43079,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42625,6 +43203,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42721,9 +43302,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42767,9 +43345,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42894,7 +43469,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42943,6 +43518,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42997,6 +43575,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -43042,6 +43623,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -43051,9 +43635,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -43090,9 +43671,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -43383,9 +43961,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43566,9 +44141,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/pt_BR/gitlab.po b/locale/pt_BR/gitlab.po
index e372d5b55a4..652e52cacb9 100644
--- a/locale/pt_BR/gitlab.po
+++ b/locale/pt_BR/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: pt-BR\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:20\n"
+"PO-Revision-Date: 2022-02-02 15:43\n"
msgid " %{start} to %{end}"
msgstr " %{start} até %{end}"
@@ -71,7 +71,7 @@ msgid "\"%{repository_name}\" size (%{repository_size}) is larger than the limit
msgstr "\"%{repository_name}\" tamanho (%{repository_size}) Ă© maior que o limite de %{limit}."
msgid "#%{issueIid} (closed)"
-msgstr "#%{issueIid} (fechado)"
+msgstr "#%{issueIid} (fechada)"
msgid "#general, #development"
msgstr "#geral, #desenvolvimento"
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] "%d URL verificada"
msgstr[1] "%d URLs verificadas"
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%d aprovador"
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] "%{bold_start}%{count}%{bold_end} solicitação de mesclagem aberta"
msgstr[1] "%{bold_start}%{count}%{bold_end} solicitações de mesclagem abertas"
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr "%{code_open}Mascarado:%{code_close} Escondidos nos logs de tarefas. Deve corresponder a requisitos de mascaramento."
@@ -564,7 +590,7 @@ msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last
msgstr "%{description}- Evento Sentry: %{errorUrl}- Visto pela primeira vez: %{firstSeen}- Visto pela Ăşltima vez: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch. %{docs_link}"
-msgstr ""
+msgstr "%{doc_link_start}A pesquisa avançada%{doc_link_end} está desativada, pois %{ref_elem} não é a ramificação padrão. %{docs_link}"
msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled."
msgstr "%{doc_link_start}A pesquisa avançada%{doc_link_end} está ativada."
@@ -626,6 +652,9 @@ msgstr "atividade de %{group_name}"
msgid "%{group_name} group members"
msgstr "Membros do grupo %{group_name}"
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
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} usa contas gerenciadas por grupo. Você precisa criar uma nova conta do GitLab que será gerenciada por %{group_name}."
@@ -722,6 +751,9 @@ msgstr "%{level_name} nĂŁo Ă© permitido em um grupo %{group_level_name}."
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "%{level_name} nĂŁo Ă© permitido, pois o projeto de origem do fork possui menor visibilidade."
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr "%{link_start}Saiba mais%{link_end} sobre cargos."
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr "%{link_start}Inicie o título com %{draft_snippet}%{link_end} para evitar que uma solicitação de mesclagem de código de um trabalho em andamento seja executada antes de estar pronta."
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr "%{placeholder} não é um tema válido"
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr "%{scope} resultados para o termo '%{term}'"
@@ -1108,13 +1143,13 @@ msgid "'%{level}' is not a valid visibility level"
msgstr "'%{level}' não é um nível de visibilidade válido"
msgid "'%{name}' Value Stream created"
-msgstr ""
+msgstr "'%{name}' Fluxo de Valor criado"
msgid "'%{name}' Value Stream deleted"
-msgstr ""
+msgstr "Fluxo de valor '%{name}' excluĂ­do"
msgid "'%{name}' Value Stream saved"
-msgstr ""
+msgstr "'%{name}' Fluxo de valor salvo"
msgid "'%{source}' is not a import source"
msgstr "'%{source}' não é uma fonte de importação"
@@ -1161,7 +1196,7 @@ msgid "(max size 15 MB)"
msgstr "(tamanho máximo de 15MB)"
msgid "(optional)"
-msgstr ""
+msgstr "(opcional)"
msgid "(removed)"
msgstr "(removido)"
@@ -1181,7 +1216,7 @@ msgid "(we need your current password to confirm your changes)"
msgstr "(precisamos da sua senha atual para confirmar as alterações)"
msgid "* All times are in UTC unless specified"
-msgstr ""
+msgstr "* Todos os horários estão em UTC, a menos que especificado"
msgid "*Required"
msgstr "*ObrigatĂłrio"
@@ -1689,7 +1724,7 @@ msgid "APIFuzzing|To prevent a security leak, authentication info must be added
msgstr ""
msgid "APIFuzzing|Username for basic authentication"
-msgstr ""
+msgstr "Nome de usuário para autenticação básica"
msgid "APIFuzzing|You may need a maintainer's help to secure your credentials."
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr "Ele nĂŁo pode ser usado para acessar outros dados."
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr "Mantenha este token em segredo. Qualquer pessoa que o tiver poderá acessar objetos estáticos do repositório como se fosse você. Se isso acontecer,%{linkStart} reinicie este token%{linkEnd}."
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr "Mantenha este token em segredo. Qualquer pessoa que o tiver poderá acessar objetos estáticos do repositório como se fosse você. Se isso acontecer,%{reset_link_start} reinicie este token%{reset_link_end}."
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr "AccessTokens|Mantenha este token em segredo. Qualquer pessoa que o tiver poderá criar issues como se fosse você. Se isso acontecer, %{linkStart}redefina o token%{linkEnd}."
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr "Mantenha este token em segredo. Qualquer pessoa que o tiver poderá criar issues como se fosse você. Se isso acontecer %{link_reset_it}."
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr "Mantenha este token em segredo. Qualquer pessoa que o tenha pode ler a atividade e emitir feeds RSS ou o feed do seu calendário como se fosse você. Se isso acontecer, %{linkStart}redefina o token%{linkEnd}."
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr "Mantenha este token em segredo. Qualquer pessoa que o tenha pode ler a atividade e emitir feeds RSS ou o feed do seu calendário como se fosse você. Se isso acontecer, %{link_reset_it}."
-
msgid "AccessTokens|Personal Access Tokens"
msgstr "Token de acesso pessoal"
@@ -1871,9 +1897,6 @@ msgstr "Seu token de e-mail de entrada autentica vocĂŞ quando vocĂŞ cria um novo
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr "redefinir este token"
-
msgid "AccessibilityReport|Learn more"
msgstr "Saiba mais"
@@ -1926,7 +1949,7 @@ msgid "AccountValidation|Verification is required to discourage and reduce the a
msgstr ""
msgid "AccountValidation|unsubscribe"
-msgstr ""
+msgstr "cancelar inscrição"
msgid "AccountValidation|you may %{unsubscribe_link} at any time."
msgstr ""
@@ -1956,7 +1979,7 @@ msgid "Active Sessions"
msgstr "Sessões ativas"
msgid "Active chat names (%{count})"
-msgstr ""
+msgstr "Nomes ativos no bate-papo (%{count})"
msgid "Activity"
msgstr "Atividade"
@@ -1979,9 +2002,6 @@ msgstr "Adicionar CHANGELOG"
msgid "Add CONTRIBUTING"
msgstr "Adicionar CONTRIBUTING"
-msgid "Add GitLab to Slack"
-msgstr "Adicionar GitLab ao Slack"
-
msgid "Add Jaeger URL"
msgstr "Adicionar URL Jaeger"
@@ -1991,8 +2011,8 @@ msgstr "Adicionar cluster Kubernetes"
msgid "Add LICENSE"
msgstr "Adicionar LICENSE"
-msgid "Add New Node"
-msgstr "Adicionar um novo nĂł"
+msgid "Add New Site"
+msgstr ""
msgid "Add README"
msgstr "Adicionar README"
@@ -2006,6 +2026,9 @@ msgstr "Adicionar um %{type}"
msgid "Add a GPG key"
msgstr "Adicionar chave GPG"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr "Adicione uma URL Jaeger para substituir esta página com um link para seu servidor Jaeger. Você precisa primeiro %{link_start_tag}instalar Jaeger%{link_end_tag}"
@@ -2072,6 +2095,9 @@ msgstr "Adicionar uma tarefa pendente"
msgid "Add an SSH key"
msgstr "Adicionar chave SSH"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr "Adicionar uma issue existente"
@@ -2189,9 +2215,6 @@ msgstr "Adicionar system hook"
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr "Adicionar ao Slack"
-
msgid "Add to board"
msgstr "Adicionar ao painel"
@@ -2370,13 +2393,13 @@ msgid "Admin notes"
msgstr "Notas de administração"
msgid "AdminArea|%{billable_users_link_start}Learn more%{billable_users_link_end} about what defines a billable user"
-msgstr ""
+msgstr "%{billable_users_link_start}Saiba mais%{billable_users_link_end} sobre o que define um usuário faturável"
msgid "AdminArea|Active users"
msgstr "Usuários ativos"
msgid "AdminArea|All users created in the instance, including users who are not %{billable_users_link_start}billable users%{billable_users_link_end}."
-msgstr ""
+msgstr "Todos os usuários criados na instância, incluindo usuários que não foram %{billable_users_link_start}usuários faturáveis%{billable_users_link_end}."
msgid "AdminArea|Billable users"
msgstr "Usuários passíveis de cobrança"
@@ -2489,6 +2512,12 @@ msgstr "Você parará todas as tarefas. Os processos em execução serão abrupt
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr "Erro ao carregar as estatĂ­sticas. Por favor, tente novamente"
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2553,7 +2582,7 @@ msgid "AdminSettings|Let's Encrypt email"
msgstr "E-mail de Let's Encrypt"
msgid "AdminSettings|Maximum duration of a session for Git operations when 2FA is enabled."
-msgstr ""
+msgstr "Duração máxima de uma sessão para operações Git quando o 2FA está ativado."
msgid "AdminSettings|New CI/CD variables in projects and groups default to protected."
msgstr "Novas variáveis CI/CD em projetos e grupos padrão para protegidos."
@@ -2580,7 +2609,7 @@ msgid "AdminSettings|Select to disable public access for Pages sites, which requ
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
-msgstr ""
+msgstr "Duração da sessão para operações do Git quando 2FA está ativado (minutos)"
msgid "AdminSettings|Set a CI/CD template as the required pipeline configuration for all projects in the instance. Project CI/CD configuration merges into the required pipeline configuration when the pipeline runs. %{link_start}What is a required pipeline configuration?%{link_end}"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr "(Desativado)"
msgid "AdminUsers|(Internal)"
msgstr "(Interno)"
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr "(Aprovação pendente)"
@@ -2655,7 +2687,7 @@ msgid "AdminUsers|2FA Enabled"
msgstr "A2F ativada"
msgid "AdminUsers|A user can validate themselves by inputting a credit/debit card, or an admin can manually validate a user."
-msgstr ""
+msgstr "Um usuário pode validar a si mesmo inserindo um cartão de crédito/débito, ou um administrador pode validar manualmente um usuário."
msgid "AdminUsers|Access"
msgstr "Acesso"
@@ -2681,8 +2713,8 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr "Administrador"
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
-msgstr "Administradores tem acesso a todos os grupos, projetos e usuários e podem gerenciar todos os recursos nesta instalação."
+msgid "AdminUsers|Administrator"
+msgstr ""
msgid "AdminUsers|Admins"
msgstr "Administradores"
@@ -2775,7 +2807,7 @@ msgid "AdminUsers|Delete user and contributions"
msgstr "Excluir o usuário e suas contribuições"
msgid "AdminUsers|Export permissions as CSV (max 100,000 users)"
-msgstr ""
+msgstr "Exportar permissões como CSV (máximo de 100.000 usuários)"
msgid "AdminUsers|External"
msgstr "Externo"
@@ -2807,6 +2839,9 @@ msgstr "É você!"
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr "Saiba mais sobre %{link_start}usuários banidos.%{link_end}"
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr "Entrar"
@@ -2865,11 +2900,14 @@ msgid "AdminUsers|Sort by"
msgstr "Ordenar por"
msgid "AdminUsers|The user can't access git repositories."
-msgstr ""
+msgstr "O usuário não pode acessar os repositórios git."
msgid "AdminUsers|The user can't log in."
msgstr "O usuário não pode entrar."
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr "O usuário será desconectado"
@@ -2972,8 +3010,8 @@ msgstr "Você pode banir suas contas no futuro, se necessário."
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr "VocĂŞ pode reverter o banimento dessas contas no futuro. Os dados permanecerĂŁo intactos."
-msgid "AdminUsers|You cannot remove your own admin rights."
-msgstr "VocĂŞ nĂŁo pode remover seus prĂłprios direitos de administrador."
+msgid "AdminUsers|You cannot remove your own administrator access."
+msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
msgstr "Você deve transferir a propriedade ou excluir os grupos pertencentes a este usuário antes de excluir sua conta"
@@ -3533,22 +3571,13 @@ msgstr "Permitir que projetos dentro deste grupo usem o Git LFS"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
msgstr "Permitir o acesso pĂşblico a pipelines e detalhes de tarefas, incluindo logs de saĂ­da e artefatos."
-msgid "Allow requests to the local network from hooks and services."
-msgstr "Permitir requisições de hooks e serviços para a rede local."
-
-msgid "Allow requests to the local network from system hooks"
-msgstr "Permitir requisições à rede local a partir de hooks de sistema"
-
-msgid "Allow requests to the local network from web hooks and services"
-msgstr "Permitir requisições à rede local de web hooks e serviços"
-
msgid "Allow subgroups to set up their own two-factor authentication rules"
msgstr "Permitir que subgrupos configurem suas próprias regras de autenticação de dois fatores"
msgid "Allow this key to push to this repository"
msgstr "Permitir que esta chave faça push para este repositório"
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr "Ocorreu um erro"
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr "Ocorreu um erro ao buscar as tarefas de pipelines."
-
msgid "An error occurred adding a draft to the thread."
msgstr "Ocorreu um erro ao adicionar um rascunho Ă  discussĂŁo."
@@ -3809,18 +3835,15 @@ msgstr "Ocorreu um erro ao recuperar as tarefas."
msgid "An error occurred while fetching the latest pipeline."
msgstr "Ocorreu um erro ao recuperar o Ăşltimo pipeline."
+msgid "An error occurred while fetching the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while fetching the releases. Please try again."
msgstr "Ocorreu um erro ao buscar as releases. Por favor, tente novamente."
msgid "An error occurred while fetching this tab."
msgstr "Ocorreu um erro enquanto busca nesta aba."
-msgid "An error occurred while generating a username. Please try again."
-msgstr "Um erro ocorreu ao gerar um nome de usuário. Por favor tente novamente."
-
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
-msgstr ""
-
msgid "An error occurred while getting files for - %{branchId}"
msgstr "Ocorreu um erro ao obter arquivos para - %{branchId}"
@@ -4112,7 +4135,7 @@ msgid "Anti-spam verification"
msgstr "Verificação anti-spam"
msgid "Any"
-msgstr "Qualquer um"
+msgstr "Qualquer"
msgid "Any %{header}"
msgstr "Qualquer %{header}"
@@ -4257,7 +4280,7 @@ msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{
msgstr ""
msgid "ApplicationSettings|Send confirmation email on sign-up"
-msgstr ""
+msgstr "Enviar e-mail de confirmação no cadastro"
msgid "ApplicationSettings|Sign-up enabled"
msgstr ""
@@ -4284,7 +4307,7 @@ msgid "ApplicationSettings|domain.com"
msgstr "domĂ­nio.com"
msgid "Applications"
-msgstr "Aplicações"
+msgstr "Aplicativos"
msgid "Applied"
msgstr "Aplicado"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr "Adicionar aprovadores"
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr "Todas as verificações"
@@ -4407,9 +4427,6 @@ msgstr "Tipo de aprovador"
msgid "ApprovalRule|Approvers"
msgstr "Aprovadores"
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr "Confirmado"
@@ -4419,13 +4436,13 @@ msgstr "Dispensado"
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr "Detectado anteriormente"
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr "Verificações de segurança"
msgid "ApprovalRule|Select All"
msgstr "Selecionar tudo"
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr "Selecionar verificação"
@@ -4482,7 +4502,7 @@ msgstr "NĂ­veis de severidade"
msgid "ApprovalRule|Target branch"
msgstr "Ramificação de destino"
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,23 +4514,29 @@ msgstr "Estados de vulnerabilidade"
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr "As configurações de solicitação de mesclagem foram atualizadas"
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr "Evitar a aprovação por autor."
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr "Evitar aprovações por usuários que adicionarem commits."
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
-msgstr "Evitar a edição de regras de aprovação em solicitações de mesclagem."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
+msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr "Evitar a edição de regras de aprovação em projetos e solicitações de mesclagem."
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
-msgstr "Remover todas as aprovações quando commits forem adicionados a ramificação de origem."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
+msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
-msgstr "Exigir senha do usuário para aprovar."
+msgid "ApprovalSettings|Require user password to approve"
+msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
msgstr ""
@@ -4623,6 +4649,9 @@ msgstr "Tem certeza que deseja desarquivar este projeto?"
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr "Tem certeza de que deseja tentar mesclar?"
@@ -4715,9 +4744,6 @@ msgstr "VocĂŞ tem certeza de que deseja excluir este item?"
msgid "Are you sure you want to remove this list?"
msgstr "Tem certeza que deseja remover esta lista?"
-msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
-msgstr "Tem certeza de que deseja redefinir o token SCIM? O provisionamento SCIM irá parar de funcionar até que o novo token seja atualizado."
-
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?"
@@ -4797,12 +4823,12 @@ msgid "Ascending"
msgstr "Ascendente"
msgid "Ask again later"
-msgstr "Pergunte novamente mais tarde"
+msgstr "Perguntar novamente mais tarde"
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -4839,7 +4865,7 @@ msgid "Assign reviewer(s)"
msgstr "Atribuir revisor(es)"
msgid "Assign severity"
-msgstr ""
+msgstr "Atribuir severidade"
msgid "Assign some issues to this milestone."
msgstr "Atribua alguns issues a este marco."
@@ -5244,6 +5270,9 @@ msgstr "Foto de perfil será removida. Tem certeza?"
msgid "Average per day: %{average}"
msgstr "Média diária: %{average}"
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr "PrĂŞmio adicionado"
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr "Baseado em"
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr "Cuidado. Alterar o espaço de nome do projeto pode ter efeitos colaterais indesejados."
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr "Abaixo você encontrará todos os grupos que são públicos."
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr "Cobertura semestral de cĂłdigo"
@@ -5418,14 +5453,11 @@ msgstr "%{group_name} está atualmente usando o %{plan_name}."
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr "@%{user_name} você está usando atualmente o %{plan_name}."
-msgid "BillingPlans|Compare all plans"
-msgstr "Comparar todos os planos"
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr "Parabéns, a sua nova avaliação está ativa."
msgid "BillingPlans|End of availability for the Bronze Plan"
-msgstr ""
+msgstr "Fim da disponibilidade para o plano Bronze"
msgid "BillingPlans|Free upgrade!"
msgstr "Atualização grátis!"
@@ -5457,9 +5489,6 @@ 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 to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5473,7 +5502,7 @@ msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr "cobrado anualmente em %{price_per_year}"
msgid "BillingPlans|for the remainder of your subscription"
-msgstr ""
+msgstr "para o restante de sua assinatura"
msgid "BillingPlans|frequently asked questions"
msgstr "perguntas frequentes"
@@ -5536,9 +5565,15 @@ msgid "Billings|You'll now be able to take advantage of free CI/CD minutes on sh
msgstr ""
msgid "Billings|Your account has been validated"
+msgstr "A sua conta foi validada."
+
+msgid "Billing|%{user} was successfully approved"
msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
+msgstr "Um endereço de e-mail só é visível para usuários com e-mails públicos."
+
+msgid "Billing|An error occurred while approving %{user}"
msgstr ""
msgid "Billing|An error occurred while getting a billable member details"
@@ -5548,7 +5583,7 @@ msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while loading pending members list"
-msgstr ""
+msgstr "Ocorreu um erro ao carregar a lista de membros pendentes."
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
@@ -5587,7 +5622,7 @@ msgid "Billing|Project invite"
msgstr "Convite de projeto"
msgid "Billing|Remove user %{username} from your subscription"
-msgstr ""
+msgstr "Remover usuário %{username} da sua assinatura"
msgid "Billing|Toggle seat details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr "Importar do Bitbucket"
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr "Bloquear usuário"
@@ -5931,18 +5969,12 @@ msgstr "Apagar ramificações que foram mescladas"
msgid "Branches|Delete protected branch"
msgstr "Apagar ramificação protegida"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "Apagar ramificação protegida '%{branch_name}'?"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr "Excluir ramificação protegida. Você tem CERTEZA ABSOLUTA disso?"
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
msgstr "Excluir a ramificação %{strongStart}%{branchName}%{strongEnd} não pode ser desfeito. Você tem certeza?"
-msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "Apagar a ramificação '%{branch_name}' não pode ser desfeito. Você tem certeza?"
-
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
msgstr "Apagar ramificações mescladas não pode ser desfeita. Você tem certeza?"
@@ -5958,9 +5990,6 @@ msgstr "Nova ramificação"
msgid "Branches|No branches to show"
msgstr "Nenhuma ramificação para mostrar"
-msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
-msgstr "Uma vez que vocĂŞ confirmar e pressionar %{delete_protected_branch}, nĂŁo pode ser desfeito ou recuperado."
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr "Uma vez que você confirmar e pressionar %{strongStart}%{buttonText},%{strongEnd} isso não poderá ser desfeito ou recuperado."
@@ -6009,15 +6038,6 @@ msgstr "A ramificação padrão não pode ser apagada"
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
msgstr "Essa ramificação não foi mesclado para %{defaultBranchName}. Para evitar perca de dados, considere fazer o merge dessa ramificação antes de deletá-lo."
-msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-msgstr "Essa ramificação não foi mesclado para '%{default_branch}'."
-
-msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
-msgstr "Para evitar perda de dados, considere fazer um merge dessa branch antes de apagá-la."
-
-msgid "Branches|To confirm, type %{branch_name_confirmation}:"
-msgstr "Para confirmar, digite %{branch_name_confirmation}:"
-
msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
msgstr "Para descartar as alterações locais e sobrescrever o branch com a versão upstream, exclua-o aqui e escolhe 'Atualize agora' acima."
@@ -6036,9 +6056,6 @@ msgstr "Você está prestes a excluir permanentemente a ramificação %{strongSt
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr "Você está prestes a excluir permanentemente a ramificação protegida %{strongStart}%{branchName}.%{strongEnd}"
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "Você irá apagar irreparavelmente a branch protegida '%{branch_name}'."
-
msgid "Branches|diverged from upstream"
msgstr "divergido do upstream"
@@ -6136,7 +6153,7 @@ msgid "BulkImport|Import selected"
msgstr "Importar selecionado"
msgid "BulkImport|Importing the group failed."
-msgstr ""
+msgstr "Falha na importação do grupo."
msgid "BulkImport|Last imported to %{link}"
msgstr "Última importação para %{link}"
@@ -6234,6 +6251,15 @@ msgstr "Ao autenticar com uma conta vinculada a um endereço de e-mail corporati
msgid "By default, all projects and groups will use the global notifications setting."
msgstr "Por padrão, todos os projetos e grupos usarão as configurações de notificações globais."
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "por"
@@ -6299,9 +6325,21 @@ msgstr "EstatĂ­sticas de versĂŁo"
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr "Adicione um %{base_domain_link_start}domínio base%{link_end} para o seu %{kubernetes_cluster_link_start}cluster Kubernetes%{link_end} para que a sua estratégia de deploy funcione."
@@ -6417,10 +6455,10 @@ msgid "CampfireService|From the end of the room URL."
msgstr "Do final da URL da sala."
msgid "CampfireService|Send notifications about push events to Campfire chat rooms. %{docs_link}"
-msgstr ""
+msgstr "Envia notificações sobre eventos push para salas de bate-papo do Campfire. %{docs_link}"
msgid "CampfireService|The %{code_open}.campfirenow.com%{code_close} subdomain."
-msgstr ""
+msgstr "O subdomĂ­nio %{code_open}.campfirenow.com%{code_close}"
msgid "Can be manually deployed to"
msgstr "Pode ser implantado manualmente para"
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr "NĂŁo pode ser mesclado automaticamente"
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr "Não é possível criar o relatório de abuso. O usuário foi excluído."
@@ -6729,7 +6770,7 @@ msgid "ChangeTypeAction|This will create a new commit in order to revert the exi
msgstr "Isso criará um novo commit para reverter as mudanças existentes."
msgid "ChangeTypeAction|Your changes will be committed to %{branchName} because a merge request is open."
-msgstr ""
+msgstr "Suas mudanças serão confirmadas para %{branchName} porque a sua solicitação de mesclagem está aberta."
msgid "Changed assignee(s)."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr "(x%{numberOfUsers})"
msgid "Checkout|(x%{quantity})"
msgstr "(x%{quantity})"
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr "Endereço de cobrança"
@@ -7092,6 +7136,9 @@ msgstr "Cherry-pick esse merge request"
msgid "Child"
msgstr "Filho"
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr "O Ă©pico filho nĂŁo existe."
@@ -7392,15 +7439,6 @@ msgstr "Clique para esconder"
msgid "Click to reveal"
msgstr "Clique para revelar"
-msgid "Client authentication certificate"
-msgstr "Certificado de autenticação do cliente"
-
-msgid "Client authentication key"
-msgstr "Chave de autenticação do cliente"
-
-msgid "Client authentication key password"
-msgstr "Senha da chave de autenticação do cliente"
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr "Fechado: %{closed}"
msgid "Closes this %{quick_action_target}."
msgstr "Fecha este %{quick_action_target}."
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr "Cluster"
@@ -7521,23 +7565,23 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
-msgstr "%{number} de %{total} agentes"
+msgid "ClusterAgents|%{number} of %{total} Agents"
+msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
-msgstr ""
+msgstr "%{number} de %{total} cluster conectado por meio de certificados de cluster"
msgid "ClusterAgents|%{titleIcon}Connected"
-msgstr ""
+msgstr "%{titleIcon}Conectado"
msgid "ClusterAgents|%{titleIcon}Not connected"
-msgstr ""
+msgstr "%{titleIcon}NĂŁo conectado"
msgid "ClusterAgents|%{tokenName} created"
-msgstr ""
+msgstr "%{tokenName} criado"
msgid "ClusterAgents|%{tokenName} revoked"
-msgstr ""
+msgstr "%{tokenName} revogado"
msgid "ClusterAgents|Access tokens"
msgstr "Tokens de acesso"
@@ -7546,7 +7590,7 @@ msgid "ClusterAgents|Actions"
msgstr "Ações"
msgid "ClusterAgents|Advanced installation methods"
-msgstr ""
+msgstr "Métodos avançados de instalação"
msgid "ClusterAgents|Agent"
msgstr "Agente"
@@ -7566,8 +7610,8 @@ msgstr "Agente nunca conectado ao GitLab"
msgid "ClusterAgents|All"
msgstr "Todos"
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
-msgstr "Ocorreu um erro ao carregar seu GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
+msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
msgstr "Ocorreu um erro ao carregar seu agente."
@@ -7596,14 +7640,14 @@ msgstr "Conectar um cluster existente"
msgid "ClusterAgents|Connect with a certificate"
msgstr "Conectar com o certificado"
-msgid "ClusterAgents|Connect with the Agent"
-msgstr "Conectar com o Agente"
+msgid "ClusterAgents|Connect with agent"
+msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
msgstr "Conectar com o GitLab Agent"
msgid "ClusterAgents|Connect your cluster through the Agent"
-msgstr ""
+msgstr "Conecte seu cluster através do agente"
msgid "ClusterAgents|Connected"
msgstr "Conectado"
@@ -7642,7 +7686,7 @@ msgid "ClusterAgents|Event occurred"
msgstr ""
msgid "ClusterAgents|Failed to register an agent"
-msgstr ""
+msgstr "Falha ao registrar um agente"
msgid "ClusterAgents|For the advanced installation method %{linkStart}see the documentation%{linkEnd}."
msgstr ""
@@ -7653,14 +7697,17 @@ msgstr "GitLab Agent"
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr "GitLab Agent para Kubernetes"
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr "Ir para o repositĂłrio de arquivos"
msgid "ClusterAgents|How to register an agent?"
msgstr "Como registrar um agente?"
-msgid "ClusterAgents|Install a new agent"
-msgstr "Instalar um novo agente"
+msgid "ClusterAgents|Install new Agent"
+msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
msgstr "Ăšltima conexĂŁo %{timeAgo}."
@@ -7686,8 +7733,8 @@ msgstr "Nunca"
msgid "ClusterAgents|Never connected"
msgstr "Nunca conectado"
-msgid "ClusterAgents|No agents"
-msgstr "Sem agentes"
+msgid "ClusterAgents|No Agents"
+msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
msgstr "Nenhum cluster conectado por meio de certificados de cluster"
@@ -7713,6 +7760,18 @@ msgstr "Registrando o agente"
msgid "ClusterAgents|Registration token"
msgstr "Token de registro"
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr "Segurança"
@@ -7725,6 +7784,9 @@ msgstr "Selecione um agente"
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,14 +7810,14 @@ msgstr "Este agente nĂŁo tem tokens"
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
-msgstr "Para instalar um novo agente, primeiro inclua o arquivo de configuração do agente neste repositório. %{linkStart}Qual é o arquivo de configuração do agente?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
+msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
-msgstr ""
+msgstr "Token criado por %{userName}"
msgid "ClusterAgents|Token revoked by %{userName}"
-msgstr ""
+msgstr "Token revogado por %{userName}"
msgid "ClusterAgents|Unknown user"
msgstr "Usuário desconhecido"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8229,7 +8294,7 @@ msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr "O número de nós deve ser um valor numérico."
msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{linkStart}documentation%{linkEnd} on Kubernetes"
-msgstr ""
+msgstr "Por favor, insira a informação de acesso para o seu cluster Kubernetes. Se precisar de ajuda, você pode ser a nossa %{linkStart}documentação%{linkEnd} em Kubernetes"
msgid "ClusterIntegration|Please make sure that your Google account meets the following requirements:"
msgstr "Por favor, tenha certeza que sua conta no Google cumpre com os requisitos:"
@@ -8649,7 +8714,7 @@ msgid "ComboSearch is not defined"
msgstr "ComboSearch não está definido"
msgid "Comma-separated list of email addresses."
-msgstr ""
+msgstr "Lista de endereços de e-mail separados por vírgula."
msgid "Comma-separated list of users allowed to exceed the rate limit."
msgstr ""
@@ -8716,8 +8781,11 @@ msgstr "Commit (ao editar mensagem do commit)"
msgid "Commit Message"
msgstr "Mensagem de Commit"
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
-msgstr "Fazer commit das alterações"
+msgstr "Confirmar mudanças"
msgid "Commit deleted"
msgstr "Commit excluĂ­do"
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr "Componente"
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr "Configurar rastreamento"
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr "Configure um arquivo %{codeStart}.gitlab-webide.yml%{codeEnd} no %{codeStart}.gitLab%{codeEnd} para começar a usar o Terminal Web. %{helpStart}Saiba mais.%{helpEnd}"
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
-msgstr "Configure permissões avançadas, armazenamento de arquivos grandes e configurações de autenticação de dois fatores."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
+msgstr ""
msgid "Configure existing installation"
msgstr "Configurar instalação existente"
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr "Configurar espelhamento de repositĂłrio."
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr "Configurar a forma como o usuário cria uma nova conta."
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr "Configure quais listas sĂŁo mostradas para qualquer pessoa que visita este painel"
msgid "Confirm"
msgstr "Confirmar"
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr "Confirmar a nova senha"
@@ -9637,7 +9723,7 @@ msgstr "Controle e-mails vinculados Ă  sua conta"
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr "Ações"
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr "Corpus são usados em testes de fuzz como fonte de mutação para melhorar testes futuros."
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr "Nome do corpus"
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr "Ăšltimo uso"
msgid "CorpusManagement|Latest Job:"
msgstr "Ăšltima tarefa:"
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr "Novo envio"
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr "NĂŁo foi possĂ­vel encontrar o design."
@@ -9895,14 +9996,17 @@ msgstr "NĂŁo foi possĂ­vel remover o gatilho."
msgid "Could not restore the group"
msgstr "NĂŁo foi possĂ­vel restaurar o grupo"
+msgid "Could not revoke access token %{access_token_name}."
+msgstr ""
+
msgid "Could not revoke impersonation token %{token_name}."
msgstr "Não foi possível revogar o token de representação %{token_name}."
msgid "Could not revoke personal access token %{personal_access_token_name}."
msgstr "NĂŁo foi possĂ­vel revogar o token de acesso pessoal %{personal_access_token_name}."
-msgid "Could not revoke project access token %{project_access_token_name}."
-msgstr "NĂŁo foi possĂ­vel revogar o token de acesso do projeto %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
+msgstr ""
msgid "Could not save group ID"
msgstr "NĂŁo foi possĂ­vel salvar o ID do grupo"
@@ -9974,7 +10078,7 @@ msgid "Create a new branch"
msgstr "Criar uma nova branch"
msgid "Create a new file as there are no files yet. Afterwards, you'll be able to commit your changes."
-msgstr ""
+msgstr "Crie um novo arquivo, pois ainda não há arquivos. Depois, você poderá confirmar suas mudanças."
msgid "Create a new issue"
msgstr "Criar uma nova issue"
@@ -10045,6 +10149,9 @@ msgstr "Crie uma issue para resolver todos os tĂłpicos"
msgid "Create iteration"
msgstr "Criar interação"
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr "Criar lista"
@@ -10070,7 +10177,7 @@ msgid "Create new CI/CD pipeline"
msgstr "Criar novo pipeline CI/CD"
msgid "Create new Value Stream"
-msgstr ""
+msgstr "Criar novo fluxo de valor"
msgid "Create new branch"
msgstr "Criar novo branch"
@@ -10151,7 +10258,7 @@ msgid "CreateValueStreamForm|%{name} (default)"
msgstr "%{name} (padrĂŁo)"
msgid "CreateValueStreamForm|'%{name}' Value Stream created"
-msgstr ""
+msgstr "%{name}' Fluxo de Valor criado"
msgid "CreateValueStreamForm|'%{name}' Value Stream saved"
msgstr ""
@@ -10214,7 +10321,7 @@ msgid "CreateValueStreamForm|Maximum length %{maxLength} characters"
msgstr ""
msgid "CreateValueStreamForm|Name is required"
-msgstr ""
+msgstr "O nome Ă© obrigatĂłrio"
msgid "CreateValueStreamForm|New stage"
msgstr "Novo estágio"
@@ -10238,7 +10345,7 @@ msgid "CreateValueStreamForm|Restore stage"
msgstr "Restaurar estágio"
msgid "CreateValueStreamForm|Save value stream"
-msgstr ""
+msgstr "Salvar fluxo de valor"
msgid "CreateValueStreamForm|Select end event"
msgstr "Selecionar evento de término"
@@ -10303,6 +10410,9 @@ msgstr "Criado por mim"
msgid "Created by:"
msgstr "Criado por:"
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr "Data de criação"
@@ -10403,13 +10513,13 @@ msgid "Crm|Last name"
msgstr "Sobrenome"
msgid "Crm|New Organization"
-msgstr ""
+msgstr "Nova organização"
msgid "Crm|New contact"
msgstr "Novo contato"
msgid "Crm|New organization"
-msgstr ""
+msgstr "Nova organização"
msgid "Crm|No contacts found"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr "DNS"
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr "%{startDate} - %{endDate}"
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr "Data"
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr "Frequência de implantação"
-msgid "DORA4Metrics|Lead time"
-msgstr "Tempo de espera"
+msgid "DORA4Metrics|Lead time for changes"
+msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr "Não foi possível criar o perfil da verificação. Por favor, tente nov
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr "Verificações de DAST"
-
msgid "DastProfiles|Debug messages"
msgstr "Mensagens de depuração"
@@ -10979,9 +11083,6 @@ msgstr "Novo perfil de site"
msgid "DastProfiles|No scanner profiles created yet"
msgstr "Nenhum perfil de verificação criado ainda"
-msgid "DastProfiles|No scans saved yet"
-msgstr "Nenhuma verificação salva ainda"
-
msgid "DastProfiles|No site profiles created yet"
msgstr "Nenhum perfil de site criado ainda"
@@ -11009,9 +11110,6 @@ msgstr "Cabeçalhos de requisição"
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr "Executar verificação"
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr "Salvar configurações comumente usadas para sites de destino e especifi
msgid "DastProfiles|Save profile"
msgstr "Salvar perfil"
-msgid "DastProfiles|Saved Scans"
-msgstr "Verificações salvas"
-
-msgid "DastProfiles|Scan"
-msgstr "Verificar"
-
msgid "DastProfiles|Scan mode"
msgstr "Modo de verificação"
@@ -11039,9 +11131,6 @@ msgstr "Perfis de verificação"
msgid "DastProfiles|Scanner name"
msgstr "Nome da verificação"
-msgid "DastProfiles|Schedule"
-msgstr "Agendamento"
-
msgid "DastProfiles|Select branch"
msgstr "Selecionar branch"
@@ -11063,9 +11152,6 @@ msgstr "Tipo de site"
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr "Alvo"
-
msgid "DastProfiles|Target URL"
msgstr "URL alvo"
@@ -11216,10 +11302,10 @@ msgid "Database update failed"
msgstr "Falha na atualização do banco de dados"
msgid "DatadogIntegration|%{linkOpen}API key%{linkClose} used for authentication with Datadog."
-msgstr ""
+msgstr "%{linkOpen}Chave da API%{linkClose} usada para autenticação com Datadog."
msgid "DatadogIntegration|(Advanced) The full URL for your Datadog site."
-msgstr ""
+msgstr "(Avançado) O URL completo do seu site de Datadog."
msgid "DatadogIntegration|API URL"
msgstr "URL da API"
@@ -11335,9 +11421,6 @@ msgstr "Branch padrĂŁo e branches protegidos"
msgid "Default branch protection"
msgstr "Proteção padrão de ramificação"
-msgid "Default classification label"
-msgstr "Etiqueta de classificação padrão"
-
msgid "Default delayed project deletion"
msgstr "Atraso padrĂŁo para exclusĂŁo de projeto"
@@ -11561,13 +11644,13 @@ msgid "DeleteProject|Failed to restore wiki repository. Please contact the admin
msgstr "Falha ao restaurar o repositĂłrio wiki. Por favor, contate o administrador."
msgid "DeleteValueStream|'%{name}' Value Stream deleted"
-msgstr ""
+msgstr "%{name}' Fluxo de Valor excluĂ­do"
msgid "DeleteValueStream|Are you sure you want to delete the \"%{name}\" Value Stream?"
-msgstr ""
+msgstr "VocĂŞ tem certeza que deseja excluir o fluxo de valor \"%{name}\"?"
msgid "DeleteValueStream|Delete %{name}"
-msgstr ""
+msgstr "Excluir %{name}"
msgid "Deleted"
msgstr "ExcluĂ­do"
@@ -11579,10 +11662,10 @@ msgid "Deleted projects cannot be restored!"
msgstr "Projetos excluĂ­dos nĂŁo podem ser restaurados!"
msgid "Deletes the source branch"
-msgstr ""
+msgstr "Excluir ramificação de origem"
msgid "Deletes the source branch."
-msgstr ""
+msgstr "Excluir ramificação de origem"
msgid "Deleting"
msgstr "ExcluĂ­ndo"
@@ -11764,6 +11847,9 @@ msgstr[1] "Implantações"
msgid "Deploy Keys"
msgstr "Chave de implantação"
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr "Implantar em..."
@@ -11915,7 +12004,7 @@ msgid "DeployTokens|Expires"
msgstr "Expira"
msgid "DeployTokens|Group deploy tokens allow access to the packages, repositories, and registry images within the group."
-msgstr ""
+msgstr "Os tokens de implantação do grupo permitem acesso aos pacotes, repositórios e imagens de registro dentro do grupo."
msgid "DeployTokens|Name"
msgstr "Nome"
@@ -11991,9 +12080,39 @@ msgstr[1] "%{deployments} ambientes impactados."
msgid "Deployment|API"
msgstr "API"
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr "cancelado"
@@ -12465,10 +12584,10 @@ msgid "Direct member"
msgstr "Membro direto"
msgid "Direct non-authenticated users to this page."
-msgstr ""
+msgstr "Direcionar usuários não autenticados para esta página."
msgid "Direct users to this page after they sign out."
-msgstr ""
+msgstr "Direcionar usuários para esta página depois que eles saírem."
msgid "Direction"
msgstr "Direção"
@@ -12480,7 +12599,7 @@ msgid "Disable"
msgstr "Desabilitar"
msgid "Disable Elasticsearch until indexing completes."
-msgstr ""
+msgstr "Desativar o Elasticsearch até que a indexação seja concluída."
msgid "Disable Two-factor Authentication"
msgstr "Desativar a autenticação de dois fatores"
@@ -12554,9 +12673,6 @@ msgstr "Recursos de segurança, integrados ao seu ciclo de vida de desenvolvimen
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr "Veja os outros recursos do %{linkStart}plano ultimate%{linkEnd}"
-msgid "Discover|Send feedback"
-msgstr "Enviar feedback"
-
msgid "Discover|Start a free trial"
msgstr "Testar"
@@ -12622,7 +12738,7 @@ msgstr "Exibir fonte"
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12698,7 +12814,7 @@ msgid "Download CSV"
msgstr "Baixar CSV"
msgid "Download PDF"
-msgstr ""
+msgstr "Baixar PDF"
msgid "Download artifacts"
msgstr "Baixar artefatos"
@@ -12817,7 +12933,7 @@ msgstr "Editar comentário"
msgid "Edit Deploy Key"
msgstr "Editar chave de implantação"
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13019,7 +13135,7 @@ msgid "Email display name"
msgstr "Nome de exibição no e-mail"
msgid "Email from GitLab - email users right from the Admin Area. %{link_start}Learn more%{link_end}."
-msgstr ""
+msgstr "E-mail do GitLab - e-mail de usuários diretamente da área do administrador. %{link_start}Saiba mais%{link_end}."
msgid "Email not verified. Please verify your email in Salesforce."
msgstr "E-mail nĂŁo verificado. Por favor, verifique o seu email no Salesforce."
@@ -13063,6 +13179,9 @@ msgstr "Não conseguimos descobrir qual usuário corresponde ao e-mail. Por favo
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr "Não conseguimos encontrar o projeto. Por favor, verifique se há algum erro de digitação."
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr "Você não tem permissão para realizar esta ação. Se você acredita que isso é um erro, entre em contato com um membro da equipe."
@@ -13070,10 +13189,10 @@ msgid "EmailError|Your account has been blocked. If you believe this is in error
msgstr "Sua conta foi bloqueada. Se vocĂŞ acredita que isso Ă© um erro, entre em contato com um membro da equipe."
msgid "EmailParticipantsWarning|%{emails} will be notified of your comment."
-msgstr ""
+msgstr "%{emails} será notificado do seu comentário."
msgid "EmailParticipantsWarning|%{emails}, %{andMore} will be notified of your comment."
-msgstr ""
+msgstr "%{emails}, %{andMore} será notificado do seu comentário."
msgid "EmailParticipantsWarning|and %{moreCount} more"
msgstr "e %{moreCount} mais"
@@ -13172,10 +13291,10 @@ msgid "Enable Spam Check via external API endpoint"
msgstr ""
msgid "Enable What's new: All tiers"
-msgstr ""
+msgstr "Ativar novidades: Todos os nĂ­veis"
msgid "Enable What's new: Current tier only"
-msgstr ""
+msgstr "Ativar novidades: Somente o nĂ­vel atual"
msgid "Enable a Prometheus endpoint that exposes health and performance statistics. The Health Check menu item appears in the Monitoring section of the Admin Area. Restart required."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr "Ativar autenticação"
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr "Ativar controle de classificação usando um serviço externo"
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr "Ativar modo de manutenção"
@@ -13279,6 +13398,12 @@ msgstr "Ativar reCAPTCHA para login."
msgid "Enable repository checks"
msgstr "Ativar as verificações de repositório"
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr "Ativar executores compartilhados para todos os projetos e subgrupos neste grupo."
@@ -13357,9 +13482,6 @@ msgstr "Termina em"
msgid "Ends: %{endsAt}"
msgstr "Termina em: %{endsAt}"
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr "Forçar expiração de chave SSH"
@@ -13397,7 +13519,7 @@ msgid "Enter any color or choose one of the suggested colors below."
msgstr ""
msgid "Enter any color."
-msgstr ""
+msgstr "Digite qualquer cor."
msgid "Enter at least three characters to search"
msgstr "Digite pelo menos trĂŞs caracteres para pesquisar"
@@ -13408,6 +13530,9 @@ msgstr "Digite o seu URL do servidor do Bitbucket e o token de acesso pessoal ab
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr "Informe o URL do servidor do Phabricator e o token de acesso pessoal abaixo"
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr "Digite as URLs de solicitações de mesclagem"
@@ -13531,7 +13656,7 @@ msgid "EnvironmentsDashboard|The environments dashboard provides a summary of ea
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 3 environments per project, and is linked to the Operations Dashboard. When you add or remove a project from one dashboard, GitLab adds or removes the project from the other. %{linkStart}More information%{linkEnd}"
-msgstr ""
+msgstr "Esse painel exibe 3 ambientes por projeto e está vinculado ao painel de operações. Quando você adiciona ou remove um projeto de um painel, o GitLab adiciona ou remove o projeto do outro. %{linkStart}Mais informações%{linkEnd}"
msgid "Environments|An error occurred while canceling the auto stop, please try again"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr "Parar ambiente"
msgid "Environments|Stopping %{environmentName}"
msgstr "Parar %{environmentName}"
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr "por %{avatar}"
msgid "Environments|protected"
msgstr "protegido"
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr "Épico"
@@ -13771,7 +13902,7 @@ msgid "Epics|Enter a title for your epic"
msgstr "Digite um tĂ­tulo para o seu Ă©pico"
msgid "Epics|Leave empty to inherit from milestone dates"
-msgstr ""
+msgstr "Deixe em branco para herdar as datas do marco"
msgid "Epics|No start date – %{dueDate}"
msgstr "Sem data de inĂ­cio - %{dueDate}"
@@ -14495,9 +14626,6 @@ msgstr "Exporte a variável para pipelines em execução apenas em branches e ta
msgid "Exported requirements"
msgstr "Requisitos exportados"
-msgid "External Classification Policy Authorization"
-msgstr "Autorização de Política de Classificação Externa"
-
msgid "External ID"
msgstr "ID externo"
@@ -14507,15 +14635,9 @@ msgstr "URL externo"
msgid "External User:"
msgstr "Usuário externo:"
-msgid "External authentication"
-msgstr "Autenticação externa"
-
msgid "External authorization denied access to this project"
msgstr "Autorização externa negou acesso a este projeto"
-msgid "External authorization request timeout"
-msgstr "A requisição de autorização externa esgotou o tempo limite"
-
msgid "External storage URL"
msgstr "URL do armazenamento externo"
@@ -14531,6 +14653,54 @@ msgstr "Etiqueta de classificação"
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr "Quando nenhum etiqueta de classificação está definida, a etiqueta padrão `%{default_label}` será usada."
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr "alha ao criar o framework"
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr "IDs de usuário"
msgid "FeatureFlag|User List"
msgstr "Lista de usuário"
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr "Fev"
@@ -15149,12 +15308,6 @@ msgstr "Filtro"
msgid "Filter by"
msgstr "Filtrar por"
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr "Filtrar por %{issuable_type} que estĂŁo atualmente fechados."
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr "Erros encontrados em seu %{gitlab_ci_yml}:"
msgid "Found errors in your .gitlab-ci.yml:"
msgstr "Erros encontrados em seu .gitlab-ci.yml:"
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr "Configurações gerais"
msgid "Generate a default set of labels"
msgstr "Gerar etiquetas padrĂŁo"
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr "Gerar chave"
@@ -15590,29 +15749,32 @@ msgstr ""
msgid "Geo"
msgstr "Geo"
-msgid "Geo Nodes"
-msgstr "NĂłs do Geo"
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
-msgid "Geo|%{component} synced"
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr "%{component} sincronizado"
+
msgid "Geo|%{component} verified"
-msgstr ""
+msgstr "%{component} verificado"
msgid "Geo|%{label} can't be blank"
-msgstr ""
+msgstr "%{label} nĂŁo pode estar em branco"
msgid "Geo|%{label} should be between 1-999"
-msgstr ""
+msgstr "%{label} deve estar entre 1-999"
msgid "Geo|%{name} is scheduled for forced re-download"
msgstr "%{name} está agendado para forçar download novamente"
@@ -15638,6 +15800,9 @@ msgstr "Adicionar site"
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr "Falha"
@@ -15714,7 +15882,7 @@ msgid "Geo|Geo supports replication of many data types."
msgstr ""
msgid "Geo|Go to the primary site"
-msgstr ""
+msgstr "Ir para o site primário"
msgid "Geo|Healthy"
msgstr "Saudável"
@@ -15729,7 +15897,7 @@ msgid "Geo|In sync"
msgstr "Em sincronia"
msgid "Geo|Internal URL"
-msgstr ""
+msgstr "URL interna"
msgid "Geo|Last event ID from primary"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr "Próxima sincronização programada às"
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr "Ainda nĂŁo sincronizado"
@@ -15780,12 +15942,15 @@ msgid "Geo|Nothing to checksum"
msgstr ""
msgid "Geo|Nothing to synchronize"
-msgstr ""
+msgstr "Nada para sincronizar"
msgid "Geo|Nothing to verify"
msgstr "Nada para verificar"
msgid "Geo|Offline"
+msgstr "Off-line"
+
+msgid "Geo|Open replications"
msgstr ""
msgid "Geo|Pending synchronization"
@@ -15821,16 +15986,19 @@ msgstr "Baixar novamente"
msgid "Geo|Remove"
msgstr "Remover"
-msgid "Geo|Remove entry"
+msgid "Geo|Remove %{nodeType} site"
msgstr ""
-msgid "Geo|Remove node"
-msgstr "Remover nĂł"
+msgid "Geo|Remove entry"
+msgstr "Remover entrada"
+
+msgid "Geo|Remove site"
+msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr "Detalhes da replicação"
-msgid "Geo|Replication details"
-msgstr "Detalhes da replicação"
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15861,13 +16026,13 @@ msgid "Geo|Resync"
msgstr "Ressincronizar"
msgid "Geo|Resync all"
-msgstr ""
+msgstr "Ressincronizar todos"
msgid "Geo|Resync all %{replicableType}"
msgstr ""
msgid "Geo|Resync all projects"
-msgstr ""
+msgstr "Ressincronizar todos os projetos"
msgid "Geo|Retry count"
msgstr "Contagem de retentativas"
@@ -15876,10 +16041,10 @@ msgid "Geo|Reverify"
msgstr "Verificar novamente"
msgid "Geo|Reverify all"
-msgstr ""
+msgstr "Reverificar todos"
msgid "Geo|Reverify all projects"
-msgstr ""
+msgstr "Reverificar todos os projetos"
msgid "Geo|Review replication status, and resynchronize and reverify items with the primary site."
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr "Site secundário"
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr "O status do site foi atualizado em %{timeAgo}."
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr "secundário"
msgid "Get a free instance review"
msgstr "Obter gratuitamente uma instância de revisão"
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16083,7 +16257,7 @@ msgid "GitLab"
msgstr "GitLab"
msgid "GitLab / Unsubscribe"
-msgstr ""
+msgstr "GitLab / Cancelar inscrição"
msgid "GitLab API"
msgstr "GitLab API"
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr "GitLab para Slack"
-
msgid "GitLab group: %{source_link}"
msgstr "Grupo do GitLab: %{source_link}"
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr "Membro do GitLab ou endereço de e-mail"
@@ -16340,6 +16514,9 @@ msgstr "URL do Gitpod"
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr "Voltar para a página anterior"
@@ -16646,6 +16826,9 @@ 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."
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr "Status do LFS do grupo Git:"
@@ -16664,6 +16847,9 @@ msgstr "O grupo SAML deve ser habilitado para testar"
msgid "Group URL"
msgstr "URL do grupo"
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr "Grupo de tarefas por"
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr "Os mantenedores podem registrar grupos de executores em %{link}"
-
msgid "Group members"
msgstr "Membros do grupo"
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr "ConteĂşdo da visĂŁo geral do grupo"
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr "Os minutos do pipeline do grupo foram redefinidos com sucesso."
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr "Projetos do grupo"
-
msgid "Group requires separate account"
msgstr "Grupo requer uma conta separada"
@@ -16776,7 +16959,7 @@ msgid "Group runners"
msgstr "Executores de grupo"
msgid "Group runners can be managed with the %{link}."
-msgstr ""
+msgstr "Os executores de grupo podem ser gerenciados com o %{link}."
msgid "Group sharing provides access to all group members (including members who inherited group membership from a parent group)."
msgstr "O compartilhamento de grupo fornece acesso a todos os membros do grupo (incluindo membros que herdaram a associação ao grupo de um grupo pai)."
@@ -16791,7 +16974,7 @@ msgid "Group was successfully updated."
msgstr "O grupo foi atualizado com sucesso."
msgid "Group wikis"
-msgstr ""
+msgstr "Grupo de wikis"
msgid "Group: %{group_name}"
msgstr "Grupo: %{group_name}"
@@ -17009,18 +17192,12 @@ msgstr "Configurações de entrada única SAML"
msgid "GroupSAML|SAML group link was successfully removed."
msgstr ""
-msgid "GroupSAML|SCIM API endpoint URL"
-msgstr "URL do endpoint de API de SCIM"
-
msgid "GroupSAML|SCIM Token"
msgstr "Token de 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 "Impressão digital SHA1 do certificado de assinatura de token SAML. Obtenha isso do seu provedor de identidade, onde ele também pode ser chamado de \"Thumbprint\"."
-msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to "
-msgstr "O token SCIM agora está oculto. Para ver o valor do token novamente, você precisa "
-
msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr "Seu token SCIM"
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,8 +17252,11 @@ msgstr "Pesquisar grupos"
msgid "GroupSelect|Select a group"
msgstr "Selecionar grupos"
-msgid "GroupSettings|Allow project access token creation"
-msgstr "Permitir a criação de token de acesso ao projeto"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
+msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
msgstr "Aplicado a todos os subgrupos, a menos que seja substituído por um proprietário do grupo. Os grupos já adicionados ao projeto perdem o acesso."
@@ -17126,6 +17303,9 @@ msgstr "Desativar notificações por e-mail"
msgid "GroupSettings|Disable group mentions"
msgstr "Desabilitar menções de grupo"
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr "Ativar exclusĂŁo atrasada do projeto"
@@ -17136,7 +17316,7 @@ msgid "GroupSettings|If not specified at the group or instance level, the defaul
msgstr "Se não for especificado no nível de grupo ou instância, o padrão é %{default_initial_branch_name}. Não afeta os repositórios existentes."
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 ""
+msgstr "Se a visibilidade do grupo pai for menor que a visibilidade atual do grupo, os nĂ­veis de visibilidade para subgrupos e projetos serĂŁo mudados para corresponder Ă  visibilidade do novo grupo pai."
msgid "GroupSettings|New runners registration token has been generated!"
msgstr "Um novo token de registro de executores foi gerado!"
@@ -17144,9 +17324,6 @@ msgstr "Um novo token de registro de executores foi gerado!"
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr "Substitui as preferências de notificação do usuário para todos os membros do grupo, subgrupos e projetos."
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr "Os projetos serĂŁo excluĂ­dos permanentemente apĂłs um %{waiting_period}
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr "Os projetos serão excluídos permanentemente após um %{waiting_period}-atraso de dia(s). Este atraso pode ser %{link_start}personalizado por um administrador%{link_end} nas configurações de instância. Herdado por subgrupos."
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr "Selecione um projeto com o arquivo %{code_start}.gitlab/insights.yml%{code_end}"
@@ -17184,7 +17358,7 @@ msgid "GroupSettings|Select a subgroup to use as the source for custom project t
msgstr "Selecione um subgrupo para usar como fonte para modelos de projeto personalizados para este grupo."
msgid "GroupSettings|Select parent group"
-msgstr ""
+msgstr "Selecionar o grupo pai"
msgid "GroupSettings|Select the project that contains your custom Insights file."
msgstr "Selecione o projeto que contém seu arquivo personalizado do Insights."
@@ -17219,7 +17393,7 @@ msgstr "Essa configuração foi aplicada no grupo %{ancestor_group}. Você pode
msgid "GroupSettings|Transfer group"
msgstr "Transferir grupo"
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr "Você pode gerenciar permissões de membros e acesso do seu grupo para c
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr "Peça ao seu administrador para ativar a %{enable_link_start}migração de grupo.%{enable_link_end}"
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr "Reúne projetos relacionados e concede aos membros acesso a vários projetos ao mesmo tempo."
@@ -17357,8 +17528,8 @@ msgstr "Por favor preencha o seu token de acesso pessoal"
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr "Forneça as credenciais para outra instância do GitLab para importar seus grupos diretamente."
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
-msgstr "Este recurso foi descontinuado e substituído por %{docs_link_start}migração de grupo%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
+msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
msgstr ""
@@ -17586,6 +17757,33 @@ msgstr[1] "Ocultar valores"
msgid "Hide values"
msgstr "Ocultar valores"
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr "Vulnerabilidades altas ou desconhecidas encontradas"
@@ -17646,9 +17844,6 @@ msgstr "Manutenção"
msgid "Housekeeping successfully started"
msgstr "Manutenção iniciada com sucesso"
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr "Manutenção, exportação, caminho, transferência, remoção e arquivamento."
-
msgid "How do I configure Akismet?"
msgstr "Como eu configuro o Akismet?"
@@ -17677,17 +17872,14 @@ msgid "How do I set up a Google Chat webhook?"
msgstr ""
msgid "How do I set up this service?"
-msgstr ""
+msgstr "Como configuro este serviço?"
msgid "How do I use a web terminal?"
-msgstr ""
+msgstr "Como uso um terminal web?"
msgid "How do I use file templates?"
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 ""
@@ -17703,6 +17895,9 @@ msgstr "Eu aceito o %{terms_link}"
msgid "I forgot my password"
msgstr "Esqueci minha senha"
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr "Identificadores"
msgid "Identities"
msgstr "Identidades"
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr "Se ativado, o acesso aos projetos será validado em um serviço externo usando sua etiqueta de classificação."
-
msgid "If enabled, only protected branches will be mirrored."
msgstr "Se ativado, apenas ramificações protegidas serão espelhados."
@@ -18139,7 +18343,7 @@ msgid "In this page you will find information about the settings that are used i
msgstr ""
msgid "InProductMarketing|%{organization_name} logo"
-msgstr ""
+msgstr "Logotipo de %{organization_name}"
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -18190,7 +18394,7 @@ msgid "InProductMarketing|Better code in less time"
msgstr ""
msgid "InProductMarketing|Blog"
-msgstr ""
+msgstr "Blog"
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
@@ -18259,7 +18463,7 @@ msgid "InProductMarketing|Find out how your teams are really doing"
msgstr ""
msgid "InProductMarketing|Follow our steps"
-msgstr ""
+msgstr "Siga nossos passos"
msgid "InProductMarketing|Free 30-day trial"
msgstr "Avaliação gratuita de 30 dias"
@@ -18286,7 +18490,7 @@ msgid "InProductMarketing|Get your team set up on GitLab"
msgstr ""
msgid "InProductMarketing|Git basics"
-msgstr ""
+msgstr "Conceitos básicos de Git"
msgid "InProductMarketing|GitHub Enterprise projects to GitLab"
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr "Muito difĂ­cil"
msgid "InProductMarketing|Very easy"
msgstr "Muito fácil"
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18586,7 +18796,7 @@ msgid "InProductMarketing|testing browser performance"
msgstr ""
msgid "InProductMarketing|unsubscribe"
-msgstr ""
+msgstr "cancelar inscrição"
msgid "InProductMarketing|update your preferences"
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr "Incidente"
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -18790,7 +19003,7 @@ msgid "Include description in commit message"
msgstr ""
msgid "Include new features from all tiers."
-msgstr ""
+msgstr "Inclua novidades de todas as camadas."
msgid "Include the name of the author of the issue, merge request or comment in the email body. By default, GitLab overrides the email sender's name. Some email servers don't support that option."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr "Adicionar uma integração"
msgid "Integrations|Add namespace"
msgstr "Adicionar espaço de nome"
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr "Todos os detalhes"
@@ -19041,10 +19251,7 @@ msgid "Integrations|An error occurred while loading projects using custom settin
msgstr "Ocorreu um erro ao carregar projetos usando configurações personalizadas."
msgid "Integrations|Branches for which notifications are to be sent"
-msgstr ""
-
-msgid "Integrations|Browser limitations"
-msgstr "Limitações do navegador"
+msgstr "Ramificações para as quais as notificações devem ser enviadas"
msgid "Integrations|Comment detail:"
msgstr "Detalhe do comentário:"
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr "Mantenha suas dependĂŞncias de PHP atualizadas no Packagist."
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr "Envie notificações sobre eventos de projeto para Unify Circuit."
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr "Entre para adicionar espaço de nome"
@@ -19181,6 +19391,9 @@ msgstr "PadrĂŁo"
msgid "Integrations|There are no projects using custom settings"
msgstr "Não há projetos usando configurações personalizadas"
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr "Interno - O projeto pode ser acessado por qualquer usuário entrado, exc
msgid "Internal URL (optional)"
msgstr "URL interno (opcional)"
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -19317,7 +19530,7 @@ msgid "Invalid period"
msgstr "Período inválido"
msgid "Invalid pin code."
-msgstr ""
+msgstr "Código PIN inválido."
msgid "Invalid pod_name"
msgstr ""
@@ -19374,7 +19587,7 @@ msgid "Invite \"%{trimmed}\" by email"
msgstr "Convidar \"%{trimmed}\" por e-mail"
msgid "Invite Members"
-msgstr ""
+msgstr "Convidar membros"
msgid "Invite a group"
msgstr "Convidar um grupo"
@@ -19473,16 +19686,16 @@ msgid "InviteMembersModal|Invite"
msgstr "Convidar"
msgid "InviteMembersModal|Invite a group"
-msgstr ""
+msgstr "Convidar um grupo"
msgid "InviteMembersModal|Invite members"
-msgstr ""
+msgstr "Convidar membros"
msgid "InviteMembersModal|Members were successfully added"
msgstr "Membros foram adicionados com sucesso"
msgid "InviteMembersModal|Search for a group to invite"
-msgstr ""
+msgstr "Pesquisar um grupo para convidar"
msgid "InviteMembersModal|Select a group to invite"
msgstr ""
@@ -19500,13 +19713,13 @@ msgid "InviteMembersModal|To assign issues to a new team member, you need a proj
msgstr ""
msgid "InviteMembersModal|You're inviting a group to the %{strongStart}%{name}%{strongEnd} group."
-msgstr ""
+msgstr "Vocêestá convidando membros para o grupo %{strongStart}%{name}%{strongEnd}."
msgid "InviteMembersModal|You're inviting a group to the %{strongStart}%{name}%{strongEnd} project."
-msgstr ""
+msgstr "Vocêestá convidando membros para o grupo %{strongStart}%{name}%{strongEnd}."
msgid "InviteMembersModal|You're inviting members to the %{strongStart}%{name}%{strongEnd} group."
-msgstr ""
+msgstr "Vocêestá convidando membros para o grupo %{strongStart}%{name}%{strongEnd}."
msgid "InviteMembersModal|You're inviting members to the %{strongStart}%{name}%{strongEnd} project."
msgstr "Vocêestá convidando membros para o projeto %{strongStart}%{name}%{strongEnd}."
@@ -19527,7 +19740,7 @@ msgid "InviteMember|Invite another member"
msgstr "Convidar outro membro"
msgid "InviteMember|Invite members"
-msgstr ""
+msgstr "Convidar membros"
msgid "InviteMember|Invite your team"
msgstr ""
@@ -20472,7 +20685,7 @@ msgid "July"
msgstr "Julho"
msgid "Jump to next unresolved thread"
-msgstr ""
+msgstr "Ir para o prĂłximo tĂłpico nĂŁo resolvido"
msgid "Jun"
msgstr "Jun"
@@ -20963,7 +21176,7 @@ msgid "LearnGitLab|Prevent unexpected changes to important assets by assigning o
msgstr ""
msgid "LearnGitLab|Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
-msgstr ""
+msgstr "Pronto para começar com o GitLab? Siga estas etapas para configurar sua área de trabalho, planejar e comprometer as alterações e publicar seu projeto."
msgid "LearnGitLab|Review and edit proposed changes to source code."
msgstr ""
@@ -21056,11 +21269,14 @@ msgid "License Compliance"
msgstr "License Compliance"
msgid "License compliance"
-msgstr ""
+msgstr "Conformidade de licença"
msgid "License file"
msgstr "Arquivo de licença"
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21203,7 +21419,7 @@ msgid "Licenses|Error fetching the license list. Please check your network conne
msgstr ""
msgid "Licenses|License Compliance"
-msgstr "Licença de conformidade"
+msgstr "Conformidade de licença"
msgid "Licenses|Name"
msgstr "Nome"
@@ -21384,9 +21600,6 @@ msgstr "Carregando..."
msgid "Loading…"
msgstr "Carregando…"
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr "Localização"
@@ -21402,6 +21615,9 @@ msgstr "Bloquear"
msgid "Lock %{issuableDisplayName}"
msgstr "Bloquear %{issuableDisplayName}"
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr "Travas possibilitam travar um arquivo ou uma pasta especĂ­fica."
msgid "Locks the discussion."
msgstr "Bloqueia a discussĂŁo."
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "Entrar com cartĂŁo inteligente"
@@ -21547,7 +21796,7 @@ msgid "Manage applications that can use GitLab as an OAuth provider, and applica
msgstr "Gerencie aplicativos que podem utilizar o GitLab como um provedor OAuth e aplicativos que vocĂŞ autorizou a utilizar sua conta."
msgid "Manage applications that use GitLab as an OAuth provider."
-msgstr ""
+msgstr "Gerenciar aplicações que usam o GitLab como provedor OAuth."
msgid "Manage applications that you've authorized to use your account."
msgstr "Gerencie aplicativos que vocĂŞ autorizou a utilizar sua conta."
@@ -21751,7 +22000,7 @@ msgid "Max role"
msgstr "Cargo max"
msgid "Max session time"
-msgstr ""
+msgstr "Tempo máximo de sessão"
msgid "Maximum 20 characters"
msgstr "Máximo de 20 caracteres"
@@ -22212,6 +22461,12 @@ msgstr "Dependências de solicitação de mesclagem"
msgid "Merge request events"
msgstr "Eventos de solicitação de mesclagem"
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr "Relatórios de solicitação de mesclagem"
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr "Realizar merge quando o pipeline for bem sucedido"
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr "Commit para o branch de origem"
@@ -22381,7 +22645,7 @@ msgid "Merged MRs"
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 "Branches com merge realizado estão sendo excluídas. Isso pode levar algum tempo dependendo do número de branches. Por favor, atualize a página para ver as alterações."
+msgstr "Ramificações mescladas estão sendo excluídas. Isso pode levar algum tempo dependendo do número de ramificações . Por favor, atualize a página para ver as alterações."
msgid "Merged by"
msgstr "Merged por"
@@ -23053,9 +23317,6 @@ msgstr "Meses"
msgid "More Information"
msgstr "Mais informações"
-msgid "More Slack commands"
-msgstr "Mais comandos do Slack"
-
msgid "More actions"
msgstr "Mais ações"
@@ -23077,9 +23338,6 @@ msgstr "Mais informações disponíveis|aqui"
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr "Mais opções"
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr "Mais de %{number_commits_distance} diferentes commits com %{default_branch}"
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23290,7 +23548,7 @@ msgid "NavigationTheme|Dark"
msgstr "Escuro"
msgid "NavigationTheme|Dark Mode (alpha)"
-msgstr ""
+msgstr "Modo escuro (alpha)"
msgid "NavigationTheme|Green"
msgstr "Verde"
@@ -23364,9 +23622,6 @@ msgstr "%{strongOpen}todos%{strongClose} pods"
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr "%{strongOpen}qualquer%{strongClose} port"
-msgid "NetworkPolicies|.yaml"
-msgstr ".yaml"
-
msgid "NetworkPolicies|.yaml mode"
msgstr "Modo .yaml"
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr "Definição de política"
-msgid "NetworkPolicies|Rule"
-msgstr "Regra"
-
msgid "NetworkPolicies|Rule mode"
msgstr "Modo de regra"
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr "O tráfego que não corresponder a nenhuma regra será bloqueado."
-
msgid "NetworkPolicies|all DNS names"
msgstr "todos os nomes de DNS"
@@ -23757,7 +24006,7 @@ msgid "Next file in diff"
msgstr "PrĂłximo arquivo em diff"
msgid "Next scan"
-msgstr ""
+msgstr "Próxima verificação"
msgid "Next unresolved discussion"
msgstr "PrĂłxima discussĂŁo nĂŁo resolvida"
@@ -23984,6 +24233,9 @@ msgstr "Nenhum marco"
msgid "No milestones to show"
msgstr "Sem marcos para mostrar"
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr "Sem outras etiquetas com esse nome ou descrição"
@@ -24011,6 +24263,9 @@ msgstr "Sem etiquetas priorizadas com esse nome ou descrição"
msgid "No profiles found"
msgstr "Nenhum perfil encontrado"
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr "Nenhum projeto encontrado"
@@ -24077,8 +24332,8 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
-msgstr "Nenhum webhooks encontrados, adicione um no formulário acima."
+msgid "No webhooks enabled. Select trigger events above."
+msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
msgid_plural "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} days to renew your subscription."
@@ -24119,7 +24374,7 @@ msgid "Not all browsers support U2F devices. Therefore, we require that you set
msgstr "Nem todos os navegadores suportam dispositivos U2F. Portanto, exigimos que você configure um aplicativo de autenticação de dois fatores primeiro. Dessa forma, você sempre será capaz de entrar - mesmo quando você estiver usando um navegador não suportado."
msgid "Not all browsers support WebAuthn. Therefore, we require that you set up a two-factor authentication app first. That way you'll always be able to sign in - even from an unsupported browser."
-msgstr ""
+msgstr "Nem todos os navegadores são compatíveis com WebAuthn. Portanto, exigimos que você configure primeiro um aplicativo de autenticação de dois fatores. Dessa forma, você sempre poderá entrar - mesmo em um navegador não compatível."
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr "Nem todos os dados foram processados ainda, a precisão do gráfico para o período selecionado é limitada."
@@ -24586,7 +24841,7 @@ msgid "OnCallSchedules|User %{name} is currently part of:"
msgstr ""
msgid "OnCallSchedules|View next timeframe"
-msgstr ""
+msgstr "Ver prĂłximo perĂ­odo de tempo"
msgid "OnCallSchedules|View previous timeframe"
msgstr ""
@@ -24727,7 +24982,7 @@ msgid "OnDemandScans|There are no running scans."
msgstr ""
msgid "OnDemandScans|There are no saved scans."
-msgstr ""
+msgstr "Não há verificações salvas."
msgid "OnDemandScans|There are no scheduled scans."
msgstr ""
@@ -24807,7 +25062,7 @@ msgid "Only enable search after installing the plugin, enabling indexing, and re
msgstr ""
msgid "Only include features new to your current subscription tier."
-msgstr ""
+msgstr "Inclua apenas novos recursos no seu nĂ­vel de assinatura atual."
msgid "Only policy:"
msgstr ""
@@ -24909,7 +25164,7 @@ msgid "Operation timed out. Check pod logs for %{pod_name} for more details."
msgstr "A operação expirou. Verifique os registros do pod para %{pod_name} para mais detalhes."
msgid "Operations"
-msgstr ""
+msgstr "Operações"
msgid "Operations Dashboard"
msgstr "Painel de operações"
@@ -24986,8 +25241,29 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
-msgstr "Pedidos de saĂ­da"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
+msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
msgstr ""
@@ -25589,7 +25865,7 @@ msgid "Paste confidential epic link"
msgstr ""
msgid "Paste confidential issue link"
-msgstr ""
+msgstr "Colar link de issue confidencial"
msgid "Paste epic link"
msgstr "Colar link de Ă©pico"
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr "Cole a sua chave SSH pública, que geralmente é encontrada no arquivo '~/.ssh/id_ed25519.pub' ou '~/.ssh/id_rsa.pub' e começa com 'ssh-ed25519' ou 'ssh-rsa'. Não cole sua chave SSH privada, pois isso pode comprometer sua identidade."
-
msgid "Patch to apply"
msgstr ""
@@ -25744,11 +26017,14 @@ msgstr "objeto"
msgid "PerformanceBar|wall"
msgstr "parede"
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr "PerĂ­odo em segundos"
msgid "Permalink"
-msgstr ""
+msgstr "Link permanente"
msgid "Permanently delete project"
msgstr "Excluir projeto permanentemente"
@@ -25762,14 +26038,14 @@ msgstr "Permissões"
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
-msgstr "Permissões, LFS, 2FA"
+msgid "Permissions and group features"
+msgstr ""
msgid "Personal Access Token"
msgstr "Token de acesso pessoal"
msgid "Personal Access Token prefix"
-msgstr ""
+msgstr "Prefixo do token de acesso pessoal"
msgid "Personal access tokens are not revoked upon expiration."
msgstr ""
@@ -26029,9 +26305,6 @@ msgstr "Pipelines"
msgid "Pipelines charts"
msgstr "Gráficos de pipelines"
-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 ""
@@ -26044,6 +26317,9 @@ msgstr "Adicionar uma tarefa de qualidade de cĂłdigo"
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr "Tem certeza de que deseja executar este pipeline?"
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr "Construa com confiança"
@@ -26056,8 +26332,8 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr "Modelo CI/CD para testar e implantar no seu projeto %{name}."
-msgid "Pipelines|Child pipeline"
-msgstr "Pipeline filho"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
+msgstr ""
msgid "Pipelines|Clear runner caches"
msgstr "Limpar cache dos executores"
@@ -26221,11 +26497,29 @@ msgstr "Análise de YAML mesclado"
msgid "Pipelines|Visualize"
msgstr "Visualizar"
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr "Inválido"
-msgid "Pipelines|parent"
-msgstr "pai"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
+msgstr ""
msgid "Pipeline|Actions"
msgstr "Ações"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr "PlantUML"
@@ -26422,6 +26719,12 @@ msgstr "Iniciar todas manualmente"
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr "Por favor, %{link_to_register} ou %{link_to_sign_in} para comentar"
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr "Por favor %{startTagRegister}cadastre-se%{endRegisterTag} ou %{startTagSignIn}entre%{endSignInTag} para responder"
@@ -26510,7 +26813,7 @@ msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please enter your current password."
-msgstr ""
+msgstr "Por favor digite sua senha atual."
msgid "Please fill in a descriptive name for your group."
msgstr "Por favor, preencha um nome descritivo para o seu grupo."
@@ -26579,7 +26882,7 @@ msgid "Please select a file"
msgstr "Por favor, selecione um arquivo"
msgid "Please select a group"
-msgstr ""
+msgstr "Por favor, selecione um grupo"
msgid "Please select a group."
msgstr "Por favor, selecione um grupo."
@@ -26776,6 +27079,9 @@ msgstr "PreferĂŞncias de hora"
msgid "Preferences|Use relative times"
msgstr "Usar tempos relativos"
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -26990,10 +27296,10 @@ msgid "Profiles|Add status emoji"
msgstr "Adicionar emoji de status"
msgid "Profiles|An error occurred while updating your username, please try again."
-msgstr ""
+msgstr "Ocorreu um erro ao atualizar seu nome de usuário, por favor, tente novamente."
msgid "Profiles|An indicator appears next to your name and avatar"
-msgstr ""
+msgstr "Um indicador aparece ao lado do seu nome e avatar"
msgid "Profiles|Avatar cropper"
msgstr "Recortar Avatar"
@@ -27001,6 +27307,9 @@ msgstr "Recortar Avatar"
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr "O avatar será removido. Você tem certeza?"
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr "Bio"
@@ -27025,9 +27334,6 @@ msgstr "Cidade, paĂ­s"
msgid "Profiles|Clear status"
msgstr "Limpar status"
-msgid "Profiles|Click on icon to activate signin with one of the following services"
-msgstr "Clique no ícone para ativar a entrada com um dos seguintes serviços"
-
msgid "Profiles|Commit email"
msgstr "E-mail de commit"
@@ -27128,7 +27434,7 @@ msgid "Profiles|Invalid username"
msgstr "Nome de usuário inválido"
msgid "Profiles|Job title"
-msgstr ""
+msgstr "TĂ­tulo do trabalho"
msgid "Profiles|Key"
msgstr "Chave"
@@ -27188,10 +27494,10 @@ msgid "Profiles|Profile was successfully updated"
msgstr "O perfil foi atualizado com sucesso"
msgid "Profiles|Pronouns"
-msgstr ""
+msgstr "Pronomes"
msgid "Profiles|Pronunciation"
-msgstr ""
+msgstr "PronĂşncia"
msgid "Profiles|Public avatar"
msgstr "Avatar pĂşblico"
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr "Remover avatar"
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr "Definir nova foto de perfil"
@@ -27250,9 +27559,6 @@ msgstr "Autenticação de dois fatores"
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr "Escreva sua %{confirmationValue} para confirmar:"
-msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
-msgstr "Normalmente incia com \"ssh-ed25519 …\" ou \"ssh-rsa …\""
-
msgid "Profiles|Update profile settings"
msgstr "Atualizar configurações do perfil"
@@ -27278,7 +27584,7 @@ msgid "Profiles|Using emojis in names seems fun, but please try to set a status
msgstr "Usar emojis em nomes parece divertido, mas tente definir uma mensagem de status"
msgid "Profiles|Website url"
-msgstr ""
+msgstr "URL do site"
msgid "Profiles|What's your status?"
msgstr "Qual Ă© o seu status?"
@@ -27641,16 +27947,16 @@ msgid "ProjectService|Enter new API key"
msgstr ""
msgid "ProjectService|Enter new password"
-msgstr ""
+msgstr "Insira a nova senha"
msgid "ProjectService|Enter new password."
-msgstr ""
+msgstr "Insira a nova senha."
msgid "ProjectService|Enter new token"
msgstr "Insira o novo token"
msgid "ProjectService|Issue URL"
-msgstr ""
+msgstr "URL da issue"
msgid "ProjectService|Jenkins server URL"
msgstr ""
@@ -27704,10 +28010,10 @@ msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
msgid "ProjectService|Trigger event for new comments."
-msgstr ""
+msgstr "Evento de gatilho para novos comentários."
msgid "ProjectService|Trigger event for new tags pushed to the repository."
-msgstr ""
+msgstr "Evento de gatilho para novas tags enviadas para o repositĂłrio."
msgid "ProjectService|Trigger event for pushes to the repository."
msgstr "Evento de gatilho para envios para o repositĂłrio."
@@ -27716,16 +28022,16 @@ msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
-msgstr ""
+msgstr "Evento de gatilho quando uma issue confidencial Ă© criada, atualizada ou fechada."
msgid "ProjectService|Trigger event when a deployment starts or finishes."
-msgstr ""
+msgstr "Evento de gatilho quando uma implantação inicia ou termina."
msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
-msgstr ""
+msgstr "Evento de gatilho quando uma solicitação de mesclagem é criada, atualizada ou mesclada."
msgid "ProjectService|Trigger event when a new, unique alert is recorded."
-msgstr ""
+msgstr "Evento de gatilho quando um alerta novo e exclusivo Ă© registrado."
msgid "ProjectService|Trigger event when a new, unique vulnerability is recorded. (Note: This feature requires an Ultimate plan.)"
msgstr ""
@@ -27734,16 +28040,16 @@ msgid "ProjectService|Trigger event when a pipeline status changes."
msgstr ""
msgid "ProjectService|Trigger event when a wiki page is created or updated."
-msgstr ""
+msgstr "Evento de gatilho quando uma página da wiki é criada ou atualizada."
msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
-msgstr ""
+msgstr "Evento de gatilho quando uma issue Ă© criada, atualizada ou fechada."
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
-msgstr ""
+msgstr "%{link_start}O que são modelos de descrição?%{link_end}"
msgid "ProjectSettings|%{link_start}What variables can I use?%{link_end}"
-msgstr ""
+msgstr "%{link_start}Que variáveis posso usar?%{link_end}"
msgid "ProjectSettings|Additional settings that influence how and when merges are done."
msgstr "Configurações adicionais que influenciam como e onde as mesclagem são feitas."
@@ -27775,11 +28081,14 @@ msgstr "A caixa de seleção está visível e selecionada por padrão."
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr "A caixa de seleção está visível e não selecionada por padrão."
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
msgstr ""
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
-msgstr "Escolha seu método de merge, opções de mesclar, verificações de mesclar, sugestões de mesclagem e configure um modelo de descrição padrão para solicitações de mesclagem."
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr "Escolha seu método de mesclagem, opções de mesclagem, verificações de mesclagem e sugestões de mesclagem."
+
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
+msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
msgstr "Configure os recursos do projeto e monitore a saĂşde deles."
@@ -27839,7 +28148,7 @@ msgid "ProjectSettings|Fast-forward merge"
msgstr "Executar mesclagem com fast-forward"
msgid "ProjectSettings|Fast-forward merges only."
-msgstr ""
+msgstr "Merges com fast-forward apenas."
msgid "ProjectSettings|Flexible tool to collaboratively develop ideas and plan work in this project."
msgstr "Ferramenta flexĂ­vel para desenvolver ideias e planejar as tarefas nesse projeto."
@@ -27856,11 +28165,17 @@ msgstr "Global"
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr "Interno"
msgid "ProjectSettings|Introduces the risk of merging changes that do not pass the pipeline."
-msgstr ""
+msgstr "Introduz o risco de mesclar alterações que não passam pelo pipeline."
msgid "ProjectSettings|Issues"
msgstr "Issues"
@@ -27887,7 +28202,7 @@ msgid "ProjectSettings|Merge commit message template"
msgstr "Modelo de mensagem de commit de mesclagem"
msgid "ProjectSettings|Merge commit with semi-linear history"
-msgstr "Commit de mesclagem com uma histĂłria semilinear"
+msgstr "Commit de mesclagem com uma histĂłrico semilinear"
msgid "ProjectSettings|Merge method"
msgstr "MĂ©todo de mesclagem"
@@ -27901,6 +28216,9 @@ msgstr "Solicitações de mesclagem"
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr "Sugestões de mesclagem"
@@ -27983,7 +28301,7 @@ msgid "ProjectSettings|Snippets"
msgstr "Snippets"
msgid "ProjectSettings|Squash commit message template"
-msgstr ""
+msgstr "Modelo de mensagem de commit de squash"
msgid "ProjectSettings|Squash commits when merging"
msgstr "Squash commit ao mesclar"
@@ -28001,13 +28319,13 @@ msgid "ProjectSettings|Target project"
msgstr "Projeto alvo"
msgid "ProjectSettings|The commit message used when applying merge request suggestions."
-msgstr ""
+msgstr "A mensagem de commit usada ao aplicar sugestões de solicitação de mesclagem."
msgid "ProjectSettings|The commit message used when merging, if the merge method creates a merge commit."
-msgstr ""
+msgstr "A mensagem de commit usada ao mesclar, se o método de mesclagem criar uma commit de mesclagem."
msgid "ProjectSettings|The commit message used when squashing commits."
-msgstr ""
+msgstr "A mensagem de commit usada para squash de commits."
msgid "ProjectSettings|The default target project for merge requests created in this fork project."
msgstr "O projeto de destino padrão para solicitações de mesclagem criadas neste projeto de fork."
@@ -28027,9 +28345,6 @@ 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|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr "Para ativar este recurso, configure pipelines. %{link_start}Como configurar pipelines para solicitações de mesclagem?%{link_end}"
-
msgid "ProjectSettings|Transfer project"
msgstr "Transferir projeto"
@@ -28051,14 +28366,14 @@ msgstr "Usuários podem solicitar acesso"
msgid "ProjectSettings|View and edit files in this project."
msgstr "Visualize e edite arquivos neste projeto."
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
-msgstr "Veja e edite arquivos nesse projeto. NĂŁo membros do projeto terĂŁo apenas acesso a leitura."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
+msgstr ""
msgid "ProjectSettings|View project analytics."
msgstr "Ver análise de projeto."
msgid "ProjectSettings|Visibility options for this fork are limited by the current visibility of the source project."
-msgstr ""
+msgstr "As opções de visibilidade para este fork são limitadas pela visibilidade atual do projeto fonte."
msgid "ProjectSettings|Visualize the project's performance metrics."
msgstr "Visualize as métricas de desempenho do projeto."
@@ -28069,7 +28384,7 @@ msgstr "Avisar sobre caracteres potencialmente indesejados"
msgid "ProjectSettings|What are badges?"
msgstr "O que sĂŁo selos?"
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28163,13 +28478,13 @@ msgid "ProjectTemplates|iOS (Swift)"
msgstr "iOS (Swift)"
msgid "ProjectView|Activity"
-msgstr ""
+msgstr "Atividade"
msgid "ProjectView|Files and Readme (default)"
-msgstr ""
+msgstr "Arquivos e Readme (padrĂŁo)"
msgid "ProjectView|Readme"
-msgstr ""
+msgstr "Readme"
msgid "Projects"
msgstr "Projetos"
@@ -28538,7 +28853,7 @@ msgid "Promotions|Repository Mirroring"
msgstr "Espelhamento de repositĂłrio"
msgid "Promotions|Repository Mirroring is a way to mirror repositories from external sources. It can be used to mirror all branches, tags, and commits that you have in your repository."
-msgstr ""
+msgstr "Espelhamento de repositório é uma forma de espelhar repositórios de fontes externas. Pode ser usado para espelhar todos as ramificações, tags e commits que você tem em seu repositório."
msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr "Veja outras funcionalidade do %{subscription_link_start}plano Premium%{subscription_link_end}"
@@ -28589,7 +28904,7 @@ msgid "Promotions|Weighting your issue"
msgstr "Ponderar sua issue"
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 ""
+msgstr "Quando você tem muitas issues, pode ser difícil obter uma visão geral. Ao adicionar um peso para as suas issues, você pode ter uma ideia melhor do esforço, custo, tempo necessário ou valor de cada um e, assim, gerenciá-los melhor."
msgid "Promotions|You can restrict access to protected branches by choosing a role (Maintainers, Developers) as well as certain users."
msgstr "Você pode restringir o acesso a ramificações protegidas escolhendo um cargo (Mantenedores, Desenvolveres) e também determinados usuários."
@@ -28721,13 +29036,13 @@ msgid "ProtectedBranch|Toggle code owner approval"
msgstr ""
msgid "ProtectedBranch|Unprotect"
-msgstr ""
+msgstr "Desproteger"
msgid "ProtectedBranch|What are protected branches?"
msgstr "O que são ramificações protegidas?"
msgid "ProtectedBranch|default"
-msgstr ""
+msgstr "padrĂŁo"
msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
msgstr "%{environment_name} poderá ser editado por desenvolvedores. Tem certeza disso?"
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr "Chaves públicas de implantação"
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr "Chaves de implantação públicas (%{deploy_keys_count})"
-
msgid "Public pipelines"
msgstr "Pipelines pĂşblicos"
@@ -28867,7 +29179,7 @@ msgstr "Comprar mais minutos"
msgid "Purchase more storage"
msgstr "Comprar mais armazenamento"
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29021,10 +29333,10 @@ msgid "Quickly and easily edit multiple files in your project."
msgstr "Edite rapidamente e facilmente vários arquivos em seu projeto."
msgid "Quota of CI/CD minutes"
-msgstr ""
+msgstr "Cota de minutos de CI/CD"
msgid "Quota of CI/CD minutes:"
-msgstr ""
+msgstr "Cota de minutos de CI/CD:"
msgid "README"
msgstr "README"
@@ -29113,6 +29425,12 @@ msgstr "ramificação de origem de rebase"
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29266,7 +29587,7 @@ msgid "RegistrationFeatures|Want to %{feature_title} for free?"
msgstr ""
msgid "RegistrationFeatures|send emails to users"
-msgstr ""
+msgstr "Enviar e-mails para usuários"
msgid "RegistrationFeatures|use this feature"
msgstr ""
@@ -29694,7 +30015,7 @@ msgid "Reopen"
msgstr "Reabrir"
msgid "Reopen %{issueType}"
-msgstr "Abrir novamente %{issueType}"
+msgstr "Reabrir %{issueType}"
msgid "Reopen %{noteable}"
msgstr ""
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr "O repositĂłrio deve conter pelo menos 1 arquivo."
msgid "Repository size is above the limit."
msgstr "O tamanho do repositório está acima do limite."
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr "Armazenamento do RepositĂłrio"
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
msgstr "Requisições por período"
-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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr "O requisito%{reference} foi adicionado"
@@ -30150,7 +30479,7 @@ msgstr[0] ""
msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
-msgstr ""
+msgstr "Requer que valores atendam aos requisitos de expressĂŁo regular."
msgid "Requires you to deploy or set up cloud-hosted Sentry."
msgstr "Requer que vocĂŞ implante ou configure o Sentry hospedado na nuvem."
@@ -30189,7 +30518,7 @@ msgid "Reset file"
msgstr ""
msgid "Reset filters"
-msgstr ""
+msgstr "Redefinir filtros"
msgid "Reset health check access token"
msgstr "Recriar o token de status de saĂşde"
@@ -30245,9 +30574,6 @@ msgstr "Resolvido por"
msgid "Resolved by %{name}"
msgstr "Resolvido por %{name}"
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr "Resolve endereços IP uma vez e os usa para enviar requisições"
-
msgid "Response"
msgstr "Resposta"
@@ -30314,7 +30640,7 @@ msgstr "Continuar"
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,15 +30740,15 @@ msgstr "Revogar"
msgid "Revoked"
msgstr "Revogado"
+msgid "Revoked access token %{access_token_name}!"
+msgstr ""
+
msgid "Revoked impersonation token %{token_name}!"
msgstr "Revogado o token de representação %{token_name}!"
msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr "Revogado o token de acesso pessoal %{personal_access_token_name}!"
-msgid "Revoked project access token %{project_access_token_name}!"
-msgstr ""
-
msgid "RightSidebar|Copy email address"
msgstr "Copiar endereço de e-mail"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr "Planejamento"
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr "Cargo"
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr "Arquitetura"
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr "Comando para registrar o executor"
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr "Copiar instruções"
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr "Descrição"
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr "Baixar e instalar o binário"
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr "Grupo"
-msgid "Runners|Group Runners"
-msgstr "Executores de grupo"
-
msgid "Runners|IP Address"
msgstr "Endereço de IP"
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr "RevisĂŁo"
@@ -30705,18 +31049,18 @@ msgstr ""
msgid "Runners|Runners"
msgstr "Executores"
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
-msgstr "Executores nesse grupo: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
+msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
-msgstr "Mostrar instruções de instalação do executor"
-
msgid "Runners|Show runner installation and registration instructions"
msgstr ""
+msgid "Runners|Show runner installation instructions"
+msgstr ""
+
msgid "Runners|Something went wrong while fetching runner data."
msgstr ""
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr "Verificação SSL:"
msgid "SSL verification"
msgstr "Verificação SSL"
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr "Satisfeito"
@@ -31026,9 +31367,6 @@ msgstr "Pesquisar"
msgid "Search GitLab"
msgstr "Pesquisar no GitLab"
-msgid "Search Jira issues"
-msgstr "Pesquisar issues do Jira"
-
msgid "Search a group"
msgstr "Pesquisar um grupo"
@@ -31253,7 +31591,7 @@ msgid "Seats usage data is updated every day at 12:00pm UTC"
msgstr ""
msgid "Secondary"
-msgstr ""
+msgstr "Secundário"
msgid "Secondary email:"
msgstr "E-mail Secundário:"
@@ -31330,8 +31668,8 @@ msgstr "Saiba mais sobre a verificação de vulnerabilidade"
msgid "SecurityApprovals|License-Check"
msgstr "Verificação de licença"
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
-msgstr "Requer aprovação para licenças negadas. %{linkStart}Mais informações%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
msgstr "Requer aprovação para reduções de cobertura de teste. %{linkStart}Saiba mais%{linkEnd}"
@@ -31418,7 +31756,7 @@ msgid "SecurityConfiguration|Manage scans"
msgstr "Gerenciar verificações"
msgid "SecurityConfiguration|More scan types, including Container Scanning, DAST, Dependency Scanning, Fuzzing, and Licence Compliance"
-msgstr ""
+msgstr "Mais tipos de verificação, incluindo verificação de contêiner, DAST, verificação de dependência, fuzzing e conformidade de licença"
msgid "SecurityConfiguration|Not enabled"
msgstr "NĂŁo ativado"
@@ -31462,6 +31800,9 @@ msgstr "Gerenciamento de vulnerabilidades"
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr "Detalhes de vulnerabilidade e estatísticas na solicitação de mesclagem"
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr "Executa uma verificação %{scanType}"
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr "Última verificação"
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr "PolĂ­ticas"
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr "Descrição da política"
msgid "SecurityOrchestration|Policy editor"
msgstr "Editor de polĂ­tica"
-msgid "SecurityOrchestration|Policy preview"
-msgstr "Pré-visualizar política"
-
msgid "SecurityOrchestration|Policy status"
msgstr "Status da polĂ­tica"
+msgid "SecurityOrchestration|Policy summary"
+msgstr ""
+
msgid "SecurityOrchestration|Policy type"
msgstr "Tipo de polĂ­tica"
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr "Regra"
@@ -31558,12 +31911,21 @@ msgstr "Regras"
msgid "SecurityOrchestration|Scan Execution"
msgstr "Execução de verificação"
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr "Execução de verificação"
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr "Status"
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr "ver resultados"
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr "+%{count} mais"
@@ -31621,6 +32037,9 @@ msgstr "Ambiente(s)"
msgid "SecurityPolicies|Policy type"
msgstr "Tipo de polĂ­tica"
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr "%{firstProject} e %{secondProject}"
@@ -31718,22 +32137,22 @@ msgid "SecurityReports|Learn more about setting up your dashboard"
msgstr ""
msgid "SecurityReports|Manage and track vulnerabilities identified in projects within your group. Vulnerabilities in projects are shown here when security testing is configured."
-msgstr "Gerenciar e acompanhe vulnerabilidades identificadas em projetos dentro de seu grupo. Vulnerabilidades em projetos são mostradas aqui quando o teste de segurança é configurado."
+msgstr "Gerenciar e acompanhar vulnerabilidades identificadas em projetos dentro de seu grupo. Vulnerabilidades em projetos são mostradas aqui quando o teste de segurança é configurado."
msgid "SecurityReports|Manage and track vulnerabilities identified in your Kubernetes clusters. Vulnerabilities appear here after you create a scan execution policy in any project in this group."
-msgstr ""
+msgstr "Gerenciar e acompanhar vulnerabilidades identificadas em seus clusters Kubernetes. Vulnerabilidades aparecem aqui depois de criar uma política de execução de verificação em qualquer projeto neste grupo."
msgid "SecurityReports|Manage and track vulnerabilities identified in your Kubernetes clusters. Vulnerabilities appear here after you create a scan execution policy in any project in this instance."
-msgstr ""
+msgstr "Gerenciar e acompanhar vulnerabilidades identificadas em seus clusters Kubernetes. Vulnerabilidades aparecem aqui depois de criar uma política de execução de verificação em qualquer projeto nessa instância."
msgid "SecurityReports|Manage and track vulnerabilities identified in your Kubernetes clusters. Vulnerabilities appear here after you create a scan execution policy in this project."
-msgstr ""
+msgstr "Gerenciar e acompanhar vulnerabilidades identificadas em seus clusters Kubernetes. Vulnerabilidades aparecem aqui depois de criar uma política de execução de verificação nesse grupo."
msgid "SecurityReports|Manage and track vulnerabilities identified in your project. Vulnerabilities are shown here when security testing is configured."
msgstr "Gerenciar e acompanhar vulnerabilidades identificadas em seu projeto. Vulnerabilidades são mostradas aqui quando o teste de segurança é configurado."
msgid "SecurityReports|Manage and track vulnerabilities identified in your selected projects. Vulnerabilities for selected projects with security testing configured are shown here."
-msgstr ""
+msgstr "Gerencie e acompanhar vulnerabilidades identificadas em seus projetos selecionados. Vulnerabilidades para projetos selecionados com testes de segurança configurados são mostradas aqui."
msgid "SecurityReports|Maximum selected projects limit reached"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr "Selecionar Formato do Arquivo"
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr "Selecione o projeto GitLab para vincular com sua equipe Slack"
-
msgid "Select Page"
msgstr "Selecionar Página"
@@ -32332,8 +32748,8 @@ msgstr "Central de serviços"
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
-msgstr "URL de serviço"
+msgid "Service Usage Data"
+msgstr ""
msgid "Service account generated successfully"
msgstr ""
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr "Ativar central de Serviços"
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr "issues criadas a partir da central de serviços aparecerão aqui. Cada comentário torna-se da conversa por e-mail"
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32477,7 +32890,7 @@ msgid "Set the maximum number of slices allowed to run concurrently during Elast
msgstr ""
msgid "Set the maximum session time for a web terminal."
-msgstr ""
+msgstr "Defina o tempo máximo de sessão para um terminal web."
msgid "Set the milestone to %{milestone_reference}."
msgstr "Definir o marco como %{milestone_reference}."
@@ -32500,7 +32913,7 @@ msgstr "Configurar CI/CD"
msgid "Set up Jira Integration"
msgstr "Configurar integração do Jira"
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32537,7 +32950,7 @@ msgid "SetStatusModal|Add status emoji"
msgstr "Adicionar emoji de status"
msgid "SetStatusModal|An indicator appears next to your name and avatar"
-msgstr ""
+msgstr "Um indicador aparece ao lado do seu nome e avatar"
msgid "SetStatusModal|Busy"
msgstr ""
@@ -32673,9 +33086,6 @@ msgstr "Redefinir minutos de pipeline"
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr "Redefinir minutos usados de pipeline"
-msgid "Sherlock Transactions"
-msgstr "Transações de Sherlock"
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr "Mostrar todas as atividades"
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr "Mostrar todas as issues"
@@ -32727,6 +33140,9 @@ msgstr "Mostrar projetos arquivados"
msgid "Show archived projects only"
msgstr "Mostrar somente projetos arquivados"
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr "Exibir comando"
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr "Mostrar apenas comentários"
-msgid "Show commit description"
-msgstr "Mostrar descrição do commit"
-
msgid "Show complete raw log"
msgstr "Visualizar raw log completo"
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr "Mostra a lista fechada"
@@ -32806,7 +33222,7 @@ msgstr "Mostrando todas as issues"
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr "Cadastre-se"
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr "O registro foi bem sucedido! Confirme seu e-mail para fazer entrar."
@@ -33001,9 +33420,33 @@ msgstr "Aplicativo Slack"
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr "A integração com o Slack permite que você interaja com o GitLab por meio de comandos de barra em uma janela de bate-papo."
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr "Envia notificações sobre eventos do projeto para os canais do Slack."
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ msgstr "Algo deu errado. Por favor, tente novamente."
msgid "Something went wrong. Try again later."
msgstr ""
-msgid "Sorry, no epics matched your search"
-msgstr "Desculpe, nenhum Ă©pico corresponde Ă  sua pesquisa"
-
msgid "Sorry, no projects matched your search"
msgstr "Desculpe, nenhum projeto corresponde Ă  sua pesquisa"
@@ -33376,9 +33816,6 @@ msgstr "Ăšltimo contato"
msgid "SortOptions|Last created"
msgstr "Ăšltimos criados"
-msgid "SortOptions|Last updated"
-msgstr "Ăšltimos atualizados"
-
msgid "SortOptions|Least popular"
msgstr "Menos populares"
@@ -33602,7 +34039,7 @@ msgid "Spam and Anti-bot Protection"
msgstr "Proteção contra spam e anti-bot"
msgid "Spam log successfully submitted as ham."
-msgstr ""
+msgstr "Registro de spam foi enviado com sucesso como ham."
msgid "Specific runners"
msgstr "Executores especĂ­ficos"
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr "Iniciar pesquisa"
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr "Regitre sua mensagem para ativar"
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr "Estado/ProvĂ­ncia/Cidade"
@@ -34096,6 +34539,9 @@ msgstr "Inscrito"
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr "Adicionar lugares"
@@ -34204,9 +34671,6 @@ msgstr "Data final da avaliação"
msgid "SubscriptionTable|Trial start date"
msgstr "Data de início da avaliação"
-msgid "SubscriptionTable|Upgrade"
-msgstr "Atualizar"
-
msgid "SubscriptionTable|Usage"
msgstr "Uso"
@@ -34375,9 +34839,6 @@ msgstr "Resumo / Nota"
msgid "Sunday"
msgstr "Domingo"
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34388,7 +34849,7 @@ msgid "SuperSonics|An error occurred while activating your subscription."
msgstr ""
msgid "SuperSonics|Billable users"
-msgstr ""
+msgstr "Usuários faturáveis"
msgid "SuperSonics|Buy subscription"
msgstr "Comprar assinatura"
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr "Iniciar a avaliação gratuita"
msgid "SuperSonics|Subscription details"
msgstr "Detalhes da assinatura"
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr "Suporte"
@@ -34568,16 +35047,16 @@ msgid "SynthaxHighlightingTheme|Light"
msgstr "Claro"
msgid "SynthaxHighlightingTheme|Monokai"
-msgstr ""
+msgstr "Monokai"
msgid "SynthaxHighlightingTheme|None"
msgstr "Nenhum"
msgid "SynthaxHighlightingTheme|Solarized Dark"
-msgstr ""
+msgstr "Solarized escuro"
msgid "SynthaxHighlightingTheme|Solarized Light"
-msgstr ""
+msgstr "Solarized claro"
msgid "System"
msgstr "Sistema"
@@ -34750,6 +35229,9 @@ msgstr "Ramificação de destino"
msgid "Target-Branch"
msgstr "Ramificação de destino"
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr "ID da tarefa: %{elastic_task}"
@@ -34822,6 +35304,9 @@ 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 "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr "Terraform"
@@ -34992,6 +35477,9 @@ msgstr "Teste"
msgid "Test Cases"
msgstr "Casos de teste"
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "Análise de cobertura de teste"
@@ -35147,7 +35635,7 @@ msgid "Thank you for your report. A GitLab administrator will look into it short
msgstr "Obrigado pelo seu relatório. Um administrador do GitLab irá analisá-lo em breve."
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
-msgstr ""
+msgstr "Obrigado pela sua solicitação de suporte! Estamos acompanhando sua solicitação através do ticket #%{issue_iid} e responderemos o quanto antes."
msgid "Thanks for signing up to GitLab!"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35182,7 +35667,7 @@ msgid "The API key used by GitLab for accessing the Spam Check service endpoint.
msgstr ""
msgid "The CSV export will be created in the background. Once finished, it will be sent to %{email} in an attachment."
-msgstr ""
+msgstr "A exportação CSV será criada em segundo plano. Quando concluída, será enviada para %{email} em um anexo."
msgid "The GitLab subscription service (customers.gitlab.com) is currently experiencing an outage. You can monitor the status and get updates at %{linkStart}status.gitlab.com%{linkEnd}."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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."
-
msgid "The application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ 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 contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr "Os artefatos mais recentes criados por tarefas no pipeline mais recente
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
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 password for the Jenkins server."
msgstr ""
@@ -35511,14 +35987,11 @@ msgid "The password for your GitLab account on %{link_to_gitlab} has successfull
msgstr ""
msgid "The pipeline has been deleted"
-msgstr ""
+msgstr "O pipeline foi excluĂ­do"
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."
-msgid "The private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr "A chave privada a ser usada quando um certificado de cliente Ă© fornecido. Este valor Ă© criptografado."
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35670,7 +36143,7 @@ msgid "There are no SSH keys with access to your account."
msgstr "Não há chaves SSH com acesso à sua conta."
msgid "There are no Spam Logs"
-msgstr ""
+msgstr "Não há registros de spam"
msgid "There are no abuse reports!"
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr "Estes serĂŁo enviados para %{email} em um anexo quando terminado."
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr "Essa %{issuableDisplayName} está bloqueada. Só membros do projeto podem comentar."
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr "Esse Ă©pico nĂŁo existe ou vocĂŞ nĂŁo tem permissĂŁo suficiente."
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr "Esta funcionalidade requer que o armazenamento local esteja ativado"
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr "Este pipeline foi disparando por um agendamento."
msgid "This project"
msgstr "Este projeto"
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr "Este projeto nĂŁo pertence a um grupo e nĂŁo pode usar executores de grupo."
@@ -36473,6 +36952,9 @@ msgstr "Este projeto está arquivado e não pode ser comentado."
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr "Este projeto está licenciado sob o %{strong_start}%{license_name}%{strong_end}."
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr "Este serviço permite aos usuários executar operações comuns neste pr
msgid "This setting can be overridden in each project."
msgstr "Essa configuração pode ser substituída em cada projeto."
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36549,10 +37034,10 @@ msgid "This variable can not be masked."
msgstr ""
msgid "This will invalidate your registered applications and U2F / WebAuthn devices."
-msgstr ""
+msgstr "Isso invalidará seus aplicativos registrados e dispositivos U2F / WebAuthn."
msgid "This will invalidate your registered applications and U2F devices."
-msgstr ""
+msgstr "Isso invalidará seus aplicativos registrados e dispositivos U2F."
msgid "This will redirect you to an external sign in page."
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 "Tempo em segundos o GitLab aguardará uma resposta do serviço externo. Quando o serviço não responder a tempo, o acesso será negado."
-
msgid "Time of import: %{importTime}"
msgstr ""
@@ -36990,11 +37472,8 @@ msgstr "Para acessar este domĂ­nio crie um novo registro DNS"
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 "Para adicionar uma chave SSH, vocĂŞ precisa %{generate_link_start}gerar uma%{link_end} ou usar uma %{existing_link_start}chave existente%{link_end}."
-
msgid "To add the entry manually, provide the following details to the application on your phone."
-msgstr ""
+msgstr "Para adicionar a entrada manualmente, forneça os seguintes detalhes ao aplicativo em seu telefone."
msgid "To confirm, type %{phrase_code}"
msgstr ""
@@ -37114,7 +37593,7 @@ msgid "To see this project's operational details, contact an owner of group %{gr
msgstr "Para ver os detalhes operacionais deste projeto, entre em contato com um proprietário do grupo %{groupName} para atualizar o plano. Você também pode remover o projeto do dashboard."
msgid "To see what's changed or create a merge request, choose a branch or tag (like %{branch}), or enter a commit (like %{sha})."
-msgstr ""
+msgstr "Para ver o que mudou ou criar uma solicitação de mesclagem, escolha uma ramificação ou tag (como %{branch}) ou insira um commit (como %{sha})."
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 a autenticação SAML para o seu grupo por meio de um provedor de identidade, como Azure, Okta, Onelogin, Ping Identity ou seu provedor SAML 2.0 personalizado:"
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ msgstr "Para ampliar sua pesquisa, altere ou remova os filtros acima"
msgid "To widen your search, change or remove filters above."
msgstr "Para ampliar sua pesquisa, altere ou remova os filtros acima."
-msgid "To widen your search, change or remove filters."
-msgstr "Para ampliar sua pesquisa, alterar ou remover filtros."
-
msgid "To-Do List"
msgstr "Lista de tarefas pendentes"
@@ -37165,7 +37638,7 @@ msgid "Today"
msgstr "Hoje"
msgid "Todos|Are you looking for things to do? Take a look at %{strongStart}%{openIssuesLinkStart}open issues%{openIssuesLinkEnd}%{strongEnd}, contribute to %{strongStart}%{mergeRequestLinkStart}a merge request%{mergeRequestLinkEnd}%{mergeRequestLinkEnd}%{strongEnd}, or mention someone in a comment to automatically assign them a new to-do item."
-msgstr ""
+msgstr "Você está procurando coisas para fazer? Dê uma olhada em %{strongStart}%{openIssuesLinkStart}issues abertas%{openIssuesLinkEnd}%{strongEnd}, contribua para %{strongStart}%{mergeRequestLinkStart}uma solicitação de mesclagem%{mergeRequestLinkEnd}%{mergeRequestLinkEnd}%{strongEnd}ou mencione alguém em um comentário para atribuir automaticamente uma nova tarefa."
msgid "Todos|Filter by author"
msgstr "Filtrar por autor"
@@ -37180,7 +37653,7 @@ msgid "Todos|It's how you always know what to work on next."
msgstr ""
msgid "Todos|Mark all as done"
-msgstr ""
+msgstr "Marcar tudo como concluĂ­do"
msgid "Todos|Nothing is on your to-do list. Nice work!"
msgstr ""
@@ -37362,9 +37835,6 @@ msgstr "Acompanhe eventos importantes no seu projeto."
msgid "Track time with quick actions"
msgstr "Acompanhe o tempo com ações rápidas"
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr "Modo de treinamento"
@@ -37475,6 +37945,9 @@ msgstr "Você não obterá uma avaliação gratuita agora, mas pode sempre retom
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr "Sua avaliação termina em %{boldStart}%{trialEndDate}%{boldEnd}. Esperamos que você esteja gostando dos recursos do GitLab %{planName}.Para manter esses recursos após o término da avaliação, você precisará comprar uma assinatura. (Você também pode escolher o GitLab Premium se ele atender às suas necessidades.)"
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr "Nome da empresa"
@@ -37490,15 +37963,9 @@ msgstr "PaĂ­s"
msgid "Trial|Dismiss"
msgstr "Dispensar"
-msgid "Trial|First name"
-msgstr "Nome"
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr "Avaliação do GitLab Ultimate (opcional)"
-msgid "Trial|Last name"
-msgstr "Sobrenome"
-
msgid "Trial|Number of employees"
msgstr "Número de funcionários"
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr "Gatilho"
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr "Solucionar problemas e monitorar sua aplicação com rastreamento"
@@ -37590,7 +38063,7 @@ msgid "Try out GitLab Pipelines"
msgstr ""
msgid "Try the troubleshooting steps here."
-msgstr ""
+msgstr "Tente as etapas de solução de problemas aqui."
msgid "Try to fork again"
msgstr "Tente realizar o fork novamente"
@@ -38084,6 +38557,9 @@ msgstr "Atualizado"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "Atualizado em %{updated_at} por %{updated_by}"
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr "Atualizações"
@@ -38105,6 +38581,9 @@ msgstr "Atualize seu plano"
msgid "Upload"
msgstr "Enviar"
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr "Enviar arquivo CSV"
@@ -38540,6 +39019,9 @@ msgstr "Limite de taxa do usuário e IP"
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr "Usuário criado em"
@@ -38928,7 +39410,7 @@ msgid "Value might contain a variable reference"
msgstr ""
msgid "Value stream"
-msgstr ""
+msgstr "Fluxo de valor"
msgid "ValueStreamAnalyticsStage|We don't have enough data to show this stage."
msgstr ""
@@ -39009,7 +39491,7 @@ msgid "Variable"
msgstr "Variável"
msgid "Variable will be masked in job logs."
-msgstr ""
+msgstr "A variável será mascarada nos registros de tarefa."
msgid "Variables"
msgstr "Variáveis"
@@ -39071,6 +39553,18 @@ msgstr "VersĂŁo %{versionNumber}"
msgid "Version %{versionNumber} (latest)"
msgstr "VersĂŁo %{versionNumber} (Ăşltima)"
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr "Ver documentação"
@@ -39142,7 +39636,7 @@ msgid "View full log"
msgstr "Ver log completo"
msgid "View group in admin area"
-msgstr ""
+msgstr "Ver grupo na área do administrador"
msgid "View group labels"
msgstr "Visualizar etiquetas de grupo"
@@ -39218,6 +39712,9 @@ msgstr[1] "Ver chaves GPG pĂşblicas"
msgid "View replaced file @ "
msgstr "Ver arquivo substituĂ­do @ "
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr "Ver configuração"
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr "Informações adicionais"
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr "Baixar"
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr "Identificadores"
@@ -39512,6 +40021,9 @@ msgstr "Imagem"
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr "Links"
@@ -39524,6 +40036,9 @@ msgstr "Espaço de nome"
msgid "Vulnerability|Project"
msgstr "Projeto"
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr "Ferramenta"
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr "AVISO:"
@@ -39636,7 +40163,7 @@ msgid "We invite you to %{featureLinkStart}request a feature%{featureLinkEnd}, %
msgstr ""
msgid "We recommend cloud-based mobile authenticator apps such as Authy, Duo Mobile, and LastPass. They can restore access if you lose your hardware device."
-msgstr ""
+msgstr "Recomendamos aplicativos de autenticação móvel baseados em nuvem, como Authy, Duo Mobile e LastPass. Podem restaurar o acesso se você perder seu dispositivo de hardware."
msgid "We recommend leaving all SAST analyzers enabled"
msgstr ""
@@ -39678,10 +40205,10 @@ msgid "Web IDE"
msgstr "IDE Web"
msgid "Web Terminal"
-msgstr "Terminal Web"
+msgstr "Terminal web"
msgid "Web terminal"
-msgstr "Terminal Web"
+msgstr "Terminal web"
msgid "WebAuthn Devices (%{length})"
msgstr ""
@@ -39743,6 +40270,48 @@ msgstr "Webhooks"
msgid "Webhooks Help"
msgstr "Ajuda do Webhooks"
+msgid "Webhooks|A comment is added to a confidential issue."
+msgstr ""
+
+msgid "Webhooks|A comment is added to an issue."
+msgstr ""
+
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
+msgstr ""
+
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
+msgstr ""
+
+msgid "Webhooks|A feature flag is turned on or off."
+msgstr ""
+
+msgid "Webhooks|A group member is created, updated, or removed."
+msgstr ""
+
+msgid "Webhooks|A job's status changes."
+msgstr ""
+
+msgid "Webhooks|A merge request is created, updated, or merged."
+msgstr ""
+
+msgid "Webhooks|A new tag is pushed to the repository."
+msgstr ""
+
+msgid "Webhooks|A pipeline's status changes."
+msgstr ""
+
+msgid "Webhooks|A release is created or updated."
+msgstr ""
+
+msgid "Webhooks|A subgroup is created or removed."
+msgstr ""
+
+msgid "Webhooks|A wiki page is created or updated."
+msgstr ""
+
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
+msgstr ""
+
msgid "Webhooks|Comments"
msgstr "Comentários"
@@ -39785,6 +40354,9 @@ msgstr "Eventos de pipeline"
msgid "Webhooks|Push events"
msgstr "Eventos de push"
+msgid "Webhooks|Push to the repository."
+msgstr ""
+
msgid "Webhooks|Releases events"
msgstr "Eventos de versões"
@@ -39815,56 +40387,11 @@ msgstr "Gatilho"
msgid "Webhooks|URL"
msgstr "URL"
-msgid "Webhooks|URL is triggered by a push to the repository"
-msgstr "URL Ă© acionado por push para o repositĂłrio"
-
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
-msgstr "O URL Ă© acionado quando uma issue confidencial Ă© criada, atualizada, fechada ou reaberta"
-
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
-msgstr "URL é acionado quando uma implantação começa, termina, falha ou é cancelada"
-
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
-msgstr "O URL Ă© acionado quando um feature flag Ă© ativado ou desativado"
-
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
-msgstr "O URL Ă© acionado quando um membro do grupo Ă© criado, atualizado ou removido"
-
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
-msgstr "O URL é acionado quando uma solicitação de mesclagem é criada, atualizada ou mesclada"
-
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
-msgstr "O URL Ă© acionado quando uma nova tag Ă© enviada para o repositĂłrio"
-
-msgid "Webhooks|URL is triggered when a release is created or updated"
-msgstr "O URL Ă© acionado quando uma versĂŁo Ă© criada ou atualizada"
-
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
-msgstr "O URL Ă© acionado quando um subgrupo Ă© criado ou removido"
-
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
-msgstr "URL é acionado quando uma página wiki é criada ou atualizada"
-
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
-msgstr "O URL Ă© acionado quando uma issue Ă© criada, atualizada, fechada ou reaberta"
-
-msgid "Webhooks|URL is triggered when someone adds a comment"
-msgstr "O URL é acionado quando alguém adiciona um comentário"
-
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
-msgstr "O URL é acionado quando alguém adiciona um comentário sobre uma issue confidencial confidencial"
-
-msgid "Webhooks|URL is triggered when the job status changes"
-msgstr "O URL Ă© acionado quando o status da tarefa muda"
-
-msgid "Webhooks|URL is triggered when the pipeline status changes"
-msgstr "O URL Ă© acionado quando o status do pipeline muda"
-
-msgid "Webhooks|URL must be percent-encoded if neccessary."
-msgstr "O URL deve ser codificado em porcentagem, se necessário."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
+msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
-msgstr "Use este token para validar as cargas recebidas. Ele é enviado com a solicitação no cabeçalho Gitlab-Token HTTP."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
+msgstr ""
msgid "Webhooks|Webhook failed to connect"
msgstr ""
@@ -39971,11 +40498,11 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
-msgstr "Ao deixar o URL em branco, a classificação das etiquetas ainda podem ser especificadas sem desativar os recursos do projeto ou executar verificações de autorização externas."
+msgid "When inactive, an external authentication provider must be used."
+msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
msgstr "Quando as solicitações de mesclagem e commits na ramificação padrão são fechadas, todas as issues aos quais eles fazem referência também são encerrados."
@@ -40282,7 +40809,13 @@ msgstr "Trabalho em andamento (aberto e nĂŁo atribuĂ­do)"
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ msgstr "Você removerá %{group_name}. Isso também excluirá todos os seus subg
msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr "Você está prestes a remover a relação de fork do %{project_full_name}. Você tem CERTEZA disso?"
+msgid "You are going to transfer %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr "Você irá transferir %{project_full_name} para outro espaço de nome. Tem certeza ABSOLUTA?"
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr "Você não está autorizado a atualizar este perfil"
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr "VocĂŞ pode facilmente contribuir para eles pedindo para se juntar nesses
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40574,7 +41119,7 @@ msgid "You can recover this project until %{date}"
msgstr "Você pode recuperar este projeto até %{date}"
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 "Você pode resolver o conflito de mesclagem usando o modo Interativo, escolhendo os botões %{use_ours} ou %{use_theirs} ou editando os arquivos diretamente. Confirme essas alterações em %{branch_name}"
+msgstr "Você pode resolver o conflito de mesclagem usando o modo Interativo, escolhendo os botões %{use_ours} ou %{use_theirs} ou editando os arquivos diretamente. Confirme essas mudanças em %{branch_name}"
msgid "You can see your chat accounts."
msgstr "VocĂŞ pode ver suas contas de bate-papo."
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr "VocĂŞ nĂŁo tem permissĂŁo para deixar este %{namespaceType}."
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40717,7 +41265,7 @@ msgid "You have been redirected to the only result; see the %{a_start}search res
msgstr ""
msgid "You have been unsubscribed from this thread."
-msgstr ""
+msgstr "Você não está mais inscrito neste tópico."
msgid "You have declined the invitation to join %{title} %{name}."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40774,9 +41325,9 @@ msgid "You have reached your project limit"
msgstr "VocĂŞ atingiu o limite de seu projeto"
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
-msgstr ""
+msgstr "Você configurou o 2FA para sua conta! Se você perder o acesso ao seu dispositivo 2FA, poderá usar seus códigos de recuperação para acessar sua conta. Como alternativa, se você enviar uma chave SSH, poderá %{anchorOpen}usar essa chave para gerar códigos de recuperação adicionais%{anchorClose}."
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr "VocĂŞ deve estar conectado para pesquisar em todo o GitLab"
@@ -41032,7 +41586,7 @@ msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
msgid "Your WebAuthn device was registered!"
-msgstr ""
+msgstr "Seu dispositivo WebAuthn foi registrado!"
msgid "Your access request to the %{source_type} has been withdrawn."
msgstr ""
@@ -41086,7 +41640,7 @@ msgid "Your changes have been saved"
msgstr "Suas alterações foram salvas"
msgid "Your changes have been successfully committed."
-msgstr "Suas alterações foram salvadas com sucesso."
+msgstr "Suas mudanças foram salvadas com sucesso."
msgid "Your comment could not be submitted because %{error}"
msgstr ""
@@ -41104,7 +41658,7 @@ msgid "Your commit email is used for web based operations, such as edits and mer
msgstr "Seu e-mail de commit é usado para operações baseadas na web, como edições e merges."
msgid "Your current password is required to register a two-factor authenticator app."
-msgstr ""
+msgstr "Sua senha atual é necessária para registrar um aplicativo autenticador de dois fatores."
msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}."
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr "Seu nome"
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41342,7 +41896,7 @@ msgid "access:"
msgstr ""
msgid "added"
-msgstr ""
+msgstr "adicionado"
msgid "added %{emails}"
msgstr "adicionou %{emails}"
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr "aprovado por: "
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr "criado em %{issuable_created} por %{author}"
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr "criado em %{timeAgoString} por %{email} via %{user}"
-msgid "created %{timeAgoString} by %{user}"
-msgstr "criado em %{timeAgoString} por %{user}"
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr "criado em %{timeAgoString} por %{user} no Jira"
-
msgid "created %{timeAgo}"
msgstr "criado em %{timeAgo}"
@@ -41995,6 +42554,9 @@ msgstr "falhou"
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr "grupo"
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr "nĂŁo Ă© permitido para este projeto."
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "bloqueador por %{path_lock_user_name} %{created_at}"
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr "Essa solicitação de mesclagem não contém alterações"
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr "Por favor, restaurar ou usar um branch %{missingBranchName} diferente"
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,8 +42987,8 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr "Ocultar detalhe de %{widget}"
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
-msgstr "Se a ramificação %{missingBranchName} existir em seu repositório local, você poderá fazer solicitação de mesclagem manualmente usando a linha de comando"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
+msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr "Se o ultimo pipeline foi executado no fork do projeto, pode ser impreciso. Antes de fazer o merge, recomendamos a execução de um pipeline nesse projeto"
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr "Falha ao mesclar."
@@ -42523,6 +43091,9 @@ msgstr "Abrir no IDE Web"
msgid "mrWidget|Plain diff"
msgstr "Diff em texto"
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr "Pronto para ser mesclado automaticamente. Peça a alguém com acesso de gravação a este repositório para mesclar nessa requisição"
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr "Exibir detalhes de %{widget}"
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr "Houve merge das alterações em"
@@ -42577,9 +43151,6 @@ msgstr "Não houve merge para as mudanças em"
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr "O pipeline para essse merge request não foi concluído. Faça um push em um novo commit para corrigir a falha, ou verifique a %{linkStart}documentação de solução de problemas%{linkEnd} para ver as possíveis ações."
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr "O branch de origem foi excluĂ­do"
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr "Sua senha"
-msgid "mrWidget|branch does not exist."
-msgstr "ramificação não existe."
-
msgid "mrWidget|into"
msgstr "para"
@@ -42899,9 +43467,6 @@ msgstr "repositĂłrio:"
msgid "required"
msgstr "obrigatĂłrio"
-msgid "reset it."
-msgstr "redefini-lo."
-
msgid "satisfied"
msgstr "satisfeito"
@@ -43002,7 +43567,7 @@ msgid "suggestPipeline|1/2: Choose a template"
msgstr ""
msgid "suggestPipeline|2/2: Commit your changes"
-msgstr ""
+msgstr "2/2: Confirme suas mudanças"
msgid "suggestPipeline|Choose %{boldStart}Code Quality%{boldEnd} to add a pipeline that tests the quality of your code."
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr "avatar do usuário"
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr "preferências do usuário"
-
msgid "username"
msgstr "nome do usuário"
diff --git a/locale/pt_PT/gitlab.po b/locale/pt_PT/gitlab.po
index 5c130c4c7ad..1822427e306 100644
--- a/locale/pt_PT/gitlab.po
+++ b/locale/pt_PT/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: pt-PT\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:21\n"
+"PO-Revision-Date: 2022-02-02 15:44\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
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} usa contas de gestão de grupo. Precisas de criar uma nova conta no GitLab que será gerida por %{group_name}."
@@ -722,6 +751,9 @@ msgstr "%{level_name} nĂŁo Ă© permitido num grupo %{group_level_name}."
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "%{level_name} nĂŁo Ă© permitido uma vez que o projeto de origem do fork tem uma visibilidade mais baixa."
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr "NĂŁo pode ser usado para acessar nenhum outro dado."
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr "Tokens de Acesso Pessoal"
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr "Adicionar CHANGELOG"
msgid "Add CONTRIBUTING"
msgstr "Adicionar CONTRIBUTING"
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr "Adicionar URL Jaeger"
@@ -1991,7 +2011,7 @@ msgstr "Adicionar cluster Kubernetes"
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr "Adicionar uma chave GPG"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr "Adicionar uma chave SSH"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr "Administrador"
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr "És tu!"
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr "Permitir que projetos dentro deste grupo usem o Git LFS"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
msgstr ""
-msgid "Allow requests to the local network from hooks and services."
-msgstr "Permitir pedidos à rede local dos hooks e serviços."
-
-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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr "Ocorreu um erro"
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,18 +3835,15 @@ 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 pipelines jobs."
+msgstr ""
+
msgid "An error occurred while fetching the releases. Please try again."
msgstr "Ocorreu um erro ao buscar os lançamentos. Por favor, tenta novamente."
msgid "An error occurred while fetching this tab."
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 autocomplete data. Please refresh the page and try again."
-msgstr ""
-
msgid "An error occurred while getting files for - %{branchId}"
msgstr ""
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr "Tens a certeza de que desejas desarquivar este projeto?"
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr "Tens a certeza de que queres remover esta identidade?"
msgid "Are you sure you want to remove this list?"
msgstr ""
-msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
-msgstr "Tens a certeza de que desejas repor o token SCIM? O aprovisionamento de SCIM irá parar de funcionar até que o novo token seja atualizado."
-
msgid "Are you sure you want to reset the health check token?"
msgstr "Tens a certeza de que queres reiniciar o token de verificação de saúde?"
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr "O avatar será removido. Tens a certeza?"
msgid "Average per day: %{average}"
msgstr "Média diária: %{average}"
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr "Tem cuidado. Alterar o espaço de nomes do projeto pode ter efeitos secundários não intencionais."
@@ -5403,6 +5435,9 @@ 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 "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ 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 to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr "Importar do Bitbucket"
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr "Apagar ramos que foram mesclados"
msgid "Branches|Delete protected branch"
msgstr "Apagar ramo protegido"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "Apagar ramo protegido '%{branch_name}'?"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
msgstr ""
-msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "Apagar o ramo '%{branch_name}' nĂŁo pode ser desfeito. Tens a certeza?"
-
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
msgstr "Apagar ramos mesclados nĂŁo pode ser desfeito. Tens a certeza?"
@@ -5958,9 +5990,6 @@ msgstr "Novo ramo"
msgid "Branches|No branches to show"
msgstr "Nenhum ramo para mostrar"
-msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
-msgstr "Depois de confirmares e pressionares %{delete_protected_branch}, ele não poderá ser desfeito ou recuperado."
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr "O ramo padrĂŁo nĂŁo pode ser apagado"
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
msgstr ""
-msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-msgstr "Este ramo nĂŁo foi mesclado para '%{default_branch}'."
-
-msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
-msgstr "Para evitar a perda de dados, considera mesclar este ramo antes de apagá-lo."
-
-msgid "Branches|To confirm, type %{branch_name_confirmation}:"
-msgstr "Para confirmar, digita %{branch_name_confirmation}:"
-
msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
msgstr "Para rejeitar as alterações locais e sobrescrever a ramificação com a versão upstream, apaga-o aqui e escolhe \"Atualizar Agora\" em cima."
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "Estás prestes a apagar, permanentemente, o ramo protegido %{branch_name}."
-
msgid "Branches|diverged from upstream"
msgstr "divergiu da upstream"
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr "Por padrão, todos os projetos e grupos usarão as definições globais de notificações."
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "por"
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr "NĂŁo pode ser mesclado automaticamente"
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr "NĂŁo foi possĂ­vel criar o relatĂłrio de abuso. O utilizador foi apagado."
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr "Cherry-pick este pedido de mesclagem"
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr "Certificado de autenticação do cliente"
-
-msgid "Client authentication key"
-msgstr "Chave de autenticação do cliente"
-
-msgid "Client authentication key password"
-msgstr "Palavra-chave de autenticação do cliente"
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr "Configurar instalação existente"
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr "Erros encontrados no teu %{gitlab_ci_yml}:"
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
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 ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr "Nenhum objetivo para mostrar"
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr "Nenhumas outras etiquetas com tal nome ou descrição"
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr "Repor os minutos do pipeline"
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr "Repor os minutos de pipeline que foram usados"
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr "Mostrar descrição do envio"
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr "Ăšltimo Contacto"
msgid "SortOptions|Last created"
msgstr "Ăšltimo criado"
-msgid "SortOptions|Last updated"
-msgstr "Última atualização"
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr "Enviar ficheiro CSV"
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ 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 also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr "NĂŁo tens permissĂŁo para executar o Terminal de Web. Por favor, contacta um administrador de projeto."
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/ro_RO/gitlab.po b/locale/ro_RO/gitlab.po
index a680cd102d2..eeb6add7633 100644
--- a/locale/ro_RO/gitlab.po
+++ b/locale/ro_RO/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: ro\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:19\n"
+"PO-Revision-Date: 2022-02-02 15:41\n"
msgid " %{start} to %{end}"
msgstr " de la %{start} pânÄ la %{end}"
@@ -124,6 +124,30 @@ msgstr[0] "%d URL scanat"
msgstr[1] "%d URL-uri scanate"
msgstr[2] "%d de URL-uri scanate"
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%d aprobator"
@@ -532,6 +556,12 @@ msgstr[0] "%{bold_start}%{count}%{bold_end} merge request deschis"
msgstr[1] "%{bold_start}%{count}%{bold_end} cereri de îmbinare deschise"
msgstr[2] "%{bold_start}%{count}%{bold_end} de cereri de îmbinare deschise"
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr "%{code_open}Mascat:%{code_close} Ascuns Ă®n log-urile de joburi. Trebuie sÄ corespundÄ cerinČ›elor de mascare."
@@ -539,10 +569,10 @@ msgid "%{code_open}Protected:%{code_close} Only exposed to protected branches or
msgstr "%{code_open}Protejat:%{code_close} Este expus numai la ramurile sau etichetele protejate."
msgid "%{commit_author_link} authored %{commit_authored_timeago}"
-msgstr ""
+msgstr "%{commit_author_link} redactat %{commit_authored_timeago}"
msgid "%{commit_author_link} authored %{commit_authored_timeago} and %{commit_committer_avatar} %{commit_committer_link} committed %{commit_committer_timeago}"
-msgstr ""
+msgstr "%{commit_author_link} a redactat %{commit_authored_timeago} Č™i %{commit_committer_avatar}%{commit_committer_link} a fÄcut commit %{commit_committer_timeago}"
msgid "%{completedCount} completed weight"
msgstr "%{completedCount} greutate finalizatÄ"
@@ -703,6 +733,9 @@ msgstr "%{group_name} activitate"
msgid "%{group_name} group members"
msgstr "%{group_name} membri ai grupului"
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
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} utilizeazÄ conturi gestionate de grup. Trebuie sÄ creaČ›i un nou cont GitLab care va fi gestionat de %{group_name}."
@@ -799,6 +832,9 @@ msgstr "%{level_name} nu este permisÄ Ă®ntr-un grup %{group_level_name}."
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "%{level_name} nu este permis, deoarece proiectul sursÄ al bifurcaČ›iei are o vizibilitate mai micÄ."
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr "%{link_start}ĂŽnvÄČ›aČ›i mai multe%{link_end} despre roluri."
@@ -808,6 +844,9 @@ msgstr "%{link_start}Eliminați %{draft_snippet} prefixul%{link_end} din titlu p
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr "%{link_start}Ce informaČ›ii colecteazÄ GitLab Inc.?%{link_end}"
@@ -919,9 +958,6 @@ msgstr "%{placeholder} nu este o temÄ validÄ"
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -955,6 +991,9 @@ msgstr "%{rotation} a fost recalculat cu participanČ›ii rÄmaČ™i. VÄ rugÄm sÄ
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr "%{rotation} a fost recalculat cu participanČ›ii rÄmaČ™i. VÄ rugÄm sÄ examinaČ›i noua configurare pentru %{rotation}. Este recomandat sÄ luaČ›i legÄtura cu respondentul de apel curent pentru a asigura continuitatea acoperirii de apel."
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr "%{scope} rezultate pentru termenul '%{term}'"
@@ -1010,7 +1049,7 @@ msgid "%{start} to %{end}"
msgstr "de la %{start} pânÄ la %{end}"
msgid "%{strongOpen}Warning:%{strongClose} SAML group links can cause GitLab to automatically remove members from groups."
-msgstr ""
+msgstr "%{strongOpen}Avertisment:%{strongClose} Link-urile grupului SAML pot determina GitLab sÄ elimine automat membrii din grupuri."
msgid "%{strongStart}Tip:%{strongEnd} You can also checkout merge requests locally by %{linkStart}following these guidelines%{linkEnd}"
msgstr "%{strongStart}Sfat:%{strongEnd} PuteČ›i de asemenea sÄ verificaČ›i cererile de Ă®mbinare la nivel local %{linkStart}urmând aceste instrucČ›iuni%{linkEnd}"
@@ -1250,7 +1289,7 @@ msgid "(max size 15 MB)"
msgstr "(dimensiunea maximÄ 15 MB)"
msgid "(optional)"
-msgstr ""
+msgstr "(opțional)"
msgid "(removed)"
msgstr "(eliminat)"
@@ -1948,21 +1987,12 @@ msgstr "Nu poate fi utilizat pentru a accesa alte date."
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr "PÄstraČ›i acest token secret. Oricine Ă®l are poate accesa obiectele statice ale depozitului ca Č™i cum ar fi Ă®n locul dvs. DacÄ se Ă®ntâmplÄ asta vreodatÄ, %{reset_link_start}resetaČ›i acest token%{reset_link_end}."
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr "PÄstraČ›i acest simbol secret. Oricine Ă®l are poate crea probleme ca Č™i cum ar fi Ă®n locul dvs. DacÄ se Ă®ntâmplÄ acest lucru, %{link_reset_it}."
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr "PÄstraČ›i acest simbol secret. Oricine Ă®l are poate citi fluxurile RSS de activitÄČ›i Č™i de probleme sau fluxul de calendar ca Č™i cum ar fi Ă®n locul dvs. DacÄ se Ă®ntâmplÄ acest lucru, %{link_reset_it}."
-
msgid "AccessTokens|Personal Access Tokens"
msgstr "Token-uri de acces personal"
@@ -1987,9 +2017,6 @@ msgstr "Tokenul dvs. de e-mail primit vÄ autentificÄ atunci când creaČ›i o no
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr "Tokenul dvs. pentru obiecte statice vÄ autentificÄ atunci când obiectele statice din depozit (cum ar fi arhivele sau blob-urile) sunt servite dintr-un depozit extern."
-msgid "AccessTokens|reset this token"
-msgstr "reseteazÄ acest token"
-
msgid "AccessibilityReport|Learn more"
msgstr "Aflați mai multe"
@@ -2095,9 +2122,6 @@ msgstr "AdÄugaČ›i CHANGELOG"
msgid "Add CONTRIBUTING"
msgstr "AdÄugaČ›i CONTRIBUTING"
-msgid "Add GitLab to Slack"
-msgstr "AdaugÄ GitLab la Slack"
-
msgid "Add Jaeger URL"
msgstr "AdÄugaČ›i URL Jaeger"
@@ -2107,8 +2131,8 @@ msgstr "AdÄugaČ›i cluster Kubernetes"
msgid "Add LICENSE"
msgstr "AdÄugaČ›i LICENȚĂ"
-msgid "Add New Node"
-msgstr "AdÄugaČ›i un nou nod"
+msgid "Add New Site"
+msgstr ""
msgid "Add README"
msgstr "AdÄugaČ›i README"
@@ -2122,6 +2146,9 @@ msgstr "AdÄugaČ›i un %{type}"
msgid "Add a GPG key"
msgstr "AdÄugaČ›i o cheie GPG"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr "AdÄugaČ›i un URL Jaeger pentru a Ă®nlocui aceastÄ paginÄ cu un link cÄtre serverul Jaeger. Mai Ă®ntâi trebuie sÄ %{link_start_tag}instalaČ›i Jaeger%{link_end_tag}."
@@ -2188,6 +2215,9 @@ msgstr "AdÄugaČ›i o acČ›iune de fÄcut"
msgid "Add an SSH key"
msgstr "AdÄugaČ›i o cheie SSH"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr "AdÄugaČ›i o problemÄ existentÄ"
@@ -2305,9 +2335,6 @@ msgstr "AdÄugare hook sistem"
msgid "Add text to the sign-in page. Markdown enabled."
msgstr "AdÄugaČ›i text paginii de autentificare. Markdown activat."
-msgid "Add to Slack"
-msgstr "AdÄugare la Slack"
-
msgid "Add to board"
msgstr "AdÄugare la bord"
@@ -2605,6 +2632,12 @@ msgstr "Sunteți pe cale de a opri toate joburile. Acest lucru va opri toate job
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr "Eroare la Ă®ncÄrcarea statisticilor. VÄ rugÄm Ă®ncercaČ›i din nou"
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2761,6 +2794,9 @@ msgstr "(Dezactivat)"
msgid "AdminUsers|(Internal)"
msgstr "(Intern)"
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr "(Aprobare în așteptare)"
@@ -2797,7 +2833,7 @@ msgstr "Ajustați setarea plafonului de utilizatori pe instanța dvs."
msgid "AdminUsers|Admin"
msgstr "Administrator"
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2923,6 +2959,9 @@ msgstr "Dvs. sunteți!"
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr "Aflați mai multe despre %{link_start}utilizatori interziși.%{link_end}"
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr "Autentificare"
@@ -2986,6 +3025,9 @@ msgstr "Acest utilizator nu poate accesa repozitorii git."
msgid "AdminUsers|The user can't log in."
msgstr "Acest utilizator nu se poate autentifica."
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr "Utilizatorul va fi deconectat"
@@ -3088,8 +3130,8 @@ msgstr "Le puteČ›i bana contul Ă®n viitor dacÄ este necesar."
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr "PuteČ›i mereu sÄ le debanaČ›i contul dacÄ este necesar. Datele lor vor rÄmâne intacte."
-msgid "AdminUsers|You cannot remove your own admin rights."
-msgstr "Nu vÄ puteČ›i elimina propriile drepturi administrative."
+msgid "AdminUsers|You cannot remove your own administrator access."
+msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
msgstr "Trebuie sÄ transferaČ›i proprietatea sau sÄ Č™tergeČ›i grupurile deČ›inute de acest utilizator Ă®nainte de a le Č™terge contul."
@@ -3649,23 +3691,14 @@ msgstr "PermiteČ›i proiectelor din cadrul acestui grup sÄ utilizeze Git LFS"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
msgstr "Permiteți accesul public la conducte și detalii de joburi, inclusiv la jurnalele de ieșire și la artefacte."
-msgid "Allow requests to the local network from hooks and services."
-msgstr "PermiteČ›i solicitÄri cÄtre reČ›eaua localÄ din hook-uri Č™i servicii."
-
-msgid "Allow requests to the local network from system hooks"
-msgstr "Permitere solicitÄri cÄtre reČ›eaua localÄ din hook-uri sistem"
-
-msgid "Allow requests to the local network from web hooks and services"
-msgstr "PermiteČ›i solicitÄri cÄtre reČ›eaua localÄ de la hook-uri Č™i servicii web"
-
msgid "Allow subgroups to set up their own two-factor authentication rules"
msgstr "PermiteČ›i subgrupurilor sÄ Ă®Č™i configureze propriile reguli de autentificare cu doi factori"
msgid "Allow this key to push to this repository"
msgstr "PermiteČ›i acestei chei sÄ facÄ push cÄtre acest repozitoriu"
-msgid "Allow this secondary node to replicate content on Object Storage"
-msgstr "PermiteČ›i acestui nod secundar sÄ reproducÄ conČ›inutul pe Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
+msgstr ""
msgid "Allow use of licensed EE features"
msgstr ""
@@ -3775,9 +3808,6 @@ msgstr "A apÄrut o eroare"
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr "O eroare de raportare Ă®n care rezultatul unui test indicÄ incorect prezenČ›a unei vulnerabilitÄČ›i Ă®ntr-un sistem, când vulnerabilitatea nu este prezentÄ."
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr "A apÄrut o eroare adÄugând o schiČ›Ä la subiect."
@@ -3925,18 +3955,15 @@ msgstr "A apÄrut o eroare la preluarea joburilor."
msgid "An error occurred while fetching the latest pipeline."
msgstr "A apÄrut o eroare la preluarea celei mai recente conducte."
+msgid "An error occurred while fetching the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while fetching the releases. Please try again."
msgstr "A apÄrut o eroare la preluarea lansÄrilor. VÄ rugÄm Ă®ncercaČ›i din nou."
msgid "An error occurred while fetching this tab."
msgstr "A apÄrut o eroare la preluarea acestei file."
-msgid "An error occurred while generating a username. Please try again."
-msgstr "A apÄrut o eroare Ă®n timpul generÄrii unui nume de utilizator. VÄ rugÄm sÄ Ă®ncercaČ›i din nou."
-
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
-msgstr "S-a produs o eroare Ă®n timpul obČ›inerii datelor de autocompletare. VÄ rugÄm sÄ reĂ®mprospÄtaČ›i pagina Č™i sÄ Ă®ncercaČ›i din nou."
-
msgid "An error occurred while getting files for - %{branchId}"
msgstr "A apÄrut o eroare Ă®n timpul obČ›inerii fiČ™ierelor pentru - %{branchId}"
@@ -4190,7 +4217,7 @@ msgid "An unknown error occurred."
msgstr "A apÄrut o eroare necunoscutÄ."
msgid "Analytics"
-msgstr ""
+msgstr "Statistici"
msgid "Analyze a review version of your web application."
msgstr "Analizați o versiune de revizuire a aplicației dvs. web."
@@ -4498,9 +4525,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr "AdÄugaČ›i aprobatori"
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr "Toate scanerele"
@@ -4531,9 +4555,6 @@ msgstr "Tip aprobator"
msgid "ApprovalRule|Approvers"
msgstr "Aprobatori"
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4543,13 +4564,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr "Exemple: QA, Securitate."
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4576,7 +4597,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4591,6 +4612,9 @@ msgstr "Scanere de securitate"
msgid "ApprovalRule|Select All"
msgstr "Selectați tot"
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr "Selectați scanerele"
@@ -4606,7 +4630,7 @@ msgstr "Nivele severitate"
msgid "ApprovalRule|Target branch"
msgstr "Ramura Č›intÄ"
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4618,23 +4642,29 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr "SetÄrile de aprobare a cererilor de Ă®mbinare au fost actualizate."
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr "Prevenire aprobare de cÄtre autor."
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr "PreveniČ›i aprobÄri de la utilizatori care adaugÄ commit-uri."
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
-msgstr "Preveniți editarea regulilor de aprobare în merge request-uri."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
+msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr "Preveniți editarea regulilor de aprobare în proiecte și merge request-uri."
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
-msgstr "EliminaČ›i toate aprobÄrile când commit-uri sunt adÄugate ramurii sursÄ."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
+msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
-msgstr "Solicitați parola utilizator pentru aprobare."
+msgid "ApprovalSettings|Require user password to approve"
+msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
msgstr "S-a Ă®ntâmplat o eroare Ă®ncÄrcând setÄrile de aprobare a cererilor de Ă®mbinare."
@@ -4747,6 +4777,9 @@ msgstr "SunteČ›i sigur cÄ doriČ›i sÄ dezarhivaČ›i acest proiect?"
msgid "Are you sure you want to %{action} %{name}?"
msgstr "SunteČ›i sigur cÄ doriČ›i sÄ %{action} %{name}?"
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr "SunteČ›i sigur cÄ vreČ›i sÄ Ă®ncercaČ›i sÄ Ă®mbinaČ›i?"
@@ -4840,9 +4873,6 @@ msgstr "SunteČ›i sigur cÄ doriČ›i sÄ eliminaČ›i aceastÄ identitate?"
msgid "Are you sure you want to remove this list?"
msgstr "SunteČ›i sigur cÄ doriČ›i sÄ eliminaČ›i aceastÄ listÄ?"
-msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
-msgstr "SunteČ›i sigur cÄ doriČ›i sÄ resetaČ›i tokenul SCIM? Asigurarea accesului SCIM nu va mai funcČ›iona pânÄ când noul token este actualizat."
-
msgid "Are you sure you want to reset the health check token?"
msgstr "SunteČ›i sigur cÄ doriČ›i sÄ resetaČ›i tokenul de verificare a sÄnÄtÄČ›ii?"
@@ -4927,8 +4957,8 @@ msgstr "Întrebați din nou mai târziu"
msgid "Ask someone with write access to resolve it."
msgstr "RugaČ›i pe cineva cu permisiuni de scriere sÄ o rezolve."
-msgid "Ask your group maintainer to set up a group runner."
-msgstr "SolicitaČ›i Ă®ntreČ›inÄtorului grupului sÄ configureze un executor de grup."
+msgid "Ask your group owner to set up a group runner."
+msgstr ""
msgid "Assertion consumer service URL"
msgstr "URL aserțiune serviciu consumator"
@@ -5249,13 +5279,13 @@ msgid "Auto stop successfully canceled."
msgstr "Oprirea automatÄ a fost anulatÄ cu succes."
msgid "Auto-cancel redundant pipelines"
-msgstr ""
+msgstr "Auto-anularea conductelor redundante"
msgid "Auto-close referenced issues on default branch"
-msgstr ""
+msgstr "ĂŽnchiderea automatÄ a problemelor la care se face referire pe ramura implicitÄ"
msgid "AutoDevOps|%{auto_devops_start}Automate building, testing, and deploying%{auto_devops_end} your applications based on your continuous integration and delivery configuration. %{quickstart_start}How do I get started?%{quickstart_end}"
-msgstr ""
+msgstr "%{auto_devops_start}AutomatizaČ›i construirea, testarea Č™i implementarea%{auto_devops_end} aplicaČ›iilor dvs. pe baza integrÄrii continue Č™i a configuraČ›iei de livrare. %{quickstart_start}Cum pot Ă®ncepe?%{quickstart_end}"
msgid "AutoDevOps|Auto DevOps"
msgstr "Auto DevOps"
@@ -5264,7 +5294,7 @@ msgid "AutoDevOps|Auto DevOps documentation"
msgstr "Documentație Auto DevOps"
msgid "AutoDevOps|Dismiss Auto DevOps box"
-msgstr ""
+msgstr "Respingeți caseta Auto DevOps"
msgid "AutoDevOps|Enable in settings"
msgstr "ActivaČ›i Ă®n setÄri"
@@ -5285,7 +5315,7 @@ msgid "AutoRemediation| 1 Merge Request"
msgstr "1 Merge Request"
msgid "AutoRemediation|%{mrsCount} ready for review"
-msgstr ""
+msgstr "%{mrsCount} gata pentru revizuire"
msgid "AutoRemediation|Auto-fix"
msgstr "Auto-fix"
@@ -5294,19 +5324,19 @@ msgid "AutoRemediation|Auto-fix solutions"
msgstr "Soluții Auto-fix"
msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities."
-msgstr ""
+msgstr "DacÄ utilizaČ›i scanarea de dependenČ›Ä Č™i/sau de container, iar auto-fix este activat, auto-fix creeazÄ automat cereri de Ă®mbinare cu remedieri de vulnerabilitÄČ›i."
msgid "AutoRemediation|Introducing GitLab auto-fix"
-msgstr ""
+msgstr "VÄ prezentÄm GitLab auto-fix"
msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually."
-msgstr ""
+msgstr "Rollback-ul automat Ă®ncepe atunci când este declanČ™atÄ o alertÄ criticÄ. DacÄ ultima implementare reuČ™itÄ nu reuČ™eČ™te sÄ se facÄ o revenire automatÄ, aceasta se poate face Ă®n continuare manual."
msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected."
-msgstr ""
+msgstr "ĂŽntoarceČ›i automat la ultima implementare reuČ™itÄ atunci când este detectatÄ o problemÄ criticÄ."
msgid "AutoRollback|Enable automatic rollbacks"
-msgstr ""
+msgstr "Activați reveniri automate"
msgid "Autocomplete"
msgstr "Autocompletare"
@@ -5327,13 +5357,13 @@ msgid "Automatic certificate management using Let's Encrypt"
msgstr "Gestionarea automatÄ a certificatelor utilizând Let's Encrypt"
msgid "Automatic deployment rollbacks"
-msgstr ""
+msgstr "Reveniri automate de implementare"
msgid "Automatic event tracking provides a traceable history for audits."
msgstr "UrmÄrire automatÄ evenimente oferÄ un istoric traceable pentru audituri."
msgid "Automatically close associated incident when a recovery alert notification resolves an alert"
-msgstr ""
+msgstr "ĂŽnchideČ›i automat incidentul asociat atunci când o notificare de alertÄ de recuperare rezolvÄ o alertÄ"
msgid "Automatically resolved"
msgstr "RezolvatÄ automat"
@@ -5371,6 +5401,9 @@ msgstr "Avatarul va fi eliminat. Sunteți sigur?"
msgid "Average per day: %{average}"
msgstr "Media pe zi: %{average}"
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr "Premiu adÄugat"
@@ -5503,6 +5536,9 @@ msgstr "Utilizatorul cu acces API la serverul Bamboo."
msgid "Based on"
msgstr "Bazat pe"
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr "Fiți atent. Schimbarea spațiului de nume al proiectului poate avea efecte secundare nedorite."
@@ -5516,13 +5552,13 @@ msgid "Before inserting code, be sure to read the comment that separated each co
msgstr "ĂŽnainte de a insera codul, asiguraČ›i-vÄ cÄ aČ›i citit comentariul care separÄ fiecare grup de cod."
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
-msgstr ""
+msgstr "ĂŽnainte ca aceasta sÄ poatÄ fi Ă®mbinatÄ, o problemÄ Jira trebuie sÄ fie legatÄ Ă®n titlu sau Ă®n descriere"
msgid "Begin with the selected commit"
msgstr "Începeți cu commit-ul selectat"
msgid "Below are the fingerprints for the current instance SSH host keys."
-msgstr ""
+msgstr "Mai jos sunt amprentele digitale pentru cheile gazdÄ SSH ale instanČ›ei curente."
msgid "Below are the settings for %{link_to_gitlab_pages}."
msgstr "Mai jos sunt setÄrile pentru %{link_to_gitlab_pages}."
@@ -5530,11 +5566,14 @@ msgstr "Mai jos sunt setÄrile pentru %{link_to_gitlab_pages}."
msgid "Below you will find all the groups that are public."
msgstr "Mai jos veČ›i gÄsi toate grupurile care sunt publice."
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr "Acoperire bi-sÄptÄmânalÄ a codului"
msgid "Billable Users"
-msgstr ""
+msgstr "Utilizatori facturabili"
msgid "Billing"
msgstr "Facturare"
@@ -5545,9 +5584,6 @@ msgstr "%{group_name} utilizeazÄ Ă®n prezent %{plan_name}."
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr "@%{user_name} utilizați în prezent %{plan_name}."
-msgid "BillingPlans|Compare all plans"
-msgstr "Comparați toate planurile"
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr "FelicitÄri, evaluarea dvs. gratuitÄ este activatÄ."
@@ -5561,13 +5597,13 @@ msgid "BillingPlans|If you would like to downgrade your plan please contact %{su
msgstr "DacÄ doriČ›i sÄ vÄ reduceČ›i planul, vÄ rugÄm sÄ contactaČ›i %{support_link_start}Suport ClienČ›i%{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 Ultimate."
-msgstr ""
+msgstr "AflaČ›i mai multe despre fiecare plan citind %{faq_link} nostru sau Ă®ncepeČ›i o Ă®ncercare gratuitÄ de 30 de zile GitLab.com Ultimate."
msgid "BillingPlans|Learn more about each plan by visiting our %{pricing_page_link}."
msgstr "AflaČ›i mai multe despre fiecare plan vizitând pagina noastrÄ %{pricing_page_link}."
msgid "BillingPlans|Looking to purchase or manage a subscription for your group? Navigate to your %{groups_link} and go to %{strong_open}Settings &gt; Billing.%{strong_close}"
-msgstr ""
+msgstr "ĂŽncercaČ›i sÄ achiziČ›ionaČ›i sau sÄ gestionaČ›i un abonament pentru grupul dumneavoastrÄ? NavigaČ›i la %{groups_link} Č™i mergeČ›i la %{strong_open}SetÄri &gt; Facturare.%{strong_close}"
msgid "BillingPlans|Manage plan"
msgstr "Gestionați planul"
@@ -5584,14 +5620,11 @@ msgstr "Acest grup utilizeazÄ planul asociat grupului sÄu pÄrinte."
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr "Pentru a gestiona planul pentru acest grup, vizitați secțiunea de facturare a %{parent_billing_page_link}."
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr "Actualizați la GitLab %{planNameForUpgrade}"
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
-msgstr ""
+msgstr "DeČ™i GitLab terminÄ disponibilitatea planului de Bronz, Ă®ncÄ mai puteČ›i reĂ®nnoi abonamentul Bronz Ă®ncÄ o datÄ Ă®nainte de %{eoa_bronze_plan_end_date}. Oferim, de asemenea, un upgrade gratuit pe timp limitat la planul nostru Premium (pânÄ la 25 de utilizatori)! AflaČ›i mai multe despre modificÄrile Č™i ofertele noastre din %{announcement_link}."
msgid "BillingPlans|Your GitLab.com %{plan} trial will %{strong_open}expire after %{expiration_date}%{strong_close}. You can retain access to the %{plan} features by upgrading below."
-msgstr ""
+msgstr "Evaluarea ta GitLab.com %{plan} va %{strong_open} expira dupÄ %{expiration_date}%{strong_close}. PuteČ›i pÄstra accesul la funcČ›iile %{plan} prin actualizarea de mai jos."
msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr "Perioada dvs. de evaluare GitLab.com a expirat la %{expiration_date}. Puteți restabili accesul la funcții în orice moment prin actualizarea de mai jos."
@@ -5615,10 +5648,10 @@ msgid "BillingPlans|per user"
msgstr "per utilizator"
msgid "BillingPlan|Upgrade"
-msgstr ""
+msgstr "Actualizare"
msgid "BillingPlan|Upgrade for free"
-msgstr ""
+msgstr "Actualizați gratuit"
msgid "Billings|%{planName} plan"
msgstr "Plan %{planName}"
@@ -5642,7 +5675,7 @@ msgid "Billings|Reactivate trial"
msgstr "Reactivați perioada de încercare"
msgid "Billings|Shared runners cannot be enabled until a valid credit card is on file."
-msgstr ""
+msgstr "Nu se pot activa executorii partajaČ›i pânÄ când nu este Ă®nregistrat un card de credit valabil."
msgid "Billings|To use free CI/CD minutes on shared runners, you’ll need to validate your account with a credit card. If you prefer not to provide one, you can run pipelines by bringing your own runners and disabling shared runners for your project. This is required to discourage and reduce abuse on GitLab infrastructure. %{strongStart}GitLab will not charge your card, it will only be used for validation.%{strongEnd} %{linkStart}Learn more%{linkEnd}."
msgstr ""
@@ -5665,20 +5698,26 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr "O adresÄ de e-mail este vizibilÄ doar pentru utilizatorii cu e-mailuri publice."
-msgid "Billing|An error occurred while getting a billable member details"
+msgid "Billing|An error occurred while approving %{user}"
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr "S-a produs o eroare în timpul obținerii detaliilor unui membru facturabil"
+
msgid "Billing|An error occurred while loading billable members list"
-msgstr ""
+msgstr "S-a produs o eroare la Ă®ncÄrcarea listei membrilor facturabili"
msgid "Billing|An error occurred while loading pending members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
-msgstr ""
+msgstr "A apÄrut o eroare Ă®n timpul eliminÄrii unui membru facturabil"
msgid "Billing|Awaiting member signup"
msgstr ""
@@ -5687,7 +5726,7 @@ msgid "Billing|Cannot remove user"
msgstr "Nu se poate elimina utilizatorul"
msgid "Billing|Direct memberships"
-msgstr ""
+msgstr "Abonamente directe"
msgid "Billing|Enter at least three characters to search."
msgstr "IntroduceČ›i cel puČ›in trei caractere pentru a cÄuta."
@@ -5717,7 +5756,7 @@ msgid "Billing|Remove user %{username} from your subscription"
msgstr "Eliminați utilizatorul %{username} din abonament"
msgid "Billing|Toggle seat details"
-msgstr ""
+msgstr "ComutÄ detaliile locului"
msgid "Billing|Type %{username} to confirm"
msgstr "Tastați %{username} pentru a confirma"
@@ -5726,26 +5765,29 @@ msgid "Billing|User was successfully removed"
msgstr "Utilizatorul a fost eliminat cu succes"
msgid "Billing|Users occupying seats in"
-msgstr ""
+msgstr "Utilizatori care ocupÄ locuri Ă®n"
msgid "Billing|View pending approvals"
msgstr ""
msgid "Billing|You are about to remove user %{username} from your subscription. If you continue, the user will be removed from the %{namespace} group and all its subgroups and projects. This action can't be undone."
-msgstr ""
+msgstr "EČ™ti pe cale sÄ elimini utilizatorul %{username} din abonament. DacÄ continuaČ›i, utilizatorul va fi eliminat din grupul %{namespace} Č™i din toate subgrupurile Č™i proiectele acestuia. AceastÄ acČ›iune nu poate fi anulatÄ."
msgid "Bitbucket Server Import"
-msgstr ""
+msgstr "Import server Bitbucket"
msgid "Bitbucket Server import"
-msgstr ""
+msgstr "Import server Bitbucket"
msgid "Bitbucket import"
-msgstr ""
+msgstr "Import din Bitbucket"
msgid "Blame"
msgstr "Blame"
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr "Blocați utilizatorul"
@@ -5762,10 +5804,10 @@ msgid "Blocked issue"
msgstr "ProblemÄ blocatÄ"
msgid "Blocking"
-msgstr ""
+msgstr "Blocare"
msgid "Blocking issues"
-msgstr ""
+msgstr "Blocarea problemelor"
msgid "Blocks"
msgstr "Blocuri"
@@ -5777,25 +5819,25 @@ msgid "Board scope affects which epics are displayed for anyone who visits this
msgstr ""
msgid "Board scope affects which issues are displayed for anyone who visits this board"
-msgstr ""
+msgstr "Domeniul de aplicare al forumului afecteazÄ ce probleme sunt afiČ™ate pentru oricine viziteazÄ acest panou"
msgid "BoardNewEpic|Groups"
msgstr "Grupuri"
msgid "BoardNewEpic|Loading groups"
-msgstr ""
+msgstr "Se Ă®ncarcÄ grupurile"
msgid "BoardNewEpic|No matching results"
msgstr ""
msgid "BoardNewEpic|Search groups"
-msgstr ""
+msgstr "CÄutaČ›i grupuri"
msgid "BoardNewEpic|Select a group"
-msgstr ""
+msgstr "Selectați un grup"
msgid "BoardNewIssue|No matching results"
-msgstr ""
+msgstr "Nu existÄ rezultate potrivite"
msgid "BoardNewIssue|Projects"
msgstr "Proiecte"
@@ -5900,13 +5942,13 @@ msgid "Boards|An error occurred while fetching labels. Please reload the page."
msgstr "A apÄrut o eroare Ă®n timpul preluÄrii etichetelor. VÄ rugÄm sÄ reĂ®ncÄrcaČ›i pagina."
msgid "Boards|An error occurred while fetching the board epics. Please reload the page."
-msgstr ""
+msgstr "A apÄrut o eroare Ă®n timpul preluÄrii epicelor panoului. VÄ rugÄm sÄ reĂ®ncÄrcaČ›i pagina."
msgid "Boards|An error occurred while fetching the board issues. Please reload the page."
-msgstr ""
+msgstr "A apÄrut o eroare Ă®n timpul preluÄrii problemelor de bord. VÄ rugÄm sÄ reĂ®ncÄrcaČ›i pagina."
msgid "Boards|An error occurred while fetching the board lists. Please reload the page."
-msgstr ""
+msgstr "S-a produs o eroare Ă®n timpul preluÄrii listelor de bord. VÄ rugÄm sÄ reĂ®ncÄrcaČ›i pagina."
msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page."
msgstr "A apÄrut o eroare Ă®n timpul preluÄrii secČ›iunilor swimlanes. VÄ rugÄm sÄ reĂ®ncÄrcaČ›i pagina."
@@ -5933,7 +5975,7 @@ msgstr[1] "Blocat de %{blockedByCount} %{issuableType}s"
msgstr[2] "Blocat de %{blockedByCount} %{issuableType}s"
msgid "Boards|Collapse"
-msgstr ""
+msgstr "Colapsare"
msgid "Boards|Edit board"
msgstr "Editați panoul"
@@ -5942,49 +5984,49 @@ msgid "Boards|Expand"
msgstr "Extindeți"
msgid "Boards|Failed to fetch blocking %{issuableType}s"
-msgstr ""
+msgstr "Nu s-a putut prelua blocarea %{issuableType}s"
msgid "Boards|New board"
msgstr ""
msgid "Boards|New epic"
-msgstr ""
+msgstr "Epic nou"
msgid "Boards|Retrieving blocking %{issuableType}s"
-msgstr ""
+msgstr "Retragerea blocÄrii %{issuableType}s"
msgid "Boards|View all blocking %{issuableType}s"
-msgstr ""
+msgstr "Vezi toate tipurile de blocare %{issuableType}s"
msgid "Boards|View scope"
-msgstr ""
+msgstr "Vezi domeniul de aplicare"
msgid "Board|An error occurred while fetching the board, please try again."
msgstr ""
msgid "Board|Are you sure you want to delete this board?"
-msgstr ""
+msgstr "SunteČ›i sigur cÄ vreČ›i sÄ Č™tergeČ›i acest bord?"
msgid "Board|Board scope"
-msgstr ""
+msgstr "Domeniul de aplicare"
msgid "Board|Create board"
-msgstr ""
+msgstr "Creare bord"
msgid "Board|Create new board"
-msgstr ""
+msgstr "Creare bord nou"
msgid "Board|Delete board"
-msgstr ""
+msgstr "Čtergere panou"
msgid "Board|Edit board"
-msgstr ""
+msgstr "Editare panou"
msgid "Board|Enter board name"
-msgstr ""
+msgstr "Introducere nume panou"
msgid "Board|Failed to delete board. Please try again."
-msgstr ""
+msgstr "Nu s-a reuČ™it Č™tergerea panoului. VÄ rugÄm sÄ Ă®ncercaČ›i din nou."
msgid "Board|Load more epics"
msgstr "ĂŽncÄrcaČ›i mai multe epice"
@@ -5996,10 +6038,10 @@ msgid "Board|Loading epics"
msgstr "Se Ă®ncarcÄ epicele"
msgid "Bold text"
-msgstr ""
+msgstr "Text îngroșat"
msgid "Both project and dashboard_path are required"
-msgstr ""
+msgstr "Atât proiectul cât și dashboard_path sunt necesare"
msgid "Branch"
msgstr "RamurÄ"
@@ -6008,7 +6050,7 @@ msgid "Branch %{branchName} was not found in this project's repository."
msgstr "Ramura %{branchName} nu a fost gÄsitÄ Ă®n repozitoriul acestui proiect."
msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr ""
+msgstr "A fost creatÄ ramura %{branch_name}. Pentru a configura implementarea automatÄ, alegeČ›i un Č™ablon GitLab CI Yaml Č™i commit modificÄrile dvs. %{link_to_autodeploy_doc}"
msgid "Branch already exists"
msgstr "Ramura existÄ deja"
@@ -6061,18 +6103,12 @@ msgstr "ČtergeČ›i ramurile Ă®mbinate"
msgid "Branches|Delete protected branch"
msgstr "ČtergeČ›i ramura protejatÄ"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "ČtergeČ›i ramura protejatÄ '%{branch_name}'?"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr "ČtergeČ›i ramura protejatÄ. SunteČ›i ABSOLUT SIGUR?"
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
msgstr "Čtergerea %{strongStart}%{branchName}%{strongEnd} nu poate fi anulatÄ. SunteČ›i sigur?"
-msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "Čtergerea ramurii '%{branch_name}' nu poate fi anulatÄ. SunteČ›i sigur?"
-
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
msgstr "Čtergerea ramurilor Ă®mbinate nu poate fi anulatÄ. SunteČ›i sigur?"
@@ -6086,10 +6122,7 @@ msgid "Branches|New branch"
msgstr "RamurÄ nouÄ"
msgid "Branches|No branches to show"
-msgstr ""
-
-msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
-msgstr "OdatÄ ce confirmaČ›i Č™i apÄsaČ›i %{delete_protected_branch}, aceasta nu poate fi anulatÄ sau recuperatÄ."
+msgstr "FÄrÄ ramuri de afiČ™at"
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr "OdatÄ ce confirmaČ›i Č™i apÄsaČ›i %{strongStart}%{buttonText},%{strongEnd} nu poate fi anulat sau recuperat."
@@ -6131,25 +6164,16 @@ msgid "Branches|Stale branches"
msgstr "Ramuri vechi"
msgid "Branches|The branch could not be updated automatically because it has diverged from its upstream counterpart."
-msgstr ""
+msgstr "Ramurile nu au putut fi actualizate automat, deoarece au deviat de la omologul sÄu de mai sus."
msgid "Branches|The default branch cannot be deleted"
msgstr "Ramura implicitÄ nu poate fi Č™tearsÄ"
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
-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 "Pentru a confirma, tastați %{branch_name_confirmation}:"
+msgstr "AceastÄ ramurÄ nu a fost Ă®mbinatÄ Ă®n %{defaultBranchName}. Pentru a evita pierderea de date, luaČ›i Ă®n considerare Ă®mbinarea acestei ramuri Ă®nainte de a o Č™terge."
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 "Pentru a renunČ›a la modificÄrile locale Č™i pentru a suprascrie ramura cu versiunea upstream, Č™tergeČ›i-o aici Č™i alegeČ›i 'Actualizare imediatÄ' de mai sus."
msgid "Branches|Unable to load branches"
msgstr ""
@@ -6166,14 +6190,11 @@ msgstr "SunteČ›i pe cale sÄ Č™tergeČ›i definitiv ramura %{strongStart}%{branchN
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr "SunteČ›i pe cale sÄ Č™tergeČ›i definitiv ramura protejatÄ %{strongStart}%{branchName}.%{strongEnd}"
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "SunteČ›i pe cale sÄ Č™tergeČ›i definitiv ramura protejatÄ %{branch_name}."
-
msgid "Branches|diverged from upstream"
-msgstr ""
+msgstr "deviat din upstream"
msgid "Branches|merged"
-msgstr ""
+msgstr "îmbinate"
msgid "Branches|project settings"
msgstr "setÄrile proiectului"
@@ -6182,22 +6203,22 @@ msgid "Branches|protected"
msgstr "protejat"
msgid "Breadcrumbs"
-msgstr ""
+msgstr "Breadcrumb-uri"
msgid "Brief title about the change"
msgstr "Titlu scurt despre schimbare"
msgid "Broadcast Message was successfully created."
-msgstr ""
+msgstr "Mesajul difuzat a fost creat cu succes."
msgid "Broadcast Message was successfully updated."
-msgstr ""
+msgstr "Mesajul difuzat a fost actualizat cu succes."
msgid "Broadcast Messages"
-msgstr ""
+msgstr "Mesaje difuzate"
msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
-msgstr ""
+msgstr "Mesajele difuzate sunt afiČ™ate pentru fiecare utilizator Č™i pot fi utilizate pentru a notifica utilizatorii cu privire la Ă®ntreČ›inerea programatÄ, actualizÄrile recente Č™i multe altele."
msgid "Browse Directory"
msgstr "Explorați directorul"
@@ -6221,13 +6242,13 @@ msgid "BuildArtifacts|An error occurred while fetching the artifacts"
msgstr "A apÄrut o eroare la preluarea artefactelor"
msgid "BuildArtifacts|Loading artifacts"
-msgstr ""
+msgstr "ĂŽncÄrcarea artefactelor"
msgid "Built-in"
-msgstr ""
+msgstr "ĂŽncorporat"
msgid "Bulk request concurrency"
-msgstr ""
+msgstr "ConcurenČ›a cererilor Ă®n masÄ"
msgid "Bulk update"
msgstr "Actualizare în bloc"
@@ -6269,7 +6290,7 @@ msgid "BulkImport|Importing the group failed."
msgstr ""
msgid "BulkImport|Last imported to %{link}"
-msgstr ""
+msgstr "Ultima importare la %{link}"
msgid "BulkImport|Name already exists."
msgstr "Numele existÄ deja."
@@ -6278,13 +6299,13 @@ msgid "BulkImport|Name already used as a target for another group."
msgstr ""
msgid "BulkImport|New group"
-msgstr ""
+msgstr "Grup nou"
msgid "BulkImport|No history is available"
msgstr ""
msgid "BulkImport|No parent"
-msgstr ""
+msgstr "FÄrÄ pÄrinte"
msgid "BulkImport|Re-import creates a new group. It does not sync with the existing group."
msgstr ""
@@ -6296,10 +6317,10 @@ msgid "BulkImport|Showing %{start}-%{end} of %{total} from %{link}"
msgstr "Se afiČ™eazÄ %{start}-%{end} din %{total} de la %{link}"
msgid "BulkImport|Showing %{start}-%{end} of %{total} matching filter \"%{filter}\" from %{link}"
-msgstr ""
+msgstr "Se afiČ™eazÄ %{start}-%{end} din %{total} care se potriveČ™te filtrului \"%{filter}\" din %{link}"
msgid "BulkImport|Source group"
-msgstr ""
+msgstr "Grup sursÄ"
msgid "BulkImport|To new group"
msgstr ""
@@ -6364,6 +6385,15 @@ msgstr "Prin autentificarea cu un cont legat de o adresÄ de e-mail ĂŽntreprinde
msgid "By default, all projects and groups will use the global notifications setting."
msgstr "ĂŽn mod implicit, toate proiectele Č™i grupurile vor utiliza setarea globalÄ a notificÄrilor."
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "de"
@@ -6410,34 +6440,46 @@ msgid "CICDAnalytics|All time"
msgstr ""
msgid "CICDAnalytics|Deployment frequency"
-msgstr ""
+msgstr "FrecvenČ›a de desfÄČ™urare"
msgid "CICDAnalytics|Lead time"
-msgstr ""
+msgstr "Timp de execuție"
msgid "CICDAnalytics|Projects with releases"
-msgstr ""
+msgstr "Proiecte cu lansÄri"
msgid "CICDAnalytics|Release"
msgid_plural "CICDAnalytics|Releases"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgstr[0] "Lansare"
+msgstr[1] "LansÄri"
+msgstr[2] "LansÄri"
msgid "CICDAnalytics|Release statistics"
-msgstr ""
+msgstr "Statistici de lansare"
msgid "CICDAnalytics|Releases"
+msgstr "LansÄri"
+
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
msgstr ""
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
+msgstr "Ceva nu a funcționat la preluarea statisticilor de lansare"
+
+msgid "CICDAnalytics|What is shared runner usage?"
msgstr ""
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
-msgstr ""
+msgstr "AdaugaČ›i un %{base_domain_link_start}domeniu de bazÄ%{link_end} la clusterul dvs. %{kubernetes_cluster_link_start}Kubernetes%{link_end} pentru ca strategia dvs. de implementare sÄ funcČ›ioneze."
msgid "CICD|Add a %{kubernetes_cluster_link_start}Kubernetes cluster integration%{link_end} with a domain, or create an AUTO_DEVOPS_PLATFORM_TARGET CI variable."
-msgstr ""
+msgstr "AdaugaČ›i un %{kubernetes_cluster_link_start}Kubernetes cluster integration%{link_end} cu un domeniu, sau creaČ›i o variabilÄ CI AUTO_DEVOPS_PLATFORM_TARGET."
msgid "CICD|Add an existing project to the scope"
msgstr "AdÄugaČ›i un proiect existent la domeniul de aplicare"
@@ -6446,13 +6488,13 @@ msgid "CICD|Auto DevOps"
msgstr "Auto DevOps"
msgid "CICD|Automatic deployment to staging, manual deployment to production"
-msgstr ""
+msgstr "Implementarea automatÄ Ă®n etape, implementarea manualÄ Ă®n producČ›ie"
msgid "CICD|Continuous deployment to production"
-msgstr ""
+msgstr "Implementarea continuÄ Ă®n producČ›ie"
msgid "CICD|Continuous deployment to production using timed incremental rollout"
-msgstr ""
+msgstr "Implementarea continuÄ a producČ›iei utilizând o lansare progresivÄ temporizatÄ"
msgid "CICD|Default to Auto DevOps pipeline"
msgstr "Implicit la conducta Auto DevOps"
@@ -6461,7 +6503,7 @@ msgid "CICD|Default to Auto DevOps pipeline for all projects"
msgstr "Implicit la conducta Auto DevOps pentru toate proiectele"
msgid "CICD|Deployment strategy"
-msgstr ""
+msgstr "Strategia de implementare"
msgid "CICD|Jobs"
msgstr "Job-uri"
@@ -6503,25 +6545,25 @@ msgid "CSV is being generated and will be emailed to you upon completion."
msgstr "CSV-ul se genereazÄ Č™i va fi trimis dvs. prin e-mail la finalizare."
msgid "CVE|As a maintainer, requesting a CVE for a vulnerability in your project will help your users stay secure and informed."
-msgstr ""
+msgstr "ĂŽn calitate de administrator, solicitarea unui CVE pentru o vulnerabilitate din proiectul dvs. va ajuta utilizatorii sÄ rÄmânÄ Ă®n siguranČ›Ä Č™i informaČ›i."
msgid "CVE|CVE ID Request"
-msgstr ""
+msgstr "Cerere ID CVE"
msgid "CVE|Common Vulnerability Enumeration (CVE) identifiers are used to track distinct vulnerabilities in specific versions of code."
msgstr "Identificatorii Common Vulnerability Enumeration (CVE) sunt utilizaČ›i pentru a urmÄri vulnerabilitÄČ›ile distincte Ă®n anumite versiuni de cod."
msgid "CVE|Create CVE ID Request"
-msgstr ""
+msgstr "Crearea cererii CVE ID"
msgid "CVE|Enable CVE ID requests in the issue sidebar"
-msgstr ""
+msgstr "ActivaČ›i cererile de ID CVE Ă®n bara lateralÄ a problemei"
msgid "CVE|Request CVE ID"
msgstr "Solicitați ID-ul CVE"
msgid "CVE|Why Request a CVE ID?"
-msgstr ""
+msgstr "De ce solicitați un ID CVE?"
msgid "Cadence is not automated"
msgstr "CadenČ›a nu este automatizatÄ"
@@ -6530,7 +6572,7 @@ msgid "Calculate the number of slices during reindexing. The multiplier is appli
msgstr ""
msgid "Callback URL"
-msgstr ""
+msgstr "URL callback"
msgid "Campfire room ID (optional)"
msgstr "ID camerÄ Campfire (opČ›ional)"
@@ -6560,7 +6602,7 @@ msgid "Can be overridden in each project."
msgstr "Poate fi suprascris în fiecare proiect."
msgid "Can create groups:"
-msgstr ""
+msgstr "Poate crea grupuri:"
msgid "Can't apply as the source branch was deleted."
msgstr "Nu se poate aplica deoarece ramura sursÄ a fost Č™tearsÄ."
@@ -6578,7 +6620,7 @@ msgid "Can't be empty"
msgstr "Nu poate fi gol"
msgid "Can't create snippet: %{err}"
-msgstr ""
+msgstr "Nu se poate crea un fragment: %{err}"
msgid "Can't fetch content for the blob: %{err}"
msgstr "Nu se poate prelua conținutul pentru blob: %{err}"
@@ -6596,16 +6638,16 @@ msgid "Can't scan the code?"
msgstr "Nu puteți scana codul?"
msgid "Can't update snippet: %{err}"
-msgstr ""
+msgstr "Nu se poate actualiza fragmentul: %{err}"
msgid "Canary"
-msgstr ""
+msgstr "Canary"
msgid "Canary Ingress does not exist in the environment."
-msgstr ""
+msgstr "Canary Ingress nu existÄ Ă®n mediu."
msgid "Canary weight must be specified and valid range (0..100)."
-msgstr ""
+msgstr "Greutatea canarului trebuie sÄ fie specificatÄ Č™i intervalul valabil (0..100)."
msgid "CanaryIngress|%{boldStart}Canary:%{boldEnd} %{canary}"
msgstr ""
@@ -6667,6 +6709,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr "Nu se poate crea raportul de abuz. Utilizatorul a fost șters."
@@ -7048,6 +7093,9 @@ msgstr "(x%{numberOfUsers})"
msgid "Checkout|(x%{quantity})"
msgstr "(x%{quantity})"
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr "Adresa de facturare"
@@ -7225,6 +7273,9 @@ msgstr "Cherry-pick acest merge request"
msgid "Child"
msgstr "Copil"
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7525,15 +7576,6 @@ msgstr "Clic pentru ascundere"
msgid "Click to reveal"
msgstr "Faceți clic pentru afișare"
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7630,6 +7672,12 @@ msgstr "ĂŽnchis: %{closed}"
msgid "Closes this %{quick_action_target}."
msgstr "ĂŽnchide aceastÄ %{quick_action_target}."
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr "Cluster"
@@ -7654,7 +7702,7 @@ msgstr "Tipul de cluster trebuie sÄ fie specificat pentru Stages::ClusterEndpoi
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7699,7 +7747,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7729,7 +7777,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7786,13 +7834,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7819,7 +7870,7 @@ msgstr "NiciodatÄ"
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7846,6 +7897,18 @@ msgstr "ĂŽnregistrarea Agentului"
msgid "ClusterAgents|Registration token"
msgstr "Token de înregistrare"
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7858,6 +7921,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7882,7 +7948,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7900,6 +7966,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8851,6 +8920,9 @@ msgstr "Commit (la editarea mesajului de commit)"
msgid "Commit Message"
msgstr "Commit mesaj"
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -9100,6 +9172,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr "Component"
@@ -9130,6 +9205,12 @@ msgstr "Configurați %{repository_checks_link_start} controalele de repozitoriu%
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9175,12 +9256,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9208,12 +9292,18 @@ msgstr "ConfiguraČ›i prima zi implicitÄ a sÄptÄmânii Č™i unitÄČ›ile de urmÄ
msgid "Configure the way a user creates a new account."
msgstr "ConfiguraČ›i modul Ă®n care un utilizator creeazÄ un cont nou."
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr "ConfirmaČ›i noua parolÄ"
@@ -9775,7 +9865,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr "ControlaČ›i modul Ă®n care funcČ›ioneazÄ Registrul Pachetului GitLab."
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9916,9 +10006,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9931,9 +10036,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -10006,6 +10108,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr "Nu s-a putut prelua politica, deoarece politica existentÄ YAML este invalidÄ"
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -10033,13 +10138,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10183,6 +10291,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10441,6 +10552,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10675,6 +10789,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10909,6 +11026,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10918,10 +11038,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11011,12 +11131,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -11029,9 +11143,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -11044,9 +11155,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11119,9 +11227,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11149,9 +11254,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11161,12 +11263,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11179,9 +11275,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11203,9 +11296,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11476,9 +11566,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr "Čtergerea pretabilitÄ Ă®ntârziatÄ a proiectului"
@@ -11911,6 +11998,9 @@ msgstr[2] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11926,6 +12016,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -12139,9 +12232,39 @@ msgstr[2] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12706,9 +12829,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12775,7 +12895,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr "AfiČ™aČ›i urmÄrirea timpului Ă®n probleme Ă®n ore totale numai."
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12970,7 +13090,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13216,6 +13336,9 @@ msgstr "Nu ne-am putut da seama ce utilizator corespunde e-mailului. VÄ rugÄm
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr "Nu am putut gÄsi proiectul. VerificaČ›i dacÄ existÄ vreo greČ™ealÄ de scriere."
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr "Nu aveČ›i voie sÄ efectuaČ›i aceastÄ acČ›iune. DacÄ credeČ›i cÄ este o eroare, contactaČ›i un reprezentant al personalului."
@@ -13360,9 +13483,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr "Activați menajul automat al repozitoriului"
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13405,6 +13525,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13432,6 +13555,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr "ActivaČ›i verificÄrile repozitoriului"
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13510,9 +13639,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13561,6 +13687,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13837,6 +13966,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13864,6 +13996,9 @@ msgstr "de %{avatar}"
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14650,9 +14785,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14662,15 +14794,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14686,6 +14812,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14767,10 +14941,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15211,15 +15382,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15307,12 +15469,6 @@ msgstr "Filtru"
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr "FiltraČ›i dupÄ %{issuable_type} care sunt Ă®nchise Ă®n prezent."
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15637,6 +15793,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15712,6 +15871,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15748,18 +15910,21 @@ msgstr ""
msgid "Geo"
msgstr "Geo"
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15796,6 +15961,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15850,6 +16018,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15925,12 +16096,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15946,6 +16111,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15979,16 +16147,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16000,9 +16171,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16051,6 +16219,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16087,10 +16261,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16168,6 +16342,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16291,9 +16468,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16318,6 +16492,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16498,6 +16675,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16636,6 +16816,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16804,6 +16987,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16822,6 +17008,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16885,9 +17074,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16912,6 +17098,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16924,9 +17113,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17167,18 +17353,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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 "Token-ul SCIM este ascuns. Pentru a vedea din nou valoarea tokenului, trebuie sÄ "
-
msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17203,9 +17383,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17236,7 +17413,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17284,6 +17464,9 @@ msgstr "DezactivaČ›i notificÄrile prin e-mail"
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr "ActivaČ›i eliminarea Ă®ntârziatÄ a proiectului"
@@ -17302,9 +17485,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17332,9 +17512,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17377,7 +17554,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17458,9 +17635,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17515,7 +17689,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17746,6 +17920,33 @@ msgstr[2] "Ascundeți valorile"
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17806,9 +18007,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17845,9 +18043,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17863,6 +18058,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr "Vreau sÄ explorez GitLab pentru a vedea dacÄ meritÄ sÄ fac schimbarea"
@@ -17962,6 +18160,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17986,9 +18196,6 @@ msgstr "DacÄ dezactivat, numai administratorii pot configura replicarea repozit
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18592,6 +18799,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18694,6 +18904,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18769,6 +18982,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19192,9 +19408,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr "AdÄugarea unui spaČ›iu de nume funcČ›ioneazÄ numai Ă®n browsere care permit cookie-uri cross-site. UtilizaČ›i %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, sau activaČ›i cookie-urile cross-site Ă®n browserul dvs., când adÄugaČ›i un spaČ›iu de nume."
-
msgid "Integrations|All details"
msgstr ""
@@ -19207,9 +19420,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19279,6 +19489,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr "PÄstraČ›i-vÄ dependenČ›ele PHP actualizate pe Packagist."
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19297,9 +19510,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr "Proiecte utilizând setÄri personalizate"
@@ -19336,6 +19546,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19345,6 +19558,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19405,7 +19621,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21226,6 +21442,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21556,9 +21775,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21574,6 +21790,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21610,6 +21829,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22384,6 +22636,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22402,9 +22660,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23227,9 +23494,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23251,9 +23515,6 @@ msgstr "Mai multe informații sunt disponibile|aici"
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23431,10 +23692,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23539,9 +23800,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23620,9 +23878,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23641,9 +23896,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -24160,6 +24412,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24187,6 +24442,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24253,7 +24511,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -25168,7 +25426,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25786,9 +26065,6 @@ msgstr "Inserați traiectoria proiectului (i.e. gitlab-org/gitlab)"
msgid "Paste this DSN into your Sentry SDK"
msgstr "Lipiți acest DSN în SDK-ul dvs. Sentry"
-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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25927,6 +26203,9 @@ msgstr "obiect"
msgid "PerformanceBar|wall"
msgstr "perete"
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr "PerioadÄ Ă®n secunde"
@@ -25945,7 +26224,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26212,9 +26491,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26227,6 +26503,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26239,7 +26518,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26404,10 +26683,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26590,6 +26887,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26605,6 +26905,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26959,6 +27265,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27184,6 +27493,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27208,9 +27520,6 @@ 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 ""
@@ -27388,6 +27697,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27433,9 +27745,6 @@ 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 ""
@@ -27958,10 +28267,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -28039,6 +28351,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -28084,6 +28402,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28210,9 +28531,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28234,7 +28552,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28252,7 +28570,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -29014,9 +29332,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -29050,7 +29365,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29296,6 +29611,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29365,6 +29686,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29440,7 +29764,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29983,6 +30307,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30211,6 +30541,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30286,9 +30619,6 @@ msgstr "SolicitÄri pentru pagini la %{code_start}%{help_text_url}%{code_end} su
msgid "Requests per period"
msgstr "SolicitÄri pe perioadÄ"
-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 allowlist 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 additional authentication for administrative tasks."
msgstr "NecesitÄ autentificare suplimentarÄ pentru sarcini administrative."
@@ -30307,6 +30637,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30436,9 +30769,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30505,7 +30835,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30607,13 +30937,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30634,6 +30964,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30721,6 +31054,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30733,9 +31069,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30754,6 +31096,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30769,9 +31114,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr "Executori grup"
-
msgid "Runners|IP Address"
msgstr ""
@@ -30820,10 +31162,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30859,6 +31204,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30898,16 +31246,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr "Executori"
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30919,6 +31267,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30934,9 +31285,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr "Acest executor este asociat cu unul sau mai multe proiecte."
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31090,9 +31438,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31219,9 +31564,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31534,7 +31876,7 @@ msgstr "AflaČ›i mai multe despre verificarea vulnerabilitÄČ›ilor"
msgid "SecurityApprovals|License-Check"
msgstr "Verificarea licenței"
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31666,6 +32008,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr "Detalii vulnerabilitate și statistici în cererea de îmbinare"
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr "%{branches}%{plural}"
@@ -31720,6 +32065,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr "Ultima scanare"
@@ -31738,21 +32086,30 @@ msgstr "Doar proprietarii pot actualiza Proiectul Politicii de Securitate"
msgid "SecurityOrchestration|Policies"
msgstr "Politici"
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr "Descrierea politicii"
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr "Tip politicÄ"
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr "RegulÄ"
@@ -31762,12 +32119,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31795,6 +32161,12 @@ msgstr "Ne pare rÄu, filtrul dvs. nu a produs rezultate"
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31810,12 +32182,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr "+%{count} mai mult"
@@ -31825,6 +32245,9 @@ msgstr "Mediu (medii)"
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32146,9 +32569,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32536,7 +32956,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32545,6 +32965,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr "Ping serviciu este dezactivat în fișierul dvs. de configurație și nu poate fi activat prin acest formular."
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32554,18 +32977,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32704,7 +33121,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32878,9 +33295,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32920,6 +33334,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32932,6 +33349,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32944,9 +33364,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32971,6 +33388,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33013,7 +33433,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33106,6 +33526,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33208,9 +33631,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33517,9 +33964,6 @@ 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 ""
@@ -33583,9 +34027,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33919,6 +34360,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33961,6 +34405,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34303,6 +34750,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34333,6 +34783,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34411,9 +34882,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34582,9 +35050,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34609,6 +35074,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34648,6 +35116,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34702,6 +35173,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34714,6 +35188,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34957,6 +35440,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -35029,6 +35515,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -35203,6 +35692,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35377,9 +35869,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35419,12 +35908,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35434,9 +35917,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35470,7 +35950,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35638,6 +36118,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35713,9 +36196,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35731,9 +36211,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35852,7 +36329,7 @@ msgid "The vulnerability is known, and has not been remediated or mitigated, but
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be in a part of the application that will not be updated."
-msgstr ""
+msgstr "AceastÄ vulnerabilitate este cunoscutÄ Č™i nu a fost remediatÄ sau atenuatÄ, dar este consideratÄ a fi o parte a aplicaČ›iei care nu va fi actualizatÄ."
msgid "The vulnerability is no longer detected. Verify the vulnerability has been fixed or removed before changing its status."
msgstr ""
@@ -36103,7 +36580,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36154,7 +36631,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36238,9 +36715,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36364,6 +36838,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36403,9 +36880,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36445,9 +36919,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36667,6 +37147,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36688,6 +37171,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36727,6 +37213,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36955,9 +37444,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -37207,9 +37693,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37351,9 +37834,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr "Pentru a folosi formate suplimentare, trebuie sÄ porniČ›i %{container_link_start}containerele Ă®nsoČ›itoare%{container_link_end}."
@@ -37369,9 +37849,6 @@ 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 ""
@@ -37579,9 +38056,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37693,6 +38167,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37708,15 +38185,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr "Prenume"
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr "Nume"
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37757,7 +38228,7 @@ msgid "Trigger pipelines for mirror updates"
msgstr ""
msgid "Trigger pipelines when branches or tags are updated in 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 ""
+msgstr "DeclanČ™eazÄ conducte când ramuri sau etichete sunt actualizate Ă®n repozitoriul upstream. ĂŽn funcČ›ie de activitatea repozitoriului upstream, acest lucru poate creČ™te foarte mult sarcina executorilor voČ™tri CI. ActivaČ›i acest lucru doar dacÄ Č™tiČ›i cÄ se pot ocupa de sarcinÄ."
msgid "Trigger removed."
msgstr ""
@@ -37783,6 +38254,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38228,7 +38705,7 @@ msgid "Update %{sourcePath} file"
msgstr ""
msgid "Update Now"
-msgstr ""
+msgstr "Actualizare imediatÄ"
msgid "Update Scheduled…"
msgstr ""
@@ -38261,7 +38738,7 @@ msgid "Update milestone"
msgstr ""
msgid "Update now"
-msgstr ""
+msgstr "Actualizare imediatÄ"
msgid "Update username"
msgstr ""
@@ -38302,6 +38779,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38323,6 +38803,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38758,6 +39241,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39289,6 +39775,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39439,6 +39937,9 @@ msgstr[2] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39664,6 +40165,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39706,6 +40210,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39724,6 +40231,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39733,6 +40246,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39745,6 +40261,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39757,6 +40276,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39781,9 +40303,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr "ATENČšIE:"
@@ -39964,127 +40495,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
-msgstr "URL-ul este declanșat atunci când este creat, actualizat sau îmbinat un merge request."
+msgid "Webhooks|Releases events"
+msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40192,12 +40723,12 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
+msgstr ""
+
msgid "When inactive, an external authentication provider must be used."
msgstr "Când inactiv, un furnizor de autentificare extern trebuie utilizat."
-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 merge requests and commits in the default branch close, any issues they reference also close."
msgstr ""
@@ -40504,7 +41035,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40606,6 +41143,9 @@ msgstr "VeČ›i elimina %{group_name}. AceastÄ acČ›iune va elimina de asemenea Č™
msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?"
msgstr ""
+msgid "You are going to transfer %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40639,6 +41179,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40687,6 +41230,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40732,6 +41278,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr "PuteČ›i activa FuncČ›iile de ĂŽnregistrare pentru cÄ Ping Serviciu este activat. Pentru a continua sÄ folosiČ›i FuncČ›iile de ĂŽntregistrare Ă®n viitor, va trebui de asemenea sÄ vÄ Ă®nregistraČ›i cu GitLab printr-un nou serviciu de licenČ›iere cloud."
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40867,6 +41416,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40960,6 +41512,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40999,7 +41554,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41014,6 +41569,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41395,8 +41953,8 @@ msgstr "Numele dvs."
msgid "Your new %{type}"
msgstr "Noul tÄu %{type}"
-msgid "Your new SCIM token"
-msgstr "Noul dvs. token SCIM"
+msgid "Your new access token has been created."
+msgstr ""
msgid "Your new comment"
msgstr "Noul dvs. comentariu"
@@ -41404,9 +41962,6 @@ msgstr "Noul dvs. comentariu"
msgid "Your new personal access token has been created."
msgstr "Token-ul dvs. de acces personal a fost creat."
-msgid "Your new project access token has been created."
-msgstr "Noul dvs. token de acces la proiect a fost creat."
-
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 "Parola dvs. nu este necesarÄ pentru a vizualiza aceastÄ paginÄ. DacÄ se solicitÄ o parolÄ sau orice alte detalii personale, vÄ rugÄm sÄ contactaČ›i administratorul pentru a raporta abuzul."
@@ -41473,6 +42028,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr "Abonamentul dvs. a expirat!"
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41605,6 +42163,12 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "approved by: "
msgstr "aprobat de: "
@@ -41689,6 +42253,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr "nu poate fi activat deoarece grupul pÄrinte nu o permite"
@@ -42064,6 +42631,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr "container_name poate conČ›ine numai litere mici, cifre, '-' Č™i '.' Č™i trebuie sÄ Ă®nceapÄ Č™i sÄ se termine cu un caracter alfanumeric"
@@ -42091,12 +42661,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr "creat %{timeAgoString} de %{email} prin %{user}"
-msgid "created %{timeAgoString} by %{user}"
-msgstr "creat %{timeAgoString} de %{user}"
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr "creat %{timeAgoString} de %{user} în Jira"
-
msgid "created %{timeAgo}"
msgstr "creat %{timeAgo}"
@@ -42226,6 +42790,9 @@ msgstr "eșuat"
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42274,6 +42841,12 @@ msgstr ""
msgid "group"
msgstr "grup"
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr "membrii grupului"
@@ -42391,6 +42964,9 @@ msgstr "nu este permis pentru acest proiect."
msgid "is not allowed since the group is not top-level group."
msgstr "nu este permis, deoarece grupul nu este un grup de nivel superior."
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42487,9 +43063,6 @@ msgstr "se Ă®ncarcÄ"
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "blocat de %{path_lock_user_name} %{created_at}"
-msgid "log in"
-msgstr "autentificare"
-
msgid "manual"
msgstr "manual"
@@ -42532,9 +43105,6 @@ msgstr "Acest merge request nu conČ›ine modificÄri."
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42658,7 +43228,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42706,6 +43276,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42760,6 +43333,9 @@ msgstr "Deschideți în Web IDE"
msgid "mrWidget|Plain diff"
msgstr "Diff simplu"
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42805,6 +43381,9 @@ msgstr "Setat de %{merge_author} pentru a începe un merge train când conducta
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42814,9 +43393,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr "Ramura sursÄ a fost Č™tearsÄ"
@@ -42853,9 +43429,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr "Parola dvs."
-msgid "mrWidget|branch does not exist."
-msgstr "ramura nu existÄ."
-
msgid "mrWidget|into"
msgstr "în"
@@ -43141,9 +43714,6 @@ msgstr "repozitoriu:"
msgid "required"
msgstr "necesar"
-msgid "reset it."
-msgstr "resetați-l."
-
msgid "satisfied"
msgstr "satisfÄcut"
@@ -43324,9 +43894,6 @@ msgstr "avatar utilizator"
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr "preferințele utilizatorului"
-
msgid "username"
msgstr "utilizator"
diff --git a/locale/ru/gitlab.po b/locale/ru/gitlab.po
index 242e89881a0..be894296c2b 100644
--- a/locale/ru/gitlab.po
+++ b/locale/ru/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: ru\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:20\n"
+"PO-Revision-Date: 2022-02-02 15:43\n"
msgid " %{start} to %{end}"
msgstr " %{start} по %{end}"
@@ -68,27 +68,27 @@ msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr "\"%{path}\" не ŃŃщеŃтвŃет на \"%{ref}\""
msgid "\"%{repository_name}\" size (%{repository_size}) is larger than the limit of %{limit}."
-msgstr ""
+msgstr "Размер «%{repository_name}» (%{repository_size}) превыŃает ограничение в %{limit}."
msgid "#%{issueIid} (closed)"
-msgstr ""
+msgstr "#%{issueIid} (закрыто)"
msgid "#general, #development"
msgstr ""
msgid "%d Alert"
msgid_plural "%d Alerts"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d Оповещение"
+msgstr[1] "%d Оповещения"
+msgstr[2] "%d Оповещений"
+msgstr[3] "%d Оповещений"
msgid "%d Alert:"
msgid_plural "%d Alerts:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d Оповещение:"
+msgstr[1] "%d Оповещения:"
+msgstr[2] "%d Оповещений:"
+msgstr[3] "%d Оповещений:"
msgid "%d Approval"
msgid_plural "%d Approvals"
@@ -132,6 +132,34 @@ msgstr[1] "%dURL проŃканировано"
msgstr[2] "%d URL проŃканировано"
msgstr[3] "%d URL проŃканировано"
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%d Ńтверждающий"
@@ -190,10 +218,10 @@ msgstr[3] "%d комментариев Đş ŃŤŃ‚ĐľĐĽŃ ĐşĐľĐĽĐĽĐ¸Ń‚Ń"
msgid "%d commenter"
msgid_plural "%d commenters"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d комментатор"
+msgstr[1] "%d комментатора"
+msgstr[2] "%d комментаторов"
+msgstr[3] "%d комментаторов"
msgid "%d commit"
msgid_plural "%d commits"
@@ -204,10 +232,10 @@ msgstr[3] "%d коммитов"
msgid "%d commit author"
msgid_plural "%d commit authors"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d автор коммита"
+msgstr[1] "%d автора коммита"
+msgstr[2] "%d авторов коммита"
+msgstr[3] "%d авторов коммита"
msgid "%d commit behind"
msgid_plural "%d commits behind"
@@ -302,10 +330,10 @@ msgstr[3] "%d иŃправленные резŃльтаты теŃŃ‚Đ°"
msgid "%d fork"
msgid_plural "%d forks"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d ответвление"
+msgstr[1] "%d ответвления"
+msgstr[2] "%d ответвлений"
+msgstr[3] "%d ответвлений"
msgid "%d group"
msgid_plural "%d groups"
@@ -379,10 +407,10 @@ msgstr[3] "%d запроŃов на Ńлияние, Đş которым Ń Đ˛Đ°Ń
msgid "%d merge requests"
msgid_plural "%d merge requests"
-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"
@@ -477,10 +505,10 @@ msgstr[3] "%d Ńардов выбрано"
msgid "%d star"
msgid_plural "%d stars"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d звезда"
+msgstr[1] "%d звезды"
+msgstr[2] "%d звёзд"
+msgstr[3] "%d звёзд"
msgid "%d tag"
msgid_plural "%d tags"
@@ -556,10 +584,10 @@ msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} & %{openOrClose} %{noteable}"
msgid "%{actionText} & close %{noteable}"
-msgstr ""
+msgstr "%{actionText} и закрыть %{noteable}"
msgid "%{actionText} & reopen %{noteable}"
-msgstr ""
+msgstr "%{actionText} и переоткрыть %{noteable}"
msgid "%{address} is an invalid IP address range"
msgstr "%{address} — недопŃŃтимый диапазон IP-адреŃов"
@@ -568,7 +596,7 @@ msgid "%{anchorOpen}Learn more%{anchorClose} about how you can customize / disab
msgstr "%{anchorOpen}Узнайте больŃе%{anchorClose} Đľ том, как наŃтроить/отключить региŃтрацию на Ńвоем экземпляре."
msgid "%{author_link} cloned %{original_issue} to %{new_issue}."
-msgstr ""
+msgstr "%{author_link} клонировал %{original_issue} в %{new_issue}."
msgid "%{author_link} cloned %{original_issue}. You don't have access to the new project."
msgstr "%{author_link} клонировал %{original_issue}. ĐŁ Đ˛Đ°Ń Đ˝ĐµŃ‚ Đ´ĐľŃŃ‚Ńпа Đş Đ˝ĐľĐ˛ĐľĐĽŃ ĐżŃ€ĐľĐµĐşŃ‚Ń."
@@ -584,10 +612,10 @@ msgstr ""
msgid "%{bold_start}%{count}%{bold_end} issue"
msgid_plural "%{bold_start}%{count}%{bold_end} issues"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%{bold_start}%{count}%{bold_end} обŃŃждение"
+msgstr[1] "%{bold_start}%{count}%{bold_end} обŃŃждения"
+msgstr[2] "%{bold_start}%{count}%{bold_end} обŃŃждений"
+msgstr[3] "%{bold_start}%{count}%{bold_end} обŃŃждений"
msgid "%{bold_start}%{count}%{bold_end} member"
msgid_plural "%{bold_start}%{count}%{bold_end} members"
@@ -598,10 +626,16 @@ msgstr[3] "%{bold_start}%{count}%{bold_end} пользователей"
msgid "%{bold_start}%{count}%{bold_end} opened merge request"
msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%{bold_start}%{count}%{bold_end} открытый Đ·Đ°ĐżŃ€ĐľŃ Đ˝Đ° Ńлияние"
+msgstr[1] "%{bold_start}%{count}%{bold_end} открытых запроŃĐ° на Ńлияние"
+msgstr[2] "%{bold_start}%{count}%{bold_end} открытых запроŃов на Ńлияние"
+msgstr[3] "%{bold_start}%{count}%{bold_end} открытых запроŃов на Ńлияние"
+
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -649,23 +683,23 @@ msgstr "%{count} ŃоглаŃований от %{name}"
msgid "%{count} contact"
msgid_plural "%{count} contacts"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%{count} контакт"
+msgstr[1] "%{count} контакта"
+msgstr[2] "%{count} контактов"
+msgstr[3] "%{count} контактов"
msgid "%{count} files touched"
msgstr "затронŃŃ‚Đľ %{count} файлов"
msgid "%{count} item"
msgid_plural "%{count} items"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%{count} элемент"
+msgstr[1] "%{count} элемента"
+msgstr[2] "%{count} элементов"
+msgstr[3] "%{count} элементов"
msgid "%{count} items per page"
-msgstr ""
+msgstr "%{count} элементов на Ńтранице"
msgid "%{count} more"
msgstr "ещё %{count}"
@@ -712,7 +746,7 @@ msgid "%{days} days until tags are automatically removed"
msgstr "%{days} дней Đ´Đľ автоматичеŃкого Ńдаления тегов"
msgid "%{deployLinkStart}Use a template to deploy to ECS%{deployLinkEnd}, or use a docker image to %{commandsLinkStart}run AWS commands in GitLab CI/CD%{commandsLinkEnd}."
-msgstr ""
+msgstr "%{deployLinkStart}ĐŃпользŃйте Ńаблон для развертывания в ECS%{deployLinkEnd} или docker-образ для %{commandsLinkStart}Đ·Đ°ĐżŃŃка команд AWS в GitLab CI/CD%{commandsLinkEnd}."
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}"
@@ -721,16 +755,16 @@ msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_e
msgstr ""
msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled."
-msgstr ""
+msgstr "%{doc_link_start}Đ Đ°ŃŃиренный поиŃĐş%{doc_link_end} включен."
msgid "%{docs_link_start}Learn about visibility levels.%{docs_link_end}"
-msgstr ""
+msgstr "%{docs_link_start}Узнайте об Ńровнях видимоŃти.%{docs_link_end}"
msgid "%{docs_link_start}What is Large File Storage?%{docs_link_end}"
-msgstr ""
+msgstr "%{docs_link_start}Что такое хранилище больŃих файлов?%{docs_link_end}"
msgid "%{docs_link_start}What is two-factor authentication?%{docs_link_end}"
-msgstr ""
+msgstr "%{docs_link_start}Что такое двŃхфакторная Đ°Ńтентификация?%{docs_link_end}"
msgid "%{due_date} (Past due)"
msgstr ""
@@ -751,7 +785,7 @@ msgid "%{edit_in_new_fork_notice} Try to upload a file again."
msgstr "%{edit_in_new_fork_notice} ПопробŃйте загрŃзить файл еще раз."
msgid "%{emailPrefix}@company.com"
-msgstr ""
+msgstr "%{emailPrefix}@company.com"
msgid "%{extra} more downstream pipelines"
msgstr "%{extra} больŃе загрŃженных Ńборочных линий"
@@ -766,25 +800,28 @@ msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr "%{firstMilestoneName} + ещё %{numberOfOtherMilestones}"
msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
-msgstr ""
+msgstr "%{gitlab_experience_text}. Не волнŃйтеŃŃŚ, ŃŤŃ‚Đ° информация не передаетŃŃŹ Đ·Đ° пределы ваŃего экземпляра GitLab"
msgid "%{gitlab_experience_text}. We won't share this information with anyone."
-msgstr ""
+msgstr "%{gitlab_experience_text}. Мы Đ˝Đ¸ĐşĐľĐĽŃ Đ˝Đµ бŃдем передавать ŃŤŃ‚Ń Đ¸Đ˝Ń„ĐľŃ€ĐĽĐ°Ń†Đ¸ŃŽ."
msgid "%{global_id} is not a valid ID for %{expected_types}."
-msgstr ""
+msgstr "%{global_id} не являетŃŃŹ допŃŃтимым ID для %{expected_types}."
msgid "%{group_name} activity"
-msgstr ""
+msgstr "активноŃŃ‚ŃŚ %{group_name}"
msgid "%{group_name} group members"
msgstr "УчаŃтники грŃппы %{group_name}"
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
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}."
msgid "%{group_name}&%{epic_iid} &middot; created %{epic_created} by %{author}"
-msgstr ""
+msgstr "%{group_name}&%{epic_iid} &middot; Ńоздана пользователем %{author} %{epic_created}"
msgid "%{hook_type} was deleted"
msgstr ""
@@ -823,7 +860,7 @@ msgid "%{labelStart}Class:%{labelEnd} %{class}"
msgstr "%{labelStart}КлаŃŃ:%{labelEnd} %{class}"
msgid "%{labelStart}Crash Address:%{labelEnd} %{crash_address}"
-msgstr ""
+msgstr "%{labelStart}ĐĐ´Ń€ĐµŃ Ńбоя:%{labelEnd} %{crash_address}"
msgid "%{labelStart}Crash State:%{labelEnd} %{stacktrace_snippet}"
msgstr "%{labelStart}СоŃтояние Ńбоя:%{labelEnd} %{stacktrace_snippet}"
@@ -856,19 +893,19 @@ msgid "%{labelStart}Tool:%{labelEnd} %{reportType}"
msgstr ""
msgid "%{labelStart}Unmodified response:%{labelEnd} %{headers}"
-msgstr ""
+msgstr "%{labelStart}Немодифицированный ответ:%{labelEnd} %{headers}"
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} недоŃŃ‚Ńпно"
msgid "%{learn_more_link}."
-msgstr ""
+msgstr "%{learn_more_link}."
msgid "%{lessThan} 1 hour"
msgstr ""
msgid "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} is a free, automated, and open certificate authority (CA) that issues digital certificates to enable HTTPS (SSL/TLS) for sites."
-msgstr ""
+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 "%{level_name} не допŃŃкаетŃŃŹ в %{group_level_name} грŃппе."
@@ -876,29 +913,35 @@ msgstr "%{level_name} не допŃŃкаетŃŃŹ в %{group_level_name} грŃĐ
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "%{level_name} запрещено, Ń‚.Đş. проект-иŃточник ответвления имеет более ŃĐ·ĐşŃŃŽ облаŃŃ‚ŃŚ видимоŃти."
-msgid "%{link_start}Learn more%{link_end} about roles."
+msgid "%{linkStart}Learn more.%{linkEnd}"
msgstr ""
+msgid "%{link_start}Learn more%{link_end} about roles."
+msgstr "%{link_start}Подробнее%{link_end} о ролях."
+
msgid "%{link_start}Remove the %{draft_snippet} prefix%{link_end} from the title to allow this merge request to be merged when it's ready."
msgstr "%{link_start}Удалите ĐżŃ€ĐµŃ„Đ¸ĐşŃ %{draft_snippet}%{link_end} из заголовка, чтобы позволить ŃŤŃ‚ĐľĐĽŃ Đ·Đ°ĐżŃ€ĐľŃŃ Đ˝Đ° Ńлияние выполнитьŃŃŹ при готовноŃти."
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
+msgstr "%{link_start}Начните заголовок Ń %{draft_snippet}%{link_end}, чтобы предотвратить Ńлияние черновика запроŃĐ° на Ńлияние Đ´Đľ того, как он бŃдет готов."
+
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
msgstr ""
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
-msgstr ""
+msgstr "%{link_start}КакŃŃŽ информацию Ńобирает GitLab Inc.?%{link_end}"
msgid "%{listToShow}, and %{awardsListLength} more"
-msgstr ""
+msgstr "%{listToShow}, и еще %{awardsListLength}"
msgid "%{location} is missing required keys: %{keys}"
-msgstr ""
+msgstr "%{location} не хватает необходимых ключей: %{keys}"
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} заблокирован пользователем GitLab %{lock_user_id}"
msgid "%{markdownDocsLinkStart}Markdown%{markdownDocsLinkEnd} and %{quickActionsDocsLinkStart}quick actions%{quickActionsDocsLinkEnd} are supported"
-msgstr ""
+msgstr "ПоддерживаютŃŃŹ %{markdownDocsLinkStart}Markdown%{markdownDocsLinkEnd} и %{quickActionsDocsLinkStart}быŃтрые дейŃтвия%{quickActionsDocsLinkEnd}"
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr "%{mergeLength}/%{usersLength} можно объединить"
@@ -952,7 +995,7 @@ msgid "%{name}(%{url}) namespace has run out of Shared Runner Pipeline minutes s
msgstr ""
msgid "%{name}, confirm your email address now!"
-msgstr ""
+msgstr "%{name}, подтвердите Đ˛Đ°Ń email ŃейчаŃ!"
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
@@ -968,10 +1011,10 @@ msgid "%{oneMonthAgo} - %{today}"
msgstr ""
msgid "%{oneWeekAgo} - %{today}"
-msgstr ""
+msgstr "%{oneWeekAgo} - %{today}"
msgid "%{oneYearAgo} - %{today}"
-msgstr ""
+msgstr "%{oneYearAgo} - %{today}"
msgid "%{openedEpics} open, %{closedEpics} closed"
msgstr "%{openedEpics} открыто, %{closedEpics} закрыто"
@@ -997,9 +1040,6 @@ msgstr "%{placeholder} не являетŃŃŹ допŃŃтимой темой"
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -1034,6 +1074,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1126,10 +1169,10 @@ msgstr[3] ""
msgid "%{strong_start}%{count} member%{strong_end} must approve to merge. Anyone with role Developer or higher can approve."
msgid_plural "%{strong_start}%{count} members%{strong_end} must approve to merge. Anyone with role Developer or higher can approve."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%{strong_start}%{count} ŃчаŃтник%{strong_end} должен одобрить Ńлияние. Одобрить может кто Ńгодно Ń Ń€ĐľĐ»ŃŚŃŽ Developer или выŃе."
+msgstr[1] "%{strong_start}%{count} ŃчаŃтника%{strong_end} должны одобрить Ńлияние. Одобрить может кто Ńгодно Ń Ń€ĐľĐ»ŃŚŃŽ Developer или выŃе."
+msgstr[2] "%{strong_start}%{count} ŃчаŃтников%{strong_end} должны одобрить Ńлияние. Одобрить может кто Ńгодно Ń Ń€ĐľĐ»ŃŚŃŽ Developer или выŃе."
+msgstr[3] "%{strong_start}%{count} ŃчаŃтников%{strong_end} должны одобрить Ńлияние. Одобрить может кто Ńгодно Ń Ń€ĐľĐ»ŃŚŃŽ Developer или выŃе."
msgid "%{strong_start}%{human_size}%{strong_end} Files"
msgstr "%{strong_start}%{human_size}%{strong_end} Файлов"
@@ -1224,25 +1267,25 @@ msgid "%{user_name} profile page"
msgstr "Ńтраница профиля %{user_name}"
msgid "%{username} changed the draft status of merge request %{mr_link}"
-msgstr ""
+msgstr "%{username} изменил ŃŃ‚Đ°Ń‚ŃŃ Ń‡ĐµŃ€Đ˝ĐľĐ˛Đ¸ĐşĐ° запроŃĐ° на Ńлияние %{mr_link}"
msgid "%{username} has asked for a GitLab account on your instance %{host}:"
-msgstr ""
+msgstr "%{username} запраŃивает для Ńебя ŃчётнŃŃŽ запиŃŃŚ GitLab на ваŃем экземпляре %{host}:"
msgid "%{username}'s avatar"
msgstr "аватар %{username}"
msgid "%{user} created a merge request: %{mr_link}"
-msgstr ""
+msgstr "%{user} Ńоздал Đ·Đ°ĐżŃ€ĐľŃ Ńлияния: %{mr_link}"
msgid "%{user} created an epic: %{epic_link}"
-msgstr ""
+msgstr "%{user} Ńоздал цель: %{epic_link}"
msgid "%{user} created an issue: %{issue_link}"
-msgstr ""
+msgstr "%{user} Ńоздал обŃŃждение: %{issue_link}"
msgid "%{value} is not included in the list"
-msgstr ""
+msgstr "%{value} не ŃодержитŃŃŹ в ŃпиŃке"
msgid "%{value} s"
msgstr "%{value} Ń"
@@ -1251,34 +1294,34 @@ msgid "%{verb} %{time_spent_value} spent time."
msgstr "%{verb} %{time_spent_value} потраченного времени."
msgid "%{webhooks_link_start}%{webhook_type}%{link_end} enable you to send notifications to web applications in response to events in a group or project."
-msgstr ""
+msgstr "%{webhooks_link_start}%{webhook_type}%{link_end} позволяют отправлять Ńведомления веб-приложениям в ответ на Ńобытия в грŃппе или проекте."
msgid "%{webhooks_link_start}%{webhook_type}%{link_end} enable you to send notifications to web applications in response to events in a group or project. We recommend using an %{integrations_link_start}integration%{link_end} in preference to a webhook."
-msgstr ""
+msgstr "%{webhooks_link_start}%{webhook_type}%{link_end} позволяют отправлять Ńведомления веб-приложениям в ответ на Ńобытия в грŃппе или проекте. Мы рекомендŃем иŃпользовать %{integrations_link_start}интеграции%{link_end} вмеŃŃ‚Đľ веб-обработчиков."
msgid "%{widget} options"
msgstr ""
msgid "%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}v*%{code_tag_end} or %{code_tag_start}*-release%{code_tag_end} are supported."
-msgstr ""
+msgstr "ПоддерживаютŃŃŹ %{wildcards_link_start}Ńаблоны%{wildcards_link_end}, такие как %{code_tag_start}v*%{code_tag_end} или %{code_tag_start}*-release%{code_tag_end}."
msgid "'%{data}' at %{location} does not match format: %{format}"
-msgstr ""
+msgstr "'%{data}' в %{location} не ŃоответŃтвŃет форматŃ: %{format}"
msgid "'%{data}' at %{location} does not match pattern: %{pattern}"
-msgstr ""
+msgstr "%{data}' в %{location} не ŃоответŃтвŃет ŃаблонŃ: %{pattern}"
msgid "'%{data}' at %{location} is invalid: error_type=%{type}"
-msgstr ""
+msgstr "'%{data}' в %{location} являетŃŃŹ недопŃŃтимым: error_type=%{type}"
msgid "'%{data}' at %{location} is not of type: %{type}"
-msgstr ""
+msgstr "'%{data}' в %{location} не отноŃитŃŃŹ Đş типŃ: %{type}"
msgid "'%{data}' at %{location} is not one of: %{enum}"
-msgstr ""
+msgstr "'%{data}' в %{location} не из: %{enum}"
msgid "'%{data}' at %{location} is not: %{const}"
-msgstr ""
+msgstr "'%{data}' в %{location} не являетŃŃŹ: %{const}"
msgid "'%{level}' is not a valid visibility level"
msgstr "'%{level}' не являетŃŃŹ допŃŃтимым Ńровнем видимоŃти"
@@ -1309,10 +1352,10 @@ msgid "(%{mrCount} merged)"
msgstr "(%{mrCount} объединено)"
msgid "(%{value}) has already been taken"
-msgstr ""
+msgstr "(%{value}) Ńже иŃпользŃетŃŃŹ"
msgid "(+%{count}&nbsp;rules)"
-msgstr ""
+msgstr "(+%{count}&nbsp;правил)"
msgid "(Group Managed Account)"
msgstr ""
@@ -1321,7 +1364,7 @@ msgid "(No changes)"
msgstr "(Без изменений)"
msgid "(UTC %{offset}) %{timezone}"
-msgstr ""
+msgstr "(UTC %{offset}) %{timezone}"
msgid "(check progress)"
msgstr "(прогреŃŃ ĐżŃ€ĐľĐ˛ĐµŃ€ĐşĐ¸)"
@@ -1333,7 +1376,7 @@ msgid "(expired)"
msgstr ""
msgid "(leave blank if you don't want to change it)"
-msgstr ""
+msgstr "(не заполняйте, еŃли хотите ĐľŃтавить без изменений)"
msgid "(max size 15 MB)"
msgstr "(ĐĽĐ°ĐşŃ. размер 15 Мбайт)"
@@ -1349,22 +1392,22 @@ msgstr "(отозван)"
msgid "(squashes %d commit)"
msgid_plural "(squashes %d commits)"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "(объединяет иŃторию %d коммита)"
+msgstr[1] "(объединяет иŃторию %d коммитов)"
+msgstr[2] "(объединяет иŃторию %d коммитов)"
+msgstr[3] "(объединяет иŃторию %d коммитов)"
msgid "(this user)"
-msgstr ""
+msgstr "(этот пользователь)"
msgid "(we need your current password to confirm your changes)"
-msgstr ""
+msgstr "(нам Đ˝Ńжен Đ˛Đ°Ń Ń‚ĐµĐşŃщий пароль для подтверждения изменений)"
msgid "* All times are in UTC unless specified"
-msgstr ""
+msgstr "* Время отноŃительно UTC, еŃли не Ńказано иное."
msgid "*Required"
-msgstr ""
+msgstr "*Обязательно"
msgid "+ %{amount} more"
msgstr "+%{amount} ещё"
@@ -1389,7 +1432,7 @@ msgid "+%{approvers} more approvers"
msgstr "+ещё %{approvers} Ńтверждающих"
msgid "+%{extra} more"
-msgstr ""
+msgstr "+ещё %{extra}"
msgid "+%{more_assignees_count}"
msgstr "+%{more_assignees_count}"
@@ -1398,7 +1441,7 @@ msgid "+%{more_assignees_count} more assignees"
msgstr ""
msgid "+%{more_reviewers_count}"
-msgstr ""
+msgstr "+%{more_reviewers_count}"
msgid "+%{more_reviewers_count} more reviewers"
msgstr ""
@@ -1407,7 +1450,7 @@ msgid "+%{tags} more"
msgstr "+ещё %{tags}"
msgid ", and "
-msgstr ""
+msgstr ", и "
msgid ", or "
msgstr ", или "
@@ -1429,7 +1472,7 @@ msgid "- Not available to run jobs."
msgstr ""
msgid "- Select -"
-msgstr ""
+msgstr "- Выбрать -"
msgid "- User"
msgid_plural "- Users"
@@ -1448,7 +1491,7 @@ msgid "."
msgstr "."
msgid "/"
-msgstr ""
+msgstr "/"
msgid "0 bytes"
msgstr "0 байт"
@@ -1493,10 +1536,10 @@ msgstr[3] "%d дней"
msgid "1 day remaining"
msgid_plural "%d days remaining"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "ĐľŃŃ‚Đ°Đ»ŃŃŹ 1 день"
+msgstr[1] "ĐľŃталоŃŃŚ %d дня"
+msgstr[2] "ĐľŃталоŃŃŚ %d дней"
+msgstr[3] "ĐľŃталоŃŃŚ %d дней"
msgid "1 day selected"
msgid_plural "%d days selected"
@@ -1514,10 +1557,10 @@ msgstr[3] "%d ключей развёртывания"
msgid "1 follower"
msgid_plural "%{count} followers"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "1 подпиŃчик"
+msgstr[1] "%{count} подпиŃчика"
+msgstr[2] "%{count} подпиŃчиков"
+msgstr[3] "%{count} подпиŃчиков"
msgid "1 group"
msgid_plural "%d groups"
@@ -1535,17 +1578,17 @@ msgstr[3] "%d чаŃов"
msgid "1 issue selected"
msgid_plural "%d issues selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "выбрано 1 обŃŃждение"
+msgstr[1] "выбраны %d обŃŃждения"
+msgstr[2] "выбрано %d обŃŃждений"
+msgstr[3] "выбрано %d обŃŃждений"
msgid "1 merge request selected"
msgid_plural "%d merge requests selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "выбран 1 Đ·Đ°ĐżŃ€ĐľŃ Đ˝Đ° Ńлияние"
+msgstr[1] "выбрано %d запроŃĐ° на Ńлияние"
+msgstr[2] "выбрано %d запроŃов на Ńлияние"
+msgstr[3] "выбрано %d запроŃов на Ńлияние"
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
@@ -1563,10 +1606,10 @@ msgstr[3] "%d минŃŃ‚"
msgid "1 month remaining"
msgid_plural "%d months remaining"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "ĐľŃŃ‚Đ°Đ»ŃŃŹ 1 меŃяц"
+msgstr[1] "ĐľŃталоŃŃŚ %d меŃяца"
+msgstr[2] "ĐľŃталоŃŃŚ %d меŃяцев"
+msgstr[3] "ĐľŃталоŃŃŚ %d меŃяцев"
msgid "1 open issue"
msgid_plural "%{issues} open issues"
@@ -1605,17 +1648,17 @@ msgstr[3] "%{num} пользователей"
msgid "1 week remaining"
msgid_plural "%d weeks remaining"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "ĐľŃталаŃŃŚ 1 неделя"
+msgstr[1] "ĐľŃталоŃŃŚ %d недели"
+msgstr[2] "ĐľŃталоŃŃŚ %d недель"
+msgstr[3] "ĐľŃталоŃŃŚ %d недель"
msgid "1 year remaining"
msgid_plural "%d years remaining"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "ĐľŃŃ‚Đ°Đ»ŃŃŹ 1 год"
+msgstr[1] "ĐľŃталоŃŃŚ %d года"
+msgstr[2] "ĐľŃталоŃŃŚ %d лет"
+msgstr[3] "ĐľŃталоŃŃŚ %d лет"
msgid "1-9 contributions"
msgstr "1-9 ŃодейŃтвий"
@@ -1624,10 +1667,10 @@ msgid "10-19 contributions"
msgstr "10-19 ŃодейŃтвий"
msgid "1000+"
-msgstr ""
+msgstr "1000+"
msgid "192.168.0.0/24"
-msgstr ""
+msgstr "192.168.0.0/24"
msgid "1st contribution!"
msgstr "Первый вклад!"
@@ -1678,7 +1721,7 @@ msgid "8 hours"
msgstr "8 чаŃов"
msgid ":%{startLine} to %{endLine}"
-msgstr ""
+msgstr ": Ń %{startLine} по %{endLine}"
msgid "A %{incident_docs_start}modified issue%{incident_docs_end} to guide the resolution of incidents."
msgstr ""
@@ -1687,22 +1730,22 @@ msgid "A .NET Core console application template, customizable for any .NET Core
msgstr "Шаблон конŃольного приложения .NET Core, наŃтраиваемый для любого проекта .NET Core"
msgid "A CI/CD pipeline must run and be successful before merge."
-msgstr ""
+msgstr "Сборка CI/CD должна быть Đ·Đ°ĐżŃщена и заверŃитьŃŃŹ ŃŃпеŃно Đ´Đľ Ńлияния."
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 для CI/CD вмеŃŃ‚Đľ GitLab, но вŃŃ‘ же пользŃетŃŃŹ вŃеми Đ´Ń€Ńгими замечательными возможноŃтями GitLab"
msgid "A Gitpod configured Webapplication in Spring and Java"
msgstr "НаŃтроенное через Gitpod веб-приложение на Spring и Java"
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 для CI/CD вмеŃŃ‚Đľ GitLab, но вŃŃ‘ же пользŃетŃŃŹ вŃеми Đ´Ń€Ńгими замечательными возможноŃтями 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 для CI/CD вмеŃŃ‚Đľ GitLab, но вŃŃ‘ же пользŃетŃŃŹ вŃеми Đ´Ń€Ńгими замечательными возможноŃтями 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 для CI/CD вмеŃŃ‚Đľ GitLab, но вŃŃ‘ же пользŃетŃŃŹ вŃеми Đ´Ń€Ńгими замечательными возможноŃтями GitLab"
msgid "A Let's Encrypt SSL certificate can not be obtained until your domain is verified."
msgstr "SSL Ńертификат Let's Encrypt не может быть полŃчен, пока Đ˛Đ°Ń Đ´ĐľĐĽĐµĐ˝ не бŃдет проверен."
@@ -1714,7 +1757,7 @@ msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gatewa
msgstr "ĐžŃновная Ńтраница и беŃŃерверная Ń„Ńнкция, иŃпользŃющие AWS Lambda, AWS API Gateway, и GitLab Pages"
msgid "A basic template for developing Linux programs using Kotlin Native"
-msgstr ""
+msgstr "Базовый Ńаблон для разработки программ Linux Ń Đ¸Ńпользованием Kotlin Native"
msgid "A complete DevOps platform"
msgstr "КомплекŃная DevOps-платформа"
@@ -1726,7 +1769,7 @@ msgid "A deleted user"
msgstr "Удаленный пользователь"
msgid "A different reason"
-msgstr ""
+msgstr "ДрŃгая причина"
msgid "A file has been changed."
msgstr "Файл был изменён."
@@ -1738,13 +1781,13 @@ msgid "A file with '%{file_name}' already exists in %{branch} branch"
msgstr "Файл '%{file_name}' Ńже ŃŃщеŃтвŃет в ветке %{branch}"
msgid "A group is a collection of several projects"
-msgstr ""
+msgstr "Đ“Ń€Ńппа — ŃŤŃ‚Đľ набор из неŃкольких проектов"
msgid "A group represents your organization in GitLab. Groups allow you to manage users and collaborate across multiple projects."
-msgstr ""
+msgstr "Đ“Ń€Ńппа предŃтавляет ваŃŃ ĐľŃ€ĐłĐ°Đ˝Đ¸Đ·Đ°Ń†Đ¸ŃŽ в GitLab. Đ“Ń€Ńппы позволяют вам Ńправлять пользователями и ŃовмеŃтно работать над неŃколькими проектами."
msgid "A job artifact is an archive of files and directories saved by a job when it finishes."
-msgstr ""
+msgstr "Đртефакт задания — ŃŤŃ‚Đľ архив файлов и каталогов, Ńохранённый заданием по заверŃении работы."
msgid "A limit of %{ci_project_subscriptions_limit} subscriptions to or from a project applies."
msgstr ""
@@ -1756,10 +1799,10 @@ msgid "A member of the abuse team will review your report as soon as possible."
msgstr "УчаŃтник команды по борьбе Ń Đ˝Đ°Ń€ŃŃениями раŃŃмотрит Đ˛Đ°Ń ĐľŃ‚Ń‡ĐµŃ‚ при первой возможноŃти."
msgid "A merge request hasn't yet been merged"
-msgstr ""
+msgstr "Đ—Đ°ĐżŃ€ĐľŃ Đ˝Đ° Ńлияние еще не Ńлит"
msgid "A new Auto DevOps pipeline has been created, go to the Pipelines page for details"
-msgstr ""
+msgstr "Новая Ńборочная линия Auto DevOps Ńоздана, обратитеŃŃŚ Đş Ńтранице, поŃвященной Сборочным линиям Đ·Đ° подробноŃтями"
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}, чтобы Ńзнать больŃе."
@@ -1774,40 +1817,40 @@ msgid "A non-confidential epic cannot be assigned to a confidential parent epic"
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 для CI/CD вмеŃŃ‚Đľ GitLab, но вŃŃ‘ же пользŃетŃŃŹ вŃеми Đ´Ń€Ńгими замечательными возможноŃтями GitLab"
msgid "A platform value can be web, mob or app."
-msgstr ""
+msgstr "Параметр платформы может принимать значения web, mob или app."
msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools"
-msgstr ""
+msgstr "Шаблон проекта для разработки приложений Salesforce Ń ĐżĐľĐĽĐľŃ‰ŃŚŃŽ инŃŃ‚Ń€Ńментов разработчика Salesforce."
msgid "A project boilerplate for Tencent Serverless Framework that uses Next.js SSR"
-msgstr ""
+msgstr "Шаблон проекта для Tencent Serverless Framework, который иŃпользŃет Next.js SSR."
msgid "A project containing issues for each audit inquiry in the HIPAA Audit Protocol published by the U.S. Department of Health & Human Services"
msgstr ""
msgid "A project’s repository name defines its URL (the one you use to access the project via a browser) and its place on the file disk where GitLab is installed. %{link_start}Learn more.%{link_end}"
-msgstr ""
+msgstr "Название репозитория проекта определяет его URL-Đ°Đ´Ń€ĐµŃ (тот, который вы иŃпользŃете для Đ´ĐľŃŃ‚Ńпа Đş ĐżŃ€ĐľĐµĐşŃ‚Ń Ń‡ĐµŃ€ĐµĐ· браŃзер) и раŃположение в файловой ŃиŃтеме, где ŃŃтановлен GitLab. %{link_start}Узнать больŃе.%{link_end}"
msgid "A quarterly reconciliation is due on %{date}"
msgstr ""
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 rebase is already in progress."
-msgstr ""
+msgstr "Перебазирование Ńже началоŃŃŚ."
msgid "A sign-in to your account has been made from the following IP address: %{ip}"
-msgstr ""
+msgstr "Выполнен вход в ваŃŃ ŃчётнŃŃŽ запиŃŃŚ ŃĐľ ŃледŃющего IP-адреŃĐ°: %{ip}"
msgid "A title is required"
-msgstr ""
+msgstr "ТребŃетŃŃŹ заголовок"
msgid "A user with write access to the source branch selected this option"
msgstr "Пользователь Ń Ń€Đ°Đ·Ń€ĐµŃением на запиŃŃŚ в Đ˛ĐµŃ‚ĐşŃ Đ¸Ńточника выбрал этот вариант"
@@ -1816,7 +1859,7 @@ msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt c
msgstr "ТРЕБУЕТСЯ ДЕЙСТВĐĐ•: Что-Ń‚Đľ поŃло не Ń‚Đ°Đş при полŃчении Ńертификата Let's Encrypt для домена GitLab Pages '%{domain}'"
msgid "API"
-msgstr ""
+msgstr "API"
msgid "API Fuzzing"
msgstr ""
@@ -1831,16 +1874,16 @@ msgid "API Token"
msgstr "API токен"
msgid "API key"
-msgstr ""
+msgstr "Ключ API"
msgid "API?"
-msgstr ""
+msgstr "API?"
msgid "APIFuzzing|$VARIABLE_WITH_PASSWORD"
-msgstr ""
+msgstr "$VARIABLE_WITH_PASSWORD"
msgid "APIFuzzing|$VARIABLE_WITH_USERNAME"
-msgstr ""
+msgstr "$VARIABLE_WITH_USERNAME"
msgid "APIFuzzing|API Fuzzing Configuration"
msgstr ""
@@ -1849,10 +1892,10 @@ msgid "APIFuzzing|Base URL of API testing target. For example, http://www.exampl
msgstr ""
msgid "APIFuzzing|Choose a method"
-msgstr ""
+msgstr "Выберите метод"
msgid "APIFuzzing|Choose a profile"
-msgstr ""
+msgstr "Выберите профиль"
msgid "APIFuzzing|Configure HTTP basic authentication values. Other authentication methods are supported. %{linkStart}Learn more%{linkEnd}."
msgstr ""
@@ -1861,13 +1904,13 @@ msgid "APIFuzzing|Customize your project's API fuzzing configuration options and
msgstr ""
msgid "APIFuzzing|Enable authentication"
-msgstr ""
+msgstr "Включить Đ°Ńтентификацию"
msgid "APIFuzzing|Enter the name of the CI variable containing the password. For example, $VARIABLE_WITH_PASSWORD."
-msgstr ""
+msgstr "Введите имя переменной CI, Ńодержащей пароль. Например, $VARIABLE_WITH_PASSWORD."
msgid "APIFuzzing|Enter the name of the CI variable containing the username. For example, $VARIABLE_WITH_USERNAME."
-msgstr ""
+msgstr "Введите имя переменной CI, Ńодержащей имя пользователя. Например, $VARIABLE_WITH_USERNAME."
msgid "APIFuzzing|File path or URL to APIs to be tested. For example, folder/example_fuzz.har. HAR files may contain sensitive information such as authentication tokens, API keys, and session cookies. We recommend that you review the HAR files' contents before adding them to a repository."
msgstr ""
@@ -1882,19 +1925,19 @@ msgid "APIFuzzing|Generate code snippet"
msgstr "Создать Ńниппет"
msgid "APIFuzzing|Make sure your credentials are secured"
-msgstr ""
+msgstr "УбедитеŃŃŚ, что ваŃи Ńчётные данные защищены"
msgid "APIFuzzing|Password for basic authentication"
-msgstr ""
+msgstr "Пароль для базовой Đ°Ńтентификации"
msgid "APIFuzzing|Predefined profiles"
msgstr ""
msgid "APIFuzzing|Scan mode"
-msgstr ""
+msgstr "Режим Ńканирования"
msgid "APIFuzzing|Scan profile"
-msgstr ""
+msgstr "Профиль Ńканирования"
msgid "APIFuzzing|Show code snippet for the profile"
msgstr "Показать Ńниппет для профиля"
@@ -1903,7 +1946,7 @@ msgid "APIFuzzing|Target URL"
msgstr ""
msgid "APIFuzzing|There are three ways to perform scans."
-msgstr ""
+msgstr "Đ•ŃŃ‚ŃŚ три ŃпоŃоба выполнить Ńканирование."
msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
msgstr ""
@@ -1915,25 +1958,25 @@ msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
-msgstr ""
+msgstr "Для предотвращения Ńтечки информации, идентификационные данные должны быть добавлены в виде %{ciVariablesLinkStart}CI-переменной%{ciVariablesLinkEnd}. Управлять CI-переменными в %{ciSettingsLinkStart}НаŃтройках%{ciSettingsLinkEnd} может пользователь Ń ĐżŃ€Đ°Đ˛Đ°ĐĽĐ¸ mantainer'Đ°. Мы обнарŃжили, что вы не maintainer. ЗафикŃирŃйте Ńвои изменения в виде коммита и назначьте maintainer'Đ° для обновления Ńчётных данных перед Ńлиянием."
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. As a user with maintainer access rights, you can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area."
-msgstr ""
+msgstr "Для предотвращения Ńтечки информации, идентификационные данные должны быть добавлены в виде %{ciVariablesLinkStart}CI-переменной%{ciVariablesLinkEnd}. Как maintainer, вы можете Ńправлять CI-переменными в %{ciSettingsLinkStart}НаŃтройках%{ciSettingsLinkEnd}."
msgid "APIFuzzing|Username for basic authentication"
-msgstr ""
+msgstr "ĐĐĽŃŹ пользователя для базовой Đ°Ńтентификации"
msgid "APIFuzzing|You may need a maintainer's help to secure your credentials."
-msgstr ""
+msgstr "Đ’Đ°ĐĽ может потребоватьŃŃŹ помощь maintainer'Đ° для защиты ваŃих Ńчетных данных"
msgid "APIFuzzing|folder/example.postman_collection.json"
-msgstr ""
+msgstr "folder/example.postman_collection.json"
msgid "APIFuzzing|folder/example_fuzz.har"
-msgstr ""
+msgstr "folder/example_fuzz.har"
msgid "APIFuzzing|folder/openapi.json"
-msgstr ""
+msgstr "folder/openapi.json"
msgid "AWS Access Key"
msgstr "Ключ Đ´ĐľŃŃ‚Ńпа AWS"
@@ -1948,7 +1991,7 @@ msgid "AWS Secret Access Key. Only required if not using role instance credentia
msgstr ""
msgid "AWS service error: %{error}"
-msgstr ""
+msgstr "ĐžŃибка ŃервиŃĐ° AWS: %{error}"
msgid "Abort"
msgstr "Отменить"
@@ -1981,7 +2024,7 @@ msgid "Acceptable for use in this project"
msgstr "РазреŃены Đş иŃпользованию в этом проекте"
msgid "Access Git repositories or the API."
-msgstr ""
+msgstr "ДоŃŃ‚ŃĐż Đş репозиториям Git или API."
msgid "Access Tokens"
msgstr "Токены Đ´ĐľŃŃ‚Ńпа"
@@ -1990,7 +2033,7 @@ msgid "Access denied for your LDAP account."
msgstr "ДоŃŃ‚ŃĐż запрещен для ваŃей Ńчетной запиŃи LDAP."
msgid "Access denied: %{error}"
-msgstr ""
+msgstr "ДоŃŃ‚ŃĐż запрещён: %{error}"
msgid "Access expiration date"
msgstr "Дата прекращения Đ´ĐľŃŃ‚Ńпа"
@@ -2002,22 +2045,22 @@ msgid "Access forbidden. Check your access level."
msgstr "ДоŃŃ‚ŃĐż запрещен. Проверьте Ńвой Ńровень Đ´ĐľŃŃ‚Ńпа."
msgid "Access granted"
-msgstr ""
+msgstr "ДоŃŃ‚ŃĐż предоŃтавлен"
msgid "Access key ID"
-msgstr ""
+msgstr "ID ключа Đ´ĐľŃŃ‚Ńпа"
msgid "Access requests"
-msgstr ""
+msgstr "ЗапроŃŃ‹ Đ´ĐľŃŃ‚Ńпа"
msgid "Access to '%{classification_label}' not allowed"
msgstr "ДоŃŃ‚ŃĐż Đş '%{classification_label}' не разреŃŃ‘Đ˝"
msgid "Access tokens expire after 2 hours. A refresh token may be used at any time to generate a new access token. Non-expiring access tokens are deprecated. Clear this setting to enable backward compatibility."
-msgstr ""
+msgstr "Срок дейŃтвия токенов Đ´ĐľŃŃ‚Ńпа ŃĐľŃтавляет 2 чаŃĐ°. Токен обновления может быть иŃпользован в любое время для Ńоздания нового токена Đ´ĐľŃŃ‚Ńпа. БеŃŃрочные токены не рекомендŃŃŽŃ‚ŃŃŹ. Чтобы обеŃпечить обратнŃŃŽ ŃовмеŃтимоŃŃ‚ŃŚ, очиŃтите этот параметр."
msgid "AccessDropdown|Deploy Keys"
-msgstr ""
+msgstr "Ключи развертывания"
msgid "AccessDropdown|Groups"
msgstr "Đ“Ń€Ńппы"
@@ -2062,22 +2105,13 @@ msgid "AccessTokens|It cannot be used to access any other data."
msgstr "Его нельзя иŃпользовать для Đ´ĐľŃŃ‚Ńпа Đş любым Đ´Ń€Ńгим данным."
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
-msgstr ""
-
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
+msgstr "Храните этот токен в Ńекрете. Любой, Ń ĐşĐľĐłĐľ он еŃŃ‚ŃŚ, может полŃчить Đ´ĐľŃŃ‚ŃĐż Đş ŃтатичеŃким объектам репозитория, как еŃли бы ŃŤŃ‚Đľ были вы. Đ•Ńли ŃŤŃ‚Đľ вŃŃ‘-таки произоŃло, %{linkStart}обновите токен%{linkEnd}."
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
-msgstr ""
-
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
+msgstr "Храните этот токен в Ńекрете. Любой, Ń ĐşĐľĐłĐľ он еŃŃ‚ŃŚ, может Ńоздавать обŃŃждения, как еŃли бы ŃŤŃ‚Đľ были вы. Đ•Ńли ŃŤŃ‚Đľ вŃŃ‘-таки произоŃло, %{linkStart}обновите токен%{linkEnd}."
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
-msgstr ""
-
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
+msgstr "Храните этот токен в Ńекрете. Любой, Ń ĐşĐľĐłĐľ он еŃŃ‚ŃŚ, может Ńледить Đ·Đ° ваŃей активноŃŃ‚ŃŚŃŽ и читать RSS Đ»ĐµĐ˝Ń‚Ń Đ¸Đ»Đ¸ Đ˛Đ°Ń ĐşĐ°Đ»ĐµĐ˝Đ´Đ°Ń€ŃŚ, как еŃли бы ŃŤŃ‚Đľ были вы. Đ•Ńли ŃŤŃ‚Đľ вŃŃ‘-таки произоŃло, %{linkStart}обновите токен%{linkEnd}."
msgid "AccessTokens|Personal Access Tokens"
msgstr "Личные токены Đ´ĐľŃŃ‚Ńпа"
@@ -2095,19 +2129,16 @@ msgid "AccessTokens|You can generate a personal access token for each applicatio
msgstr "Đ’Ń‹ можете Ńгенерировать личный токен Đ´ĐľŃŃ‚Ńпа для каждого иŃпользŃемого вами приложения, ĐşĐľŃ‚ĐľŃ€ĐľĐĽŃ Đ˝ĐµĐľĐ±Ń…ĐľĐ´Đ¸ĐĽ Đ´ĐľŃŃ‚ŃĐż Đş GitLab API."
msgid "AccessTokens|Your feed token authenticates you when your RSS reader loads a personalized RSS feed or when your calendar application loads a personalized calendar. It is visible in those feed URLs."
-msgstr ""
+msgstr "Đ’Đ°Ń Ń‚ĐľĐşĐµĐ˝ канала идентифицирŃет ваŃ, когда программа чтения RSS загрŃжает перŃонализированный канал RSS, или когда приложение календаря загрŃжает Đ˛Đ°Ń ĐżĐµŃ€Ńонализированный календарь. Его можно Ńвидеть в URL-адреŃĐ°Ń… этих каналов."
msgid "AccessTokens|Your incoming email token authenticates 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 authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
-msgstr ""
-
-msgid "AccessTokens|reset this token"
-msgstr ""
+msgstr "Токен ŃтатичеŃких объектов идентифицирŃет ваŃ, когда ŃтатичеŃкие объекты репозитория (например, архивы или больŃие двоичные объекты (blobs)) обŃĐ»ŃживаютŃŃŹ внеŃним хранилищем."
msgid "AccessibilityReport|Learn more"
-msgstr ""
+msgstr "Узнать больŃе"
msgid "AccessibilityReport|Message: %{message}"
msgstr "Сообщение: %{message}"
@@ -2128,7 +2159,7 @@ msgid "Account and limit"
msgstr "ĐккаŃнт и ограничения"
msgid "Account:"
-msgstr ""
+msgstr "Учётная запиŃŃŚ:"
msgid "Account: %{account}"
msgstr "ĐккаŃнт: %{account}"
@@ -2146,28 +2177,28 @@ msgid "AccountValidation|In order to use free CI/CD minutes on shared runners, y
msgstr ""
msgid "AccountValidation|Learn more."
-msgstr ""
+msgstr "Узнать больŃе."
msgid "AccountValidation|Looks like you’ll need to validate your account to use free CI/CD minutes"
msgstr ""
msgid "AccountValidation|Validate your account"
-msgstr ""
+msgstr "Подтвердите Ńвою ŃчётнŃŃŽ запиŃŃŚ"
msgid "AccountValidation|Verification is required to discourage and reduce the abuse on GitLab infrastructure. If you verify with a credit or debit card, %{strong_start}GitLab will not charge your card, it will only be used for validation.%{strong_end} %{learn_more_link}"
msgstr ""
msgid "AccountValidation|unsubscribe"
-msgstr ""
+msgstr "отпиŃĐ°Ń‚ŃŚŃŃŹ"
msgid "AccountValidation|you may %{unsubscribe_link} at any time."
msgstr ""
msgid "Action"
-msgstr ""
+msgstr "ДейŃтвие"
msgid "Action to take when receiving an alert. %{docsLink}"
-msgstr ""
+msgstr "ДейŃтвия, принимаемые при полŃчении предŃпреждения. %{docsLink}"
msgid "Actions"
msgstr "ДейŃтвия"
@@ -2182,7 +2213,7 @@ msgid "Active"
msgstr "Đктивный"
msgid "Active %{type} (%{token_length})"
-msgstr ""
+msgstr "Đктивный %{type} (%{token_length})"
msgid "Active Sessions"
msgstr "Đктивные ŃеŃŃии"
@@ -2194,13 +2225,13 @@ msgid "Activity"
msgstr "ĐктивноŃŃ‚ŃŚ"
msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении активноŃти. ПерезагрŃзите ŃтраницŃ, чтобы повторить попыткŃ."
msgid "Add"
msgstr "Добавить"
msgid "Add \"%{value}\""
-msgstr ""
+msgstr "Добавить \"%{value}\""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
@@ -2211,9 +2242,6 @@ msgstr "Добавить CHANGELOG"
msgid "Add CONTRIBUTING"
msgstr "Добавить CONTRIBUTING"
-msgid "Add GitLab to Slack"
-msgstr "Добавить GitLab в Slack"
-
msgid "Add Jaeger URL"
msgstr "Добавить URL-Đ°Đ´Ń€ĐµŃ Jaeger"
@@ -2223,8 +2251,8 @@ msgstr "Добавить клаŃтер Kubernetes"
msgid "Add LICENSE"
msgstr "Добавить LICENSE"
-msgid "Add New Node"
-msgstr "Добавить новый Ńзел"
+msgid "Add New Site"
+msgstr ""
msgid "Add README"
msgstr "Добавить README"
@@ -2238,23 +2266,26 @@ msgstr "Добавить %{type}"
msgid "Add a GPG key"
msgstr "Добавить ключ GPG"
-msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
+msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
+msgstr "Добавьте URL-Đ°Đ´Ń€ĐµŃ Jaeger, чтобы заменить ŃŤŃ‚Ń ŃŃ‚Ń€Đ°Đ˝Đ¸Ń†Ń ŃŃылкой на Đ˛Đ°Ń Jaeger-Ńервер. Сначала необходимо %{link_start_tag}ŃŃтановить Jaeger%{link_end_tag}."
+
msgid "Add a Terms of Service agreement and Privacy Policy for users of this GitLab instance."
-msgstr ""
+msgstr "Добавить ĐŁŃловия иŃпользования и ĐźĐľĐ»Đ¸Ń‚Đ¸ĐşŃ ĐşĐľĐ˝Ń„Đ¸Đ´ĐµĐ˝Ń†Đ¸Đ°Đ»ŃŚĐ˝ĐľŃти для пользователей этого экземпляра GitLab."
msgid "Add a bullet list"
msgstr "Добавить маркированный ŃпиŃок"
msgid "Add a collapsible section"
-msgstr ""
+msgstr "Добавить ŃворачиваемŃŃŽ Ńекцию"
msgid "Add a comment to this line"
-msgstr ""
+msgstr "Добавить комментарий Đş этой Ńтроке"
msgid "Add a comment to this line or drag for multiple lines"
-msgstr ""
+msgstr "Добавьте комментарий Đş этой Ńтроке или перетащите на неŃколько Ńтрок"
msgid "Add a custom message with details about the instance's shared runners. The message is visible in group and project CI/CD settings, in the Runners section. Markdown is supported."
msgstr ""
@@ -2304,6 +2335,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr "Добавить SSH ключ"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2323,7 +2357,7 @@ msgid "Add bold text"
msgstr "Добавить жирный текŃŃ‚"
msgid "Add broadcast message"
-msgstr ""
+msgstr "Добавить Ńироковещательное Ńообщение"
msgid "Add child epic to an epic"
msgstr "Добавить дочерний элемент в Đ´Ń€Ńгой элемент"
@@ -2421,11 +2455,8 @@ msgstr "Добавить ŃиŃтемный обработчик"
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr "Добавить в Slack"
-
msgid "Add to board"
-msgstr ""
+msgstr "Добавить на Đ´ĐľŃĐşŃ"
msgid "Add to epic"
msgstr "Добавить к цели"
@@ -2446,7 +2477,7 @@ msgid "Add topics to projects to help users find them."
msgstr ""
msgid "Add trigger"
-msgstr ""
+msgstr "Добавить триггер"
msgid "Add user(s) to the group:"
msgstr "Добавить пользовател(ŃŹ/ей) в грŃппŃ:"
@@ -2470,10 +2501,10 @@ msgid "AddContextCommits|Add previously merged commits"
msgstr "Добавить ранее Ńлитые коммиты"
msgid "AddContextCommits|Add/remove"
-msgstr ""
+msgstr "Добавить/Ńдалить"
msgid "AddMember|Emails cannot be blank"
-msgstr ""
+msgstr "ĐдреŃĐ° электронной почты не могŃŃ‚ быть ĐżŃŃтыми"
msgid "AddMember|Invite email is invalid"
msgstr ""
@@ -2533,10 +2564,10 @@ msgid "Additional text to show on the Help page"
msgstr ""
msgid "Additional text to show on the sign-in page"
-msgstr ""
+msgstr "Дополнительный текŃŃ‚ для показа на Ńтранице входа."
msgid "Address"
-msgstr ""
+msgstr "ĐдреŃ"
msgid "Adds"
msgstr "Добавляет"
@@ -2548,10 +2579,10 @@ msgid "Adds %{labels} %{label_text}."
msgstr "ДобавляетŃŃŹ %{labels}%{label_text}."
msgid "Adds a Zoom meeting."
-msgstr ""
+msgstr "Добавляет вŃŃ‚Ń€ĐµŃ‡Ń Đ˛ Zoom."
msgid "Adds a to do."
-msgstr ""
+msgstr "Добавляет задачŃ."
msgid "Adds an issue to an epic."
msgstr "Đš цели добавляетŃŃŹ задача."
@@ -2560,19 +2591,19 @@ msgid "Adds email participant(s)."
msgstr ""
msgid "Adjust how frequently the GitLab UI polls for updates."
-msgstr ""
+msgstr "НаŃтройте чаŃŃ‚ĐľŃ‚Ń ĐľĐ±Đ˝ĐľĐ˛Đ»ĐµĐ˝Đ¸Đą GitLab UI."
msgid "Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
-msgstr ""
+msgstr "НаŃтройте критерии фильтров и поиŃка выŃе. Đ•Ńли вы Ńчитаете, что здеŃŃŚ может быть ĐľŃибка, обратитеŃŃŚ Đş докŃментации %{linkStart}по ŃŃтранению неполадок Geo%{linkEnd} для полŃчения дополнительной информации."
msgid "Admin"
-msgstr ""
+msgstr "ĐдминиŃтратор"
msgid "Admin Area"
msgstr "Панель Ńправления"
msgid "Admin Mode"
-msgstr ""
+msgstr "Режим ĐдминиŃтратора"
msgid "Admin Note"
msgstr ""
@@ -2584,7 +2615,7 @@ msgid "Admin Overview"
msgstr "Обзор ĐдминиŃтратора"
msgid "Admin Section"
-msgstr ""
+msgstr "Раздел ĐдминиŃтрирования"
msgid "Admin mode already enabled"
msgstr "Режим админиŃтратора Ńже включен"
@@ -2602,13 +2633,13 @@ msgid "Admin notes"
msgstr "Заметки админиŃтратора"
msgid "AdminArea|%{billable_users_link_start}Learn more%{billable_users_link_end} about what defines a billable user"
-msgstr ""
+msgstr "%{billable_users_link_start}Узнайте больŃе%{billable_users_link_end} Đľ том, что предŃтавляет Ńобой платный пользователь"
msgid "AdminArea|Active users"
msgstr "Đктивные пользователи"
msgid "AdminArea|All users created in the instance, including users who are not %{billable_users_link_start}billable users%{billable_users_link_end}."
-msgstr ""
+msgstr "Đ’Ńе пользователи, Ńозданные в данном экземпляре, включая тех, которые не являютŃŃŹ %{billable_users_link_start}платными%{billable_users_link_end}."
msgid "AdminArea|Billable users"
msgstr "Оплачиваемые пользователи"
@@ -2653,7 +2684,7 @@ msgid "AdminArea|Maintainer"
msgstr "Maintainer"
msgid "AdminArea|Minimal access"
-msgstr ""
+msgstr "Минимальный Đ´ĐľŃŃ‚ŃĐż"
msgid "AdminArea|New group"
msgstr "Новая грŃппа"
@@ -2677,7 +2708,7 @@ msgid "AdminArea|Sign up for the GitLab Security Newsletter to get notified for
msgstr "ПодпиŃитеŃŃŚ на раŃŃŃ‹Đ»ĐşŃ Đ˝ĐľĐ˛ĐľŃтей по безопаŃноŃти GitLab, чтобы полŃчать Ńведомления об обновлениях безопаŃноŃти."
msgid "AdminArea|Sign up for the GitLab newsletter"
-msgstr ""
+msgstr "ПодпиŃĐ°Ń‚ŃŚŃŃŹ на раŃŃŃ‹Đ»ĐşŃ GitLab"
msgid "AdminArea|Stop all jobs"
msgstr "ĐžŃтановить вŃе задания"
@@ -2698,7 +2729,7 @@ msgid "AdminArea|Users"
msgstr "Пользователи"
msgid "AdminArea|Users statistics"
-msgstr "СтатиŃтика пользователей"
+msgstr "СтатиŃтика"
msgid "AdminArea|Users with highest role"
msgstr "Пользователи Ń Đ˝Đ°Đ¸Đ˛Ń‹ŃŃей ролью"
@@ -2716,11 +2747,17 @@ msgid "AdminArea|View latest users"
msgstr "ПоŃмотреть недавних пользователей"
msgid "AdminArea|You’re about to stop all jobs. This will halt all current jobs that are running."
-msgstr ""
+msgstr "Đ’Ń‹ ŃобираетеŃŃŚ ĐľŃтановить вŃе задания. Выполнение вŃех Đ·Đ°ĐżŃщенных заданий бŃдет прервано."
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr "ĐžŃибка загрŃзки ŃтатиŃтики. ПожалŃĐąŃŃ‚Đ°, попробŃйте еще раз"
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2731,7 +2768,7 @@ msgid "AdminLabels|They can be used to categorize issues and merge requests."
msgstr ""
msgid "AdminProjects| You’re about to permanently delete the project %{projectName}, its repository, and all related resources, including issues and merge requests. After you confirm and press %{strong_start}Delete project%{strong_end}, it cannot be undone or recovered."
-msgstr ""
+msgstr "Đ’Ń‹ ŃобираетеŃŃŚ окончательно Ńдалить проект %{projectName}, его репозиторий и вŃе Ńвязанные реŃŃŃ€ŃŃ‹, включая обŃŃждения и запроŃŃ‹ Ńлияния. ПоŃле нажатия %{strong_start}Удалить проект%{strong_end}, его нельзя воŃŃтановить или отменить Ńдаление."
msgid "AdminProjects|Delete"
msgstr "Удалить"
@@ -2740,7 +2777,7 @@ msgid "AdminProjects|Delete Project %{projectName}?"
msgstr "Удалить Проект %{projectName}?"
msgid "AdminSettings|A Let's Encrypt account will be configured for this GitLab instance using this email address. You will receive emails to warn of expiring certificates. %{link_start}Learn more.%{link_end}"
-msgstr ""
+msgstr "Учётная запиŃŃŚ Let's Encrypt бŃдет наŃтроена для данного экземпляра GitLab Ń Đ¸Ńпользованием этого адреŃĐ° электронной почты. Đ’Ń‹ бŃдете полŃчать электронные пиŃŃŚĐĽĐ° Ń ĐżŃ€ĐµĐ´Ńпреждениями об иŃтечении Ńрока дейŃтвия Ńертификатов. %{link_start}Подробнее.%{link_end}"
msgid "AdminSettings|All new projects can use the instance's shared runners by default."
msgstr "Đ’Ńе новые проекты могŃŃ‚ иŃпользовать общие runner'Ń‹ экземпляра по Ńмолчанию."
@@ -2749,85 +2786,85 @@ msgid "AdminSettings|Auto DevOps domain"
msgstr "Домен Auto DevOps"
msgid "AdminSettings|Configure Let's Encrypt"
-msgstr ""
+msgstr "НаŃтроить Let's Encrypt"
msgid "AdminSettings|Disable feed token"
-msgstr ""
+msgstr "Отключить токен канала"
msgid "AdminSettings|Disable public access to Pages sites"
-msgstr ""
+msgstr "Отключить ĐżŃбличный Đ´ĐľŃŃ‚ŃĐż Đş Ńайтам Pages"
msgid "AdminSettings|Display a banner on merge requests in projects with no pipelines to initiate steps to add a .gitlab-ci.yml file."
-msgstr ""
+msgstr "Отображать баннер Ń ĐżŃ€ĐµĐ´Đ»ĐľĐ¶ĐµĐ˝Đ¸ĐµĐĽ добавить файл .gitlab-ci.yml на Ńтранице запроŃĐ° Đľ Ńлиянии для проектов без Ńборочных линий."
msgid "AdminSettings|Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled. %{link_start}Learn more.%{link_end}"
-msgstr ""
+msgstr "Проверка домена - важная меря безопаŃноŃти для ĐżŃбличных Ńайтов GitLab. Пользователи должны подтвердить, что домен принадлежит им, прежде чем Ńайт бŃдет включен. %{link_start}Подробнее.%{link_end}"
msgid "AdminSettings|Enable pipeline suggestion banner"
-msgstr ""
+msgstr "Включить баннер, рекомендŃющий добавить ŃборочнŃŃŽ линию"
msgid "AdminSettings|Enable shared runners for new projects"
msgstr "ĐŃпользовать общие Runner'Ń‹ в новых проектах"
msgid "AdminSettings|Feed token"
-msgstr ""
+msgstr "Токен канала"
msgid "AdminSettings|I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)."
-msgstr ""
+msgstr "ĐŻ прочёл и принимаю %{link_start}ĐŁŃловия обŃĐ»Ńживания%{link_end} (PDF) Let's Encrypt."
msgid "AdminSettings|If not specified at the group or instance level, the default is %{default_initial_branch_name}. Does not affect existing repositories."
-msgstr ""
+msgstr "По Ńмолчанию %{default_initial_branch_name}, еŃли не Ńказано на Ńровне грŃппы или экземпляра. Не влияет на ŃŃщеŃтвŃющие репозитории."
msgid "AdminSettings|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr "Сохранять поŃледние артефакты для вŃех заданий в поŃледних ŃŃпеŃных Ńборочных линиях"
msgid "AdminSettings|Let's Encrypt email"
-msgstr ""
+msgstr "Почта Let's Encrypt"
msgid "AdminSettings|Maximum duration of a session for Git operations when 2FA is enabled."
-msgstr ""
+msgstr "МакŃимальная продолжительноŃŃ‚ŃŚ ŃеанŃĐ° для Git-операций, когда включена 2FA."
msgid "AdminSettings|New CI/CD variables in projects and groups default to protected."
-msgstr ""
+msgstr "Новые переменные CI/CD в проектах и грŃппах по Ńмолчанию защищены."
msgid "AdminSettings|No required pipeline"
msgstr "Не требŃетŃŃŹ Ńборочная линия"
msgid "AdminSettings|Protect CI/CD variables by default"
-msgstr ""
+msgstr "Защищать переменные CI/CD по Ńмолчанию"
msgid "AdminSettings|Require users to prove ownership of custom domains"
-msgstr ""
+msgstr "Требовать от пользователей подтверждения права ŃобŃтвенноŃти на Ńторонние домены"
msgid "AdminSettings|Required pipeline configuration"
msgstr "ТребŃемая конфигŃрация Ńборочной линии"
msgid "AdminSettings|Select a CI/CD template"
-msgstr ""
+msgstr "Выберите Ńаблон CI/CD"
msgid "AdminSettings|Select a group to use as the source for instance-level project templates."
-msgstr ""
+msgstr "Выберите грŃĐżĐżŃ Đ´Đ»ŃŹ иŃпользования в качеŃтве иŃточника Ńаблонов проектов на Ńровне экземпляра."
msgid "AdminSettings|Select to disable public access for Pages sites, which requires users to sign in for access to the Pages sites in your instance. %{link_start}Learn more.%{link_end}"
-msgstr ""
+msgstr "Выберите, чтобы отключить общий Đ´ĐľŃŃ‚ŃĐż Đş Ńайтам Pages. Đ­Ń‚Đľ потребŃет от пользователей авторизации для Đ´ĐľŃŃ‚Ńпа Đş Ńайтам Pages ваŃего экземпляра. %{link_start}Подробнее.%{link_end}"
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
-msgstr ""
+msgstr "ПродолжительноŃŃ‚ŃŚ ŃеанŃĐ° для Git-операций когда включена 2FA (в минŃŃ‚Đ°Ń…)"
msgid "AdminSettings|Set a CI/CD template as the required pipeline configuration for all projects in the instance. Project CI/CD configuration merges into the required pipeline configuration when the pipeline runs. %{link_start}What is a required pipeline configuration?%{link_end}"
-msgstr ""
+msgstr "Задайте Ńаблон CI/CD в качеŃтве обязательной конфигŃрации Ńборочной линии для вŃех проектов данного экземпляра. Проектная конфигŃрация CI/CD ŃливаетŃŃŹ Ń ĐľĐ±ŃŹĐ·Đ°Ń‚ĐµĐ»ŃŚĐ˝ĐľĐą при Đ·Đ°ĐżŃŃке Ńборочной линии. %{link_start}Что такое обязательная конфигŃрация Ńборочной линии?%{link_end}"
msgid "AdminSettings|Set the maximum size of GitLab Pages per project (0 for unlimited). %{link_start}Learn more.%{link_end}"
-msgstr ""
+msgstr "Задайте ĐĽĐ°ĐşŃимальный размер GitLab Pages на проект (0 — без ограничений). %{link_start}Подробнее.%{link_end}"
msgid "AdminSettings|Size and domain settings for Pages static sites."
-msgstr ""
+msgstr "НаŃтройки размера и домена для ŃтатичеŃких Ńайтов Pages."
msgid "AdminSettings|The default domain to use for Auto Review Apps and Auto Deploy stages in all projects."
msgstr ""
msgid "AdminSettings|The default name for the initial branch of new repositories created in the instance."
-msgstr ""
+msgstr "ĐĐĽŃŹ по Ńмолчанию для начальной ветви новых репозиториев, Ńозданных в экземпляре."
msgid "AdminSettings|The latest artifacts for all jobs in the most recent successful pipelines in each project are stored and do not expire."
msgstr "ПоŃледние артефакты для вŃех заданий в недавних ŃŃпеŃных Ńборочных линиях каждого проекта ŃохраняютŃŃŹ беŃŃрочно."
@@ -2836,7 +2873,7 @@ msgid "AdminSettings|The projects in this group can be selected as templates for
msgstr "Проекты в этой грŃппе могŃŃ‚ быть выбраны в качеŃтве Ńаблонов для новых проектов, Ńозданных в экземпляре. %{link_start}Подробнее.%{link_end} "
msgid "AdminSettings|The template for the required pipeline configuration can be one of the GitLab-provided templates, or a custom template added to an instance template repository. %{link_start}How do I create an instance template repository?%{link_end}"
-msgstr ""
+msgstr "Шаблон обязательной конфигŃрации Ńборочной линии может быть как одним из предоŃтавленных GitLab, Ń‚Đ°Đş и пользовательŃким, добавленным в репозиторий Ńаблонов экземпляра. %{link_start}Как мне Ńоздать репозиторий Ńаблонов экземпляра?%{link_end}"
msgid "AdminStatistics|Active Users"
msgstr "Đктивные пользователи"
@@ -2863,22 +2900,25 @@ msgid "AdminStatistics|Snippets"
msgstr "Сниппеты"
msgid "AdminUsers|(Admin)"
-msgstr ""
+msgstr "(ĐдминиŃтратор)"
msgid "AdminUsers|(Banned)"
-msgstr ""
+msgstr "(Забанен)"
msgid "AdminUsers|(Blocked)"
-msgstr ""
+msgstr "(Заблокирован)"
msgid "AdminUsers|(Deactivated)"
-msgstr ""
+msgstr "(Деактивирован)"
msgid "AdminUsers|(Internal)"
+msgstr "(Đ’Đ˝Ńтренний)"
+
+msgid "AdminUsers|(Locked)"
msgstr ""
msgid "AdminUsers|(Pending approval)"
-msgstr ""
+msgstr "(Ожидает подтверждения)"
msgid "AdminUsers|2FA Disabled"
msgstr "2FA отключена"
@@ -2887,22 +2927,22 @@ msgid "AdminUsers|2FA Enabled"
msgstr "2FA включена"
msgid "AdminUsers|A user can validate themselves by inputting a credit/debit card, or an admin can manually validate a user."
-msgstr ""
+msgstr "Пользователь может подтвердить Ńебя, Ńказав кредитнŃŃŽ/дебетовŃŃŽ картŃ, или админиŃтратор может врŃчнŃŃŽ проверить пользователя."
msgid "AdminUsers|Access"
-msgstr ""
+msgstr "ДоŃŃ‚ŃĐż"
msgid "AdminUsers|Access Git repositories"
-msgstr ""
+msgstr "ДоŃŃ‚ŃĐż Đş Git-репозиториям"
msgid "AdminUsers|Access the API"
-msgstr ""
+msgstr "ДоŃŃ‚ŃĐż Đş API"
msgid "AdminUsers|Activate"
-msgstr ""
+msgstr "Đктивировать"
msgid "AdminUsers|Activate user %{username}?"
-msgstr ""
+msgstr "Đктивировать пользователя %{username}?"
msgid "AdminUsers|Active"
msgstr "Đктивные"
@@ -2913,29 +2953,29 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr "ĐдминиŃтратор"
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
msgstr "ĐдминиŃтраторы"
msgid "AdminUsers|Approve"
-msgstr ""
+msgstr "Одобрить"
msgid "AdminUsers|Approve user %{username}?"
-msgstr ""
+msgstr "Одобрить пользователя %{username}?"
msgid "AdminUsers|Approved users can:"
-msgstr ""
+msgstr "Одобренные пользователи могŃŃ‚:"
msgid "AdminUsers|Auditor"
-msgstr ""
+msgstr "ĐŃдитор"
msgid "AdminUsers|Auditors have read-only access to all groups, projects, and users."
-msgstr ""
+msgstr "ĐŃдиторы имеют право на проŃмотр вŃех грŃпп, проектов и пользователей."
msgid "AdminUsers|Automatically marked as default internal user"
-msgstr ""
+msgstr "ĐвтоматичеŃки помечен как внŃтренний пользователь по Ńмолчанию."
msgid "AdminUsers|Ban user"
msgstr "Забанить пользователя"
@@ -2965,28 +3005,28 @@ msgid "AdminUsers|Blocking user has the following effects:"
msgstr "Блокировка пользователя имеет ŃледŃющие эффекты:"
msgid "AdminUsers|Cannot sign in or access instance information"
-msgstr ""
+msgstr "Не ŃдаетŃŃŹ войти или полŃчить Đ´ĐľŃŃ‚ŃĐż Đş информации об экземпляре"
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr "Не ŃдалоŃŃŚ разблокировать заблокированных пользователей LDAP"
msgid "AdminUsers|Cohorts"
-msgstr ""
+msgstr "Когорты"
msgid "AdminUsers|Confirm user"
-msgstr ""
+msgstr "Подтвердить пользователя"
msgid "AdminUsers|Confirm user %{username}?"
-msgstr ""
+msgstr "Подтвердить пользователя %{username}?"
msgid "AdminUsers|Could not load user group counts. Please refresh the page to try again."
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ загрŃзить количеŃтво грŃпп пользователей. ПожалŃĐąŃŃ‚Đ°, обновите ŃтраницŃ, чтобы повторить попыткŃ."
msgid "AdminUsers|Deactivate"
-msgstr "Отключить"
+msgstr "Деактивировать"
msgid "AdminUsers|Deactivate user %{username}?"
-msgstr ""
+msgstr "Деактивировать пользователя %{username}?"
msgid "AdminUsers|Deactivated"
msgstr "Отключено"
@@ -3007,7 +3047,7 @@ msgid "AdminUsers|Delete user and contributions"
msgstr "Удалить пользователя и внеŃённые им изменения"
msgid "AdminUsers|Export permissions as CSV (max 100,000 users)"
-msgstr ""
+msgstr "Đ­ĐşŃпорт разреŃений в формате CSV (ĐĽĐ°ĐşŃимŃĐĽ 100 000 пользователей)"
msgid "AdminUsers|External"
msgstr "ВнеŃние"
@@ -3016,22 +3056,22 @@ msgid "AdminUsers|External users cannot see internal or private projects unless
msgstr "ВнеŃние пользователи не могŃŃ‚ видеть внŃтренние или приватные проекты, еŃли Đ´ĐľŃŃ‚ŃĐż не предоŃтавлен явно. ВнеŃние пользователи также не могŃŃ‚ Ńоздавать проекты, грŃппы или личные Ńниппеты."
msgid "AdminUsers|For more information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
-msgstr ""
+msgstr "Для полŃчения дополнительной информации, пожалŃĐąŃŃ‚Đ°, обратитеŃŃŚ Đş %{link_start}докŃментации по Ńдалению Ńчётной запиŃи пользователя.%{link_end}"
msgid "AdminUsers|Here are some helpful links to help you manage your instance:"
-msgstr ""
+msgstr "Вот неŃколько полезных ŃŃылок, которые помогŃŃ‚ вам Ńправлять Ńвоим экземпляром:"
msgid "AdminUsers|If you have any questions about this process please consult our %{doc_link} or %{support_link}."
-msgstr ""
+msgstr "Đ•Ńли Ń Đ˛Đ°Ń ĐµŃŃ‚ŃŚ какие-либо вопроŃŃ‹ об этом процеŃŃе, обратитеŃŃŚ Đş %{doc_link} или %{support_link}."
msgid "AdminUsers|Important information about usage on your GitLab instance"
-msgstr ""
+msgstr "Важная информация об иŃпользовании ваŃего экземпляра GitLab"
msgid "AdminUsers|Is using seat"
msgstr "ĐŃпользŃет меŃŃ‚Đľ"
msgid "AdminUsers|Issues authored by this user are hidden from other users."
-msgstr ""
+msgstr "ОбŃŃждения, Ńозданные этим пользователем, Ńкрыты от Đ´Ń€Ńгих пользователей."
msgid "AdminUsers|It's you!"
msgstr "Это вы!"
@@ -3039,11 +3079,14 @@ msgstr "Это вы!"
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr "Узнать больŃе Đľ %{link_start}забаненных пользователях.%{link_end}"
-msgid "AdminUsers|Log in"
+msgid "AdminUsers|Locked"
msgstr ""
+msgid "AdminUsers|Log in"
+msgstr "Войти"
+
msgid "AdminUsers|Manage (accept/reject) pending user sign ups"
-msgstr ""
+msgstr "Управление (принятие/отклонение) ожидающих региŃтрации пользователей"
msgid "AdminUsers|New user"
msgstr "Новый пользователь"
@@ -3055,7 +3098,7 @@ msgid "AdminUsers|Owned groups will be left"
msgstr "Đ“Ń€Ńппы, имеющиеŃŃŹ в ŃобŃтвенноŃти бŃĐ´ŃŃ‚ Ńохранены"
msgid "AdminUsers|Pending approval"
-msgstr ""
+msgstr "Ожидают подтверждения"
msgid "AdminUsers|Personal projects will be left"
msgstr "Личные проекты бŃĐ´ŃŃ‚ Ńохранены"
@@ -3073,13 +3116,13 @@ msgid "AdminUsers|Regular users have access to their groups and projects."
msgstr ""
msgid "AdminUsers|Reject"
-msgstr ""
+msgstr "Отклонить"
msgid "AdminUsers|Reject user %{username}?"
-msgstr ""
+msgstr "Отклонить пользователя %{username}?"
msgid "AdminUsers|Rejected users:"
-msgstr ""
+msgstr "Отклонённые пользователи:"
msgid "AdminUsers|Restore user access to the account, including web, Git and API."
msgstr "Đ’ĐľŃŃтановить Đ´ĐľŃŃ‚ŃĐż пользователя Đş Ńчетной запиŃи, включая веб, Git и API."
@@ -3097,9 +3140,12 @@ msgid "AdminUsers|Sort by"
msgstr "Сортировать по"
msgid "AdminUsers|The user can't access git repositories."
-msgstr ""
+msgstr "Пользователь не имеет Đ´ĐľŃŃ‚Ńпа Đş репозиториям git."
msgid "AdminUsers|The user can't log in."
+msgstr "Пользователь не может войти"
+
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
msgstr ""
msgid "AdminUsers|The user will be logged out"
@@ -3127,19 +3173,19 @@ msgid "AdminUsers|Unban user"
msgstr "Разбанить пользователя"
msgid "AdminUsers|Unban user %{username}?"
-msgstr ""
+msgstr "Разбанить пользователя %{username}?"
msgid "AdminUsers|Unblock"
-msgstr ""
+msgstr "Разблокировать"
msgid "AdminUsers|Unblock user %{username}?"
-msgstr ""
+msgstr "Разблокировать пользователя %{username}?"
msgid "AdminUsers|Unlock user %{username}?"
-msgstr ""
+msgstr "Разблокировать пользователя %{username}?"
msgid "AdminUsers|User administration"
-msgstr ""
+msgstr "Управление пользователем"
msgid "AdminUsers|User is validated and can use free CI minutes on shared runners."
msgstr ""
@@ -3154,10 +3200,10 @@ msgid "AdminUsers|Users"
msgstr "Пользователи"
msgid "AdminUsers|Users can still be invited to your instance and/or add themselves if permitted based on your settings. They will not have access to your instance, nor count towards your subscribed seat count until you %{approve_link}."
-msgstr ""
+msgstr "Пользователи вŃŃ‘ ещё могŃŃ‚ быть приглаŃены в Đ˛Đ°Ń ŃŤĐşĐ·ĐµĐĽĐżĐ»ŃŹŃ€ и/или добавлять Ńебя, еŃли ŃŤŃ‚Đľ разреŃено наŃтройками. ĐŁ них не бŃдет Đ´ĐľŃŃ‚Ńпа Đş ваŃĐµĐĽŃ ŃŤĐşĐ·ĐµĐĽĐżĐ»ŃŹŃ€Ń Đ¸ они не бŃĐ´ŃŃ‚ ŃчитыватьŃŃŹ при подŃчёте количеŃтва меŃŃ‚, на которые вы подпиŃаны, пока вы не %{approve_link}."
msgid "AdminUsers|Validate user account"
-msgstr ""
+msgstr "Подтвердить ŃчётнŃŃŽ запиŃŃŚ пользователя"
msgid "AdminUsers|View pending member requests"
msgstr ""
@@ -3190,10 +3236,10 @@ msgid "AdminUsers|You can always block their account again if needed."
msgstr ""
msgid "AdminUsers|You can always deactivate their account again if needed."
-msgstr ""
+msgstr "При необходимоŃти вы вŃегда можете повторно деактивировать аккаŃнт."
msgid "AdminUsers|You can always re-activate their account, their data will remain intact."
-msgstr ""
+msgstr "Đ’Ń‹ вŃегда можете реактивировать ŃчётнŃŃŽ запиŃŃŚ, данные ĐľŃŃ‚Đ°Đ˝ŃŃ‚ŃŃŹ нетронŃтыми."
msgid "AdminUsers|You can always unblock their account, their data will remain intact."
msgstr ""
@@ -3204,7 +3250,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr "Đ’Ń‹ можете разбанить его/её ŃчётнŃŃŽ запиŃŃŚ в бŃĐ´Ńщем. Данные ĐľŃŃ‚Đ°Đ˝ŃŃ‚ŃŃŹ нетронŃтыми."
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3244,7 +3290,7 @@ msgid "Admin|Quarterly reconciliation will occur on %{qrtlyDate}"
msgstr ""
msgid "Admin|The number of max seats in your namespace exceeds the number of seats in your subscription. On %{qrtlyDate}, quarterly reconciliation occurs and you are automatically billed a prorated amount for the overage. No action is needed from you. If you have a credit card on file, it will be charged. Otherwise, you will receive an invoice. For more information about the timing of the invoicing process, view the documentation."
-msgstr ""
+msgstr "МакŃимальное количеŃтво меŃŃ‚ в проŃтранŃтве имён превыŃает количеŃтво меŃŃ‚ в ваŃей подпиŃке. %{qrtlyDate} произойдёт ежеквартальная Ńверка и вам автоматичеŃки бŃдет выŃтавлен Ńчёт Đ·Đ° превыŃение на пропорциональнŃŃŽ ŃŃĐĽĐĽŃ. От Đ˛Đ°Ń Đ˝Đµ требŃетŃŃŹ никаких дейŃтвий. Đ•Ńли Ń Đ˛Đ°Ń ĐżŃ€Đ¸Đ˛ŃŹĐ·Đ°Đ˝Đ° кредитная карта, оплата ŃпиŃетŃŃŹ Ń Đ˝ĐµŃ‘. Đ’ противном ŃĐ»Ńчае вы полŃчите Ńчёт на оплатŃ. Для полŃчения дополнительной информации Đľ Ńроках выŃтавления Ńчетов, ознакомьтеŃŃŚ Ń Đ´ĐľĐşŃментацией."
msgid "Admin|The number of max users in your instance exceeds the number of users in your license. On %{qrtlyDate}, quarterly reconciliation occurs and you are automatically billed a prorated amount for the overage. No action is needed from you. If you have a credit card on file, it will be charged. Otherwise, you will receive an invoice. For more information about the timing of the invoicing process, view the documentation."
msgstr ""
@@ -3253,7 +3299,7 @@ msgid "Admin|View pending user approvals"
msgstr ""
msgid "Admin|Your instance has reached its user cap"
-msgstr ""
+msgstr "Đ’Đ°Ń ŃŤĐşĐ·ĐµĐĽĐżĐ»ŃŹŃ€ Đ´ĐľŃтиг ĐĽĐ°ĐşŃимального количеŃтва пользователей"
msgid "Advanced"
msgstr "Đ Đ°ŃŃиренные"
@@ -3265,10 +3311,10 @@ msgid "Advanced Settings"
msgstr "Дополнительные наŃтройки"
msgid "Advanced export options"
-msgstr ""
+msgstr "Đ Đ°ŃŃиренные параметры ŃŤĐşŃпорта"
msgid "AdvancedSearch|Reindex required"
-msgstr ""
+msgstr "ТребŃетŃŃŹ повторная индекŃация"
msgid "After a project is permanently deleted, it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its repositories and %{strongStart}all related resources%{strongEnd}, including issues, merge requests etc."
msgstr ""
@@ -3298,13 +3344,13 @@ msgid "After you've reviewed these contribution guidelines, you'll be all set to
msgstr ""
msgid "Akismet"
-msgstr ""
+msgstr "Akismet"
msgid "Akismet API Key"
-msgstr ""
+msgstr "API-ключ Akismet:"
msgid "Akismet helps prevent the creation of spam issues in public projects."
-msgstr ""
+msgstr "Akismet помогает боротьŃŃŹ ŃĐľ Ńпамом в ĐżŃбличных проектах."
msgid "AlertManagement|Acknowledged"
msgstr "Прочитано"
@@ -3319,22 +3365,22 @@ msgid "AlertManagement|Alert assignee(s): %{assignees}"
msgstr ""
msgid "AlertManagement|Alert detail"
-msgstr ""
+msgstr "ПодробноŃти оповещения"
msgid "AlertManagement|Alert details"
-msgstr ""
+msgstr "ПодробноŃти оповещения"
msgid "AlertManagement|Alert status: %{status}"
-msgstr ""
+msgstr "СтатŃŃ ĐľĐżĐľĐ˛ĐµŃ‰ĐµĐ˝Đ¸ŃŹ: %{status}"
msgid "AlertManagement|Alerts"
-msgstr ""
+msgstr "Оповещения"
msgid "AlertManagement|All alerts"
-msgstr ""
+msgstr "Đ’Ńе оповещения"
msgid "AlertManagement|Assign status"
-msgstr ""
+msgstr "Назначить ŃŃ‚Đ°Ń‚ŃŃ"
msgid "AlertManagement|Assignees"
msgstr "ОтветŃтвенные"
@@ -3343,7 +3389,7 @@ msgid "AlertManagement|Authorize external service"
msgstr "Đвторизовать внеŃнюю ŃĐ»ŃжбŃ"
msgid "AlertManagement|Create incident"
-msgstr ""
+msgstr "Создать инцидент"
msgid "AlertManagement|Display alerts from all your monitoring tools directly within GitLab. Streamline the investigation of your alerts and the escalation of alerts to incidents."
msgstr "Выводите Ńведомления от вŃех Ńвоих инŃŃ‚Ń€Ńментов мониторинга непоŃредŃтвенно в Gitlab. УпроŃтите раŃŃмотрение оповещений и их превращение в инциденты."
@@ -3352,13 +3398,13 @@ msgid "AlertManagement|Edit"
msgstr "Редактировать"
msgid "AlertManagement|Environment"
-msgstr ""
+msgstr "ОкрŃжение"
msgid "AlertManagement|Events"
msgstr "События"
msgid "AlertManagement|Incident"
-msgstr ""
+msgstr "Đнцидент"
msgid "AlertManagement|Key"
msgstr ""
@@ -3418,7 +3464,7 @@ msgid "AlertManagement|Surface alerts in GitLab"
msgstr "Вывод оповещений в GitLab"
msgid "AlertManagement|There was an error displaying the alert. Please refresh the page to try again."
-msgstr ""
+msgstr "Возникла ĐľŃибка при отображении оповещения. ПожалŃĐąŃŃ‚Đ°, обновите ŃтраницŃ, чтобы повторить попыткŃ."
msgid "AlertManagement|There was an error displaying the alerts. Confirm your endpoint's configuration details to ensure alerts appear."
msgstr "ПроизоŃла ĐľŃибка при отображении оповещений. Проверьте наŃтройки конечной точки, чтобы ŃбедитьŃŃŹ, что оповещения показываютŃŃŹ."
@@ -3439,214 +3485,214 @@ msgid "AlertManagement|This assignee cannot be assigned to this alert."
msgstr ""
msgid "AlertManagement|Tool"
-msgstr ""
+msgstr "ĐĐ˝ŃŃ‚Ń€Ńмент"
msgid "AlertManagement|Triggered"
msgstr "ПолŃчено"
msgid "AlertManagement|Value"
-msgstr ""
+msgstr "Значение"
msgid "AlertManagement|View incident"
-msgstr ""
+msgstr "ПроŃмотр инцидента"
msgid "AlertMappingBuilder|Define fallback"
-msgstr ""
+msgstr "Определить запаŃной вариант"
msgid "AlertMappingBuilder|GitLab alert key"
-msgstr ""
+msgstr "Ключ оповещений GitLab"
msgid "AlertMappingBuilder|Make selection"
-msgstr ""
+msgstr "Сделать выбор"
msgid "AlertMappingBuilder|Payload alert key"
msgstr ""
msgid "AlertMappingBuilder|Select key"
-msgstr ""
+msgstr "Выбрать ключ"
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
-msgstr ""
+msgstr "Заголовок — обязательное поле для оповещений в GitLab. Đ•Ńли Ńказанное вами поле полезной нагрŃзки недоŃŃ‚Ńпно, Ńкажите, какое поле ĐĽŃ‹ должны иŃпользовать вмеŃŃ‚Đľ него. "
msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials” tab."
-msgstr ""
+msgstr "Для интеграции генерирŃетŃŃŹ URL-Đ°Đ´Ń€ĐµŃ Đ˛ĐµĐ±-обработчика и ключ авторизации. ПоŃле Ńохранения интеграции оба элемента видны во вкладке «ПроŃмотр Ńчётных данных»."
msgid "AlertSettings|Add new integration"
-msgstr ""
+msgstr "Добавить новŃŃŽ интеграцию"
msgid "AlertSettings|Alert settings"
-msgstr ""
+msgstr "НаŃтройки оповещений"
msgid "AlertSettings|Authorization key"
-msgstr ""
+msgstr "Ключ авторизации"
msgid "AlertSettings|Configure details"
msgstr ""
msgid "AlertSettings|Current integrations"
-msgstr ""
+msgstr "ТекŃщие интеграции"
msgid "AlertSettings|Customize alert payload mapping (optional)"
-msgstr ""
+msgstr "НаŃтройка ŃопоŃтавления нагрŃзки оповещения (необязательно)"
msgid "AlertSettings|Delete integration"
-msgstr ""
+msgstr "Удалить интеграцию"
msgid "AlertSettings|Edit integration"
-msgstr ""
+msgstr "Đзменить интеграцию"
msgid "AlertSettings|Edit payload"
-msgstr ""
+msgstr "Đзменить нагрŃĐ·ĐşŃ"
msgid "AlertSettings|Enable integration"
-msgstr ""
+msgstr "Включить интеграцию"
msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
-msgstr ""
+msgstr "Введите пример нагрŃзки из выбранного вами инŃŃ‚Ń€Ńмента мониторинга. Đ­Ń‚Đľ помогает отправлять оповещения в конечнŃŃŽ Ń‚ĐľŃ‡ĐşŃ GitLab."
msgid "AlertSettings|Enter integration name"
-msgstr ""
+msgstr "Введите название интеграции"
msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
-msgstr ""
+msgstr "БеŃплатные верŃии GitLab ограничены одной интеграцией на тип. Чтобы добавить больŃе, %{linkStart}обновите подпиŃĐşŃ%{linkEnd}."
msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
+msgstr "GitLab Ńоздал URL-Đ°Đ´Ń€ĐµŃ Đ¸ ключ авторизации для ваŃей интеграции. Đ’Ń‹ можете иŃпользовать их для наŃтройки веб-обработчика и авторизации ваŃей конечной точки для отправки оповещений в GitLab."
msgid "AlertSettings|HTTP Endpoint"
-msgstr ""
+msgstr "Конечная точка HTTP"
msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
-msgstr ""
+msgstr "Đ•Ńли вы изменяете полезнŃŃŽ нагрŃĐ·ĐşŃ, необходимо заново ŃопоŃтавить поля"
msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
-msgstr ""
+msgstr "Đ•Ńли вы ŃброŃите ключ авторизации для этого проекта, вам необходимо бŃдет обновить ключ для каждого включенного иŃточника Ńведомлений"
msgid "AlertSettings|Integration successfully saved"
-msgstr ""
+msgstr "Đнтеграция ŃŃпеŃно Ńохранена"
msgid "AlertSettings|Name integration"
msgstr ""
msgid "AlertSettings|Parse payload fields"
-msgstr ""
+msgstr "Đнализировать поля полезной нагрŃзки"
msgid "AlertSettings|Proceed with editing"
-msgstr ""
+msgstr "Продолжить редактирование"
msgid "AlertSettings|Prometheus"
-msgstr ""
+msgstr "Prometheus"
msgid "AlertSettings|Prometheus API base URL"
-msgstr ""
+msgstr "Базовый URL Prometheus API"
msgid "AlertSettings|Reset Key"
-msgstr ""
+msgstr "Ключ ŃброŃĐ°"
msgid "AlertSettings|Reset the mapping"
-msgstr ""
+msgstr "СброŃить ŃопоŃтавление"
msgid "AlertSettings|Sample payload has been parsed. You can now map the fields."
-msgstr ""
+msgstr "Образец полезной нагрŃзки проанализирован. Теперь вы можете ŃопоŃтавить поля."
msgid "AlertSettings|Save & create test alert"
-msgstr ""
+msgstr "Сохранить и Ńоздать теŃтовое оповещение"
msgid "AlertSettings|Save integration"
-msgstr ""
+msgstr "Сохранить интеграцию"
msgid "AlertSettings|Save integration & send"
-msgstr ""
+msgstr "Сохранить интеграцию и отправить"
msgid "AlertSettings|Select integration type"
-msgstr ""
+msgstr "Выберите тип интеграции"
msgid "AlertSettings|Send test alert"
-msgstr ""
+msgstr "Отправить теŃтовое оповещение"
msgid "AlertSettings|Send without saving"
-msgstr ""
+msgstr "Отправить без Ńохранения"
msgid "AlertSettings|The form has unsaved changes"
-msgstr ""
+msgstr "Форма Ńодержит неŃохранённые изменения"
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
-msgstr ""
+msgstr "Форма Ńодержит неŃохранённые изменения. Как бы вы хотели продолжить?"
msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
-msgstr ""
+msgstr "Чтобы Ńоздать пользовательŃкое ŃопоŃтавление, введите пример полезной нагрŃзки из ваŃего инŃŃ‚Ń€Ńмента мониторинга в формате JSON. Чтобы продолжить, нажмите ĐşĐ˝ĐľĐżĐşŃ Â«Đнализировать поля полезной нагрŃзки»."
msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
-msgstr ""
+msgstr "URL не может быть ĐżŃŃŃ‚Ń‹ĐĽ и должен начинатьŃŃŹ Ń http: или https:."
msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
-msgstr ""
+msgstr "ĐŃпользŃйте Ńказанный ниже URL-Đ°Đ´Ń€ĐµŃ Đ¸ ключ авторизации в наŃтройках Prometheus для отправки оповещений в GitLab. ĐŃпользŃйте %{linkStart}докŃментацию GitLab%{linkEnd}, чтобы Ńзнать, как наŃтроить конечнŃŃŽ точкŃ."
msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
-msgstr ""
+msgstr "ĐŃпользŃйте Ńказанный ниже URL-Đ°Đ´Ń€ĐµŃ Đ¸ ключ авторизации, для наŃтройки внеŃнего ŃервиŃĐ° отправки оповещений в GitLab. %{linkStart}Как мне наŃтроить конечнŃŃŽ точкŃ?%{linkEnd}"
msgid "AlertSettings|View URL and authorization key"
-msgstr ""
+msgstr "ПроŃмотр URL и ключа авторизации"
msgid "AlertSettings|View credentials"
-msgstr ""
+msgstr "ПроŃмотр Ńчётных данных"
msgid "AlertSettings|Webhook URL"
-msgstr ""
+msgstr "URL веб-обработчика"
msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
-msgstr ""
+msgstr "Đ’Ń‹ можете ŃопоŃтавить поля оповещений GitLab по Ńмолчанию Ń ĐşĐ»ŃŽŃ‡Đ°ĐĽĐ¸ полезной нагрŃзки в раŃкрывающихŃŃŹ ŃпиŃках ниже."
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
msgid "AlertSettings|{ \"events\": [{ \"application\": \"Name of application\" }] }"
-msgstr ""
+msgstr "{ \"events\": [{ \"application\": \"Название приложения\" }] }"
msgid "Alerts"
msgstr "Оповещения"
msgid "AlertsIntegrations|Alerts will be created through this integration"
-msgstr ""
+msgstr "Оповещения бŃĐ´ŃŃ‚ ŃоздаватьŃŃŹ поŃредŃтвом этой интеграции"
msgid "AlertsIntegrations|Alerts will not be created through this integration"
-msgstr ""
+msgstr "Оповещения не бŃĐ´ŃŃ‚ ŃоздаватьŃŃŹ поŃредŃтвом этой интеграции"
msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
-msgstr ""
+msgstr "Đ•Ńли вы Ńдалите интеграцию %{integrationName}, оповещения больŃе не бŃĐ´ŃŃ‚ отправлятьŃŃŹ из этой конечной точки. Đ­Ń‚Đľ дейŃтвие нельзя отменить."
msgid "AlertsIntegrations|Integration Name"
-msgstr ""
+msgstr "Название Đнтеграции"
msgid "AlertsIntegrations|Integration payload is invalid."
-msgstr ""
+msgstr "Полезная нагрŃзка интеграции некорректна."
msgid "AlertsIntegrations|No integrations have been added yet."
-msgstr ""
+msgstr "Đнтеграции пока не добавлены."
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ обновить текŃщŃŃŽ интеграцию. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "AlertsIntegrations|The integration could not be added. Please try again."
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ добавить интеграцию. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ Ńдалить интеграцию. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
-msgstr ""
+msgstr "Đнтеграция в наŃтоящее время неактивна. Включите интеграцию для отправки теŃтового оповещения."
msgid "AlertsIntegrations|The integration is deleted."
-msgstr ""
+msgstr "Đнтеграция Ńдалена."
msgid "AlertsIntegrations|The integration is saved."
-msgstr ""
+msgstr "Đнтеграция Ńохранена."
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
-msgstr ""
+msgstr "Токен интеграции не может быть ŃброŃен. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
-msgstr ""
+msgstr "ТеŃтовое предŃпреждение теперь должно быть видно в ваŃем ŃпиŃке оповещений."
msgid "Algorithm"
msgstr "Đлгоритм"
@@ -3655,13 +3701,13 @@ msgid "All"
msgstr "Đ’Ńе"
msgid "All %{replicableType} are being scheduled for %{action}"
-msgstr ""
+msgstr "Đ’Ńе %{replicableType} запланированы на %{action}"
msgid "All (default)"
msgstr "Đ’Ńе (по Ńмолчанию)"
msgid "All GitLab"
-msgstr ""
+msgstr "ВеŃŃŚ GitLab"
msgid "All Members"
msgstr "Đ’Ńе УчаŃтники"
@@ -3679,13 +3725,13 @@ msgid "All environments"
msgstr "Đ’Ńе окрŃжения"
msgid "All epics"
-msgstr ""
+msgstr "Đ’Ńе цели"
msgid "All groups and projects"
msgstr "Đ’Ńе грŃппы и проекты"
msgid "All issues"
-msgstr ""
+msgstr "Đ’Ńе обŃŃждения"
msgid "All issues for this milestone are closed."
msgstr "Đ’Ńе обŃŃждения по ŃŤŃ‚ĐľĐĽŃ ŃŤŃ‚Đ°ĐżŃ Đ·Đ°ĐşŃ€Ń‹Ń‚Ń‹."
@@ -3706,13 +3752,13 @@ msgid "All projects"
msgstr "Đ’Ńе проекты"
msgid "All projects selected"
-msgstr ""
+msgstr "Выбраны вŃе проекты"
msgid "All threads resolved"
msgstr "Đ’Ńе темы реŃены"
msgid "All users must accept the Terms of Service and Privacy Policy to access GitLab"
-msgstr ""
+msgstr "Đ’Ńе пользователи должны принять ĐŁŃловия оказания ŃŃĐ»ŃĐł и ĐźĐľĐ»Đ¸Ń‚Đ¸ĐşŃ ĐşĐľĐ˝Ń„Đ¸Đ´ĐµĐ˝Ń†Đ¸Đ°Đ»ŃŚĐ˝ĐľŃти для Đ´ĐľŃŃ‚Ńпа Đş GitLab"
msgid "All users must have a name."
msgstr "ĐŁ вŃех пользователей должно быть имя."
@@ -3724,10 +3770,10 @@ msgid "Allow \"%{group_name}\" to sign you in"
msgstr "РазреŃить %{group_name} Đ˛Đ°Ń ĐżĐľĐ´ĐżĐ¸ŃĐ°Ń‚ŃŚ"
msgid "Allow access to members of the following group"
-msgstr ""
+msgstr "РазреŃить Đ´ĐľŃŃ‚ŃĐż ŃчаŃтникам ŃледŃющей грŃппы"
msgid "Allow access to the following IP addresses"
-msgstr ""
+msgstr "РазреŃить Đ´ĐľŃŃ‚ŃĐż Đş ŃледŃющим IP-адреŃĐ°ĐĽ"
msgid "Allow commits from members who can merge to the target branch."
msgstr "РазреŃить коммиты от ŃчаŃтников, которые могŃŃ‚ выполнять Ńлияние Ń Ń†ĐµĐ»ĐµĐ˛ĐľĐą веткой."
@@ -3736,7 +3782,7 @@ msgid "Allow group owners to manage LDAP-related settings"
msgstr "РазреŃить владельцам грŃпп Ńправлять наŃтройками, Ńвязанными Ń LDAP"
msgid "Allow non-administrators access to the performance bar"
-msgstr ""
+msgstr "РазреŃить пользователям без прав админиŃтратора Đ´ĐľŃŃ‚ŃĐż Đş панели производительноŃти"
msgid "Allow only the selected protocols to be used for Git access."
msgstr "РазреŃить иŃпользовать только выбранные протоколы для Đ´ĐľŃŃ‚Ńпа Đş Git."
@@ -3748,39 +3794,30 @@ msgid "Allow owners to manually add users outside of LDAP"
msgstr "РазреŃить владельцам врŃчнŃŃŽ добавлять пользователей вне LDAP"
msgid "Allow password authentication for Git over HTTP(S)"
-msgstr ""
+msgstr "РазреŃить Đ°Ńтентификацию по паролю для Git через HTTP(S)"
msgid "Allow password authentication for the web interface"
-msgstr ""
+msgstr "РазреŃить Đ°Ńтентификацию по паролю через веб-интерфейŃ"
msgid "Allow project maintainers to configure repository mirroring"
-msgstr ""
+msgstr "РазреŃить maintainer'Đ°ĐĽ проекта наŃтраивать зеркалирование репозитория"
msgid "Allow projects and subgroups to override the group setting"
-msgstr ""
+msgstr "РазреŃить проектам и подгрŃппам переопределять грŃпповые наŃтройки"
msgid "Allow projects within this group to use Git LFS"
msgstr "РазреŃить проектам в этой грŃппе иŃпользовать Git LFS"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
-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 "РазреŃĐ°Ń‚ŃŚ запроŃŃ‹ в локальной Ńети Ń ĐżĐľĐĽĐľŃ‰ŃŚŃŽ web-перехватов и ŃĐ»Ńжб"
+msgstr "РазреŃить ĐżŃбличный Đ´ĐľŃŃ‚ŃĐż Đş Ńборочным линиям и деталям заданий, включая логи и артефакты."
msgid "Allow subgroups to set up their own two-factor authentication rules"
-msgstr ""
+msgstr "РазреŃить подгрŃппам ŃŃтанавливать Ńвои ŃобŃтвенные правила двŃхфакторной Đ°Ńтентификации"
msgid "Allow this key to push to this repository"
-msgstr ""
+msgstr "РазреŃить ŃŤŃ‚ĐľĐĽŃ ĐşĐ»ŃŽŃ‡Ń Đ˛Ń‹ĐżĐľĐ»Đ˝ŃŹŃ‚ŃŚ push в данный репозиторий"
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3799,10 +3836,10 @@ msgid "Allowed"
msgstr "РазреŃено"
msgid "Allowed Geo IP"
-msgstr ""
+msgstr "РазреŃённые Geo IP"
msgid "Allowed characters: +, 0-9, -, and spaces."
-msgstr ""
+msgstr "ДопŃŃтимые Ńимволы: +, 0-9, -, и пробелы."
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr "РазреŃено ограничение доменов электронной почты только для грŃпп верхнего Ńровня"
@@ -3811,10 +3848,10 @@ msgid "Allowed to create:"
msgstr ""
msgid "Allowed to fail"
-msgstr ""
+msgstr "НеŃдача разреŃена"
msgid "Allows projects or subgroups in this group to override the global setting."
-msgstr ""
+msgstr "РазреŃает проектам или подгрŃппам в этой грŃппе переопределять глобальные наŃтройки."
msgid "Allows you to add and manage Kubernetes clusters."
msgstr "Позволяет добавлять и Ńправлять клаŃтерами Kubernetes."
@@ -3823,13 +3860,13 @@ msgid "Almost there"
msgstr "Почти готово"
msgid "Almost there..."
-msgstr ""
+msgstr "Почти готово..."
msgid "Already blocked"
-msgstr ""
+msgstr "Уже заблокировано"
msgid "Already have login and password?"
-msgstr ""
+msgstr "Уже еŃŃ‚ŃŚ логин и пароль?"
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "Также называетŃŃŹ \"эмитент\" или \"идентификатор доверия Ńтороны\""
@@ -3841,7 +3878,7 @@ msgid "Also remove direct user membership from subgroups and projects"
msgstr ""
msgid "Also unassign this user from related issues and merge requests"
-msgstr ""
+msgstr "Также Ńберите назначение этого пользователя из Ńвязанных обŃŃждений и запроŃов на Ńлияние"
msgid "Alternate support URL for Help page and Help dropdown."
msgstr ""
@@ -3856,7 +3893,7 @@ msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab."
msgstr "Đнтеграция Ń Amazon EKS позволяет вам предоŃтавлять клаŃтеры EKS из GitLab."
msgid "Amazon Web Services Logo"
-msgstr ""
+msgstr "Логотип Amazon Web Sёrvices"
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, еŃли хотите иŃпользовать ŃŤŃ‚Ń ŃĐ»ŃжбŃ."
@@ -3865,10 +3902,10 @@ msgid "An %{link_start}alert%{link_end} with the same fingerprint is already ope
msgstr ""
msgid "An Enterprise User GitLab account has been created for you by your organization:"
-msgstr ""
+msgstr "Корпоративная Ńчётная запиŃŃŚ GitLab была Ńоздана для Đ˛Đ°Ń Đ˛Đ°Ńей организацией:"
msgid "An administrator changed the password for your GitLab account on %{link_to}."
-msgstr ""
+msgstr "ĐдминиŃтратор изменил пароль ваŃей Ńчётной запиŃи GitLab на %{link_to}."
msgid "An alert has been resolved in %{project_path}."
msgstr ""
@@ -3889,10 +3926,7 @@ msgid "An error has occurred"
msgstr "ПроизоŃла ĐľŃибка"
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
-msgstr ""
-
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
+msgstr "ĐžŃибка в отчёте, в которой резŃльтат теŃŃ‚Đ° неверно Ńказывает на наличие ŃязвимоŃти в ŃиŃтеме, тогда как ŃŤŃ‚Đ° ŃязвимоŃŃ‚ŃŚ отŃŃŃ‚ŃтвŃет."
msgid "An error occurred adding a draft to the thread."
msgstr "ПроизоŃла ĐľŃибка при добавлении черновика в темŃ."
@@ -3913,31 +3947,31 @@ msgid "An error occurred fetching the dropdown data."
msgstr "ПроизоŃла ĐľŃибка при извлечении данных выпадающего ŃпиŃка."
msgid "An error occurred fetching the project authors."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при загрŃзке авторов проекта."
msgid "An error occurred fetching the public deploy keys. Please try again."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении ĐżŃбличных ключей развертывания. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "An error occurred previewing the blob"
msgstr "ПроизоŃла ĐľŃибка при предварительном проŃмотре объекта"
msgid "An error occurred when updating the title"
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при обновлении заголовка"
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при подтверждении Ńведомления. Обновите ŃŃ‚Ń€Đ°Đ˝Đ¸Ń†Ń Đ¸ повторите попыткŃ."
msgid "An error occurred while adding approvers"
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при добавлении Ńтверждающих"
msgid "An error occurred while adding formatted title for epic"
msgstr "ПроизоŃла ĐľŃибка при Ńоздании форматированного заголовка для цели."
msgid "An error occurred while authorizing your role"
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при авторизации ваŃей роли"
msgid "An error occurred while checking group path. Please refresh and try again."
-msgstr ""
+msgstr "ĐžŃибка при проверке ĐżŃти Đş грŃппе. Обновите ŃŃ‚Ń€Đ°Đ˝Đ¸Ń†Ń Đ¸ попробŃйте ещё раз."
msgid "An error occurred while decoding the file."
msgstr "ПроизоŃла ĐľŃибка при декодировании файла."
@@ -3970,22 +4004,22 @@ msgid "An error occurred while enabling Service Desk."
msgstr "ПроизоŃла ĐľŃибка при включении ŃĐ»Ńжбы поддержки."
msgid "An error occurred while fetching Markdown preview"
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении предпроŃмотра Markdown"
msgid "An error occurred while fetching ancestors"
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении предков"
msgid "An error occurred while fetching branches. Retry the search."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении веток. Повторите поиŃĐş."
msgid "An error occurred while fetching codequality mr diff reports."
msgstr ""
msgid "An error occurred while fetching commit data."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при загрŃзке данных коммита."
msgid "An error occurred while fetching commits. Retry the search."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении коммитов. Повторите поиŃĐş."
msgid "An error occurred while fetching coverage reports."
msgstr "ПроизоŃла ĐľŃибка при извлечении отчетов Đľ покрытии теŃтами."
@@ -4006,16 +4040,16 @@ msgid "An error occurred while fetching label colors."
msgstr "ПроизоŃла ĐľŃибка при полŃчении цветов меток."
msgid "An error occurred while fetching participants"
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении ŃчаŃтников"
msgid "An error occurred while fetching participants."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении ŃчаŃтников."
msgid "An error occurred while fetching pending comments"
msgstr "Đ’Đľ время извлечения ожидающих комментариев произоŃла ĐľŃибка"
msgid "An error occurred while fetching projects autocomplete."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при загрŃзке автодополнения проектов."
msgid "An error occurred while fetching reference"
msgstr ""
@@ -4030,7 +4064,7 @@ msgid "An error occurred while fetching the job log."
msgstr "ПроизоŃла ĐľŃибка при полŃчении жŃрнала заданий."
msgid "An error occurred while fetching the job logs."
-msgstr ""
+msgstr "ĐžŃибка при полŃчении жŃрналов заданий"
msgid "An error occurred while fetching the job."
msgstr "ПроизоŃла ĐľŃибка при извлечении задания."
@@ -4041,18 +4075,15 @@ msgstr "ĐžŃибка при извлечении заданий."
msgid "An error occurred while fetching the latest pipeline."
msgstr "ПроизоŃла ĐľŃибка при извлечении поŃледней Ńборочной линии."
+msgid "An error occurred while fetching the pipelines jobs."
+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 autocomplete data. Please refresh the page and try again."
-msgstr ""
-
msgid "An error occurred while getting files for - %{branchId}"
msgstr "ПроизоŃла ĐľŃибка во время полŃчения файлов для - %{branchId}"
@@ -4199,10 +4230,10 @@ msgstr ""
msgid "An error occurred while saving the setting"
msgid_plural "An error occurred while saving the settings"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "ПроизоŃла ĐľŃибка при Ńохранении параметра"
+msgstr[1] "ПроизоŃла ĐľŃибка при Ńохранении параметров"
+msgstr[2] "ПроизоŃла ĐľŃибка при Ńохранении параметров"
+msgstr[3] "ПроизоŃла ĐľŃибка при Ńохранении параметров"
msgid "An error occurred while subscribing to notifications."
msgstr "При подпиŃке на Ńведомления произоŃла ĐľŃибка."
@@ -4331,7 +4362,7 @@ msgid "Ancestors"
msgstr ""
msgid "And this registration token:"
-msgstr ""
+msgstr "Рэтот токен региŃтрации:"
msgid "Anonymous"
msgstr "Đноним"
@@ -4513,7 +4544,7 @@ msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s
msgstr ""
msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
-msgstr ""
+msgstr "Đ•Ńли этот параметр включен, любой пользователь, поŃещающий %{host} и Ńоздающий ŃчётнŃŃŽ запиŃŃŚ, должен быть явно одобрен админиŃтратором, прежде чем Ńможет войти. Этот параметр дейŃтвŃет только в том ŃĐ»Ńчае, еŃли разреŃена региŃтрация."
msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
msgstr ""
@@ -4532,10 +4563,10 @@ msgstr "Применить"
msgid "Apply %d suggestion"
msgid_plural "Apply %d suggestions"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "Применить %d предложение"
+msgstr[1] "Применить %d предложения"
+msgstr[2] "Применить %d предложений"
+msgstr[3] "Применить %d предложений"
msgid "Apply a label"
msgstr "Применить меткŃ"
@@ -4571,7 +4602,7 @@ msgid "Applying suggestion..."
msgstr ""
msgid "Applying suggestions..."
-msgstr ""
+msgstr "Применение предложений..."
msgid "Approval Status"
msgstr ""
@@ -4622,9 +4653,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4655,9 +4683,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr "Утверждающие"
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4667,13 +4692,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4700,7 +4725,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4715,6 +4740,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4730,7 +4758,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr "Целевая ветка"
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4742,22 +4770,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4824,13 +4858,13 @@ msgid "April"
msgstr "Đпрель"
msgid "Architecture not found for OS"
-msgstr ""
+msgstr "ĐрхитектŃра не найдена для ОС"
msgid "Archive"
msgstr "Đрхив"
msgid "Archive jobs"
-msgstr ""
+msgstr "Đрхивные задания"
msgid "Archive project"
msgstr "Đрхивировать проект"
@@ -4842,10 +4876,10 @@ msgid "Archived"
msgstr "Đрхивные"
msgid "Archived (%{movedToStart}moved%{movedToEnd})"
-msgstr ""
+msgstr "Заархивировано (%{movedToStart}перемещено%{movedToEnd})"
msgid "Archived in this version"
-msgstr ""
+msgstr "Заархивировано в этой верŃии"
msgid "Archived project! Repository and other project resources are read-only"
msgstr "Đрхивный проект! Репозиторий и Đ´Ń€Ńгие реŃŃŃ€ŃŃ‹ проекта Đ´ĐľŃŃ‚Ńпны только для чтения"
@@ -4854,13 +4888,13 @@ 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} %{link_start}Learn more.%{link_end}"
-msgstr ""
+msgstr "Đрхивация проекта Ńделает его ŃоверŃенно недоŃŃ‚Ńпным для запиŃи. Он не бŃдет отображатьŃŃŹ на панели Ńправления и в резŃльтатах поиŃка. %{strong_start}Đ’ репозиторий нельзя бŃдет вноŃить изменения, Ńоздавать обŃŃждения, комментарии, Đ° также Đ´Ń€Ńгие ŃŃщноŃти.%{strong_end} %{link_start}Узнать подробнее.%{link_end}"
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
-msgstr ""
+msgstr "Đ’Ń‹ ĐБСОЛЮТНО УВЕРЕНЫ, что хотите Ńдалить этот проект?"
msgid "Are you ABSOLUTELY SURE you wish to remove this group?"
-msgstr ""
+msgstr "Đ’Ń‹ ĐБСОЛЮТНО УВЕРЕНЫ, что хотите Ńдалить ŃŤŃ‚Ń ĐłŃ€ŃппŃ?"
msgid "Are you sure that you want to archive this project?"
msgstr "Đ’Ń‹ Ńверены, что хотите архивировать этот проект?"
@@ -4869,6 +4903,9 @@ msgid "Are you sure that you want to unarchive this project?"
msgstr "Đ’Ń‹ Ńверены, что хотите воŃŃтановить этот проект?"
msgid "Are you sure you want to %{action} %{name}?"
+msgstr "Đ’Ń‹ Ńверены, что хотите %{action} %{name}?"
+
+msgid "Are you sure you want to approve %{user}?"
msgstr ""
msgid "Are you sure you want to attempt to merge?"
@@ -4878,7 +4915,7 @@ msgid "Are you sure you want to cancel editing this comment?"
msgstr "Đ’Ń‹ Ńверены, что хотите отменить редактирование данного комментария?"
msgid "Are you sure you want to close this blocked issue?"
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите закрыть заблокированное обŃŃждение?"
msgid "Are you sure you want to delete %{name}?"
msgstr "Đ’Ń‹ точно хотите Ńдалить %{name}?"
@@ -4890,10 +4927,10 @@ msgid "Are you sure you want to delete this %{typeOfComment}?"
msgstr "Đ’Ń‹ Ńверены что дейŃтвительно хотите Ńдалить ŃŤŃ‚Đľ %{typeOfComment}?"
msgid "Are you sure you want to delete this SSH key?"
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите Ńдалить этот SSH ключ?"
msgid "Are you sure you want to delete this deploy key?"
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите Ńдалить этот ключ развёртывания?"
msgid "Are you sure you want to delete this device? This action cannot be undone."
msgstr "Đ’Ń‹ Ńверены, что хотите Ńдалить ŃŤŃ‚Đľ ŃŃтройŃтво? Đ­Ń‚Đľ дейŃтвие не может быть отменено."
@@ -4905,29 +4942,29 @@ msgid "Are you sure you want to delete this pipeline? Doing so will expire all p
msgstr ""
msgid "Are you sure you want to deploy this environment?"
-msgstr ""
+msgstr "Đ’Ń‹ точно хотите развернŃŃ‚ŃŚ ŃŤŃ‚Đľ окрŃжение?"
msgid "Are you sure you want to discard this comment?"
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите отменить этот комментарий?"
msgid "Are you sure you want to discard your changes?"
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите отменить изменения?"
msgid "Are you sure you want to erase this build?"
msgstr "Đ’Ń‹ Ńверены, что вы хотите Ńдалить ŃŤŃ‚Ń ŃборкŃ?"
msgid "Are you sure you want to import %d repository?"
msgid_plural "Are you sure you want to import %d repositories?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "Đ’Ń‹ Ńверены, что хотите импортировать %d репозиторий?"
+msgstr[1] "Đ’Ń‹ Ńверены, что хотите импортировать %d репозитория?"
+msgstr[2] "Đ’Ń‹ Ńверены, что хотите импортировать %d репозиториев?"
+msgstr[3] "Đ’Ń‹ Ńверены, что хотите импортировать %d репозиториев?"
msgid "Are you sure you want to lock %{path}?"
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите заблокировать %{path}?"
msgid "Are you sure you want to lock this directory?"
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите заблокировать ŃŤŃ‚Ń Đ´Đ¸Ń€ĐµĐşŃ‚ĐľŃ€Đ¸ŃŽ?"
msgid "Are you sure you want to lose unsaved changes?"
msgstr "Đ’Ń‹ Ńверены, что вы хотите потерять не Ńохранённые изменения?"
@@ -4939,13 +4976,13 @@ msgid "Are you sure you want to merge immediately?"
msgstr ""
msgid "Are you sure you want to re-deploy this environment?"
-msgstr ""
+msgstr "Đ’Ń‹ точно хотите развернŃŃ‚ŃŚ ŃŤŃ‚Đľ окрŃжение повторно?"
msgid "Are you sure you want to reindex?"
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите переиндекŃировать?"
msgid "Are you sure you want to remove %{email}?"
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите Ńдалить %{email}?"
msgid "Are you sure you want to remove %{group_name}?"
msgstr "Đ’Ń‹ Ńверены, что вы хотите Ńдалить %{group_name}?"
@@ -4954,37 +4991,34 @@ msgid "Are you sure you want to remove the attachment?"
msgstr "Đ’Ń‹ дейŃтвительно хотите Ńдалить вложение?"
msgid "Are you sure you want to remove the license?"
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите Ńдалить лицензию?"
msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите Ńдалить этот ключ развертывания? Đ•Ńли что-либо еще иŃпользŃет этот ключ, оно переŃтанет работать."
msgid "Are you sure you want to remove this identity?"
msgstr "Đ’Ń‹ Ńверены, что вы хотите Ńдалить ŃŤŃ‚Ń Đ¸Đ´ĐµĐ˝Ń‚Đ¸Ń„Đ¸ĐşĐ°Ń†Đ¸ŃŽ?"
msgid "Are you sure you want to remove this list?"
-msgstr ""
-
-msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
-msgstr "Đ’Ń‹ Ńверены, что хотите ŃброŃить токен SCIM? Выполнение SCIM переŃтанет работать Đ´Đľ тех пор, пока новый токен не бŃдет обновлен."
+msgstr "Đ’Ń‹ Ńверены, что хотите Ńдалить этот ŃпиŃок?"
msgid "Are you sure you want to reset the health check token?"
msgstr "Đ’Ń‹ Ńверены, что хотите ŃброŃить этот токен проверки работоŃпоŃобноŃти?"
msgid "Are you sure you want to reset the registration token?"
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите ŃброŃить этот токен региŃтрации?"
msgid "Are you sure you want to retry this migration?"
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите попробовать повторить ŃŤŃ‚Ń ĐĽĐ¸ĐłŃ€Đ°Ń†Đ¸ŃŽ?"
msgid "Are you sure you want to revoke this %{type}? This action cannot be undone."
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите отозвать %{type}? Đ­Ń‚Đľ дейŃтвие нельзя отменить."
msgid "Are you sure you want to revoke this nickname?"
msgstr "Đ’Ń‹ Ńверены, что хотите отменить этот ник?"
msgid "Are you sure you want to revoke this personal access token? This action cannot be undone."
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите отозвать этот перŃональный токен Đ´ĐľŃŃ‚Ńпа? Đ­Ń‚Đľ дейŃтвие не может быть отменено."
msgid "Are you sure you want to stop this environment?"
msgstr "Đ’Ń‹ Ńверены, что вы хотите ĐľŃтановить ŃŤŃ‚Đľ окрŃжение?"
@@ -4993,10 +5027,10 @@ msgid "Are you sure you want to unlock %{path_lock_path}?"
msgstr "Đ’Ń‹ Ńверены, что вы хотите разблокировать %{path_lock_path}?"
msgid "Are you sure you want to unlock %{path}?"
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите разблокировать %{path}?"
msgid "Are you sure you want to unlock this directory?"
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены, что хотите разблокировать ŃŤŃ‚Ń Đ´Đ¸Ń€ĐµĐşŃ‚ĐľŃ€Đ¸ŃŽ?"
msgid "Are you sure you want to unsubscribe from the %{type}: %{link_to_noteable_text}?"
msgstr "Đ’Ń‹ дейŃтвительно хотите отпиŃĐ°Ń‚ŃŚŃŃŹ от %{type}: %{link_to_noteable_text}?"
@@ -5011,7 +5045,7 @@ msgid "Are you sure? Removing this GPG key does not affect already signed commit
msgstr "Đ’Ń‹ Ńверены? Удаление этого ключа GPG не повлияет на Ńже подпиŃанные коммиты."
msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
-msgstr ""
+msgstr "Đ’Ń‹ Ńверены? ĐŁŃтройŃтво бŃдет разлогинено из GitLab, Đ° вŃе токены \"запомнить меня\" бŃĐ´ŃŃ‚ отозваны."
msgid "Arrange charts"
msgstr "Упорядочить диаграммы"
@@ -5029,30 +5063,30 @@ msgid "Artifacts"
msgstr "Đртефакты"
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
-msgstr ""
+msgstr "ПоŃĐşĐľĐ»ŃŚĐşŃ ĐĽŃ‹ продолжаем Ńоздавать больŃе возможноŃтей для SAST, ĐĽŃ‹ бŃдем рады ваŃĐµĐĽŃ ĐľŃ‚Đ·Ń‹Đ˛Ń Đľ Ń„Ńнкции наŃтройки SAST в %{linkStart}этом обŃŃждении%{linkEnd}."
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr "%{user} помеŃтил в Đ˛ĐµŃ‚ĐşŃ %{branch} проекта %{project_name} ( %{commit_url} ):"
msgid "AsanaService|Add commit messages as comments to Asana tasks."
-msgstr ""
+msgstr "Добавить Ńообщения коммитов в качеŃтве комментариев Đş задачам Asana."
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
-msgstr ""
+msgstr "СпиŃок разделённых запятыми веток, которые бŃдет проверятьŃŃŹ автоматичеŃки. ĐžŃтавьте ĐżŃŃŃ‚Ń‹ĐĽ, чтобы включить вŃе ветки."
msgid "AsanaService|User Personal Access Token. User must have access to the task. All comments are attributed to this user."
-msgstr ""
+msgstr "ПерŃональный ключ Đ´ĐľŃŃ‚Ńпа пользователя. Пользователь должен иметь Đ´ĐľŃŃ‚ŃĐż Đş задаче. Đ’Ńе комментарии — от имени этого пользователя."
msgid "Ascending"
msgstr "По возраŃтанию"
msgid "Ask again later"
-msgstr ""
+msgstr "СпроŃите Ńнова позже"
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5168,10 +5202,10 @@ msgid "At least one approval from a code owner is required to change files match
msgstr ""
msgid "At least one field of %{one_of_required_fields} must be present"
-msgstr ""
+msgstr "Должно приŃŃŃ‚Ńтвовать хотя бы одно поле из %{one_of_required_fields}"
msgid "At least one of group_id or project_id must be specified"
-msgstr ""
+msgstr "По крайней мере одно из значений, group_id или project_id, должно быть Ńказано"
msgid "At least one of your Personal Access Tokens is expired, but expiration enforcement is disabled. %{generate_new}"
msgstr ""
@@ -5189,7 +5223,7 @@ msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "Приложить файл через drag &amp; drop или %{upload_link}"
msgid "Attaching File - %{progress}"
-msgstr ""
+msgstr "Прикрепление файла - %{progress}"
msgid "Attaching a file"
msgid_plural "Attaching %d files"
@@ -5205,13 +5239,13 @@ msgid "Audit Events"
msgstr "ĐŃдит Ńобытий"
msgid "Audit events"
-msgstr ""
+msgstr "События Đ°Ńдита"
msgid "AuditLogs|(removed)"
-msgstr ""
+msgstr "(Ńдалено)"
msgid "AuditLogs|Action"
-msgstr ""
+msgstr "ДейŃтвие"
msgid "AuditLogs|Author"
msgstr "Đвтор"
@@ -5223,19 +5257,19 @@ msgid "AuditLogs|Failed to find %{type}. Please search for another %{type}."
msgstr ""
msgid "AuditLogs|Failed to find %{type}. Please try again."
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ найти %{type}. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "AuditLogs|Group Events"
-msgstr ""
+msgstr "События грŃппы"
msgid "AuditLogs|IP Address"
msgstr "IP-адреŃ"
msgid "AuditLogs|Member Events"
-msgstr ""
+msgstr "События ŃчаŃтника"
msgid "AuditLogs|No matching %{type} found."
-msgstr ""
+msgstr "Не найдено подходящих %{type}."
msgid "AuditLogs|Object"
msgstr "Объект"
@@ -5250,7 +5284,7 @@ msgid "AuditLogs|This month"
msgstr "Этот меŃяц"
msgid "AuditLogs|User Events"
-msgstr ""
+msgstr "События пользователя"
msgid "Aug"
msgstr "Đвг."
@@ -5289,13 +5323,13 @@ msgid "Authenticated web requests"
msgstr ""
msgid "Authenticating"
-msgstr ""
+msgstr "ĐŃтентификация"
msgid "Authentication"
-msgstr ""
+msgstr "ĐŃтентификация"
msgid "Authentication Failure"
-msgstr ""
+msgstr "ĐžŃибка Đ°Ńтентификации"
msgid "Authentication Log"
msgstr "Đ–Ńрнал Đ°Ńтентификации"
@@ -5310,13 +5344,13 @@ msgid "Authentication method"
msgstr "Метод Đ°Ńтентификации"
msgid "Authentication method updated"
-msgstr ""
+msgstr "Метод Đ°Ńтентификации обновлён"
msgid "Authentication via U2F device failed."
msgstr "Проверка подлинноŃти через U2F ŃŃтройŃтва не ŃдалоŃŃŚ."
msgid "Authentication via WebAuthn device failed."
-msgstr ""
+msgstr "ĐžŃибка Đ°Ńтентификации через ŃŃтройŃтво WebAuthn."
msgid "Author"
msgstr "Đвтор"
@@ -5337,13 +5371,13 @@ msgid "Authorization key"
msgstr "Ключ авторизации"
msgid "Authorization required"
-msgstr ""
+msgstr "ТребŃетŃŃŹ авторизация"
msgid "Authorization token duration (minutes)"
-msgstr ""
+msgstr "Срок дейŃтвия токена авторизации (в минŃŃ‚Đ°Ń…)"
msgid "Authorization was granted by entering your username and password in the application."
-msgstr ""
+msgstr "Đвторизовано вводом имени пользователя и пароля в приложении."
msgid "Authorize"
msgstr "Đвторизовать"
@@ -5376,13 +5410,13 @@ msgid "Auto stop successfully canceled."
msgstr "ĐвтоматичеŃкая ĐľŃтановка ŃŃпеŃно отменена."
msgid "Auto-cancel redundant pipelines"
-msgstr ""
+msgstr "ĐвтоматичеŃкая отмена избыточных Ńборочных линий"
msgid "Auto-close referenced issues on default branch"
msgstr ""
msgid "AutoDevOps|%{auto_devops_start}Automate building, testing, and deploying%{auto_devops_end} your applications based on your continuous integration and delivery configuration. %{quickstart_start}How do I get started?%{quickstart_end}"
-msgstr ""
+msgstr "%{auto_devops_start}ĐвтоматизирŃйте Ńоздание, теŃтирование и развертывание%{auto_devops_end} Ńвоих приложений на ĐľŃнове наŃтроек непрерывной интеграции и Đ´ĐľŃтавки. %{quickstart_start}С чего мне начать?%{quickstart_end}"
msgid "AutoDevOps|Auto DevOps"
msgstr "Auto DevOps"
@@ -5391,7 +5425,7 @@ msgid "AutoDevOps|Auto DevOps documentation"
msgstr "ДокŃментация по Auto DevOps"
msgid "AutoDevOps|Dismiss Auto DevOps box"
-msgstr ""
+msgstr "Закрыть окно Auto DevOps"
msgid "AutoDevOps|Enable in settings"
msgstr "Включить в наŃтройках"
@@ -5406,10 +5440,10 @@ msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if
msgstr "Сборочная линия Auto DevOps была включена и бŃдет иŃпользоватьŃŃŹ, еŃли не найдётŃŃŹ альтернативного файла конфигŃрации CI."
msgid "AutoDevopsAlert|Security testing tools enabled with %{linkStart}Auto DevOps%{linkEnd}"
-msgstr ""
+msgstr "ĐĐ˝ŃŃ‚Ń€Ńменты теŃтирования безопаŃноŃти включены Ń %{linkStart}Auto DevOps%{linkEnd}"
msgid "AutoRemediation| 1 Merge Request"
-msgstr ""
+msgstr "1 Đ·Đ°ĐżŃ€ĐľŃ Đ˝Đ° Ńлияние"
msgid "AutoRemediation|%{mrsCount} ready for review"
msgstr ""
@@ -5430,10 +5464,10 @@ msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered
msgstr ""
msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected."
-msgstr ""
+msgstr "ĐвтоматичеŃкий откат Đş поŃĐ»ĐµĐ´Đ˝ĐµĐĽŃ ŃŃпеŃĐ˝ĐľĐĽŃ Ń€Đ°Đ·Đ˛ĐµŃ€Ń‚Ń‹Đ˛Đ°Đ˝Đ¸ŃŽ при обнарŃжении критичеŃкой проблемы."
msgid "AutoRollback|Enable automatic rollbacks"
-msgstr ""
+msgstr "Включить автоматичеŃкие откаты"
msgid "Autocomplete"
msgstr "Đвтозаполнение"
@@ -5454,10 +5488,10 @@ msgid "Automatic certificate management using Let's Encrypt"
msgstr "ĐвтоматичеŃкое Ńправление Ńертификатами Ń ĐżĐľĐĽĐľŃ‰ŃŚŃŽ Let's Encrypt"
msgid "Automatic deployment rollbacks"
-msgstr ""
+msgstr "ĐвтоматичеŃкий откат развертывания"
msgid "Automatic event tracking provides a traceable history for audits."
-msgstr ""
+msgstr "ĐвтоматичеŃкое отŃлеживание Ńобытий обеŃпечивает отŃлеживаемŃŃŽ иŃторию для Đ°Ńдита."
msgid "Automatically close associated incident when a recovery alert notification resolves an alert"
msgstr ""
@@ -5475,16 +5509,16 @@ msgid "Available"
msgstr "ДоŃŃ‚Ńпен"
msgid "Available ID"
-msgstr ""
+msgstr "ДоŃŃ‚Ńпный ID"
msgid "Available group runners: %{runners}"
-msgstr ""
+msgstr "ДоŃŃ‚Ńпные грŃпповые runner'Ń‹: %{runners}"
msgid "Available runners: %{runners}"
-msgstr ""
+msgstr "ДоŃŃ‚Ńпные runner'Ń‹: %{runners}"
msgid "Available shared runners:"
-msgstr ""
+msgstr "ДоŃŃ‚Ńпные общие runner'Ń‹:"
msgid "Available specific runners"
msgstr "ДоŃŃ‚Ńпные ŃпецифичеŃкие runner'Ń‹"
@@ -5498,9 +5532,12 @@ msgstr "Đватар бŃдет Ńдален. Đ’Ń‹ Ńверены?"
msgid "Average per day: %{average}"
msgstr "Đ’ Ńреднем Đ·Đ° день: %{average}"
-msgid "Award added"
+msgid "Awaiting user signup"
msgstr ""
+msgid "Award added"
+msgstr "Награда добавлена"
+
msgid "Award removed"
msgstr ""
@@ -5520,7 +5557,7 @@ msgid "Background Jobs"
msgstr "Фоновые задания"
msgid "Background Migrations"
-msgstr ""
+msgstr "Фоновые Миграции"
msgid "Background color"
msgstr "Цвет фона"
@@ -5619,7 +5656,7 @@ msgid "BambooService|Bamboo service root URL."
msgstr ""
msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
-msgstr ""
+msgstr "Đ—Đ°ĐżŃŃĐş Ńборочных линий CI/CD Ń ĐżĐľĐĽĐľŃ‰ŃŚŃŽ Atlassian Bamboo."
msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
@@ -5630,6 +5667,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr "Đ‘Ńдьте ĐľŃторожны. Đзменение ĐżŃти проекта может вызвать нежелательные побочные эффекты."
@@ -5637,10 +5677,10 @@ msgid "Be careful. Renaming a project's repository can have unintended side effe
msgstr "Đ‘Ńдьте ĐľŃторожны. Переименование репозитория проекта может вызвать нежелательные побочные эффекты."
msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
-msgstr ""
+msgstr "Перед включением данной интеграции Ńоздайте веб-обработчик для комнаты Google Chat, в которой вы хотите полŃчать Ńведомления от этого проекта. %{docs_link}"
msgid "Before inserting code, be sure to read the comment that separated each code group."
-msgstr ""
+msgstr "Перед вŃтавкой кода обязательно прочтите комментарий, разделяющий каждŃŃŽ грŃĐżĐżŃ ĐşĐľĐ´Đ°."
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
@@ -5652,43 +5692,43 @@ msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr "Ниже приведены отпечатки ключей SSH текŃщего экземпляра."
msgid "Below are the settings for %{link_to_gitlab_pages}."
-msgstr ""
+msgstr "Ниже приведены наŃтройки для %{link_to_gitlab_pages}."
msgid "Below you will find all the groups that are public."
msgstr "Ниже показаны вŃе открытые грŃппы."
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr "ДвŃхнедельное покрытие кода"
msgid "Billable Users"
-msgstr ""
+msgstr "Оплачиваемые пользователи"
msgid "Billing"
msgstr "Тарифы"
msgid "BillingPlans|%{group_name} is currently using the %{plan_name}."
-msgstr ""
+msgstr "%{group_name} ŃĐµĐąŃ‡Đ°Ń Đ¸ŃпользŃет тарифный план %{plan_name}."
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
-msgstr ""
-
-msgid "BillingPlans|Compare all plans"
-msgstr ""
+msgstr "%{user_name}, Đ˛Đ°Ń Ń‚ĐµĐşŃщий тарифный план — %{plan_name}."
msgid "BillingPlans|Congratulations, your free trial is activated."
-msgstr ""
+msgstr "Поздравляем, беŃплатный пробный период активирован."
msgid "BillingPlans|End of availability for the Bronze Plan"
-msgstr ""
+msgstr "Окончание Đ´ĐľŃŃ‚Ńпа Đş Ń‚Đ°Ń€Đ¸Ń„Đ˝ĐľĐĽŃ ĐżĐ»Đ°Đ˝Ń Bronze"
msgid "BillingPlans|Free upgrade!"
-msgstr ""
+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}."
msgid "BillingPlans|Learn more about each plan by reading our %{faq_link}, or start a free 30-day trial of GitLab.com Ultimate."
-msgstr ""
+msgstr "Узнайте больŃе Đľ каждом плане, прочитав %{faq_link}, или начните беŃплатный 30-дневный пробный период GitLab.com Ultimate."
msgid "BillingPlans|Learn more about each plan by visiting our %{pricing_page_link}."
msgstr "Узнайте больŃе Đľ каждом тарифе, поŃетив наŃŃ %{pricing_page_link}."
@@ -5706,14 +5746,11 @@ msgid "BillingPlans|See all %{plan_name} features"
msgstr "Đ’Ńе возможноŃти %{plan_name}"
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 to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5727,7 +5764,7 @@ msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr "%{price_per_year} в год"
msgid "BillingPlans|for the remainder of your subscription"
-msgstr ""
+msgstr "Đ´Đľ конца подпиŃки"
msgid "BillingPlans|frequently asked questions"
msgstr "чаŃŃ‚Đľ задаваемые вопроŃŃ‹"
@@ -5760,13 +5797,13 @@ msgid "Billings|By extending your trial, you will receive an additional 30 days
msgstr ""
msgid "Billings|By reactivating your trial, you will receive an additional 30 days of %{planName}. Your trial can be only reactivated once."
-msgstr ""
+msgstr "При повторной активации пробного периода вы полŃчите 30 дополнительных дней плана %{planName}. Повторно активировать пробный период можно лиŃŃŚ единожды."
msgid "Billings|Extend trial"
msgstr ""
msgid "Billings|Reactivate trial"
-msgstr ""
+msgstr "Реактивировать пробный период"
msgid "Billings|Shared runners cannot be enabled until a valid credit card is on file."
msgstr ""
@@ -5792,74 +5829,80 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
msgid "Billing|An error occurred while loading billable members list"
-msgstr ""
+msgstr "ĐžŃибка при загрŃзке ŃпиŃка оплачиваемых ŃчаŃтников"
msgid "Billing|An error occurred while loading pending members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при Ńдалении оплачиваемого ŃчаŃтника"
msgid "Billing|Awaiting member signup"
msgstr ""
msgid "Billing|Cannot remove user"
-msgstr ""
+msgstr "Невозможно Ńдалить пользователя"
msgid "Billing|Direct memberships"
msgstr ""
msgid "Billing|Enter at least three characters to search."
-msgstr ""
+msgstr "Введите минимŃĐĽ три Ńимвола для поиŃка."
msgid "Billing|Export list"
msgstr ""
msgid "Billing|Group"
-msgstr ""
+msgstr "Đ“Ń€Ńппа"
msgid "Billing|Group invite"
-msgstr ""
+msgstr "ПриглаŃение в грŃппŃ"
msgid "Billing|Members who were invited via a group invitation cannot be removed. You can either remove the entire group, or ask an Owner of the invited group to remove the member."
msgstr "УчаŃтники, приглаŃённые Ń ĐżĐľĐĽĐľŃ‰ŃŚŃŽ грŃппового приглаŃения, не могŃŃ‚ быть Ńдалены. Đ’Ń‹ можете либо Ńдалить вŃŃŽ грŃппŃ, либо попроŃить владельца приглаŃённой грŃппы Ńдалить ŃчаŃтника."
msgid "Billing|No users to display."
-msgstr ""
+msgstr "Нет пользователей для отображения."
msgid "Billing|Private"
msgstr ""
msgid "Billing|Project invite"
-msgstr ""
+msgstr "ПриглаŃение в проект"
msgid "Billing|Remove user %{username} from your subscription"
-msgstr ""
+msgstr "Удалить пользователя %{username} из ваŃей подпиŃки"
msgid "Billing|Toggle seat details"
-msgstr ""
+msgstr "Переключить подробноŃти Đľ меŃŃ‚Đ°Ń…"
msgid "Billing|Type %{username} to confirm"
-msgstr ""
+msgstr "Введите %{username} для подтверждения"
msgid "Billing|User was successfully removed"
-msgstr ""
+msgstr "Пользователь был ŃŃпеŃно Ńдалён"
msgid "Billing|Users occupying seats in"
-msgstr ""
+msgstr "Пользователи, занимающие меŃŃ‚Đ° в"
msgid "Billing|View pending approvals"
msgstr ""
msgid "Billing|You are about to remove user %{username} from your subscription. If you continue, the user will be removed from the %{namespace} group and all its subgroups and projects. This action can't be undone."
-msgstr ""
+msgstr "Đ’Ń‹ ŃобираетеŃŃŚ Ńдалить %{username} из ваŃей подпиŃки. Đ•Ńли вы продолжите, пользователь бŃдет Ńдалён из грŃппы %{namespace} и вŃех её подгрŃпп и проектов. ДейŃтвие не может быть отменено."
msgid "Bitbucket Server Import"
msgstr "Đмпорт из Bitbucket Server"
@@ -5873,9 +5916,12 @@ msgstr "Đмпорт из BitBucket"
msgid "Blame"
msgstr ""
-msgid "Block user"
+msgid "BlobViewer|View on %{environmentName}"
msgstr ""
+msgid "Block user"
+msgstr "Блокировать пользователя"
+
msgid "Blocked"
msgstr ""
@@ -5890,7 +5936,7 @@ msgid "Blocked issue"
msgstr "Заблокированное обŃŃждение"
msgid "Blocking"
-msgstr ""
+msgstr "Блокировка"
msgid "Blocking issues"
msgstr ""
@@ -5902,28 +5948,28 @@ msgid "Blog"
msgstr "Блог"
msgid "Board scope affects which epics are displayed for anyone who visits this board"
-msgstr ""
+msgstr "ОблаŃŃ‚ŃŚ дейŃтвия Đ´ĐľŃки определяет какие цели показываютŃŃŹ вŃем, кто поŃещает ŃŤŃ‚Ń Đ´ĐľŃĐşŃ"
msgid "Board scope affects which issues are displayed for anyone who visits this board"
msgstr "ОблаŃŃ‚ŃŚ дейŃтвия Đ´ĐľŃки влияет на Ń‚Đľ, какие задачи отображаютŃŃŹ для вŃех, кто поŃещает ŃŤŃ‚Ń Đ´ĐľŃĐşŃ"
msgid "BoardNewEpic|Groups"
-msgstr ""
+msgstr "Đ“Ń€Ńппы"
msgid "BoardNewEpic|Loading groups"
-msgstr ""
+msgstr "ЗагрŃзка грŃпп"
msgid "BoardNewEpic|No matching results"
-msgstr ""
+msgstr "Ничего не найдено"
msgid "BoardNewEpic|Search groups"
-msgstr ""
+msgstr "ПоиŃĐş грŃпп"
msgid "BoardNewEpic|Select a group"
-msgstr ""
+msgstr "Выберите грŃппŃ"
msgid "BoardNewIssue|No matching results"
-msgstr ""
+msgstr "Нет подходящих резŃльтатов"
msgid "BoardNewIssue|Projects"
msgstr "Проекты"
@@ -5935,16 +5981,16 @@ msgid "BoardNewIssue|Select a project"
msgstr "Выбрать проект"
msgid "BoardScope|An error occurred while getting milestones, please try again."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении этапов, пожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "BoardScope|An error occurred while searching for labels, please try again."
msgstr ""
msgid "BoardScope|An error occurred while searching for users, please try again."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при поиŃке пользователей, пожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "BoardScope|Any Milestone"
-msgstr ""
+msgstr "Любой этап"
msgid "BoardScope|Any assignee"
msgstr ""
@@ -5959,13 +6005,13 @@ msgid "BoardScope|Choose labels"
msgstr ""
msgid "BoardScope|Edit"
-msgstr ""
+msgstr "Редактировать"
msgid "BoardScope|Labels"
msgstr ""
msgid "BoardScope|Milestone"
-msgstr ""
+msgstr "Đ­Ń‚Đ°Đż"
msgid "BoardScope|No milestone"
msgstr ""
@@ -6008,52 +6054,52 @@ msgstr[2] ""
msgstr[3] ""
msgid "Boards|An error occurred while creating the epic. Please try again."
-msgstr ""
+msgstr "При Ńоздании цели произоŃла ĐľŃибка. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "Boards|An error occurred while creating the issue. Please try again."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при Ńоздании обŃŃждения. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "Boards|An error occurred while creating the list. Please try again."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при Ńоздании ŃпиŃка. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "Boards|An error occurred while fetching child groups. Please try again."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении дочерних грŃпп. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "Boards|An error occurred while fetching group projects. Please try again."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении проектов грŃппы. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "Boards|An error occurred while fetching issues. Please reload the page."
-msgstr ""
+msgstr "Возникла ĐľŃибка при полŃчении обŃŃждений. ПожалŃĐąŃŃ‚Đ°, перезагрŃзите ŃтраницŃ."
msgid "Boards|An error occurred while fetching labels. Please reload the page."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении меток. ПожалŃĐąŃŃ‚Đ°, перезагрŃзите ŃтраницŃ."
msgid "Boards|An error occurred while fetching the board epics. Please reload the page."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении ŃпиŃка целей. ПожалŃĐąŃŃ‚Đ°, перезагрŃзите ŃтраницŃ."
msgid "Boards|An error occurred while fetching the board issues. Please reload the page."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении обŃŃждений Đ´ĐľŃки. ПожалŃĐąŃŃ‚Đ°, перезагрŃзите ŃтраницŃ."
msgid "Boards|An error occurred while fetching the board lists. Please reload the page."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении ŃпиŃка Đ´ĐľŃок. ПожалŃĐąŃŃ‚Đ°, перезагрŃзите ŃтраницŃ."
msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при полŃчении дорожек Đ´ĐľŃки. ПожалŃĐąŃŃ‚Đ°, перезагрŃзите ŃтраницŃ."
msgid "Boards|An error occurred while generating lists. Please reload the page."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при Ńоздании ŃпиŃков. ПожалŃĐąŃŃ‚Đ°, перезагрŃзите ŃтраницŃ."
msgid "Boards|An error occurred while moving the epic. Please try again."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при перемещении цели. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "Boards|An error occurred while moving the issue. Please try again."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при перемещении обŃŃждения. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "Boards|An error occurred while removing the list. Please try again."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при Ńдалении ŃпиŃка. ПожалŃĐąŃŃ‚Đ°, попробŃйте еще раз."
msgid "Boards|An error occurred while updating the board list. Please try again."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при обновлении ŃпиŃка. ПожалŃĐąŃŃ‚Đ°, попробŃйте еще раз."
msgid "Boards|Blocked by %{blockedByCount} %{issuableType}"
msgid_plural "Boards|Blocked by %{blockedByCount} %{issuableType}s"
@@ -6117,7 +6163,7 @@ msgid "Board|Failed to delete board. Please try again."
msgstr ""
msgid "Board|Load more epics"
-msgstr ""
+msgstr "ЗагрŃзить больŃе целей"
msgid "Board|Load more issues"
msgstr ""
@@ -6171,7 +6217,7 @@ msgid "Branches|Cancel, keep branch"
msgstr ""
msgid "Branches|Can’t find HEAD commit for this branch"
-msgstr ""
+msgstr "Невозможно найти HEAD-коммит этой ветки"
msgid "Branches|Compare"
msgstr "Сравнить"
@@ -6191,17 +6237,11 @@ msgstr "Удалить влитые ветки"
msgid "Branches|Delete protected branch"
msgstr "Удалить защищённŃŃŽ веткŃ"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "Удалить защищённŃŃŽ Đ˛ĐµŃ‚ĐşŃ '%{branch_name}'?"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
-msgstr ""
+msgstr "Удаление защищённой ветки. Đ’Ń‹ ĐБСОЛЮТНО УВЕРЕНЫ?"
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
-msgstr ""
-
-msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "Удаление ветки '%{branch_name}' невозможно отменить. Đ’Ń‹ Ńверены?"
+msgstr "Удаление ветки %{strongStart}%{branchName}%{strongEnd} невозможно отменить. Đ’Ń‹ Ńверены?"
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
msgstr "Удаление влитых веток невозможно отменить. Đ’Ń‹ Ńверены?"
@@ -6218,11 +6258,8 @@ 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 "Как только вы подтвердите и нажмёте %{delete_protected_branch}, данные бŃĐ´ŃŃ‚ Ńдалены без возможноŃти воŃŃтановления."
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
-msgstr ""
+msgstr "ПоŃле подтверждения и нажатия кнопки %{strongStart}%{buttonText}%{strongEnd} отмена и воŃŃтановление ŃŃ‚Đ°Đ˝ŃŃ‚ невозможны."
msgid "Branches|Only a project maintainer or owner can delete a protected branch"
msgstr "Только Ńопровождающий проект или владелец может Ńдалить защищеннŃŃŽ ветвь"
@@ -6231,7 +6268,7 @@ msgid "Branches|Overview"
msgstr "Обзор"
msgid "Branches|Please type the following to confirm:"
-msgstr ""
+msgstr "ПожалŃĐąŃŃ‚Đ°, введите ŃледŃющее для подтверждения:"
msgid "Branches|Protected branches can be managed in %{project_settings_link}."
msgstr "Управление защищёнными ветками возможно в %{project_settings_link}."
@@ -6267,37 +6304,25 @@ msgid "Branches|The default branch cannot be deleted"
msgstr "Ветка \"по Ńмолчанию\" не может быть Ńдалена"
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
-msgstr ""
-
-msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-msgstr "Эта ветка не может быть влита в %{default_branch}."
-
-msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
-msgstr "Чтобы избежать потери данных, раŃŃмотрите возможноŃŃ‚ŃŚ Ńлияния этой ветки перед её Ńдалением."
-
-msgid "Branches|To confirm, type %{branch_name_confirmation}:"
-msgstr "Для подтверждения, введите %{branch_name_confirmation}:"
+msgstr "Đ­Ń‚Đ° ветка еще не Ńлита Ń %{defaultBranchName}. Возможно, Ńтоит Ńлить её перед Ńдалением, чтобы избежать потери данных."
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|Unable to load branches"
-msgstr ""
+msgstr "Невозможно загрŃзить ветки"
msgid "Branches|Yes, delete branch"
-msgstr ""
+msgstr "Да, Ńдалить веткŃ"
msgid "Branches|Yes, delete protected branch"
-msgstr ""
+msgstr "Да, Ńдалить защищённŃŃŽ веткŃ"
msgid "Branches|You're about to permanently delete the branch %{strongStart}%{branchName}.%{strongEnd}"
-msgstr ""
+msgstr "Đ’Ń‹ ŃобираетеŃŃŚ безвозвратно Ńдалить Đ˛ĐµŃ‚ĐşŃ %{strongStart}%{branchName}.%{strongEnd}"
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
-msgstr ""
-
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "Đ’Ń‹ ŃобираетеŃŃŚ безвозвратно Ńдалить защищённŃŃŽ Đ˛ĐµŃ‚ĐşŃ %{branch_name}."
+msgstr "Đ’Ń‹ ŃобираетеŃŃŚ безвозвратно Ńдалить защищённŃŃŽ Đ˛ĐµŃ‚ĐşŃ %{strongStart}%{branchName}.%{strongEnd}"
msgid "Branches|diverged from upstream"
msgstr "раŃходитŃŃŹ Ń Ń€ĐľĐ´Đ¸Ń‚ĐµĐ»ŃŚŃким репозиторием"
@@ -6318,16 +6343,16 @@ msgid "Brief title about the change"
msgstr ""
msgid "Broadcast Message was successfully created."
-msgstr ""
+msgstr "Широковещательное Ńообщение ŃŃпеŃно Ńоздано."
msgid "Broadcast Message was successfully updated."
-msgstr ""
+msgstr "Широковещательное Ńообщение ŃŃпеŃно обновлено."
msgid "Broadcast Messages"
-msgstr ""
+msgstr "Широковещательные Сообщения"
msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
-msgstr ""
+msgstr "Широковещательные Ńообщения отображаютŃŃŹ для каждого пользователя и могŃŃ‚ иŃпользоватьŃŃŹ для Ńведомления пользователей Đľ плановом обŃĐ»Ńживании, поŃледних обновлениях и многом Đ´Ń€Ńгом."
msgid "Browse Directory"
msgstr "ПроŃмотр каталога"
@@ -6360,7 +6385,7 @@ msgid "Bulk request concurrency"
msgstr "Đ Đ°Ńпараллеливание ĐĽĐ°ŃŃовых запроŃов"
msgid "Bulk update"
-msgstr ""
+msgstr "МаŃŃовое обновление"
msgid "BulkImport| %{host} is running outdated GitLab version (v%{version})"
msgstr ""
@@ -6369,31 +6394,31 @@ msgid "BulkImport|%{feature} (require v%{version})"
msgstr ""
msgid "BulkImport|Existing groups"
-msgstr ""
+msgstr "СŃщеŃтвŃющие грŃппы"
msgid "BulkImport|Filter by source group"
-msgstr ""
+msgstr "Фильтр по иŃходной грŃппе"
msgid "BulkImport|Following data will not be migrated: %{bullets} Contact system administrator of %{host} to upgrade GitLab if you need this data in your migration"
msgstr ""
msgid "BulkImport|From source group"
-msgstr ""
+msgstr "ĐĐ· иŃходной грŃппы"
msgid "BulkImport|Group import history"
-msgstr ""
+msgstr "ĐŃтория импорта грŃпп"
msgid "BulkImport|Import failed: Destination cannot be a subgroup of the source group. Change the destination and try again."
-msgstr ""
+msgstr "ĐžŃибка импорта: меŃŃ‚Đľ назначения не может быть подгрŃппой иŃходной грŃппы. Đзмените меŃŃ‚Đľ назначения и попробŃйте ещё раз."
msgid "BulkImport|Import groups from GitLab"
-msgstr ""
+msgstr "Đмпорт грŃпп из GitLab"
msgid "BulkImport|Import is finished. Pick another name for re-import"
msgstr ""
msgid "BulkImport|Import selected"
-msgstr ""
+msgstr "Đмпортировать выбранные"
msgid "BulkImport|Importing the group failed."
msgstr ""
@@ -6402,25 +6427,25 @@ msgid "BulkImport|Last imported to %{link}"
msgstr ""
msgid "BulkImport|Name already exists."
-msgstr ""
+msgstr "ĐĐĽŃŹ Ńже ŃŃщеŃтвŃет."
msgid "BulkImport|Name already used as a target for another group."
msgstr ""
msgid "BulkImport|New group"
-msgstr ""
+msgstr "Новая грŃппа"
msgid "BulkImport|No history is available"
-msgstr ""
+msgstr "ĐŃтория недоŃŃ‚Ńпна"
msgid "BulkImport|No parent"
-msgstr ""
+msgstr "Без родителя"
msgid "BulkImport|Re-import creates a new group. It does not sync with the existing group."
msgstr ""
msgid "BulkImport|Showing %{start}-%{end} of %{total}"
-msgstr ""
+msgstr "Показаны %{start}-%{end} из %{total}"
msgid "BulkImport|Showing %{start}-%{end} of %{total} from %{link}"
msgstr ""
@@ -6429,19 +6454,19 @@ msgid "BulkImport|Showing %{start}-%{end} of %{total} matching filter \"%{filter
msgstr ""
msgid "BulkImport|Source group"
-msgstr ""
+msgstr "ĐŃходная грŃппа"
msgid "BulkImport|To new group"
-msgstr ""
+msgstr "Đ’ новŃŃŽ грŃппŃ"
msgid "BulkImport|Update of import statuses with realtime changes failed"
msgstr ""
msgid "BulkImport|You have no groups to import"
-msgstr ""
+msgstr "ĐŁ Đ˛Đ°Ń Đ˝ĐµŃ‚ грŃпп для импорта"
msgid "BulkImport|Your imported groups will appear here."
-msgstr ""
+msgstr "ЗдеŃŃŚ появятŃŃŹ импортированные грŃппы."
msgid "BulkImport|expected an associated Group but has an associated Project"
msgstr ""
@@ -6477,10 +6502,10 @@ msgid "Busy"
msgstr ""
msgid "Buy CI Minutes"
-msgstr ""
+msgstr "ĐšŃпить минŃŃ‚Ń‹ CI"
msgid "Buy Storage"
-msgstr ""
+msgstr "ĐšŃпить хранилище"
msgid "Buy more Pipeline minutes"
msgstr "ĐšŃпить минŃŃ‚ для CI"
@@ -6489,11 +6514,20 @@ msgid "By %{user_name}"
msgstr "От %{user_name}"
msgid "By authenticating with an account tied to an Enterprise e-mail address, it is understood that this account is an Enterprise User. "
-msgstr ""
+msgstr "При Đ°Ńтентификации Ń ĐżĐľĐĽĐľŃ‰ŃŚŃŽ Ńчётной запиŃи, привязанной Đş ĐşĐľŃ€ĐżĐľŃ€Đ°Ń‚Đ¸Đ˛Đ˝ĐľĐĽŃ Đ°Đ´Ń€ĐµŃŃ ŃŤĐ»ĐµĐşŃ‚Ń€ĐľĐ˝Đ˝ĐľĐą почты, подразŃмеваетŃŃŹ, что ŃŤŃ‚Đ° Ńчётная запиŃŃŚ являетŃŃŹ корпоративным пользователем. "
msgid "By default, all projects and groups will use the global notifications setting."
msgstr "По Ńмолчанию вŃе проекты и грŃппы бŃĐ´ŃŃ‚ иŃпользовать глобальные наŃтройки Ńведомлений."
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "по авторŃ"
@@ -6519,51 +6553,63 @@ msgid "CI/CD"
msgstr "CI/CD"
msgid "CI/CD Analytics"
-msgstr ""
+msgstr "CI/CD аналитика"
msgid "CI/CD Settings"
-msgstr ""
+msgstr "НаŃтройки CI/CD"
msgid "CI/CD configuration"
msgstr "КонфигŃрация CI/CD"
msgid "CI/CD configuration file"
-msgstr ""
+msgstr "Файл конфигŃрации CI/CD"
msgid "CI/CD|No projects have been added to the scope"
-msgstr ""
+msgstr "Ни один проект не был добавлен в облаŃŃ‚ŃŚ видимоŃти"
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
-msgstr ""
+msgstr "%{percent}%{percentSymbol}"
msgid "CICDAnalytics|All time"
-msgstr ""
+msgstr "Đ’ŃŃ‘ время"
msgid "CICDAnalytics|Deployment frequency"
-msgstr ""
+msgstr "ЧаŃтота развертывания"
msgid "CICDAnalytics|Lead time"
msgstr ""
msgid "CICDAnalytics|Projects with releases"
-msgstr ""
+msgstr "Проекты Ń Ń€ĐµĐ»Đ¸Đ·Đ°ĐĽĐ¸"
msgid "CICDAnalytics|Release"
msgid_plural "CICDAnalytics|Releases"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "Релиз"
+msgstr[1] "Релиза"
+msgstr[2] "Релизов"
+msgstr[3] "Релизов"
msgid "CICDAnalytics|Release statistics"
-msgstr ""
+msgstr "СтатиŃтика релизов"
msgid "CICDAnalytics|Releases"
+msgstr "Релизы"
+
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
msgstr ""
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6622,7 +6668,7 @@ msgid "CLOSED (MOVED)"
msgstr "Đ—ĐКРЫТО (ПЕРЕМЕЩЕНО)"
msgid "CODEOWNERS rule violation"
-msgstr ""
+msgstr "НарŃŃение правил CODEOWNERS"
msgid "CONTRIBUTING"
msgstr "CONTRIBUTING"
@@ -6631,7 +6677,7 @@ msgid "CPU"
msgstr "CPU"
msgid "CSV is being generated and will be emailed to you upon completion."
-msgstr ""
+msgstr "CSV ŃоздаетŃŃŹ и бŃдет отправлен вам по заверŃении."
msgid "CVE|As a maintainer, requesting a CVE for a vulnerability in your project will help your users stay secure and informed."
msgstr ""
@@ -6685,16 +6731,16 @@ msgid "CampfireService|The %{code_open}.campfirenow.com%{code_close} subdomain."
msgstr ""
msgid "Can be manually deployed to"
-msgstr ""
+msgstr "Может быть развернŃŃ‚Đľ врŃчнŃŃŽ в"
msgid "Can be overridden in each project."
msgstr ""
msgid "Can create groups:"
-msgstr ""
+msgstr "Может Ńоздавать грŃппы:"
msgid "Can't apply as the source branch was deleted."
-msgstr ""
+msgstr "Невозможно применить, Ń‚Đ°Đş как иŃходная ветка была Ńдалена."
msgid "Can't apply as these lines were changed in a more recent version."
msgstr ""
@@ -6703,10 +6749,10 @@ msgid "Can't apply as this line was changed in a more recent version."
msgstr ""
msgid "Can't apply this suggestion."
-msgstr ""
+msgstr "Не ŃдаетŃŃŹ применить ŃŤŃ‚Đľ предложение."
msgid "Can't be empty"
-msgstr ""
+msgstr "Не может быть ĐżŃŃŃ‚Ń‹ĐĽ"
msgid "Can't create snippet: %{err}"
msgstr "Не ŃдалоŃŃŚ Ńоздать Ńниппет: %{err}"
@@ -6766,10 +6812,10 @@ msgid "Cancel"
msgstr "Отмена"
msgid "Cancel and close"
-msgstr ""
+msgstr "Отменить и закрыть"
msgid "Cancel index deletion"
-msgstr ""
+msgstr "Отменить Ńдаление индекŃĐ°"
msgid "Cancel running"
msgstr "Отменить Đ·Đ°ĐżŃŃĐş"
@@ -6778,10 +6824,10 @@ msgid "Cancel this job"
msgstr "Отменить это задание"
msgid "Cancel your account"
-msgstr ""
+msgstr "ĐннŃлировать ваŃŃ ŃчетнŃŃŽ запиŃŃŚ"
msgid "Cancel, keep project"
-msgstr ""
+msgstr "Отменить, Ńохранить проект"
msgid "Canceled deployment to"
msgstr "Отменено развёртывание в"
@@ -6798,6 +6844,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr "Нет возможноŃти объединить автоматичеŃки"
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr "Невозможно Ńоздать Ńообщение Đľ нарŃŃении. Пользователь Ńдалён."
@@ -6805,7 +6854,7 @@ msgid "Cannot create the abuse report. This user has been blocked."
msgstr "Невозможно Ńоздать Ńообщение Đľ нарŃŃении. Пользователь заблокирован."
msgid "Cannot delete %{profile_name} referenced in security policy"
-msgstr ""
+msgstr "Не ŃдаетŃŃŹ Ńдалить %{profile_name}, ŃпомянŃŃ‚Ń‹Đą в политике безопаŃноŃти"
msgid "Cannot have multiple Jira imports running at the same time"
msgstr "Невозможно проводить одновременно неŃколько импортов из Jira"
@@ -6820,13 +6869,13 @@ msgid "Cannot make the epic confidential if it contains non-confidential child e
msgstr ""
msgid "Cannot make the epic confidential if it contains non-confidential issues"
-msgstr ""
+msgstr "Нельзя Ńделать цель конфиденциальной, еŃли она Ńодержит неконфиденциальные обŃŃждения"
msgid "Cannot merge"
msgstr "Не ŃдаетŃŃŹ объединить"
msgid "Cannot modify %{profile_name} referenced in security policy"
-msgstr ""
+msgstr "Невозможно изменить %{profile_name}, ŃпомянŃŃ‚Ń‹Đą в политике безопаŃноŃти"
msgid "Cannot modify managed Kubernetes cluster"
msgstr "Невозможно изменить Ńправляемый клаŃтер Kubernetes"
@@ -6844,7 +6893,7 @@ msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
-msgstr ""
+msgstr "Невозможно отобразить предварительный проŃмотр. Для предварительного проŃмотра файлов ŃŤŃкизов они должны иметь формат файла, предŃтавленный в Sketch верŃии 43 и выŃе."
msgid "Cannot skip two factor authentication setup"
msgstr "Невозможно пропŃŃтить наŃŃ‚Ń€ĐľĐąĐşŃ Đ´Đ˛Ńхфакторной Đ°Ńтентификации"
@@ -6853,25 +6902,25 @@ msgid "Capacity threshold"
msgstr ""
msgid "Card holder name"
-msgstr ""
+msgstr "ĐĐĽŃŹ владельца карты"
msgid "Card number:"
-msgstr ""
+msgstr "Номер карты:"
msgid "CascadingSettings|Enforce for all subgroups"
-msgstr ""
+msgstr "ПринŃдительно применить для вŃех подгрŃпп"
msgid "CascadingSettings|Setting enforced"
msgstr ""
msgid "CascadingSettings|Subgroups cannot change this setting."
-msgstr ""
+msgstr "ПодгрŃппы не могŃŃ‚ изменить ŃŤŃ‚Ń Đ˝Đ°ŃтройкŃ."
msgid "CascadingSettings|This setting has been enforced by an instance admin."
msgstr ""
msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
-msgstr ""
+msgstr "Đ­Ń‚Đ° наŃтройка была принŃдительно применена владельцем %{link}."
msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
msgstr ""
@@ -6925,7 +6974,7 @@ msgid "Change reviewer(s)."
msgstr ""
msgid "Change role"
-msgstr ""
+msgstr "Đзменить роль"
msgid "Change status"
msgstr "Đзменить ŃŃ‚Đ°Ń‚ŃŃ"
@@ -6973,10 +7022,10 @@ msgid "ChangeTypeAction|Revert in branch"
msgstr ""
msgid "ChangeTypeAction|Search branches"
-msgstr ""
+msgstr "ПоиŃĐş веток"
msgid "ChangeTypeAction|Search projects"
-msgstr ""
+msgstr "ПоиŃĐş проектов"
msgid "ChangeTypeAction|Start a %{newMergeRequest} with these changes"
msgstr ""
@@ -7000,7 +7049,7 @@ msgid "Changed reviewer(s)."
msgstr ""
msgid "Changed the title to \"%{title_param}\"."
-msgstr ""
+msgstr "Заголовок изменен на \"%{title_param}\"."
msgid "Changes"
msgstr "Đзменения"
@@ -7009,7 +7058,7 @@ msgid "Changes are shown as if the %{b_open}source%{b_close} revision was being
msgstr ""
msgid "Changes saved."
-msgstr ""
+msgstr "Đзменения Ńохранены."
msgid "Changes suppressed. Click to show."
msgstr "Đзменения Ńкрыты. Нажмите, чтобы показать."
@@ -7018,7 +7067,7 @@ msgid "Changes the title to \"%{title_param}\"."
msgstr "Đзменяет название на \"%{title_param}\"."
msgid "Changes to the title have not been saved"
-msgstr ""
+msgstr "Đзменения в заголовке не были Ńохранены"
msgid "Changing any setting here requires an application restart"
msgstr ""
@@ -7090,10 +7139,10 @@ msgid "Check the %{code_open}elasticsearch.log%{code_close} file to debug why th
msgstr ""
msgid "Check the current instance configuration "
-msgstr ""
+msgstr "Проверьте текŃщŃŃŽ конфигŃрацию экземпляра "
msgid "Check with your administrator."
-msgstr ""
+msgstr "Проверьте Ń Đ˛Đ°Ńим админиŃтратором."
msgid "Check your Docker images for known vulnerabilities."
msgstr "Проверьте ваŃи образы Docker на наличие извеŃтных ŃязвимоŃтей."
@@ -7102,7 +7151,7 @@ msgid "Check your Kubernetes cluster images for known vulnerabilities."
msgstr ""
msgid "Check your source instance permissions."
-msgstr ""
+msgstr "Проверьте права Đ´ĐľŃŃ‚Ńпа Đş иŃŃ…ĐľĐ´Đ˝ĐľĐĽŃ ŃŤĐşĐ·ĐµĐĽĐżĐ»ŃŹŃ€Ń."
msgid "Checking %{text} availability…"
msgstr "Проверка Đ´ĐľŃŃ‚ŃпноŃти %{text} ..."
@@ -7114,10 +7163,10 @@ msgid "Checking branch availability..."
msgstr "Проверка Đ´ĐľŃŃ‚ŃпноŃти ветви..."
msgid "Checking group URL availability..."
-msgstr ""
+msgstr "Проверка Đ´ĐľŃŃ‚ŃпноŃти URL грŃппы..."
msgid "Checking group path availability..."
-msgstr ""
+msgstr "Проверка Đ´ĐľŃŃ‚ŃпноŃти ĐżŃти грŃппы..."
msgid "Checking username availability..."
msgstr "Проверка Đ´ĐľŃŃ‚ŃпноŃти имени пользователя..."
@@ -7132,7 +7181,7 @@ msgid "Checkout|$%{selectedPlanPrice} per pack of 1,000 minutes"
msgstr ""
msgid "Checkout|$%{selectedPlanPrice} per user per year"
-msgstr ""
+msgstr "$%{selectedPlanPrice} за пользователя в год"
msgid "Checkout|%d CI minute pack"
msgid_plural "Checkout|%d CI minute packs"
@@ -7148,7 +7197,7 @@ msgid "Checkout|%{name}'s CI minutes"
msgstr ""
msgid "Checkout|%{name}'s GitLab subscription"
-msgstr ""
+msgstr "ПодпиŃка на GitLab для %{name}"
msgid "Checkout|%{name}'s storage subscription"
msgstr ""
@@ -7157,7 +7206,7 @@ msgid "Checkout|%{quantity} CI minutes"
msgstr ""
msgid "Checkout|%{quantity} GB of storage"
-msgstr ""
+msgstr "%{quantity} ГБ хранилища"
msgid "Checkout|%{quantity} storage pack"
msgid_plural "Checkout|%{quantity} storage packs"
@@ -7170,61 +7219,64 @@ msgid "Checkout|%{selectedPlanText} plan"
msgstr "план %{selectedPlanText}"
msgid "Checkout|%{startDate} - %{endDate}"
-msgstr ""
+msgstr "%{startDate} - %{endDate}"
msgid "Checkout|(may be %{linkStart}charged upon purchase%{linkEnd})"
msgstr ""
msgid "Checkout|(x%{numberOfUsers})"
-msgstr ""
+msgstr "(x%{numberOfUsers})"
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr "Платёжный адреŃ"
msgid "Checkout|CI minute pack"
-msgstr ""
+msgstr "Пакет минŃŃ‚ CI"
msgid "Checkout|CI minute packs are only used after you've used your subscription's monthly quota. The additional minutes will roll over month to month and are valid for one year."
-msgstr ""
+msgstr "Пакеты минŃŃ‚ CI иŃпользŃŃŽŃ‚ŃŃŹ только поŃле того, как вы иŃчерпали меŃячнŃŃŽ ĐşĐ˛ĐľŃ‚Ń ĐżĐľĐ´ĐżĐ¸Ńки. Дополнительные минŃŃ‚Ń‹ бŃĐ´ŃŃ‚ переноŃитьŃŃŹ из меŃяца в меŃяц и дейŃтвительны в течение одного года."
msgid "Checkout|CI minutes"
msgstr ""
msgid "Checkout|Checkout"
-msgstr ""
+msgstr "Оформление"
msgid "Checkout|City"
msgstr "Город"
msgid "Checkout|Confirm purchase"
-msgstr ""
+msgstr "Подтвердить покŃпкŃ"
msgid "Checkout|Confirming..."
-msgstr ""
+msgstr "Подтверждение..."
msgid "Checkout|Continue to billing"
msgstr "Перейти к оплате"
msgid "Checkout|Continue to payment"
-msgstr ""
+msgstr "Перейти к оплате"
msgid "Checkout|Country"
msgstr "Страна"
msgid "Checkout|Create a new group"
-msgstr ""
+msgstr "Создать новŃŃŽ грŃппŃ"
msgid "Checkout|Credit card form failed to load. Please try again."
msgstr "Не ŃдалоŃŃŚ загрŃзить Ń„ĐľŃ€ĐĽŃ ĐşŃ€ĐµĐ´Đ¸Ń‚Đ˝ĐľĐą карты. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "Checkout|Credit card form failed to load: %{message}"
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ загрŃзить Ń„ĐľŃ€ĐĽŃ ĐşŃ€ĐµĐ´Đ¸Ń‚Đ˝ĐľĐą карты: %{message}"
msgid "Checkout|Edit"
-msgstr ""
+msgstr "Правка"
msgid "Checkout|Enter a number greater than 0"
msgstr ""
@@ -7236,22 +7288,22 @@ msgid "Checkout|Failed to confirm your order! Please try again."
msgstr "Не Ńдалить подтвердить Đ˛Đ°Ń Đ·Đ°ĐşĐ°Đ·! ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "Checkout|Failed to confirm your order: %{message}. Please try again."
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ подтвердить Đ˛Đ°Ń Đ·Đ°ĐşĐ°Đ·: %{message}. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "Checkout|Failed to load countries. Please try again."
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ загрŃзить Ńтраны. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "Checkout|Failed to load states. Please try again."
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ загрŃзить ŃŃ‚Đ°Ń‚Ń‹. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "Checkout|Failed to load the payment form. Please try again."
msgstr ""
msgid "Checkout|Failed to register credit card. Please try again."
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ зарегиŃтрировать кредитнŃŃŽ картŃ. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "Checkout|GB"
-msgstr ""
+msgstr "Đ“Đ‘"
msgid "Checkout|GitLab group"
msgstr "Đ“Ń€Ńппа GitLab"
@@ -7263,7 +7315,7 @@ msgid "Checkout|Group"
msgstr "Đ“Ń€Ńппа"
msgid "Checkout|Name of company or organization using GitLab"
-msgstr ""
+msgstr "ĐĐĽŃŹ компании или организации, иŃпользŃющей GitLab"
msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
msgstr ""
@@ -7281,7 +7333,7 @@ msgid "Checkout|Please select a state"
msgstr "ПожалŃĐąŃŃ‚Đ°, выберите ŃŃ‚Đ°Ń‚"
msgid "Checkout|Purchase details"
-msgstr ""
+msgstr "Детали покŃпки"
msgid "Checkout|Select"
msgstr "Выбрать"
@@ -7296,7 +7348,7 @@ msgid "Checkout|Street address"
msgstr "ĐĐ´Ń€ĐµŃ Ńлицы"
msgid "Checkout|Submitting the credit card form failed with code %{errorCode}: %{errorMessage}"
-msgstr ""
+msgstr "Отправка формы кредитной карты не ŃдалаŃŃŚ Ń ĐşĐľĐ´ĐľĐĽ %{errorCode}: %{errorMessage}"
msgid "Checkout|Subscription details"
msgstr "Детали подпиŃки"
@@ -7311,10 +7363,10 @@ msgid "Checkout|Total"
msgstr "Đтого"
msgid "Checkout|Total minutes: %{quantity}"
-msgstr ""
+msgstr "Đ’Ńего минŃŃ‚: %{quantity}"
msgid "Checkout|Total storage: %{quantity} GB"
-msgstr ""
+msgstr "Đ’Ńего проŃтранŃтва: %{quantity} Đ“Đ‘"
msgid "Checkout|Users"
msgstr "Пользователи"
@@ -7332,7 +7384,7 @@ msgid "Checkout|Your subscription will be applied to this group"
msgstr "Đ’Đ°ŃĐ° подпиŃка бŃдет применена Đş этой грŃппе"
msgid "Checkout|Zip code"
-msgstr ""
+msgstr "Почтовый индекŃ"
msgid "Checkout|a storage subscription"
msgstr ""
@@ -7358,6 +7410,9 @@ msgstr "Подобрать этот Đ·Đ°ĐżŃ€ĐľŃ Đ˝Đ° Ńлияние"
msgid "Child"
msgstr "Дочерняя"
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr "Дочерний объект не ŃŃщеŃтвŃет."
@@ -7368,7 +7423,7 @@ msgid "Chinese language support using"
msgstr ""
msgid "Choose File..."
-msgstr ""
+msgstr "Выбрать файл..."
msgid "Choose a file"
msgstr "Выберите файл"
@@ -7395,10 +7450,10 @@ msgid "Choose specific groups or storage shards"
msgstr ""
msgid "Choose the preferred Runner and populate the AWS CFT."
-msgstr ""
+msgstr "Выберите предпочтительный Runner и заполните AWS CFT."
msgid "Choose the top-level group for your repository imports."
-msgstr ""
+msgstr "Выберите грŃĐżĐżŃ Đ˛ĐµŃ€Ń…Đ˝ĐµĐłĐľ Ńровня для импорта репозитория."
msgid "Choose visibility level, enable/disable project features and their permissions, disable email notifications, and show default award emoji."
msgstr ""
@@ -7407,7 +7462,7 @@ msgid "Choose what content you want to see on a group’s overview page."
msgstr "Выберите Ńодержимое, которое вы хотите видеть на Ńтранице обзора грŃппы."
msgid "Choose which Git strategy to use when fetching the project."
-msgstr ""
+msgstr "Выберите, какŃŃŽ Ńтратегию Git иŃпользовать при полŃчении проекта."
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
msgstr ""
@@ -7416,7 +7471,7 @@ msgid "Choose your framework"
msgstr "Выберите фреймворк"
msgid "CiCdAnalytics|Date range: %{range}"
-msgstr ""
+msgstr "Диапазон дат: %{range}"
msgid "CiStatusLabel|canceled"
msgstr "отменено"
@@ -7515,7 +7570,7 @@ msgid "CiVariables|Protected"
msgstr "Защищенная"
msgid "CiVariables|Remove variable"
-msgstr ""
+msgstr "Удалить переменнŃŃŽ"
msgid "CiVariables|Remove variable row"
msgstr "Удалить ŃŃ‚Ń€ĐľĐşŃ ĐżĐµŃ€ĐµĐĽĐµĐ˝Đ˝Ń‹Ń…"
@@ -7539,7 +7594,7 @@ msgid "CiVariables|Variables"
msgstr "Переменные"
msgid "CiVariable|* (All environments)"
-msgstr ""
+msgstr "* (Đ’Ńе Ńреды)"
msgid "CiVariable|All environments"
msgstr "Đ’Ńе Ńреды"
@@ -7593,7 +7648,7 @@ msgid "Clear"
msgstr "ОчиŃтить"
msgid "Clear all repository checks"
-msgstr ""
+msgstr "ОчиŃтить вŃе проверки репозитория"
msgid "Clear chart filters"
msgstr ""
@@ -7658,15 +7713,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr "Сертификат Đ°Ńтентификации клиента"
-
-msgid "Client authentication key"
-msgstr "Ключ Đ°Ńтентификации клиента"
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7763,6 +7809,12 @@ msgstr "Закрыто: %{closed}"
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr "КлаŃтер"
@@ -7787,7 +7839,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7832,7 +7884,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7851,7 +7903,7 @@ msgid "ClusterAgents|Certificate"
msgstr ""
msgid "ClusterAgents|Configuration"
-msgstr ""
+msgstr "КонфигŃрация"
msgid "ClusterAgents|Connect a cluster through the Agent"
msgstr ""
@@ -7862,7 +7914,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7875,10 +7927,10 @@ msgid "ClusterAgents|Connected"
msgstr ""
msgid "ClusterAgents|Connection status"
-msgstr ""
+msgstr "СтатŃŃ ĐżĐľĐ´ĐşĐ»ŃŽŃ‡ĐµĐ˝Đ¸ŃŹ"
msgid "ClusterAgents|Copy token"
-msgstr ""
+msgstr "Копировать токен"
msgid "ClusterAgents|Create a new cluster"
msgstr ""
@@ -7902,7 +7954,7 @@ msgid "ClusterAgents|Deprecated"
msgstr ""
msgid "ClusterAgents|Description"
-msgstr ""
+msgstr "ОпиŃание"
msgid "ClusterAgents|Event occurred"
msgstr ""
@@ -7919,13 +7971,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7952,7 +8007,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7979,6 +8034,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7991,6 +8058,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -8016,7 +8086,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -8034,6 +8104,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8041,7 +8114,7 @@ msgid "ClusterAgents|You cannot see this token again after you close this window
msgstr ""
msgid "ClusterAgents|You will need to create a token to connect to your agent"
-msgstr ""
+msgstr "Đ’Đ°ĐĽ необходимо Ńоздать токен для подключения Đş агентŃ"
msgid "ClusterAgents|Your instance doesn't have the %{linkStart}GitLab Agent Server (KAS)%{linkEnd} set up. Ask a GitLab Administrator to install it."
msgstr ""
@@ -8059,10 +8132,10 @@ msgid "ClusterApplicationsRemoved|One-click application management was removed i
msgstr ""
msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
-msgstr ""
+msgstr "%{linkStart}Подробнее%{linkEnd}"
msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes %{code_open}cluster-admin%{code_close} privileges."
-msgstr ""
+msgstr "Проект Ńправления клаŃтером можно иŃпользовать для Đ·Đ°ĐżŃŃка заданий развертывания Ń ĐżŃ€Đ¸Đ˛Đ¸Đ»ĐµĐłĐ¸ŃŹĐĽĐ¸ Kubernetes %{code_open}cluster-admin%{code_close}."
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}."
@@ -8086,19 +8159,19 @@ msgid "ClusterIntegration|Adding a Kubernetes cluster will automatically share t
msgstr "Добавление клаŃтера Kubernetes автоматичеŃки разделит клаŃтер ĐĽĐµĐ¶Đ´Ń Đ˛Ńеми проектами. ĐŃпользŃйте приложения для рецензирования, развертывайте приложения и легко Đ·Đ°ĐżŃŃкайте Ńборочные линии для вŃех проектов, иŃпользŃющих один и тот же клаŃтер."
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 ""
+msgstr "Добавление интеграции позволит иŃпользовать клаŃтер во вŃех проектах."
msgid "ClusterIntegration|Advanced options on this Kubernetes cluster’s integration"
-msgstr ""
+msgstr "Đ Đ°ŃŃиренные опции интеграции этого клаŃтера Kubernetes"
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{linkStart}More information%{linkEnd}"
-msgstr ""
+msgstr "РазреŃить GitLab Ńправлять проŃтранŃтвом имён и ŃĐ»Ńжебными Ńчётными запиŃями этого клаŃтера. %{linkStart}Дополнительная информация%{linkEnd}"
msgid "ClusterIntegration|Allow GitLab to manage namespaces and service accounts for this cluster."
-msgstr ""
+msgstr "РазреŃить GitLab Ńправлять проŃтранŃтвами имён и ŃĐ»Ńжебными аккаŃнтами этого клаŃтера."
msgid "ClusterIntegration|Allows GitLab to query a specifically configured in-cluster Elasticsearch for pod logs."
msgstr ""
@@ -8122,7 +8195,7 @@ msgid "ClusterIntegration|An error occurred while trying to fetch zone machine t
msgstr "ПроизоŃла ĐľŃибка при попытке извлечь типы ĐĽĐ°Ńин облаŃти: %{error}"
msgid "ClusterIntegration|An unknown error occurred while attempting to connect to Kubernetes."
-msgstr ""
+msgstr "НеизвеŃтная ĐľŃибка при попытке подключения Đş Kubernetes."
msgid "ClusterIntegration|Any project namespaces"
msgstr ""
@@ -8137,7 +8210,7 @@ msgid "ClusterIntegration|Authenticate with Amazon Web Services"
msgstr "ĐŃтентификация Ń ĐżĐľĐĽĐľŃ‰ŃŚŃŽ Amazon Web Services"
msgid "ClusterIntegration|Authentication Error"
-msgstr ""
+msgstr "ĐžŃибка Đ°Ńтентификации"
msgid "ClusterIntegration|Base domain"
msgstr "Базовое доменное имя"
@@ -8152,7 +8225,7 @@ msgid "ClusterIntegration|Check your CA certificate"
msgstr ""
msgid "ClusterIntegration|Check your cluster status"
-msgstr ""
+msgstr "Проверить ŃĐľŃтояние клаŃтера"
msgid "ClusterIntegration|Check your token"
msgstr ""
@@ -8173,7 +8246,7 @@ msgid "ClusterIntegration|Clear cluster cache"
msgstr "ОчиŃтить ĐşŃŤŃ ĐşĐ»Đ°Ńтера"
msgid "ClusterIntegration|Clear the local cache of namespace and service accounts."
-msgstr ""
+msgstr "ОчиŃтить локальный ĐşŃŤŃ ĐżŃ€ĐľŃтранŃтв имён и ŃĐ»Ńжебных Ńчётных запиŃей."
msgid "ClusterIntegration|Cluster Region"
msgstr ""
@@ -8986,6 +9059,9 @@ msgstr "Коммит (при редактировании опиŃания коĐ
msgid "Commit Message"
msgstr "ОпиŃание коммита"
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -9098,10 +9174,10 @@ msgid "CompareBranches|There isn't anything to compare."
msgstr "Нечего Ńравнивать."
msgid "CompareRevisions|Branches"
-msgstr ""
+msgstr "Ветки"
msgid "CompareRevisions|Compare"
-msgstr ""
+msgstr "Сравнить"
msgid "CompareRevisions|Create merge request"
msgstr "Создать Đ·Đ°ĐżŃ€ĐľŃ Đ˝Đ° Ńлияние"
@@ -9235,6 +9311,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -9265,6 +9344,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9310,12 +9395,15 @@ msgstr "НаŃтройка траŃŃировки"
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr "НаŃтроить ŃŃщеŃтвŃющŃŃŽ ŃŃтановкŃ"
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9343,12 +9431,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr "Подтвердить"
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9368,7 +9462,7 @@ msgid "Confirmation required"
msgstr "ТребŃетŃŃŹ подтверждение"
msgid "Confirmed at:"
-msgstr ""
+msgstr "Подтвержден:"
msgid "Confirmed:"
msgstr ""
@@ -9413,7 +9507,7 @@ msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To
msgstr ""
msgid "Congratulations, your free trial is activated."
-msgstr ""
+msgstr "Поздравляем, беŃплатный пробный период активирован."
msgid "Connect"
msgstr "Подключить"
@@ -9470,7 +9564,7 @@ msgid "Container does not exist"
msgstr "Контейнер не ŃŃщеŃтвŃет"
msgid "Container must be a project or a group."
-msgstr ""
+msgstr "Контейнер должен быть проектом или грŃппой."
msgid "Container registry images"
msgstr "Образы рееŃтра контейнеров"
@@ -9634,37 +9728,37 @@ msgid "ContainerRegistry|Keep tags matching:"
msgstr ""
msgid "ContainerRegistry|Keep the most recent:"
-msgstr ""
+msgstr "Сохранить Ńамые Ńвежие:"
msgid "ContainerRegistry|Keep these tags"
-msgstr ""
+msgstr "Сохранить эти теги"
msgid "ContainerRegistry|Last updated %{time}"
-msgstr ""
+msgstr "ПоŃледнее обновление %{time}"
msgid "ContainerRegistry|Login"
msgstr "Вход"
msgid "ContainerRegistry|Manifest digest: %{digest}"
-msgstr ""
+msgstr "ДайджеŃŃ‚ манифеŃŃ‚Đ°: %{digest}"
msgid "ContainerRegistry|Missing or insufficient permission, delete button disabled"
-msgstr ""
+msgstr "Не хватает прав Đ´ĐľŃŃ‚Ńпа, кнопка Ńдаления отключена"
msgid "ContainerRegistry|Next cleanup scheduled to run on:"
-msgstr ""
+msgstr "СледŃющая очиŃтка запланирована на:"
msgid "ContainerRegistry|Not yet scheduled"
-msgstr ""
+msgstr "Еще не запланироано"
msgid "ContainerRegistry|Note: Any policy update will result in a change to the scheduled run date and time"
-msgstr ""
+msgstr "Примечание: Любое обновление политики приведет к изменению даты и времени выполнения"
msgid "ContainerRegistry|Please try different search criteria"
msgstr ""
msgid "ContainerRegistry|Published %{timeInfo}"
-msgstr ""
+msgstr "ОпŃбликовано %{timeInfo}"
msgid "ContainerRegistry|Published to the %{repositoryPath} image repository at %{time} on %{date}"
msgstr ""
@@ -9686,28 +9780,28 @@ msgstr[2] "Удалить тегов"
msgstr[3] "Удалить тегов"
msgid "ContainerRegistry|Remove tags matching:"
-msgstr ""
+msgstr "Удалить теги, ŃоответŃтвŃющие:"
msgid "ContainerRegistry|Remove tags older than:"
-msgstr ""
+msgstr "Удалить теги ŃŃ‚Đ°Ń€Ńе:"
msgid "ContainerRegistry|Remove these tags"
-msgstr ""
+msgstr "Удалить эти теги"
msgid "ContainerRegistry|Root image"
-msgstr ""
+msgstr "Корневой образ"
msgid "ContainerRegistry|Run cleanup:"
-msgstr ""
+msgstr "Đ—Đ°ĐżŃŃтить очиŃŃ‚ĐşŃ:"
msgid "ContainerRegistry|Some tags were not deleted"
-msgstr ""
+msgstr "Некоторые теги не были Ńдалены"
msgid "ContainerRegistry|Something went wrong while fetching the cleanup policy."
-msgstr ""
+msgstr "Что-Ń‚Đľ поŃло не Ń‚Đ°Đş при полŃчении политики очиŃтки."
msgid "ContainerRegistry|Something went wrong while fetching the image details."
-msgstr ""
+msgstr "Что-Ń‚Đľ поŃло не Ń‚Đ°Đş при полŃчении деталей образа."
msgid "ContainerRegistry|Something went wrong while fetching the repository list."
msgstr "Что-Ń‚Đľ поŃло не Ń‚Đ°Đş при извлечении ŃпиŃка репозиториев."
@@ -9722,52 +9816,52 @@ msgid "ContainerRegistry|Something went wrong while marking the tags for deletio
msgstr "Что-Ń‚Đľ поŃло не Ń‚Đ°Đş при отметке тегов Đş Ńдалению."
msgid "ContainerRegistry|Something went wrong while scheduling %{title} for deletion. Please try again."
-msgstr ""
+msgstr "Что-Ń‚Đľ поŃло не Ń‚Đ°Đş при планировании Ńдаления %{title}. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "ContainerRegistry|Something went wrong while scheduling the image for deletion."
-msgstr ""
+msgstr "Что-Ń‚Đľ поŃло не Ń‚Đ°Đş при планировании Ńдаления образа."
msgid "ContainerRegistry|Something went wrong while updating the cleanup policy."
-msgstr ""
+msgstr "Что-Ń‚Đľ поŃло не Ń‚Đ°Đş при обновлении политики очиŃтки."
msgid "ContainerRegistry|Sorry, your filter produced no results."
-msgstr ""
+msgstr "Đš Ńожалению, нет резŃльтатов, ŃоответŃтвŃющих фильтрŃ."
msgid "ContainerRegistry|Tag successfully marked for deletion."
-msgstr ""
+msgstr "Тег ŃŃпеŃно помечен для Ńдаления."
msgid "ContainerRegistry|Tags successfully marked for deletion."
-msgstr ""
+msgstr "Теги ŃŃпеŃно помечены для Ńдаления."
msgid "ContainerRegistry|Tags that match these rules are %{strongStart}kept%{strongEnd}, even if they match a removal rule below. The %{secondStrongStart}latest%{secondStrongEnd} tag is always kept."
msgstr "Теги, которые ŃоответŃтвŃŃŽŃ‚ этим правилам бŃĐ´ŃŃ‚ %{strongStart}Ńохранены%{strongEnd}, даже, еŃли они ŃоответŃтвŃŃŽŃ‚ правилам Ńдаления ниже. %{secondStrongStart}ПоŃледний%{secondStrongEnd} тег вŃегда ŃохраняетŃŃŹ."
msgid "ContainerRegistry|Tags that match these rules are %{strongStart}removed%{strongEnd}, unless a rule above says to keep them."
-msgstr ""
+msgstr "СоответŃтвŃющие этим правилам теги %{strongStart}ŃдаляютŃŃŹ%{strongEnd}, еŃли только выŃеприведенное правило не требŃет их Ńохранения."
msgid "ContainerRegistry|Tags with names that match this regex pattern are kept. %{linkStart}View regex examples.%{linkEnd}"
-msgstr ""
+msgstr "Теги, имена которых ŃоответŃтвŃŃŽŃ‚ ŃŤŃ‚ĐľĐĽŃ Ń€ĐµĐłŃĐ»ŃŹŃ€Đ˝ĐľĐĽŃ Đ˛Ń‹Ń€Đ°Đ¶ĐµĐ˝Đ¸ŃŽ, ŃохраняютŃŃŹ. %{linkStart}ПоŃмотреть примеры регŃлярных выражений.%{linkEnd}"
msgid "ContainerRegistry|Tags with names that match this regex pattern are removed. %{linkStart}View regex examples.%{linkEnd}"
-msgstr ""
+msgstr "Теги, имена которых ŃоответŃтвŃŃŽŃ‚ ŃŤŃ‚ĐľĐĽŃ Ń€ĐµĐłŃĐ»ŃŹŃ€Đ˝ĐľĐĽŃ Đ˛Ń‹Ń€Đ°Đ¶ĐµĐ˝Đ¸ŃŽ, ŃдаляютŃŃŹ. %{linkStart}ПоŃмотреть примеры регŃлярных выражений.%{linkEnd}"
msgid "ContainerRegistry|The cleanup policy timed out before it could delete all tags. An administrator can %{adminLinkStart}manually run cleanup now%{adminLinkEnd} or you can wait for the cleanup policy to automatically run again. %{docLinkStart}More information%{docLinkEnd}"
-msgstr ""
+msgstr "Время дейŃтвия политики очиŃтки иŃтекло раньŃе, чем произоŃло Ńдаление вŃех тегов. ĐдминиŃтратор может %{adminLinkStart}Đ·Đ°ĐżŃŃтить очиŃŃ‚ĐşŃ Đ˛Ń€ŃчнŃŃŽ%{adminLinkEnd}, или можно дождатьŃŃŹ ŃледŃющего автоматичеŃкого Đ·Đ°ĐżŃŃка. %{docLinkStart}Дополнительная информация%{docLinkEnd}"
msgid "ContainerRegistry|The filter returned no results"
msgstr ""
msgid "ContainerRegistry|The image repository could not be found."
-msgstr ""
+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 requested image repository does not exist or has been deleted. If you think this is an error, try refreshing the page."
-msgstr ""
+msgstr "ЗапроŃенный репозиторий образов не ŃŃщеŃтвŃет или был Ńдалён. Đ•Ńли вы Ńчитаете, что ŃŤŃ‚Đľ ĐľŃибка, попробŃйте обновить ŃтраницŃ."
msgid "ContainerRegistry|The value of this input should be less than 256 characters"
-msgstr ""
+msgstr "Значение этого поля должно быть короче 256 Ńимволов"
msgid "ContainerRegistry|There are no container images available in this group"
msgstr "Đ’ этой грŃппе нет Đ´ĐľŃŃ‚Ńпных образов контейнеров"
@@ -9776,25 +9870,25 @@ msgid "ContainerRegistry|There are no container images stored for this project"
msgstr "В этом проекте нет Docker образов"
msgid "ContainerRegistry|There was an error during the deletion of this image repository, please try again."
-msgstr ""
+msgstr "ПроизоŃла ĐľŃибка при Ńдалении этого репозитория образов, пожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "ContainerRegistry|This image has no active tags"
msgstr "Этот образ не имеет активных тегов"
msgid "ContainerRegistry|This image repository has failed to be deleted"
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ Ńдалить этот репозиторий образов"
msgid "ContainerRegistry|This image repository is scheduled for deletion"
msgstr "Запланировано Ńдаление этого хранилища образов"
msgid "ContainerRegistry|This image repository will be deleted. %{linkStart}Learn more.%{linkEnd}"
-msgstr ""
+msgstr "Этот репозиторий образов бŃдет Ńдалён. %{linkStart}Подробнее.%{linkEnd}"
msgid "ContainerRegistry|This project's cleanup policy for tags is not enabled."
-msgstr ""
+msgstr "Для этого проекта не включена политика очиŃтки тегов."
msgid "ContainerRegistry|To widen your search, change or remove the filters above."
-msgstr ""
+msgstr "Чтобы раŃŃирить облаŃŃ‚ŃŚ поиŃка, измените или Ńдалите фильтры выŃе."
msgid "ContainerRegistry|We are having trouble connecting to the Container Registry. Please try refreshing the page. If this error persists, please review %{docLinkStart}the troubleshooting documentation%{docLinkEnd}."
msgstr ""
@@ -9812,10 +9906,10 @@ msgid "ContainerRegistry|You are about to remove %{item} tags. Are you sure?"
msgstr "Đ’Ń‹ ŃобираетеŃŃŚ Ńдалить %{item} тегов. Đ’Ń‹ Ńверены?"
msgid "ContainerRegistry|You are about to remove %{item}. Are you sure?"
-msgstr ""
+msgstr "Đ’Ń‹ ŃобираетеŃŃŚ Ńдалить %{item}. Đ’Ń‹ Ńверены?"
msgid "ContainerRegistry|You are about to remove repository %{title}. Once you confirm, this repository will be permanently deleted."
-msgstr ""
+msgstr "Đ’Ń‹ ŃобираетеŃŃŚ Ńдалить репозиторий %{title}. ПоŃле подтверждения этот репозиторий бŃдет Ńдалён навŃегда."
msgid "ContainerRegistry|You can add an image to this registry with the following commands:"
msgstr "Đ’Ń‹ можете добавить образ в этот рееŃŃ‚Ń€ контвейнеров при помощи данных команд:"
@@ -9824,7 +9918,7 @@ msgid "Content parsed with %{link}."
msgstr ""
msgid "ContentEditor|Table of Contents"
-msgstr ""
+msgstr "Содержание"
msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
msgstr ""
@@ -9884,13 +9978,13 @@ msgid "ContributionAnalytics|Last week"
msgstr "ПоŃледняя неделя"
msgid "ContributionAnalytics|Merge requests"
-msgstr ""
+msgstr "ЗапроŃŃ‹ на Ńлияние"
msgid "ContributionAnalytics|No issues for the selected time period."
msgstr "Нет задач для выбранного периода."
msgid "ContributionAnalytics|No merge requests for the selected time period."
-msgstr ""
+msgstr "Нет запроŃов на Ńлияние в выбранном периоде."
msgid "ContributionAnalytics|No pushes for the selected time period."
msgstr ""
@@ -9911,9 +10005,9 @@ msgid "Control emails linked to your account"
msgstr "Управление адреŃами электронной почты, Ńвязанными Ń Đ˛Đ°Ńей Ńчетной запиŃŃŚŃŽ"
msgid "Control how the GitLab Package Registry functions."
-msgstr ""
+msgstr "Управляйте работой РееŃтра пакетов GitLab."
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9935,7 +10029,7 @@ msgid "Copy %{http_label} clone URL"
msgstr ""
msgid "Copy %{name}"
-msgstr ""
+msgstr "Копировать %{name}"
msgid "Copy %{protocol} clone URL"
msgstr ""
@@ -9953,7 +10047,7 @@ msgid "Copy ID"
msgstr "Копировать ID"
msgid "Copy IP Address"
-msgstr ""
+msgstr "Скопировать IP-адреŃ"
msgid "Copy KRB5 clone URL"
msgstr "Скопировать URL для клонирования через KRB5"
@@ -10054,9 +10148,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -10069,9 +10178,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -10144,6 +10250,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -10171,13 +10280,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10217,16 +10329,16 @@ msgid "Create %{environment}"
msgstr "Создать %{environment}"
msgid "Create %{humanized_resource_name}"
-msgstr ""
+msgstr "Создать %{humanized_resource_name}"
msgid "Create %{type}"
-msgstr ""
+msgstr "Создать %{type}"
msgid "Create %{workspace} label"
-msgstr ""
+msgstr "Создать ĐĽĐµŃ‚ĐşŃ %{workspace}"
msgid "Create Google Cloud project"
-msgstr ""
+msgstr "Создать проект Google Cloud"
msgid "Create New Directory"
msgstr "Создать Новый каталог"
@@ -10238,7 +10350,7 @@ msgid "Create a GitLab account first, and then connect it to your %{label} accou
msgstr "Сначала Ńоздайте ŃчетнŃŃŽ запиŃŃŚ GitLab, Đ° затем подключите ее Đş ваŃей Ńчетной запиŃи %{label}."
msgid "Create a Mattermost team for this group"
-msgstr ""
+msgstr "Создать ĐşĐľĐĽĐ°Đ˝Đ´Ń Đ˛ Mattermost для этой грŃппы"
msgid "Create a merge request"
msgstr "Создать Đ·Đ°ĐżŃ€ĐľŃ Đ˝Đ° Ńлияние"
@@ -10265,7 +10377,7 @@ msgid "Create a personal access token on your account to pull or push via %{prot
msgstr "Создать личный токен на аккаŃнте для полŃчения или отправки через %{protocol}."
msgid "Create an account using:"
-msgstr ""
+msgstr "Создать аккаŃнт Ń ĐżĐľĐĽĐľŃ‰ŃŚŃŽ:"
msgid "Create an incident. Incidents are created for each alert triggered."
msgstr ""
@@ -10310,7 +10422,7 @@ msgid "Create group label"
msgstr "Создать ĐĽĐµŃ‚ĐşŃ ĐłŃ€Ńппы"
msgid "Create incident"
-msgstr ""
+msgstr "Создать инцидент"
msgid "Create issue"
msgstr "Создать обŃŃждение"
@@ -10321,9 +10433,12 @@ msgstr ""
msgid "Create iteration"
msgstr "Создать итерацию"
-msgid "Create list"
+msgid "Create label"
msgstr ""
+msgid "Create list"
+msgstr "Создать ŃпиŃок"
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr "Создать ŃпиŃок из меток. ОбŃŃждения Ń ŃŤŃ‚ĐľĐą меткой появляютŃŃŹ в этом ŃпиŃке."
@@ -10337,13 +10452,13 @@ msgid "Create milestone"
msgstr "Создать этап"
msgid "Create new"
-msgstr ""
+msgstr "Создать новый"
msgid "Create new %{name} by email"
msgstr ""
msgid "Create new CI/CD pipeline"
-msgstr ""
+msgstr "Создать новŃŃŽ ŃборочнŃŃŽ линию CI/CD"
msgid "Create new Value Stream"
msgstr "Создать новый Поток ценноŃти"
@@ -10370,7 +10485,7 @@ msgid "Create new project"
msgstr "Создать новый проект"
msgid "Create or import your first project"
-msgstr ""
+msgstr "Создайте или импортирŃйте Ńвой первый проект"
msgid "Create project"
msgstr "Создать проект"
@@ -10391,28 +10506,28 @@ msgid "Create snippet"
msgstr "Создать Ńниппет"
msgid "Create tag %{tagName}"
-msgstr ""
+msgstr "Создать тег %{tagName}"
msgid "Create topic"
-msgstr ""
+msgstr "Создать темŃ"
msgid "Create user"
-msgstr ""
+msgstr "Создать пользователя"
msgid "Create via merge request"
msgstr ""
msgid "Create wildcard: %{searchTerm}"
-msgstr ""
+msgstr "Создать Ńаблон: %{searchTerm}"
msgid "Create your first page"
msgstr "Создайте ваŃŃ ĐżĐµŃ€Đ˛ŃŃŽ ŃтраницŃ"
msgid "Create your group"
-msgstr ""
+msgstr "Создать грŃппŃ"
msgid "Create/import your first project"
-msgstr ""
+msgstr "Создать/импортировать Ńвой первый проект"
msgid "CreateGroup|You don’t have permission to create a subgroup in this group."
msgstr "ĐŁ Đ˛Đ°Ń Đ˝ĐµŃ‚ прав на Ńоздание подгрŃппы в этой грŃппе."
@@ -10490,10 +10605,10 @@ msgid "CreateValueStreamForm|Maximum length %{maxLength} characters"
msgstr ""
msgid "CreateValueStreamForm|Name is required"
-msgstr ""
+msgstr "ТребŃетŃŃŹ название"
msgid "CreateValueStreamForm|New stage"
-msgstr ""
+msgstr "Новый этап"
msgid "CreateValueStreamForm|Plan stage start"
msgstr "Начало этапа планирования"
@@ -10553,7 +10668,7 @@ msgid "Created"
msgstr "Создан"
msgid "Created %{epicTimeagoDate}"
-msgstr ""
+msgstr "Создана %{epicTimeagoDate}"
msgid "Created %{timestamp}"
msgstr ""
@@ -10579,14 +10694,17 @@ msgstr "Создано мной"
msgid "Created by:"
msgstr ""
-msgid "Created date"
+msgid "Created compliance violations if any were found"
msgstr ""
+msgid "Created date"
+msgstr "Дата Ńоздания"
+
msgid "Created issue %{issueLink}"
-msgstr ""
+msgstr "Создано обŃŃждение %{issueLink}"
msgid "Created issue %{issueLink} at %{projectLink}"
-msgstr ""
+msgstr "Создано обŃŃждение %{issueLink} в %{projectLink}"
msgid "Created merge request %{mergeRequestLink}"
msgstr "Создан Đ·Đ°ĐżŃ€ĐľŃ Đ˝Đ° Ńлияние %{mergeRequestLink}"
@@ -10610,7 +10728,7 @@ msgid "Creates branch '%{branch_name}' and a merge request to resolve this issue
msgstr "Создает Đ˛ĐµŃ‚ĐşŃ %{branch_name} и Đ·Đ°ĐżŃ€ĐľŃ Đ˝Đ° Ńлияние для реŃения этого вопроŃĐ°."
msgid "Creating"
-msgstr ""
+msgstr "Создание"
msgid "Creating epic"
msgstr "Цель ŃоздаетŃŃŹ"
@@ -10745,13 +10863,13 @@ msgid "Current password"
msgstr "ТекŃщий пароль"
msgid "Current sign-in IP:"
-msgstr ""
+msgstr "ТекŃщий IP-Đ°Đ´Ń€ĐµŃ Đ˛Ń…ĐľĐ´Đ°:"
msgid "Current sign-in at:"
-msgstr ""
+msgstr "ТекŃщий вход в:"
msgid "Current sign-in ip"
-msgstr ""
+msgstr "ТекŃщий IP-Đ°Đ´Ń€ĐµŃ Đ˛Ń…ĐľĐ´Đ°"
msgid "Current vulnerabilities count"
msgstr ""
@@ -10813,6 +10931,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -11049,6 +11170,9 @@ msgstr "DNS"
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -11058,10 +11182,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11151,12 +11275,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -11169,9 +11287,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -11184,9 +11299,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11259,9 +11371,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11289,9 +11398,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11301,12 +11407,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11319,9 +11419,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11343,9 +11440,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11492,10 +11586,10 @@ msgid "Data is still calculating..."
msgstr "Данные вŃе еще вычиŃляютŃŃŹ..."
msgid "Data type"
-msgstr ""
+msgstr "Тип данных"
msgid "Database update failed"
-msgstr ""
+msgstr "ĐžŃибка обновления базы данных"
msgid "DatadogIntegration|%{linkOpen}API key%{linkClose} used for authentication with Datadog."
msgstr ""
@@ -11504,10 +11598,10 @@ msgid "DatadogIntegration|(Advanced) The full URL for your Datadog site."
msgstr ""
msgid "DatadogIntegration|API URL"
-msgstr ""
+msgstr "URL-Đ°Đ´Ń€ĐµŃ API"
msgid "DatadogIntegration|Environment"
-msgstr ""
+msgstr "ОкрŃжение"
msgid "DatadogIntegration|For self-managed deployments, set the %{codeOpen}env%{codeClose} tag for all the data sent to Datadog. %{linkOpen}How do I use tags?%{linkClose}"
msgstr ""
@@ -11531,7 +11625,7 @@ msgid "DatadogIntegration|Trace your GitLab pipelines with Datadog."
msgstr ""
msgid "Datasource name not found"
-msgstr ""
+msgstr "ĐĐĽŃŹ иŃточника данных не найдено"
msgid "Date"
msgstr "Дата"
@@ -11540,16 +11634,16 @@ msgid "Date merged"
msgstr ""
msgid "Date picker"
-msgstr ""
+msgstr "Выбор даты"
msgid "Date range"
-msgstr ""
+msgstr "Диапазон дат"
msgid "Date range limited to %{number} days"
-msgstr ""
+msgstr "Диапазон дат ограничен %{number} днями"
msgid "Date range must be shorter than %{max_range} days."
-msgstr ""
+msgstr "Диапазон дат должен быть короче %{max_range} дней."
msgid "Day of month"
msgstr "День меŃяца"
@@ -11570,13 +11664,13 @@ msgid "Days"
msgstr "Дней"
msgid "Days to merge"
-msgstr ""
+msgstr "Дней Đ´Đľ Ńлияния"
msgid "Deactivate dormant users after 90 days of inactivity"
-msgstr ""
+msgstr "Деактивировать бездейŃтвŃющих пользователей поŃле 90 дней бездейŃтвия"
msgid "Dear Administrator,"
-msgstr ""
+msgstr "Уважаемый админиŃтратор,"
msgid "Debian package already exists in Distribution"
msgstr ""
@@ -11597,13 +11691,13 @@ msgid "Decline and sign out"
msgstr "Отклонить и выйти"
msgid "Decompressed archive size validation failed."
-msgstr ""
+msgstr "ĐžŃибка проверки размера раŃпакованного архива."
msgid "Decrease"
-msgstr ""
+msgstr "УменьŃить"
msgid "Default CI/CD configuration file"
-msgstr ""
+msgstr "Файл конфигŃрации CI/CD по Ńмолчанию"
msgid "Default artifacts expiration"
msgstr ""
@@ -11615,16 +11709,13 @@ msgid "Default branch and protected branches"
msgstr "Ветвь по Ńмолчанию и защищенные ветки"
msgid "Default branch protection"
-msgstr ""
-
-msgid "Default classification label"
-msgstr ""
+msgstr "Защита ветки по Ńмолчанию"
msgid "Default delayed project deletion"
-msgstr ""
+msgstr "Отложенное Ńдаление проекта по Ńмолчанию"
msgid "Default deletion delay"
-msgstr ""
+msgstr "Задержка Ńдаления по Ńмолчанию"
msgid "Default description template for issues"
msgstr "Шаблон опиŃания обŃŃждений по Ńмолчанию."
@@ -11636,7 +11727,7 @@ msgid "Default first day of the week"
msgstr "Первый день недели по Ńмолчанию"
msgid "Default first day of the week in calendars and date pickers."
-msgstr ""
+msgstr "Первый день недели по Ńмолчанию в календарях и ŃредŃтвах выбора Đ´Đ°Ń‚Ń‹."
msgid "Default initial branch name"
msgstr ""
@@ -11711,13 +11802,13 @@ msgid "DelayedJobs|Are you sure you want to run %{job_name} immediately? This jo
msgstr ""
msgid "DelayedJobs|Run the delayed job now?"
-msgstr ""
+msgstr "Đ—Đ°ĐżŃŃтить отложенное задание ŃейчаŃ?"
msgid "DelayedJobs|Start now"
-msgstr ""
+msgstr "Đ—Đ°ĐżŃŃтить ŃейчаŃ"
msgid "DelayedJobs|Unschedule"
-msgstr ""
+msgstr "Убрать из очереди"
msgid "DelayedJobs|delayed"
msgstr ""
@@ -11726,19 +11817,19 @@ msgid "Delete"
msgstr "Удалить"
msgid "Delete %{issuableType}"
-msgstr ""
+msgstr "Удалить %{issuableType}"
msgid "Delete %{name}"
-msgstr ""
+msgstr "Удалить %{name}"
msgid "Delete Comment"
msgstr "Удалить комментарий"
msgid "Delete Key"
-msgstr ""
+msgstr "Удалить ключ"
msgid "Delete Selected"
-msgstr ""
+msgstr "Удалить выбранное"
msgid "Delete Value Stream"
msgstr "Удалить Поток ценноŃти"
@@ -11750,10 +11841,10 @@ msgid "Delete artifacts"
msgstr "Удалить артефакты"
msgid "Delete badge"
-msgstr ""
+msgstr "Удалить значок"
msgid "Delete column"
-msgstr ""
+msgstr "Удалить колонкŃ"
msgid "Delete comment"
msgstr "Удалить комментарий"
@@ -11765,16 +11856,16 @@ msgid "Delete deploy key"
msgstr ""
msgid "Delete file"
-msgstr ""
+msgstr "Удалить файл"
msgid "Delete image repository"
-msgstr ""
+msgstr "Удалить репозиторий образов"
msgid "Delete label"
-msgstr ""
+msgstr "Удалить меткŃ"
msgid "Delete label: %{labelName}"
-msgstr ""
+msgstr "Удалить меткŃ: %{labelName}"
msgid "Delete pipeline"
msgstr "Удалить ŃборочнŃŃŽ линию"
@@ -11783,10 +11874,10 @@ msgid "Delete project"
msgstr "Удалить проект"
msgid "Delete project. Are you ABSOLUTELY SURE?"
-msgstr ""
+msgstr "Удалить проект. Đ’Ń‹ ĐБСОЛЮТНО УВЕРЕНЫ?"
msgid "Delete row"
-msgstr ""
+msgstr "Удалить ŃтрокŃ"
msgid "Delete self monitoring project"
msgstr ""
@@ -11801,10 +11892,10 @@ msgid "Delete source branch"
msgstr "Удалить иŃходнŃŃŽ веткŃ"
msgid "Delete subscription"
-msgstr ""
+msgstr "Удалить подпиŃĐşŃ"
msgid "Delete table"
-msgstr ""
+msgstr "Удалить таблицŃ"
msgid "Delete this attachment"
msgstr "Удалить вложение"
@@ -11813,7 +11904,7 @@ msgid "Delete this epic and all descendants?"
msgstr ""
msgid "Delete user list"
-msgstr ""
+msgstr "Удалить ŃпиŃок пользователей"
msgid "Delete variable"
msgstr "Удалить переменнŃŃŽ"
@@ -11822,7 +11913,7 @@ msgid "DeleteProject|Failed to remove events. Please try again or contact admini
msgstr ""
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ Ńдалить репозиторий проекта. ПожалŃĐąŃŃ‚Đ° попробŃйте ещё раз или ŃвяжитеŃŃŚ Ń Đ°Đ´ĐĽĐ¸Đ˝Đ¸Ńтратором."
msgid "DeleteProject|Failed to remove project snippets. Please try again or contact administrator."
msgstr "Не ŃдалоŃŃŚ Ńдалить Ńниппеты проекта. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз или ŃвяжитеŃŃŚ Ń Đ°Đ´ĐĽĐ¸Đ˝Đ¸Ńтратором."
@@ -11834,7 +11925,7 @@ msgid "DeleteProject|Failed to remove webhooks. Please try again or contact admi
msgstr ""
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
-msgstr ""
+msgstr "Не полŃчилоŃŃŚ Ńдалить репозиторий wiki. ПопробŃйте ещё раз или ŃвяжитеŃŃŚ Ń Đ°Đ´ĐĽĐ¸Đ˝Đ¸Ńтратором."
msgid "DeleteProject|Failed to restore project repository. Please contact the administrator."
msgstr "ĐžŃибка при воŃŃтановлении репозитория проекта. ПожалŃĐąŃŃ‚Đ°, попробŃйте Ńнова, или ŃвяжитеŃŃŚ Ń Đ°Đ´ĐĽĐ¸Đ˝Đ¸Ńтратором."
@@ -11861,7 +11952,7 @@ msgid "Deleted projects cannot be restored!"
msgstr "Удаленные проекты не могŃŃ‚ воŃŃтановлены!"
msgid "Deletes the source branch"
-msgstr ""
+msgstr "Удаляет иŃходнŃŃŽ веткŃ"
msgid "Deletes the source branch."
msgstr ""
@@ -11888,7 +11979,7 @@ msgid "Deny"
msgstr "Отклонить"
msgid "Deny access request"
-msgstr ""
+msgstr "Отклонить Đ·Đ°ĐżŃ€ĐľŃ Đ˝Đ° Đ´ĐľŃŃ‚ŃĐż"
msgid "Dependencies"
msgstr "ЗавиŃимоŃти"
@@ -11905,10 +11996,10 @@ msgstr[3] "%d дополнительных ŃязвимоŃтей не покаĐ
msgid "Dependencies|%d more"
msgid_plural "Dependencies|%d more"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "ещё %d"
+msgstr[1] "ещё %d"
+msgstr[2] "ещё %d"
+msgstr[3] "ещё %d"
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
@@ -12058,6 +12149,9 @@ msgstr[3] "Развертывания"
msgid "Deploy Keys"
msgstr "Ключи развёртывания"
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -12073,6 +12167,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr "ПрогреŃŃ Ń€Đ°Đ·Đ˛ĐµŃ€Ń‚Ń‹Đ˛Đ°Đ˝Đ¸ŃŹ не найден. Чтобы Ńвидеть поды, ŃбедитеŃŃŚ, что ваŃĐ° Ńреда ŃоответŃтвŃет %{linkStart}критериям ŃŃтановки таблицы%{linkEnd}."
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr "РазвернŃŃ‚ŃŚ в..."
@@ -12137,7 +12234,7 @@ msgid "DeployKeys|Expand %{count} other projects"
msgstr "РазвернŃŃ‚ŃŚ в %{count} Đ´Ń€Ńгих проектах"
msgid "DeployKeys|Grant write permissions to this key"
-msgstr ""
+msgstr "ПредоŃтавить права на запиŃŃŚ ŃŤŃ‚ĐľĐĽŃ ĐşĐ»ŃŽŃ‡Ń"
msgid "DeployKeys|Loading deploy keys"
msgstr "ЗагрŃзка ключей развертывания"
@@ -12161,10 +12258,10 @@ msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr "Đктивные токены развертывания (%{active_tokens})"
msgid "DeployTokens|Allows read and write access to registry images."
-msgstr ""
+msgstr "РазреŃает чтение и запиŃŃŚ в образы рееŃтра."
msgid "DeployTokens|Allows read and write access to the package registry."
-msgstr ""
+msgstr "РазреŃает чтение и запиŃŃŚ в рееŃŃ‚Ń€ пакетов."
msgid "DeployTokens|Allows read-only access to registry images."
msgstr ""
@@ -12215,7 +12312,7 @@ msgid "DeployTokens|Name"
msgstr "Наименование"
msgid "DeployTokens|New deploy token"
-msgstr ""
+msgstr "Новый токен развертывания"
msgid "DeployTokens|Revoke"
msgstr "Отозвать"
@@ -12287,9 +12384,39 @@ msgstr[3] ""
msgid "Deployment|API"
msgstr "API"
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr "Đ­Ń‚Đľ развёртывание было Ńоздано Ń Đ¸Ńпользованием API"
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr "отменено"
@@ -12406,10 +12533,10 @@ msgid "DesignManagement|Could not add a new comment. Please try again."
msgstr ""
msgid "DesignManagement|Could not create new discussion. Please try again."
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ Ńоздать новŃŃŽ диŃĐşŃŃŃию. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "DesignManagement|Could not update discussion. Please try again."
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ обновить обŃŃждение. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
@@ -12712,7 +12839,7 @@ msgid "Didn't receive confirmation instructions?"
msgstr ""
msgid "Didn't receive unlock instructions?"
-msgstr ""
+msgstr "Не полŃчили инŃŃ‚Ń€Ńкции по разблокировке?"
msgid "Diff files surpassing this limit will be presented as 'too large' and won't be expandable."
msgstr ""
@@ -12787,7 +12914,7 @@ msgid "Disable Elasticsearch until indexing completes."
msgstr ""
msgid "Disable Two-factor Authentication"
-msgstr ""
+msgstr "Отключить двŃхфакторнŃŃŽ Đ°Ńтентификацию"
msgid "Disable What's new"
msgstr "Отключить \"Что нового\""
@@ -12858,9 +12985,6 @@ msgstr "СредŃтва безопаŃноŃти, интегрированныĐ
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr "Начать беŃплатный пробный период"
@@ -12874,7 +12998,7 @@ msgid "Discuss a specific suggestion or question."
msgstr "ОбŃŃдить конкретное предложение или вопроŃ."
msgid "Discussion to reply to cannot be found"
-msgstr ""
+msgstr "ДиŃĐşŃŃŃия, на которŃŃŽ Đ˝Ńжно ответить не найдена"
msgid "Disk Usage"
msgstr ""
@@ -12928,7 +13052,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -13007,7 +13131,7 @@ msgid "Download PDF"
msgstr ""
msgid "Download artifacts"
-msgstr ""
+msgstr "Скачать артефакты"
msgid "Download as"
msgstr "Скачать как"
@@ -13123,8 +13247,8 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
-msgstr "Редактировать Ńзел Geo"
+msgid "Edit Geo Site"
+msgstr ""
msgid "Edit Group Hook"
msgstr ""
@@ -13346,10 +13470,10 @@ msgid "Email updates (optional)"
msgstr ""
msgid "Email:"
-msgstr ""
+msgstr "Электронная почта:"
msgid "Email: %{email}"
-msgstr ""
+msgstr "Электронная почта: %{email}"
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 "Похоже, что электронная почта ĐżŃŃŃ‚Đ°. УбедитеŃŃŚ, что Đ˛Đ°Ń ĐľŃ‚Đ˛ĐµŃ‚ находитŃŃŹ Đ˛Đ˛ĐµŃ€Ń…Ń ĐżĐ¸ŃŃŚĐĽĐ°, ĐĽŃ‹ не можем обрабатывать вŃтроенные ответы."
@@ -13369,6 +13493,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr "Мы не Ńмогли найти проект. ПожалŃĐąŃŃ‚Đ°, проверьте, еŃŃ‚ŃŚ ли какие-либо опечатки."
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr "Đ’Đ°ĐĽ не разреŃено выполнять ŃŤŃ‚Đľ дейŃтвие. Đ•Ńли вы Ńчитаете, что ŃŤŃ‚Đľ ĐľŃибка, обратитеŃŃŚ Đş ŃотрŃдникŃ."
@@ -13508,14 +13635,11 @@ msgid "Enable authenticated web request rate limit"
msgstr ""
msgid "Enable authentication"
-msgstr ""
+msgstr "Включить Đ°Ńтентификацию"
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13558,6 +13682,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13585,6 +13712,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13663,9 +13796,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr "ПринŃдительная защита от перепривязывания DNS"
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13697,7 +13827,7 @@ msgid "Enter a number"
msgstr "Введите номер"
msgid "Enter an integer number between 0 and 100"
-msgstr ""
+msgstr "Введите целое чиŃло от 0 Đ´Đľ 100"
msgid "Enter any color or choose one of the suggested colors below."
msgstr ""
@@ -13714,6 +13844,9 @@ msgstr "Введите URL-Đ°Đ´Ń€ĐµŃ Đ˛Đ°Ńего Ńервера Bitbucket и Đ
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr "Введите URL запроŃĐ° на Ńлияние"
@@ -13736,7 +13869,7 @@ msgid "Enter the code from the two-factor app on your mobile device. If you've l
msgstr "Введите код из приложения двŃхфакторной Đ°Ńтентификации Ń Đ˛Đ°Ńего мобильного ŃŃтройŃтва. Đ•Ńли вы потеряли Ńвоё ŃŃтройŃтво, можете ввеŃти один из кодов воŃŃтановления."
msgid "Enter the name of your application, and we'll return a unique %{type}."
-msgstr ""
+msgstr "Введите имя ваŃего приложения, и ĐĽŃ‹ вернем Ńникальный %{type}."
msgid "Enter the number of seconds, or other human-readable input, like \"1 hour\". This timeout takes precedence over lower timeouts set for the project."
msgstr ""
@@ -13764,10 +13897,10 @@ msgstr ""
msgid "Environment"
msgid_plural "Environments"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "ОкрŃжение"
+msgstr[1] "ОкрŃжения"
+msgstr[2] "ОкрŃжения"
+msgstr[3] "ОкрŃжения"
msgid "Environment does not have deployments"
msgstr "ОкрŃжение не имеет развёртываний"
@@ -13991,6 +14124,9 @@ msgstr "ĐžŃтановить окрŃжение"
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr "ПроизоŃла ĐľŃибка при извлечении жŃрналов. ПожалŃĐąŃŃ‚Đ°, попробŃйте ещё раз."
@@ -14018,6 +14154,9 @@ msgstr ""
msgid "Environments|protected"
msgstr "защищённое"
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr "Цель"
@@ -14805,9 +14944,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14815,17 +14951,11 @@ msgid "External URL"
msgstr "ВнеŃний URL"
msgid "External User:"
-msgstr ""
-
-msgid "External authentication"
-msgstr "ВнеŃняя Đ°Ńтентификация"
+msgstr "ВнеŃний пользователь:"
msgid "External authorization denied access to this project"
msgstr ""
-msgid "External authorization request timeout"
-msgstr ""
-
msgid "External storage URL"
msgstr "URL внеŃнего хранилища"
@@ -14836,11 +14966,59 @@ msgid "External storage for repository static objects"
msgstr ""
msgid "ExternalAuthorizationService|Classification label"
-msgstr ""
+msgstr "Метка клаŃŃификации"
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14923,12 +15101,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
-msgid "Failed to create new project access token: %{token_response_message}"
-msgstr "Не ŃдалоŃŃŚ Ńоздать новый токен Đ´ĐľŃŃ‚Ńпа Đş проектŃ: %{token_response_message}"
-
msgid "Failed to create repository"
msgstr ""
@@ -15368,16 +15543,6 @@ msgstr "ID пользователей"
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr "Фев."
@@ -15465,12 +15630,6 @@ msgstr "Фильтр"
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15700,10 +15859,10 @@ msgid "Fork"
msgstr "Ответвление"
msgid "Fork Error!"
-msgstr ""
+msgstr "ĐžŃибка ответвления!"
msgid "Fork project"
-msgstr ""
+msgstr "Ответвить проект"
msgid "Fork project?"
msgstr ""
@@ -15715,19 +15874,19 @@ msgid "ForkProject|An error occurred while forking the project. Please try again
msgstr ""
msgid "ForkProject|Cancel"
-msgstr ""
+msgstr "Отмена"
msgid "ForkProject|Create a group"
-msgstr ""
+msgstr "Создать грŃппŃ"
msgid "ForkProject|Fork project"
-msgstr ""
+msgstr "Ответвить проект"
msgid "ForkProject|Forking a repository allows you to make changes without affecting the original project."
msgstr ""
msgid "ForkProject|Internal"
-msgstr ""
+msgstr "Đ’Đ˝Ńтренний"
msgid "ForkProject|Please select a namespace"
msgstr ""
@@ -15736,13 +15895,13 @@ msgid "ForkProject|Please select a visibility level"
msgstr ""
msgid "ForkProject|Private"
-msgstr ""
+msgstr "Приватный"
msgid "ForkProject|Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
msgid "ForkProject|Public"
-msgstr ""
+msgstr "ĐźŃбличный"
msgid "ForkProject|Select a namespace"
msgstr ""
@@ -15795,6 +15954,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr "Найдены ĐľŃибки в ваŃем .gitlab-ci.yml:"
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15870,6 +16032,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr "Создать Ńтандартный набор меток"
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr "Сгенерировать ключ"
@@ -15906,18 +16071,21 @@ msgstr ""
msgid "Geo"
msgstr "Geo"
-msgid "Geo Nodes"
-msgstr "Узлы Geo"
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr "НаŃтройки Geo"
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15954,6 +16122,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -16008,6 +16179,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr "Не ŃдалоŃŃŚ"
@@ -16083,12 +16257,6 @@ msgstr "СледŃющая Ńинхронизация запланирована
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr "Не Ńинхронизировано"
@@ -16104,6 +16272,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr "Ожидание Ńинхронизации"
@@ -16137,16 +16308,19 @@ msgstr "Скачать заново"
msgid "Geo|Remove"
msgstr "Удалить"
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr "Убрать запиŃŃŚ"
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr "Удалить запиŃŃŚ базы данных отŃлеживания"
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16158,9 +16332,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16209,6 +16380,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16245,10 +16422,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16326,6 +16503,9 @@ msgstr "вторичный"
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16449,9 +16629,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr "GitLab для Slack"
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16476,6 +16653,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr "ĐĐĽŃŹ пользователя GitLab или Đ°Đ´Ń€ĐµŃ ŃŤĐ»ĐµĐşŃ‚Ń€ĐľĐ˝Đ˝ĐľĐą почты"
@@ -16656,6 +16836,9 @@ msgstr "URL Gitpod"
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16794,6 +16977,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16962,6 +17148,9 @@ msgstr "Đ“Ń€Ńппа %{group_name} была запланирована для Ń
msgid "Group %{group_name} was successfully created."
msgstr "Đ“Ń€Ńппа %{group_name} ŃŃпеŃно Ńоздана."
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16980,6 +17169,9 @@ msgstr ""
msgid "Group URL"
msgstr "URL грŃппы"
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -17043,9 +17235,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -17070,6 +17259,9 @@ msgstr ""
msgid "Group overview content"
msgstr "Содержание обзора грŃппы"
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -17082,9 +17274,6 @@ msgstr "МинŃŃ‚Ń‹ грŃпповой Ńборочной линии ŃŃпеŃ
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17128,31 +17317,31 @@ msgid "GroupActivityMetrics|Merge Requests opened"
msgstr ""
msgid "GroupActivityMetrics|Recent activity"
-msgstr ""
+msgstr "Недавняя активноŃŃ‚ŃŚ"
msgid "GroupImport|Failed to import group."
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ импортировать грŃппŃ."
msgid "GroupImport|Group '%{group_name}' is being imported."
-msgstr ""
+msgstr "Đ“Ń€Ńппа '%{group_name}' импортирŃетŃŃŹ."
msgid "GroupImport|Group could not be imported: %{errors}"
-msgstr ""
+msgstr "Не ŃдалоŃŃŚ импортировать грŃппŃ: %{errors}"
msgid "GroupImport|Please wait while we import the group for you. Refresh at will."
-msgstr ""
+msgstr "ПожалŃĐąŃŃ‚Đ°, подождите пока ĐĽŃ‹ импортирŃем грŃппŃ. Обновляйте ŃŃ‚Ń€Đ°Đ˝Đ¸Ń†Ń ĐżĐľ желанию."
msgid "GroupImport|The group was successfully imported."
-msgstr ""
+msgstr "Đ“Ń€Ńппа была ŃŃпеŃно импортирована."
msgid "GroupImport|Unable to process group import file"
-msgstr ""
+msgstr "Невозможно обработать файл импорта грŃппы"
msgid "GroupPage|Copy group ID"
-msgstr ""
+msgstr "Копировать ID грŃппы"
msgid "GroupPage|Group ID: %{group_id}"
-msgstr ""
+msgstr "ID грŃппы: %{group_id}"
msgid "GroupRoadmap|%{dateWord} – No end date"
msgstr "%{dateWord} – Без конечной даты"
@@ -17161,10 +17350,10 @@ msgid "GroupRoadmap|%{startDateInWords} – %{endDateInWords}"
msgstr "%{startDateInWords} – %{endDateInWords}"
msgid "GroupRoadmap|Loading epics"
-msgstr ""
+msgstr "ЗагрŃзка целей"
msgid "GroupRoadmap|No start and end date"
-msgstr ""
+msgstr "Без даты начала и окончания"
msgid "GroupRoadmap|No start date – %{dateWord}"
msgstr "Без начальной даты – %{dateWord}"
@@ -17179,22 +17368,22 @@ msgid "GroupRoadmap|Sorry, no epics matched your search"
msgstr "Đš Ńожалению, по ваŃĐµĐĽŃ Đ·Đ°ĐżŃ€ĐľŃŃ Ń†ĐµĐ»Đ¸ не найдены"
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
-msgstr ""
+msgstr "План развития показывает прогреŃŃ Đ˛Đ°Ńих целей на временной Ńкале"
msgid "GroupRoadmap|This quarter"
-msgstr ""
+msgstr "В этом квартале"
msgid "GroupRoadmap|This year"
-msgstr ""
+msgstr "Đ’ этом годŃ"
msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
msgstr ""
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
-msgstr ""
+msgstr "Чтобы проŃмотреть план развития, добавьте Đ´Đ°Ń‚Ń Đ˝Đ°Ń‡Đ°Đ»Đ° или заверŃения Đş одной из %{linkStart}дочерних целей%{linkEnd}."
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 ""
+msgstr "Чтобы проŃмотреть план развития, добавьте Đ´Đ°Ń‚Ń Đ˝Đ°Ń‡Đ°Đ»Đ° или окончания Đş одной из ваŃих целей в этой грŃппе или её подгрŃппаx; c %{startDate} по %{endDate}."
msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}."
msgstr "Чтобы раŃŃирить поиŃĐş, измените или Ńдалите фильтры; Ń %{startDate} Đ´Đľ %{endDate}."
@@ -17233,10 +17422,10 @@ msgid "GroupSAML|Certificate fingerprint"
msgstr "Отпечаток Ńертификата"
msgid "GroupSAML|Configuration"
-msgstr ""
+msgstr "КонфигŃрация"
msgid "GroupSAML|Copy SAML Response XML"
-msgstr ""
+msgstr "Скопировать ответный XML от SAML"
msgid "GroupSAML|Could not create SAML group link: %{errors}."
msgstr ""
@@ -17254,13 +17443,13 @@ msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group
msgstr ""
msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
-msgstr ""
+msgstr "ПринŃдить пользователей иметь выделенные грŃпповые Ńправляемые Ńчетные запиŃи для этой грŃппы"
msgid "GroupSAML|Generate a SCIM token"
msgstr "Создать токен SCIM"
msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
-msgstr ""
+msgstr "СгенерирŃйте токен SCIM для наŃтройки ŃиŃтемы кроŃŃ-доменного Ńправления идентификацией."
msgid "GroupSAML|Identity"
msgstr ""
@@ -17269,22 +17458,22 @@ 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 ""
+msgstr "Обязательно Ńохраните этот токен, Ń‚Đ°Đş как потом вы не Ńможете полŃчить Đş Đ˝ĐµĐĽŃ Đ´ĐľŃŃ‚ŃĐż."
msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
-msgstr ""
+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 ""
+msgstr "УчаŃтники бŃĐ´ŃŃ‚ отправлены ŃŃŽĐ´Đ° при входе в ваŃŃ ĐłŃ€ŃппŃ. ПолŃчите этот URL, который также может называтьŃŃŹ «SSO Service Location», «SAML Token Issuance Endpoint» или «SAML 2.0/W-Federation URL» от Ńвоего провайдера идентификации."
msgid "GroupSAML|NameID"
-msgstr ""
+msgstr "NameID"
msgid "GroupSAML|NameID Format"
-msgstr ""
+msgstr "Формат NameID"
msgid "GroupSAML|New SAML group link saved."
msgstr ""
@@ -17293,7 +17482,7 @@ msgid "GroupSAML|No active SAML group links"
msgstr ""
msgid "GroupSAML|Prohibit outer forks for this group"
-msgstr ""
+msgstr "Запретить внеŃние ответвления для этой грŃппы"
msgid "GroupSAML|Reset SCIM token"
msgstr ""
@@ -17311,13 +17500,13 @@ msgid "GroupSAML|SAML Group Name: %{saml_group_name}"
msgstr ""
msgid "GroupSAML|SAML Response Output"
-msgstr ""
+msgstr "Вывод ответа SAML"
msgid "GroupSAML|SAML Response XML"
-msgstr ""
+msgstr "Ответный XML SAML"
msgid "GroupSAML|SAML Single Sign On"
-msgstr ""
+msgstr "Единый вход SAML"
msgid "GroupSAML|SAML Single Sign On Settings"
msgstr "SAML НаŃтройки единого входа"
@@ -17325,17 +17514,11 @@ msgstr "SAML НаŃтройки единого входа"
msgid "GroupSAML|SAML group link was successfully removed."
msgstr ""
-msgid "GroupSAML|SCIM API endpoint URL"
-msgstr "URL конечной точки SCIM API"
-
msgid "GroupSAML|SCIM Token"
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 ""
-
-msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to "
-msgstr ""
+msgstr "Отпечаток SHA1 Ńертификата, подпиŃывающего SAML-токен. ПолŃчите его Ń ĐżŃ€ĐľĐ˛Đ°ĐąĐ´ĐµŃ€Đ° идентификации, Ń ĐşĐľŃ‚ĐľŃ€ĐľĐłĐľ он Ń‚Đ°Đş же может называтьŃŃŹ \"Thumbprint\"."
msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17356,14 +17539,11 @@ msgid "GroupSAML|Use SAML group links to manage group membership using SAML."
msgstr ""
msgid "GroupSAML|Valid SAML Response"
-msgstr ""
+msgstr "ДейŃтвительный ответ SAML"
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr "Đ’Đ°Ń Ń‚ĐľĐşĐµĐ˝ SCIM"
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17386,15 +17566,18 @@ msgid "GroupSaml|Your SCIM token"
msgstr ""
msgid "GroupSelect|No matching results"
-msgstr ""
+msgstr "Нет подходящих резŃльтатов"
msgid "GroupSelect|Search groups"
-msgstr ""
+msgstr "ПоиŃĐş грŃпп"
msgid "GroupSelect|Select a group"
+msgstr "Выбрать грŃппŃ"
+
+msgid "GroupSettings|Allow project and group access token creation"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17413,7 +17596,7 @@ msgid "GroupSettings|Be careful. Changing a group's parent can have unintended s
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 ""
+msgstr "Невозможно обновить ĐżŃŃ‚ŃŚ, поŃĐşĐľĐ»ŃŚĐşŃ Đ˛ этой грŃппе ŃŃщеŃтвŃŃŽŃ‚ проекты, Ńодержащие Docker-образы в рееŃтрах контейнеров. ПожалŃĐąŃŃ‚Đ°, Ńначала Ńдалите образы из Ńвоих проектов, Đ° затем попробŃйте ещё раз."
msgid "GroupSettings|Change group URL"
msgstr ""
@@ -17437,9 +17620,12 @@ 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|Enable customer relations"
msgstr ""
msgid "GroupSettings|Enable delayed project deletion"
@@ -17460,9 +17646,6 @@ msgstr "Новый региŃтрационный токен обработчиĐ
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr "Переопределяет пользовательŃкие наŃтройки Ńведомлений для вŃех ŃчаŃтников этой грŃппы, подгрŃпп и проектов."
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr "НаŃтройки Ńборочной линия были обновлены для грŃппы"
@@ -17490,9 +17673,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17518,7 +17698,7 @@ msgid "GroupSettings|The projects in this subgroup can be selected as templates
msgstr ""
msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
-msgstr ""
+msgstr "При обновлении Ńборочной линии Auto DevOps возникла проблема: %{error_messages}."
msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
msgstr "Возникла проблема обновления наŃтроек Ńборочной линии: %{error_messages}."
@@ -17535,8 +17715,8 @@ msgstr "Đ­Ń‚Đ° наŃтройка применена в %{ancestor_group}. Đ’Ń‹
msgid "GroupSettings|Transfer group"
msgstr "ПеренеŃти грŃппŃ"
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
-msgstr "Пользователи могŃŃ‚ Ńоздавать %{link_start}токены Đ´ĐľŃŃ‚Ńпа%{link_end} Đş проектам в этой грŃппе."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
+msgstr ""
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -17560,7 +17740,7 @@ msgid "GroupSettings|cannot be disabled when the parent group \"Share with group
msgstr "не может быть отменена Đ´Đľ тех пор пока грŃппа \"ПоделитьŃŃŹ Ń ĐłŃ€Ńпповой блокировкой\" включена, Đ·Đ° иŃключением владельца грŃппы родителя"
msgid "GroupSettings|cannot change when group contains projects with NPM packages"
-msgstr ""
+msgstr "невозможно изменить, когда грŃппа Ńодержит проекты Ń NPM-пакетами"
msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}"
msgstr "Ńдалить возможноŃŃ‚ŃŚ поделитьŃŃŹ Ń ĐłŃ€Ńпповой блокировкой из %{ancestor_group_name}"
@@ -17572,10 +17752,10 @@ msgid "Groups (%{count})"
msgstr "Đ“Ń€Ńппы (%{count})"
msgid "Groups and projects"
-msgstr ""
+msgstr "Đ“Ń€Ńппы и проекты"
msgid "Groups and subgroups"
-msgstr ""
+msgstr "Đ“Ń€Ńппы и подгрŃппы"
msgid "Groups to synchronize"
msgstr "Đ“Ń€Ńппы для Ńинхронизации"
@@ -17587,16 +17767,16 @@ msgid "GroupsDropdown|Groups you visit often will appear here"
msgstr "Đ“Ń€Ńппы, которые вы чаŃŃ‚Đľ поŃещаете, появятŃŃŹ здеŃŃŚ"
msgid "GroupsDropdown|Loading groups"
-msgstr ""
+msgstr "ЗагрŃзка грŃпп"
msgid "GroupsDropdown|Search your groups"
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 в ваŃем браŃзере"
@@ -17616,9 +17796,6 @@ msgstr "Đ’Ń‹ можете Ńправлять правами и Đ´ĐľŃŃ‚Ńпом
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17673,7 +17850,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17710,10 +17887,10 @@ msgid "GroupsTree|Search by name"
msgstr "ПоиŃĐş по имени"
msgid "Guideline"
-msgstr ""
+msgstr "Đ ŃководŃтво"
msgid "HAR (HTTP Archive)"
-msgstr ""
+msgstr "HAR (HTTP Đрхив)"
msgid "HAR file path or URL"
msgstr ""
@@ -17906,11 +18083,38 @@ msgstr[3] "Скрыть значения"
msgid "Hide values"
msgstr "Скрыть значения"
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr "ПриŃŃŃ‚ŃтвŃŃŽŃ‚ ŃязвимоŃти выŃокого или неизвеŃтного Ńровня"
msgid "Highest role:"
-msgstr "НаибольŃĐ°ŃŹ роль:"
+msgstr "НаивыŃŃĐ°ŃŹ роль:"
msgid "HighlightBar|Alert events:"
msgstr ""
@@ -17966,9 +18170,6 @@ msgstr "ОчиŃтка"
msgid "Housekeeping successfully started"
msgstr "ОчиŃтка ŃŃпеŃно Đ·Đ°ĐżŃщена"
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr "ОчиŃтка, ŃŤĐşŃпорт, ĐżŃŃ‚ŃŚ, перемещение, Ńдаление, архивирование."
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -18005,9 +18206,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr "Как это работает"
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -18023,6 +18221,9 @@ msgstr ""
msgid "I forgot my password"
msgstr "Я забыл пароль"
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -18122,6 +18323,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -18146,9 +18359,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18183,7 +18393,7 @@ msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be
msgstr ""
msgid "If you did not initiate these sign-in attempts, please reach out to your administrator or enable two-factor authentication (2FA) on your account."
-msgstr ""
+msgstr "Đ•Ńли вы не делали попыток войти, пожалŃĐąŃŃ‚Đ°, ŃвяжитеŃŃŚ Ń Đ°Đ´ĐĽĐ¸Đ˝Đ¸Ńтратором или включите двŃхфакторнŃŃŽ Đ°Ńтентификацию (2FA) для Ńвоей Ńчётной запиŃи."
msgid "If you did not initiate this change, please contact your administrator immediately."
msgstr ""
@@ -18755,6 +18965,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18857,6 +19070,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18932,6 +19148,9 @@ msgstr "Đнцидент"
msgid "Incident Management Limits"
msgstr "Лимиты, Ńвязанные Ń ĐŁĐżŃ€Đ°Đ˛Đ»ĐµĐ˝Đ¸ĐµĐĽ инцидентами"
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19356,9 +19575,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19371,9 +19587,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19443,6 +19656,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19461,9 +19677,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19477,7 +19690,7 @@ msgid "Integrations|Reset integration?"
msgstr ""
msgid "Integrations|Resetting this integration will clear the settings and deactivate this integration."
-msgstr ""
+msgstr "ĐˇĐ±Ń€ĐľŃ Đ¸Đ˝Ń‚ĐµĐłŃ€Đ°Ń†Đ¸Đ¸ очиŃтит наŃтройки и деактивирŃет ŃŤŃ‚Ń Đ¸Đ˝Ń‚ĐµĐłŃ€Đ°Ń†Đ¸ŃŽ."
msgid "Integrations|Return to GitLab for Jira"
msgstr ""
@@ -19500,6 +19713,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19509,6 +19725,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19569,14 +19788,14 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr "Đ’Đ˝Ńтренний URL (необязательно)"
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
msgstr "Đ’Đ˝Ńтренние пользователи"
msgid "Internal users cannot be deactivated"
-msgstr ""
+msgstr "Đ’Đ˝Ńтренние пользователи не могŃŃ‚ быть деактивированы"
msgid "Interval Pattern"
msgstr "Шаблон интервала"
@@ -19951,7 +20170,7 @@ msgid "Is blocked by"
msgstr ""
msgid "Is using license seat:"
-msgstr ""
+msgstr "ĐŃпользŃет лицензионное меŃŃ‚Đľ:"
msgid "Is using seat"
msgstr "ĐŃпользŃет меŃŃ‚Đľ"
@@ -21098,13 +21317,13 @@ msgid "Last seen"
msgstr "ПоŃледнее поŃещение"
msgid "Last sign-in"
-msgstr ""
+msgstr "ПоŃледний вход"
msgid "Last sign-in IP:"
-msgstr ""
+msgstr "IP поŃледнего входа:"
msgid "Last sign-in at:"
-msgstr ""
+msgstr "ПоŃледний вход:"
msgid "Last successful sync"
msgstr ""
@@ -21391,6 +21610,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21728,9 +21950,6 @@ msgstr "ЗагрŃзка..."
msgid "Loading…"
msgstr "ЗагрŃзка…"
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr "Локализация"
@@ -21746,6 +21965,9 @@ msgstr "Блокировка"
msgid "Lock %{issuableDisplayName}"
msgstr "Заблокировать %{issuableDisplayName}"
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr "Блокировка членŃтва в Ńинхронизации LDAP"
@@ -21753,7 +21975,7 @@ msgid "Lock not found"
msgstr "Блокировка не найдена"
msgid "Lock the discussion"
-msgstr ""
+msgstr "Заблокировать диŃĐşŃŃŃию"
msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
@@ -21771,7 +21993,7 @@ msgid "Locked by %{fileLockUserName}"
msgstr "Заблокировано %{fileLockUserName}"
msgid "Locked the discussion."
-msgstr ""
+msgstr "ДиŃĐşŃŃŃия заблокирована."
msgid "Locked to current projects"
msgstr ""
@@ -21780,6 +22002,39 @@ msgid "Locks give the ability to lock specific file or folder."
msgstr ""
msgid "Locks the discussion."
+msgstr "БлокирŃет диŃĐşŃŃŃию."
+
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
msgstr ""
msgid "Login with smartcard"
@@ -22323,13 +22578,13 @@ msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member since"
-msgstr ""
+msgstr "УчаŃтник Ń"
msgid "Member since %{date}"
msgstr "УчаŃтник Ń %{date}"
msgid "Member since:"
-msgstr ""
+msgstr "УчаŃтник Ń:"
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -22556,6 +22811,12 @@ msgstr "ЗавиŃимоŃти запроŃĐ° на Ńлияние"
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22574,9 +22835,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr "Объединить при ŃŃпеŃном выполнении Ńборочной линии"
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr "Коммит в Đ˛ĐµŃ‚ĐşŃ Đ¸Ńточника"
@@ -23401,9 +23671,6 @@ msgstr "МеŃяцы"
msgid "More Information"
msgstr "БольŃе информации"
-msgid "More Slack commands"
-msgstr "БольŃе Slack команд"
-
msgid "More actions"
msgstr "БольŃе дейŃтвий"
@@ -23425,9 +23692,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr "Более %{number_commits_distance} коммитов отличаетŃŃŹ от %{default_branch}"
@@ -23570,13 +23834,13 @@ msgid "Namespace"
msgstr ""
msgid "Namespace ID:"
-msgstr ""
+msgstr "ID проŃтранŃтва имён:"
msgid "Namespace is empty"
msgstr "ПроŃтранŃтво имён ĐżŃŃŃ‚Đľ"
msgid "Namespace:"
-msgstr ""
+msgstr "ПроŃтранŃтво:"
msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project"
msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects"
@@ -23606,10 +23870,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23714,9 +23978,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23795,9 +24056,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23816,9 +24074,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23971,7 +24226,7 @@ msgid "New directory"
msgstr "Новый каталог"
msgid "New discussion"
-msgstr ""
+msgstr "Новая диŃĐşŃŃŃия"
msgid "New environment"
msgstr "Новое окрŃжение"
@@ -24112,7 +24367,7 @@ msgid "Next scan"
msgstr ""
msgid "Next unresolved discussion"
-msgstr "СледŃющее нереŃённое обŃŃждение"
+msgstr "СледŃющая незаверŃённая диŃĐşŃŃŃия"
msgid "Nickname"
msgstr "Никнейм"
@@ -24336,6 +24591,9 @@ msgstr ""
msgid "No milestones to show"
msgstr "Нет этапов для отображения"
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr "Нет Đ´Ń€Ńгих меток Ń Ń‚Đ°ĐşĐ¸ĐĽ наименованием или опиŃанием"
@@ -24363,6 +24621,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24429,8 +24690,8 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
-msgstr "Веб-обработчики не найдены, добавьте один в форме выŃе."
+msgid "No webhooks enabled. Select trigger events above."
+msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
msgid_plural "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} days to renew your subscription."
@@ -25350,8 +25611,29 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr "Не определена политиками проекта и должна быть Ńдалена"
-msgid "Outbound requests"
-msgstr "ĐŃходящие запроŃŃ‹"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
+msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
msgstr ""
@@ -25969,9 +26251,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr "Đ’Ńтавьте ĐżŃбличный SSH-ключ, который обычно ŃодержитŃŃŹ в файле '~/.ssh/id_ed25519.pub' или '~/.ssh/id_rsa.pub' и начинаетŃŃŹ Ń 'ssh-ed25519' или 'ssh-rsa'. Не вŃтавляйте закрытый SSH-ключ, Ń‚Đ°Đş как ŃŤŃ‚Đľ может поŃтавить под ŃĐłŃ€ĐľĐ·Ń Đ˛Đ°Ńи личные данные."
-
msgid "Patch to apply"
msgstr ""
@@ -26110,6 +26389,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -26128,8 +26410,8 @@ msgstr "Права Đ´ĐľŃŃ‚Ńпа"
msgid "Permissions Help"
msgstr "Справка по разреŃениям"
-msgid "Permissions, LFS, 2FA"
-msgstr "РазреŃения, LFS, 2FA"
+msgid "Permissions and group features"
+msgstr ""
msgid "Personal Access Token"
msgstr "ПерŃональный Токен ДоŃŃ‚Ńпа"
@@ -26144,10 +26426,10 @@ msgid "Personal project creation is not allowed. Please contact your administrat
msgstr "Создание личного проекта запрещено. ПожалŃĐąŃŃ‚Đ°, ŃвяжитеŃŃŚ Ń Đ˛Đ°Ńим админиŃтратором по Đ´Đ°Đ˝Đ˝ĐľĐĽŃ Đ˛ĐľĐżŃ€ĐľŃŃ"
msgid "Personal projects"
-msgstr ""
+msgstr "Личные проекты"
msgid "Personal projects limit:"
-msgstr ""
+msgstr "Лимит личных проектов:"
msgid "Phabricator Server Import"
msgstr ""
@@ -26395,9 +26677,6 @@ msgstr "Сборочные линии"
msgid "Pipelines charts"
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}' были ŃŃпеŃно обновлены."
@@ -26410,6 +26689,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr "Выполняйте Ńборки Ń ŃверенноŃŃ‚ŃŚŃŽ"
@@ -26422,8 +26704,8 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
-msgstr "Дочерняя Ńборочная линия"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
+msgstr ""
msgid "Pipelines|Clear runner caches"
msgstr ""
@@ -26587,11 +26869,29 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
-msgstr "родительŃкая"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
+msgstr ""
msgid "Pipeline|Actions"
msgstr ""
@@ -26773,6 +27073,9 @@ msgstr ""
msgid "Plan:"
msgstr "План:"
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr "PlantUML"
@@ -26788,6 +27091,12 @@ msgstr "Đ—Đ°ĐżŃŃтить вŃе врŃчнŃŃŽ"
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr "ПожалŃĐąŃŃ‚Đ°, %{link_to_register} или %{link_to_sign_in} чтобы прокомментировать"
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr "ПожалŃĐąŃŃ‚Đ°, %{startTagRegister}зарегиŃтрирŃйтеŃŃŚ%{endRegisterTag} или %{startTagSignIn}войдите%{endSignInTag}, чтобы ответить"
@@ -27142,6 +27451,9 @@ msgstr "НаŃтройки времени"
msgid "Preferences|Use relative times"
msgstr "ĐŃпользовать отноŃительное время"
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr "Пред."
@@ -27194,7 +27506,7 @@ msgid "Previous file in diff"
msgstr "ПредыдŃщий файл в отличиях (diff)"
msgid "Previous unresolved discussion"
-msgstr ""
+msgstr "ПредыдŃщая незаверŃённая диŃĐşŃŃŃия"
msgid "Primary"
msgstr "ĐžŃновной"
@@ -27317,7 +27629,7 @@ msgid "Profile image guideline"
msgstr ""
msgid "Profile page:"
-msgstr ""
+msgstr "Страница профиля:"
msgid "Profile parameter missing"
msgstr ""
@@ -27367,6 +27679,9 @@ msgstr "Обрезать аватар"
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr "Đватар бŃдет Ńдален. Đ’Ń‹ Ńверены?"
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr "Đž Ńебе"
@@ -27391,9 +27706,6 @@ 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 "Email коммита"
@@ -27571,6 +27883,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr "Удалить аватар"
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27616,9 +27931,6 @@ msgstr "ДвŃхфакторная Đ°Ńтентификация"
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr "Введите значение %{confirmationValue} для подтверждения:"
-msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
-msgstr "Обычно начинаетŃŃŹ Ń \"ssh-ed25519 …\" или \"ssh-rsa …\""
-
msgid "Profiles|Update profile settings"
msgstr "Обновить наŃтройки профиля"
@@ -28115,7 +28427,7 @@ msgid "ProjectSettings|Additional settings that influence how and when merges ar
msgstr "Дополнительные параметры, влияющие на Ń‚Đľ, как и когда проиŃходит Ńлияние,"
msgid "ProjectSettings|All discussions must be resolved"
-msgstr "Đ’Ńе обŃŃждения должны быть разреŃены"
+msgstr "Đ’Ńе диŃĐşŃŃŃии должны быть заверŃены"
msgid "ProjectSettings|Allow"
msgstr "РазреŃĐ°Ń‚ŃŚ"
@@ -28141,11 +28453,14 @@ msgstr "Флажок отображаетŃŃŹ и выбран по ŃмолчаĐ
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr "Флажок отображаетŃŃŹ и Ńнят по Ńмолчанию."
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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|Choose your merge method, options, checks, and squash options."
+msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
msgstr "НаŃтройка реŃŃŃ€Ńов проекта и мониторинг их здоровья."
@@ -28222,6 +28537,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr "ПодŃветить иŃпользование Ńкрытых Ńимволов unicode. Они приŃŃŃ‚ŃтвŃŃŽŃ‚ в языках Ń Đ˝Đ°ĐżŃ€Đ°Đ˛Đ»ĐµĐ˝Đ¸ĐµĐĽ пиŃŃŚĐĽĐ° Ńправа налево, но также могŃŃ‚ иŃпользоватьŃŃŹ в потенциальных ŃŤĐşŃплойтах."
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr "Đ’Đ˝Ńтренняя"
@@ -28267,6 +28588,9 @@ msgstr "ЗапроŃŃ‹ на Ńлияние"
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr "Предложения по Ńлиянию"
@@ -28393,9 +28717,6 @@ msgstr "Đ­Ń‚Đ° наŃтройка применяетŃŃŹ на Ńровне ŃеŃ
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr "Đ­Ń‚Đ° наŃтройка бŃдет применена для вŃех проектов, еŃли иное поведение не переопределено админиŃтратором."
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr "ПеренеŃти проект"
@@ -28417,8 +28738,8 @@ msgstr "Пользователи могŃŃ‚ запраŃивать Đ´ĐľŃŃ‚ŃĐż"
msgid "ProjectSettings|View and edit files in this project."
msgstr "ПроŃмотр и редактирование файлов в этом проекте."
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
-msgstr "ПроŃмотр и редактирование файлов в этом проекте. Не-ŃчаŃтники не ŃмогŃŃ‚ вноŃить изменения.."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
+msgstr ""
msgid "ProjectSettings|View project analytics."
msgstr ""
@@ -28435,7 +28756,7 @@ msgstr "ПредŃпреждать Đľ потенциально нежелатеĐ
msgid "ProjectSettings|What are badges?"
msgstr "Что такое значки?"
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28643,7 +28964,7 @@ msgid "ProjectsNew|Create from template"
msgstr "Создать из Ńаблона"
msgid "ProjectsNew|Create new project"
-msgstr ""
+msgstr "Создать новый проект"
msgid "ProjectsNew|Description format"
msgstr "НапиŃите неŃколько Ńлов про проект"
@@ -28775,7 +29096,7 @@ msgid "PrometheusService|These metrics will only be monitored after your first d
msgstr "Эти показатели бŃĐ´ŃŃ‚ отŃлеживатьŃŃŹ только поŃле ваŃего первого развёртывания в окрŃжении"
msgid "PrometheusService|To use a Prometheus installed on a cluster, deactivate the manual configuration."
-msgstr ""
+msgstr "Для иŃпользования Prometheus, ŃŃтановленного на клаŃтере, отключите Ń€ŃчнŃŃŽ наŃтройкŃ."
msgid "PrometheusService|Waiting for your first deployment to an environment to find common metrics"
msgstr "Ожидание ваŃего первого развёртывания в Ńреде для поиŃка общих показателей"
@@ -28985,7 +29306,7 @@ msgid "Protected Branch"
msgstr ""
msgid "Protected Branches"
-msgstr ""
+msgstr "Защищённые ветки"
msgid "Protected Environment"
msgstr ""
@@ -29197,9 +29518,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr "ĐźŃбличные ключи развертывания (%{deploy_keys_count})"
-
msgid "Public pipelines"
msgstr "Открытые Ńборочные линии"
@@ -29233,7 +29551,7 @@ msgstr "ПриобреŃти больŃе минŃŃ‚"
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29479,6 +29797,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29548,6 +29872,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr "УменьŃить облаŃŃ‚ŃŚ видимоŃти проекта"
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr "УменьŃить облаŃŃ‚ŃŚ видимоŃти этого проекта?"
@@ -29624,7 +29951,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -30170,6 +30497,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30400,6 +30734,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr "Хранилище репозитория"
@@ -30475,9 +30812,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30496,6 +30830,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr "Требование %{reference} было добавлено"
@@ -30627,9 +30964,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr "Ответ"
@@ -30696,7 +31030,7 @@ msgstr "Продолжить"
msgid "Resync"
msgstr "РеŃинхронизировать"
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30800,13 +31134,13 @@ msgstr "Отозвать"
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30827,6 +31161,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30914,6 +31251,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30926,9 +31266,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30947,6 +31293,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30962,9 +31311,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -31013,10 +31359,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -31052,6 +31401,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -31091,16 +31443,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -31112,6 +31464,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -31127,9 +31482,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31283,9 +31635,6 @@ msgstr "Верификация по SSL:"
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31412,9 +31761,6 @@ msgstr "ПоиŃĐş"
msgid "Search GitLab"
msgstr "ПоиŃĐş в GitLab"
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31652,19 +31998,19 @@ msgid "Searching by both author and message is currently not supported."
msgstr ""
msgid "Seats"
-msgstr ""
+msgstr "МеŃŃ‚Đ°"
msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)"
-msgstr ""
+msgstr "Данные об иŃпользовании меŃŃ‚ на %{last_enqueue_time} (обновляетŃŃŹ ежедневно)"
msgid "Seats usage data is updated every day at 12:00pm UTC"
-msgstr ""
+msgstr "Данные об иŃпользовании меŃŃ‚ обновляютŃŃŹ каждый день в 12:00 UTC"
msgid "Secondary"
msgstr ""
msgid "Secondary email:"
-msgstr ""
+msgstr "Дополнительная почта:"
msgid "Seconds"
msgstr ""
@@ -31738,7 +32084,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31870,6 +32216,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31924,6 +32273,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31942,21 +32294,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31966,12 +32327,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31999,6 +32369,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -32014,12 +32390,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -32029,6 +32453,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32350,9 +32777,6 @@ msgstr "Выбрать формат архива"
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32546,16 +32970,16 @@ msgid "Self-monitoring project was not deleted. Please check logs for any error
msgstr ""
msgid "SelfMonitoring|Activate or deactivate instance self monitoring."
-msgstr ""
+msgstr "Включение и отключение автомониторинга экземпляра."
msgid "SelfMonitoring|Activate self monitoring to create a project to use to monitor the health of your instance."
msgstr ""
msgid "SelfMonitoring|Deactivate self monitoring?"
-msgstr ""
+msgstr "Отключить автомониторинг?"
msgid "SelfMonitoring|Deactivating self monitoring deletes the self monitoring project. Are you sure you want to deactivate self monitoring and delete the project?"
-msgstr ""
+msgstr "Отключение автомониторинга Ńдаляет проект автомониторинга. Đ’Ń‹ Ńверены, что хотите отключить автомониторинг и Ńдалить проект?"
msgid "SelfMonitoring|Self monitoring"
msgstr ""
@@ -32740,7 +33164,7 @@ msgstr "СлŃжба поддержки"
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32749,6 +33173,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32758,18 +33185,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32908,7 +33329,7 @@ msgstr "НаŃтройка CI/CD"
msgid "Set up Jira Integration"
msgstr "НаŃтроить интеграцию Ń Jira"
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -33083,9 +33504,6 @@ msgstr "ĐˇĐ±Ń€ĐľŃ ĐĽĐ¸Đ˝ŃŃ‚ Ńборочной линии"
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr "ĐˇĐ±Ń€ĐľŃ Đ¸Ńпользованных минŃŃ‚ Ńборочной линии"
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -33125,6 +33543,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -33137,6 +33558,9 @@ msgstr "Показывать архивные проекты"
msgid "Show archived projects only"
msgstr "Показывать только архивные проекты"
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr "Показать командŃ"
@@ -33149,9 +33573,6 @@ msgstr ""
msgid "Show comments only"
msgstr "Показать только комментарии"
-msgid "Show commit description"
-msgstr "Показать опиŃание коммита"
-
msgid "Show complete raw log"
msgstr ""
@@ -33176,6 +33597,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33220,7 +33644,7 @@ msgstr "Показаны вŃе обŃŃждения"
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33313,6 +33737,9 @@ msgstr ""
msgid "Sign up"
msgstr "Войдите"
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr "РегиŃтрация проŃла ŃŃпеŃно! ПожалŃĐąŃŃ‚Đ°, подтвердите электроннŃŃŽ почтŃ, чтобы войти."
@@ -33320,7 +33747,7 @@ msgid "Sign-in and Help page"
msgstr ""
msgid "Sign-in count:"
-msgstr ""
+msgstr "КоличеŃтво входов:"
msgid "Sign-in page"
msgstr ""
@@ -33415,9 +33842,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33662,7 +34113,7 @@ msgid "Something went wrong while reopening the merge request. Please try again
msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
-msgstr ""
+msgstr "Что-Ń‚Đľ поŃло не Ń‚Đ°Đş при заверŃении этой диŃĐşŃŃŃии. ПожалŃĐąŃŃ‚Đ°, повторите попыткŃ."
msgid "Something went wrong while setting %{issuableType} %{dateType} date."
msgstr ""
@@ -33724,9 +34175,6 @@ 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 ""
@@ -33790,9 +34238,6 @@ msgstr "По поŃĐ»ĐµĐ´Đ˝ĐµĐĽŃ ĐşĐľĐ˝Ń‚Đ°ĐşŃ‚Ń"
msgid "SortOptions|Last created"
msgstr "Сначала недавно Ńозданные"
-msgid "SortOptions|Last updated"
-msgstr "Сначала недавно обновлённые"
-
msgid "SortOptions|Least popular"
msgstr "Наименее попŃлярный"
@@ -34100,7 +34545,7 @@ msgid "Start a Free Ultimate Trial"
msgstr ""
msgid "Start a new discussion…"
-msgstr ""
+msgstr "Начать новŃŃŽ диŃĐşŃŃŃию…"
msgid "Start a new merge request"
msgstr ""
@@ -34126,6 +34571,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr "Начать поиŃĐş"
@@ -34168,6 +34616,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34510,6 +34961,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34540,9 +34994,30 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
-msgid "SubscriptionTable|Add seats"
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
msgstr ""
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
+msgid "SubscriptionTable|Add seats"
+msgstr "Добавить меŃŃ‚Đ°"
+
msgid "SubscriptionTable|An error occurred while loading the subscription details."
msgstr ""
@@ -34571,7 +35046,7 @@ msgid "SubscriptionTable|Next invoice"
msgstr "СледŃющий Ńчет"
msgid "SubscriptionTable|Refresh Seats"
-msgstr ""
+msgstr "Обновить МеŃŃ‚Đ°"
msgid "SubscriptionTable|Renew"
msgstr ""
@@ -34583,13 +35058,13 @@ msgid "SubscriptionTable|Seats in subscription"
msgstr "КоличеŃтво меŃŃ‚ в подпиŃке"
msgid "SubscriptionTable|Seats owed"
-msgstr ""
+msgstr "Задолженные меŃŃ‚Đ°"
msgid "SubscriptionTable|See usage"
msgstr ""
msgid "SubscriptionTable|Something went wrong trying to refresh seats"
-msgstr ""
+msgstr "Что-Ń‚Đľ поŃло не Ń‚Đ°Đş при попытке обновить меŃŃ‚Đ°"
msgid "SubscriptionTable|Subscription end date"
msgstr "Дата окончания подпиŃки"
@@ -34618,9 +35093,6 @@ msgstr "Дата окончания пробного периода"
msgid "SubscriptionTable|Trial start date"
msgstr "Дата начала пробного периода"
-msgid "SubscriptionTable|Upgrade"
-msgstr "ПовыŃить"
-
msgid "SubscriptionTable|Usage"
msgstr "ĐŃпользование"
@@ -34646,10 +35118,10 @@ msgid "Successful purchase image"
msgstr ""
msgid "Successfully activated"
-msgstr ""
+msgstr "ĐŁŃпеŃно активировано"
msgid "Successfully approved"
-msgstr ""
+msgstr "ĐŁŃпеŃно одобрено"
msgid "Successfully banned"
msgstr "ĐŁŃпеŃно забанен"
@@ -34661,7 +35133,7 @@ msgid "Successfully confirmed"
msgstr "ĐŁŃпеŃно подтверждено"
msgid "Successfully deactivated"
-msgstr ""
+msgstr "ĐŁŃпеŃно деактивирован"
msgid "Successfully deleted U2F device."
msgstr "ĐŁŃтройŃтво U2F ŃŃпеŃно Ńдалено."
@@ -34789,11 +35261,8 @@ msgstr ""
msgid "Sunday"
msgstr "Đ’ĐľŃкреŃенье"
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
-msgstr ""
+msgstr "Đктивировать подпиŃĐşŃ"
msgid "SuperSonics|Activation code"
msgstr ""
@@ -34814,6 +35283,9 @@ msgid "SuperSonics|Cloud licensing"
msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
+msgstr "ДоŃŃ‚Ńпно облачное лицензирование. Đ­Ń‚Đľ более проŃтой ŃпоŃоб активировать экземпляры и Ńправлять подпиŃками. Подробнее об этом читайте в %{blogPostLinkStart}наŃем блоге%{blogPostLinkEnd}. Коды активации Đ´ĐľŃŃ‚Ńпны на %{portalLinkStart}клиентŃком портале%{portalLinkEnd}."
+
+msgid "SuperSonics|Enter activation code"
msgstr ""
msgid "SuperSonics|Export license usage file"
@@ -34829,7 +35301,7 @@ msgid "SuperSonics|I agree that my use of the GitLab Software is subject to the
msgstr ""
msgid "SuperSonics|Learn how to %{linkStart}activate your subscription%{linkEnd}."
-msgstr ""
+msgstr "Узнайте, как %{linkStart}активировать подпиŃĐşŃ%{linkEnd}."
msgid "SuperSonics|Licensed to"
msgstr ""
@@ -34855,6 +35327,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34877,7 +35352,7 @@ msgid "SuperSonics|This is the number of %{billableUsersLinkStart}billable users
msgstr ""
msgid "SuperSonics|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Licensing%{linkEnd} service, a hassle-free way to manage your subscription."
-msgstr ""
+msgstr "Чтобы активировать подпиŃĐşŃ, подключитеŃŃŚ Đş Ńерверам GitLab через %{linkStart}Облачное Лицензирование%{linkEnd}, безоблачный ŃпоŃоб Ńправления подпиŃкой."
msgid "SuperSonics|Upload a license file"
msgstr ""
@@ -34889,7 +35364,7 @@ msgid "SuperSonics|Users over subscription"
msgstr ""
msgid "SuperSonics|Users with a Guest role or those who don't belong to a Project or Group will not use a seat from your license."
-msgstr ""
+msgstr "Пользователи Ń Ń€ĐľĐ»ŃŚŃŽ Guest или те, кто не входит в проект или грŃппŃ, не займŃŃ‚ меŃŃ‚Đ° в ваŃей лицензии."
msgid "SuperSonics|You can learn more about %{activationLinkStart}activating your subscription%{activationLinkEnd}. If you need further assistance, please %{supportLinkStart}contact GitLab Support%{supportLinkEnd}."
msgstr ""
@@ -34909,6 +35384,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34919,6 +35397,15 @@ msgid "SuperSonics|Your subscription details will sync shortly."
msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr "Đ’Đ°ŃĐ° подпиŃка ŃŃпеŃно активирована. Можете ознакомитьŃŃŹ Ń ĐżĐľĐ´Ń€ĐľĐ±Đ˝ĐľŃтями ниже."
+
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
msgstr ""
msgid "Support"
@@ -35164,9 +35651,12 @@ msgstr "Целевая ветка"
msgid "Target-Branch"
msgstr ""
-msgid "Task ID: %{elastic_task}"
+msgid "Task"
msgstr ""
+msgid "Task ID: %{elastic_task}"
+msgstr "ID задачи: %{elastic_task}"
+
msgid "TasksToBeDone|Create/import code into a project (repository)"
msgstr ""
@@ -35236,6 +35726,9 @@ msgstr "СоглаŃие Ń ĐŁŃловиями иŃпользования и ĐźĐ
msgid "Terms of Service and Privacy Policy"
msgstr "ĐŁŃловия иŃпользования и Политика конфиденциальноŃти"
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -35414,6 +35907,9 @@ msgstr "ТеŃŃ‚"
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "Обработка покрытия теŃтами"
@@ -35590,9 +36086,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr "Đ“Ń€Ńппа \"%{group_path}\" позволяет вам войти в ŃиŃŃ‚ĐµĐĽŃ Ń ĐżĐľĐĽĐľŃ‰ŃŚŃŽ Ńчетной запиŃи единого входа"
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35633,12 +36126,6 @@ msgstr "Сервер Prometheus ответил Ń Ń€ĐµĐ·Ńльтатом \"bad r
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35648,9 +36135,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 "Сертификат X509, иŃпользŃемый в том ŃĐ»Ńчае, когда для Ńвязи Ń Đ˛Đ˝ĐµŃней ŃĐ»Ńжбой авторизации требŃетŃŃŹ взаимная проверка подлинноŃти TLS. Đ•Ńли ĐľŃтавить ĐżŃŃŃ‚Ń‹ĐĽ, Ńертификат Ńервера вŃе еще бŃдет проверятьŃŃŹ при Đ´ĐľŃŃ‚Ńпе через HTTPS."
-
msgid "The application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35684,7 +36168,7 @@ 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 contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35853,6 +36337,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35928,9 +36415,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr "Пароль, необходимый для раŃŃифровки закрытого ключа. Он не являетŃŃŹ необязательным, Đ° значение бŃдет Đ·Đ°Ńифровано в ŃĐľŃтоянии покоя."
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35946,9 +36430,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr "Закрытый ключ, иŃпользŃемый при предоŃтавлении клиентŃкого Ńертификата. Он бŃдет Đ·Đ°Ńифрован в ŃĐľŃтоянии покоя."
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -36055,7 +36536,7 @@ msgid "The user you are trying to approve is not pending approval"
msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
-msgstr ""
+msgstr "Пользователь, которого вы пытаетеŃŃŚ деактивировать, проявлял активноŃŃ‚ŃŚ Đ·Đ° поŃледние %{minimum_inactive_days} дней и не может быть деактивирован"
msgid "The username for the Jenkins server."
msgstr ""
@@ -36318,7 +36799,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36369,8 +36850,8 @@ msgstr "ПроизоŃла ĐľŃибка при ŃброŃе минŃŃ‚ польĐ
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
-msgstr "ĐžŃибка при Ńохранении этого Ńзла Geo."
+msgid "There was an error saving this Geo Site"
+msgstr ""
msgid "There was an error saving your changes."
msgstr "ПроизоŃла ĐľŃибка при Ńохранении ваŃих изменений."
@@ -36453,9 +36934,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36579,6 +37057,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36618,9 +37099,6 @@ msgstr "Đ­Ń‚Đ° цель Ńже имеет ĐĽĐ°ĐşŃимально возможнĐ
msgid "This epic does not exist or you don't have sufficient permission."
msgstr "Этой цели не ŃŃщеŃтвŃет, или Ń Đ˛Đ°Ń Đ˝ĐµĐ´ĐľŃтаточно прав."
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr "Đ­Ń‚Đ° Ń„Ńнкция требŃет, чтобы локальное хранилище было включено"
@@ -36660,9 +37138,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36882,6 +37366,9 @@ msgstr ""
msgid "This project"
msgstr "Этот проект"
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36903,6 +37390,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36942,6 +37432,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36949,7 +37442,7 @@ msgid "This suggestion already matches its content."
msgstr ""
msgid "This user cannot be unlocked manually from GitLab"
-msgstr ""
+msgstr "Этот пользователь не может быть разблокирован врŃчнŃŃŽ из GitLab"
msgid "This user has an unconfirmed email address (%{email}). You may force a confirmation."
msgstr ""
@@ -36964,7 +37457,7 @@ msgid "This user has no identities"
msgstr ""
msgid "This user has no personal projects."
-msgstr ""
+msgstr "У этого пользователя нет личных проектов."
msgid "This user has previously committed to the %{name} project."
msgstr "Этот пользователь ранее отправлял коммиты в проект %{name}."
@@ -37170,9 +37663,6 @@ msgstr "Время Ń ĐżĐľŃледнего коммита Đ´Đľ Ńлияния"
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -37424,9 +37914,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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}."
-
msgid "To add the entry manually, provide the following details to the application on your phone."
msgstr "Чтобы добавить запиŃŃŚ врŃчнŃŃŽ, предоŃтавьте ŃледŃющŃŃŽ информацию в приложении на Ńвоем телефоне."
@@ -37568,9 +38055,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr "Чтобы иŃпользовать Gitpod, Ńначала Đ˝Ńжно включить ŃŤŃ‚Ń Ń„Ńнкцию в разделе интеграций ваŃих %{user_prefs}."
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37586,9 +38070,6 @@ 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 "СпиŃок задач"
@@ -37796,9 +38277,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr "ОтŃлеживайте время Ń ĐżĐľĐĽĐľŃ‰ŃŚŃŽ быŃтрых дейŃтвий"
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37911,6 +38389,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37926,15 +38407,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37954,7 +38429,7 @@ msgid "Trial|We will activate your trial on your group after you complete this s
msgstr ""
msgid "Trial|Your GitLab Ultimate trial lasts for 30 days, but you can keep your free GitLab account forever. We just need some additional information to activate your trial."
-msgstr ""
+msgstr "Пробный период GitLab Ultimate ŃĐľŃтавляет 30 дней, Đ° беŃплатными возможноŃтями GitLab вы можете пользоватьŃŃŹ Ńколько Ńгодно. Нам проŃŃ‚Đľ Đ˝Ńжна дополнительная информация, чтобы активировать Đ˛Đ°Ń ĐżŃ€ĐľĐ±Đ˝Ń‹Đą период."
msgid "Trigger"
msgstr "События"
@@ -38001,6 +38476,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr "ĐŁŃтраняйте неполадки и Ńледите Đ·Đ° ŃĐľŃтоянием Ńвоего приложения при помощи траŃŃировки"
@@ -38074,25 +38555,25 @@ msgid "Two-factor Authentication Recovery codes"
msgstr "Коды воŃŃтановления двŃхфакторной Đ°Ńтентификации"
msgid "Two-factor Authentication:"
-msgstr ""
+msgstr "ДвŃхфакторная ĐŃтентификация:"
msgid "Two-factor authentication"
msgstr "ДвŃхфакторная Đ°Ńтентификация"
msgid "Two-factor authentication disabled"
-msgstr ""
+msgstr "ДвŃхфакторная Đ°Ńтентификация отключена"
msgid "Two-factor authentication has been disabled for this user"
-msgstr ""
+msgstr "ДвŃхфакторная Đ°Ńтентификация отключена для этого пользователя"
msgid "Two-factor authentication has been disabled for your GitLab account."
-msgstr ""
+msgstr "ДвŃхфакторная Đ°Ńтентификация отключена для ваŃей Ńчётной запиŃи GitLab."
msgid "Two-factor authentication has been disabled successfully!"
-msgstr ""
+msgstr "ДвŃхфакторная Đ°Ńтентификация ŃŃпеŃно отключена!"
msgid "Two-factor authentication is not enabled for this user"
-msgstr ""
+msgstr "ДвŃхфакторная Đ°Ńтентификация не включена для этого пользователя"
msgid "Two-factor grace period"
msgstr ""
@@ -38101,7 +38582,7 @@ msgid "Type"
msgstr "Тип"
msgid "Type/State"
-msgstr ""
+msgstr "Тип/СоŃтояние"
msgid "U2F Devices (%{length})"
msgstr "ĐŁŃтройŃтва U2F (%{length})"
@@ -38353,7 +38834,7 @@ msgid "Unlock account"
msgstr ""
msgid "Unlock the discussion"
-msgstr "Разблокировать обŃŃждение"
+msgstr "Разблокировать диŃĐşŃŃŃию"
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
@@ -38362,10 +38843,10 @@ msgid "Unlocked"
msgstr "Разблокировано"
msgid "Unlocked the discussion."
-msgstr ""
+msgstr "ДиŃĐşŃŃŃия разблокирована."
msgid "Unlocks the discussion."
-msgstr ""
+msgstr "РазблокирŃет диŃĐşŃŃŃию."
msgid "Unmarked this %{noun} as a draft."
msgstr ""
@@ -38520,6 +39001,9 @@ msgstr "Обновлено"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "Обновлено %{updated_at} %{updated_by}"
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38541,6 +39025,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38680,7 +39167,7 @@ msgid "UsageQuota|Repository"
msgstr "Репозиторий"
msgid "UsageQuota|Seats"
-msgstr ""
+msgstr "МеŃŃ‚Đ°"
msgid "UsageQuota|Shared bits of code and text."
msgstr ""
@@ -38851,7 +39338,7 @@ msgid "UsageTrends|Total groups"
msgstr ""
msgid "UsageTrends|Total projects"
-msgstr ""
+msgstr "Đ’Ńего проектов"
msgid "UsageTrends|Total projects & groups"
msgstr ""
@@ -38976,6 +39463,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39262,10 +39752,10 @@ msgid "Username or email"
msgstr "ĐĐĽŃŹ пользователя или email"
msgid "Username:"
-msgstr ""
+msgstr "ĐĐĽŃŹ пользователя:"
msgid "Username: %{username}"
-msgstr ""
+msgstr "ĐĐĽŃŹ пользователя: %{username}"
msgid "Users"
msgstr "Пользователи"
@@ -39298,7 +39788,7 @@ msgid "Users were successfully added."
msgstr "Пользователи были ŃŃпеŃно добавлены."
msgid "Users with a Guest role or those who don't belong to a Project or Group will not use a seat from your license."
-msgstr ""
+msgstr "Пользователи Ń Ń€ĐľĐ»ŃŚŃŽ Guest или те, кто не входит в проект или грŃппŃ, не займŃŃ‚ меŃŃ‚Đ° в ваŃей лицензии."
msgid "UsersSelect|%{name} + %{length} more"
msgstr "еще %{name} + %{length}"
@@ -39349,7 +39839,7 @@ msgid "Validated:"
msgstr ""
msgid "Validations failed."
-msgstr ""
+msgstr "Проверка не ŃдалаŃŃŚ."
msgid "Value"
msgstr ""
@@ -39507,6 +39997,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr "ВерŃия %{versionNumber} (поŃледняя)"
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39606,7 +40108,7 @@ msgid "View it on GitLab"
msgstr ""
msgid "View job"
-msgstr ""
+msgstr "ПроŃмотр задания"
msgid "View job log"
msgstr ""
@@ -39660,6 +40162,9 @@ msgstr[3] ""
msgid "View replaced file @ "
msgstr "ПроŃмотр заменённого файла @ "
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39712,7 +40217,7 @@ msgid "Visibility:"
msgstr "ДоŃŃ‚ŃĐż:"
msgid "VisibilityLevel|Internal"
-msgstr "Ограниченный"
+msgstr "Đ’Đ˝Ńтренний"
msgid "VisibilityLevel|Private"
msgstr "Приватный"
@@ -39721,7 +40226,7 @@ msgid "VisibilityLevel|Public"
msgstr "ĐźŃбличный"
msgid "VisibilityLevel|Unknown"
-msgstr "Не определен"
+msgstr "НеизвеŃтный"
msgid "Visit settings page"
msgstr ""
@@ -39885,6 +40390,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39927,6 +40435,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39945,6 +40456,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39954,6 +40471,9 @@ msgstr "Образ"
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39966,6 +40486,9 @@ msgstr "ПроŃтранŃтво имён"
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39978,6 +40501,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -40002,9 +40528,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -40185,127 +40720,127 @@ msgstr "Веб-обработчики"
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
-msgstr "События Ńборочной линии"
-
-msgid "Webhooks|Push events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Pipeline events"
+msgstr "События Ńборочной линии"
+
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40339,7 +40874,7 @@ msgid "Weight %{weight}"
msgstr "Приоритет %{weight}"
msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated."
-msgstr "Добро пожаловать! Đ’Đ°ŃĐ° Ńчётная запиŃŃŚ была деактивирована из-Đ·Đ° неактивноŃти, но ŃĐµĐąŃ‡Đ°Ń Đ˛ĐľŃŃтановлена."
+msgstr "С возвращением! Đ’Đ°ŃĐ° Ńчетная запиŃŃŚ была деактивирована из-Đ·Đ° неактивноŃти, но теперь воŃŃтановлена."
msgid "Welcome to GitLab"
msgstr ""
@@ -40405,7 +40940,7 @@ msgid "When a deployment job is successful, skip older deployment jobs that are
msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
-msgstr "Когда Runner закреплён, он не может быть назначен Đ´Ń€Ńгим проектам"
+msgstr "Когда runner закреплён, он не может быть назначен Đ´Ń€Ńгим проектам"
msgid "When enabled, SSH keys with no expiry date or an invalid expiration date are no longer accepted. Leave blank for no limit."
msgstr ""
@@ -40413,10 +40948,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40726,7 +41261,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40793,7 +41334,7 @@ msgid "You already have pending todo for this alert"
msgstr ""
msgid "You are about to add %{usersTag} people to the discussion. They will all receive a notification."
-msgstr ""
+msgstr "Đ’Ń‹ ŃобираетеŃŃŚ добавить ŃчаŃтников %{usersTag} в диŃĐşŃŃŃию. Каждый из них полŃчит Ńведомление."
msgid "You are about to permanently delete this project"
msgstr ""
@@ -40828,6 +41369,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40861,6 +41405,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40909,6 +41456,9 @@ msgstr "Đ’Ń‹ также можете проверить Đ˛Đ°Ń %{gitlab_ci_yml}
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "Đ’Ń‹ также можете загрŃзить ŃŃщеŃтвŃющие файлы Ń ĐşĐľĐĽĐżŃŚŃŽŃ‚ĐµŃ€Đ°, иŃпользŃŃŹ приведённые ниже инŃŃ‚Ń€Ńкции."
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40954,6 +41504,9 @@ msgstr "Đ’Ń‹ можете легко поŃчаŃтвовать в них, поĐ
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -41078,7 +41631,7 @@ msgid "You do not have any Google Cloud projects. Please create a Google Cloud p
msgstr ""
msgid "You do not have any subscriptions yet"
-msgstr ""
+msgstr "ĐŁ Đ˛Đ°Ń ĐżĐľĐşĐ° нет подпиŃок"
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -41089,6 +41642,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -41183,6 +41739,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -41222,7 +41781,7 @@ msgstr "Đ’Ń‹ Đ´ĐľŃтигли ограничения в ваŃем проектĐ
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41237,6 +41796,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr "Теперь вы можете закрыть этап."
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41433,10 +41995,10 @@ msgid "Your GPG keys (%{count})"
msgstr "Đ’Đ°Ńи ключи GPG (%{count})"
msgid "Your GitLab account has been locked due to an excessive number of unsuccessful sign in attempts. You can wait for your account to automatically unlock in %{duration} or you can click the link below to unlock now."
-msgstr ""
+msgstr "Đ’Đ°ŃĐ° Ńчетная запиŃŃŚ GitLab заблокирована из-Đ·Đ° ŃлиŃком больŃого количеŃтва неŃдачных попыток входа. Đ’Ń‹ можете подождать, пока ваŃĐ° Ńчетная запиŃŃŚ автоматичеŃки разблокирŃетŃŃŹ через %{duration} или вы можете щелкнŃŃ‚ŃŚ ŃŃŃ‹Đ»ĐşŃ Đ˝Đ¸Đ¶Đµ, чтобы разблокировать ŃейчаŃ."
msgid "Your GitLab account request has been approved!"
-msgstr ""
+msgstr "Đ’Đ°Ń Đ·Đ°ĐżŃ€ĐľŃ Đ˝Đ° Ńоздание Ńчетной запиŃи GitLab одобрен!"
msgid "Your GitLab group"
msgstr ""
@@ -41484,13 +42046,13 @@ msgid "Your access request to the %{source_type} has been withdrawn."
msgstr "Đ’Đ°Ń Đ·Đ°ĐżŃ€ĐľŃ Đ´ĐľŃŃ‚Ńпа Đş %{source_type} был отозван."
msgid "Your account has been deactivated"
-msgstr ""
+msgstr "Đ’Đ°ŃĐ° Ńчетная запиŃŃŚ деактивирована"
msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
msgstr "Đ’Đ°ŃĐ° Ńчётная запиŃŃŚ была деактивирована админиŃтратором. ПожалŃĐąŃŃ‚Đ° Ńнова войдите в ŃиŃŃ‚ĐµĐĽŃ Đ´Đ»ŃŹ реактивации ваŃей Ńчётной запиŃи."
msgid "Your account has been deactivated. You will not be able to: "
-msgstr ""
+msgstr "Đ’Đ°ŃĐ° Ńчётная запиŃŃŚ деактивирована. Đ’Ń‹ не Ńможете: "
msgid "Your account is authenticated with SSO or SAML. To %{push_pull_link_start}push and pull%{link_end} over %{protocol} with Git using this account, you must %{set_password_link_start}set a password%{link_end} or %{set_up_pat_link_start}set up a Personal Access Token%{link_end} to use instead of a password. For more information, see %{clone_with_https_link_start}Clone with HTTPS%{link_end}."
msgstr ""
@@ -41618,8 +42180,8 @@ msgstr "Đ’Đ°Ńе имя"
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
-msgstr "Đ’Đ°Ń Đ˝ĐľĐ˛Ń‹Đą токен SCIM"
+msgid "Your new access token has been created."
+msgstr ""
msgid "Your new comment"
msgstr ""
@@ -41627,9 +42189,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr "Đ’Đ°Ń Đ˝ĐľĐ˛Ń‹Đą перŃональный токен Đ´ĐľŃŃ‚Ńпа был Ńоздан."
-msgid "Your new project 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 "Đ’Đ°Ń ĐżĐ°Ń€ĐľĐ»ŃŚ не требŃетŃŃŹ для проŃмотра этой Ńтраницы. Đ•Ńли запраŃиваетŃŃŹ пароль или любая Đ´Ń€Ńгая личная информация, обратитеŃŃŚ Đş админиŃтраторŃ, чтобы Ńообщить Đľ нарŃŃении."
@@ -41696,6 +42255,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41830,6 +42392,13 @@ msgstr "Ńтверждающий для этого запроŃĐ° на ŃлияĐ
msgid "any-approver for the project already exists"
msgstr "Ńтверждающий для проекта Ńже ŃŃщеŃтвŃет"
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "approved by: "
msgstr ""
@@ -41915,6 +42484,9 @@ msgstr "невозможно изменить, еŃли в личном прое
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -42140,7 +42712,7 @@ msgid "ciReport|Load performance test metrics: No changes"
msgstr ""
msgid "ciReport|Loading %{reportName} report"
-msgstr ""
+msgstr "ЗагрŃжаетŃŃŹ отчёт %{reportName}"
msgid "ciReport|Loading Code Quality report"
msgstr ""
@@ -42293,6 +42865,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -42320,12 +42895,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -42457,6 +43026,9 @@ msgstr "не ŃдалоŃŃŚ"
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42507,6 +43079,12 @@ msgstr ""
msgid "group"
msgstr "грŃппа"
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr "ŃчаŃтники грŃппы"
@@ -42625,6 +43203,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr "невозможно. На данный момент ĐĽŃ‹ не поддерживаем итерации Ńровня проекта"
@@ -42721,9 +43302,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr "Ń€Ńчной"
@@ -42767,9 +43345,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42856,10 +43431,10 @@ msgstr "закрыто"
msgid "mrWidget|Closes issue"
msgid_plural "mrWidget|Closes issues"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "Закрывает обŃŃждение"
+msgstr[1] "Закрывает обŃŃждения"
+msgstr[2] "Закрывает обŃŃждения"
+msgstr[3] "Закрывает обŃŃждения"
msgid "mrWidget|Create issue to resolve all threads"
msgstr ""
@@ -42894,7 +43469,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42917,10 +43492,10 @@ msgstr ""
msgid "mrWidget|Mentions issue"
msgid_plural "mrWidget|Mentions issues"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "Упоминает обŃŃждение"
+msgstr[1] "Упоминает обŃŃждения"
+msgstr[2] "Упоминает обŃŃждения"
+msgstr[3] "Упоминает обŃŃждения"
msgid "mrWidget|Merge"
msgstr "Слить"
@@ -42943,6 +43518,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr "Слияние не ŃдалоŃŃŚ."
@@ -42997,6 +43575,9 @@ msgstr "Открыть в Web IDE"
msgid "mrWidget|Plain diff"
msgstr "Обычное отличие"
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr "Готово Đş автоматичеŃĐşĐľĐĽŃ Ńлиянию. ПопроŃите кого-нибŃĐ´ŃŚ Ń ĐżŃ€Đ°Đ˛ĐľĐĽ запиŃи в этот репозиторий Ńделать Ńлияние данного запроŃĐ°"
@@ -43042,6 +43623,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr "Đзменения были Ńлиты в"
@@ -43051,9 +43635,6 @@ msgstr "Đзменения не были Ńлиты в"
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -43090,9 +43671,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr "Đ’Đ°Ń ĐżĐ°Ń€ĐľĐ»ŃŚ"
-msgid "mrWidget|branch does not exist."
-msgstr "ветка не ŃŃщеŃтвŃет."
-
msgid "mrWidget|into"
msgstr "в"
@@ -43299,7 +43877,7 @@ msgid "project access token"
msgstr ""
msgid "project access tokens"
-msgstr ""
+msgstr "токены Đ´ĐľŃŃ‚Ńпа Đş проектŃ"
msgid "project avatar"
msgstr "логотип проекта"
@@ -43311,7 +43889,7 @@ msgid "project is read-only"
msgstr "проект Đ´ĐľŃŃ‚Ńпен только для чтения"
msgid "project members"
-msgstr ""
+msgstr "ŃчаŃтники проекта"
msgid "project name"
msgstr "название проекта"
@@ -43383,9 +43961,6 @@ msgstr "репозиторий:"
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr "ŃброŃить."
-
msgid "satisfied"
msgstr ""
@@ -43566,9 +44141,6 @@ msgstr "аватар пользователя"
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr "наŃтройки пользователя"
-
msgid "username"
msgstr "имя пользователя"
@@ -43579,7 +44151,7 @@ msgid "value for '%{storage}' must be an integer"
msgstr ""
msgid "value for '%{storage}' must be between 0 and 100"
-msgstr ""
+msgstr "значение для \"%{storage}\" должно быть от 0 до 100"
msgid "verify ownership"
msgstr "подтвердить право ŃобŃтвенноŃти"
diff --git a/locale/si_LK/gitlab.po b/locale/si_LK/gitlab.po
index 5f40265460b..ac845aeffac 100644
--- a/locale/si_LK/gitlab.po
+++ b/locale/si_LK/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: si-LK\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:24\n"
+"PO-Revision-Date: 2022-02-02 15:48\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/sk_SK/gitlab.po b/locale/sk_SK/gitlab.po
index 77bdd802774..9283a31c47a 100644
--- a/locale/sk_SK/gitlab.po
+++ b/locale/sk_SK/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: sk\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:21\n"
+"PO-Revision-Date: 2022-02-02 15:44\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -132,6 +132,34 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -603,6 +631,12 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -780,6 +814,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -876,6 +913,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -885,6 +925,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -997,9 +1040,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -1034,6 +1074,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -2064,21 +2107,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -2103,9 +2137,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -2211,9 +2242,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -2223,7 +2251,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2238,6 +2266,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2304,6 +2335,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2421,9 +2455,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2721,6 +2752,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2877,6 +2914,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2913,7 +2953,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -3039,6 +3079,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -3102,6 +3145,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -3204,7 +3250,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3765,22 +3811,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3891,9 +3928,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -4041,16 +4075,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while fetching this tab."
-msgstr ""
-
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4622,9 +4653,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4655,9 +4683,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4667,13 +4692,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4700,7 +4725,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4715,6 +4740,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4730,7 +4758,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4742,22 +4770,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4871,6 +4905,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4965,9 +5002,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -5052,7 +5086,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5498,6 +5532,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5630,6 +5667,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5657,6 +5697,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5672,9 +5715,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5711,9 +5751,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5792,9 +5829,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5873,6 +5916,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -6191,18 +6237,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -6218,9 +6258,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6269,15 +6306,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6296,9 +6324,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6494,6 +6519,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6561,9 +6595,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6798,6 +6844,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -7181,6 +7230,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7358,6 +7410,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7658,15 +7713,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7763,6 +7809,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7787,7 +7839,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7832,7 +7884,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7862,7 +7914,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7919,13 +7971,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7952,7 +8007,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7979,6 +8034,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7991,6 +8058,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -8016,7 +8086,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -8034,6 +8104,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8986,6 +9059,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -9235,6 +9311,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -9265,6 +9344,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9310,12 +9395,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9343,12 +9431,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9913,7 +10007,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -10054,9 +10148,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -10069,9 +10178,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -10144,6 +10250,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -10171,13 +10280,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10321,6 +10433,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10579,6 +10694,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10813,6 +10931,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -11049,6 +11170,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -11058,10 +11182,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11151,12 +11275,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -11169,9 +11287,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -11184,9 +11299,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11259,9 +11371,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11289,9 +11398,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11301,12 +11407,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11319,9 +11419,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11343,9 +11440,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11617,9 +11711,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -12058,6 +12149,9 @@ msgstr[3] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -12073,6 +12167,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -12287,9 +12384,39 @@ msgstr[3] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12858,9 +12985,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12928,7 +13052,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -13123,7 +13247,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13369,6 +13493,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13513,9 +13640,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13558,6 +13682,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13585,6 +13712,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13663,9 +13796,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13714,6 +13844,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13991,6 +14124,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -14018,6 +14154,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14805,9 +14944,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14817,15 +14953,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14841,6 +14971,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14923,10 +15101,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15368,16 +15543,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15465,12 +15630,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15795,6 +15954,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15870,6 +16032,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15906,18 +16071,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15954,6 +16122,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -16008,6 +16179,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -16083,12 +16257,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -16104,6 +16272,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -16137,16 +16308,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16158,9 +16332,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16209,6 +16380,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16245,10 +16422,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16326,6 +16503,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16449,9 +16629,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16476,6 +16653,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16656,6 +16836,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16794,6 +16977,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16962,6 +17148,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16980,6 +17169,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -17043,9 +17235,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -17070,6 +17259,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -17082,9 +17274,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17325,18 +17514,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17361,9 +17544,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17394,7 +17574,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17442,6 +17625,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17460,9 +17646,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17490,9 +17673,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17535,7 +17715,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17616,9 +17796,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17673,7 +17850,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17906,6 +18083,33 @@ msgstr[3] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17966,9 +18170,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -18005,9 +18206,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -18023,6 +18221,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -18122,6 +18323,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -18146,9 +18359,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18755,6 +18965,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18857,6 +19070,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18932,6 +19148,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19356,9 +19575,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19371,9 +19587,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19443,6 +19656,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19461,9 +19677,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19500,6 +19713,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19509,6 +19725,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19569,7 +19788,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21391,6 +21610,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21728,9 +21950,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21746,6 +21965,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21782,6 +22004,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22556,6 +22811,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22574,9 +22835,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23401,9 +23671,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23425,9 +23692,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23606,10 +23870,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23714,9 +23978,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23795,9 +24056,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23816,9 +24074,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -24336,6 +24591,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24363,6 +24621,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24429,7 +24690,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -25350,7 +25611,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25969,9 +26251,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -26110,6 +26389,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -26128,7 +26410,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26395,9 +26677,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26410,6 +26689,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26422,7 +26704,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26587,10 +26869,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26773,6 +27073,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26788,6 +27091,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -27142,6 +27451,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27367,6 +27679,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27391,9 +27706,6 @@ 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 ""
@@ -27571,6 +27883,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27616,9 +27931,6 @@ 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 ""
@@ -28141,10 +28453,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -28222,6 +28537,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -28267,6 +28588,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28393,9 +28717,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28417,7 +28738,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28435,7 +28756,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -29197,9 +29518,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -29233,7 +29551,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29479,6 +29797,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29548,6 +29872,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29624,7 +29951,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -30170,6 +30497,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30400,6 +30734,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30475,9 +30812,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30496,6 +30830,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30627,9 +30964,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30696,7 +31030,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30800,13 +31134,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30827,6 +31161,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30914,6 +31251,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30926,9 +31266,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30947,6 +31293,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30962,9 +31311,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -31013,10 +31359,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -31052,6 +31401,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -31091,16 +31443,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -31112,6 +31464,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -31127,9 +31482,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31283,9 +31635,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31412,9 +31761,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31738,7 +32084,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31870,6 +32216,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31924,6 +32273,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31942,21 +32294,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31966,12 +32327,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31999,6 +32369,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -32014,12 +32390,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -32029,6 +32453,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32350,9 +32777,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32740,7 +33164,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32749,6 +33173,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32758,18 +33185,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32908,7 +33329,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -33083,9 +33504,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -33125,6 +33543,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -33137,6 +33558,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -33149,9 +33573,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -33176,6 +33597,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33220,7 +33644,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33313,6 +33737,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33415,9 +33842,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33724,9 +34175,6 @@ 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 ""
@@ -33790,9 +34238,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -34126,6 +34571,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -34168,6 +34616,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34510,6 +34961,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34540,6 +34994,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34618,9 +35093,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34789,9 +35261,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34816,6 +35285,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34855,6 +35327,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34909,6 +35384,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34921,6 +35399,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -35164,6 +35651,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -35236,6 +35726,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -35414,6 +35907,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35590,9 +36086,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35633,12 +36126,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35648,9 +36135,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35684,7 +36168,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35853,6 +36337,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35928,9 +36415,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35946,9 +36430,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -36318,7 +36799,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36369,7 +36850,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36453,9 +36934,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36579,6 +37057,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36618,9 +37099,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36660,9 +37138,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36882,6 +37366,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36903,6 +37390,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36942,6 +37432,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -37170,9 +37663,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -37424,9 +37914,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37568,9 +38055,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37586,9 +38070,6 @@ 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 ""
@@ -37796,9 +38277,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37911,6 +38389,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37926,15 +38407,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -38001,6 +38476,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38520,6 +39001,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38541,6 +39025,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38976,6 +39463,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39507,6 +39997,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39660,6 +40162,9 @@ msgstr[3] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39885,6 +40390,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39927,6 +40435,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39945,6 +40456,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39954,6 +40471,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39966,6 +40486,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39978,6 +40501,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -40002,9 +40528,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -40185,127 +40720,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40413,10 +40948,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40726,7 +41261,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40828,6 +41369,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40861,6 +41405,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40909,6 +41456,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40954,6 +41504,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -41089,6 +41642,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -41183,6 +41739,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -41222,7 +41781,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41237,6 +41796,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41618,7 +42180,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41627,9 +42189,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41696,6 +42255,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41830,6 +42392,13 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "approved by: "
msgstr ""
@@ -41915,6 +42484,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -42293,6 +42865,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -42320,12 +42895,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -42457,6 +43026,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42507,6 +43079,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42625,6 +43203,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42721,9 +43302,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42767,9 +43345,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42894,7 +43469,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42943,6 +43518,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42997,6 +43575,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -43042,6 +43623,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -43051,9 +43635,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -43090,9 +43671,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -43383,9 +43961,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43566,9 +44141,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/sl_SI/gitlab.po b/locale/sl_SI/gitlab.po
index b8062074e34..b51de9153d5 100644
--- a/locale/sl_SI/gitlab.po
+++ b/locale/sl_SI/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: sl\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:19\n"
+"PO-Revision-Date: 2022-02-02 15:42\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -132,6 +132,34 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -603,6 +631,12 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -780,6 +814,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -876,6 +913,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -885,6 +925,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -997,9 +1040,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -1034,6 +1074,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -2064,21 +2107,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -2103,9 +2137,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -2211,9 +2242,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -2223,7 +2251,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2238,6 +2266,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2304,6 +2335,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2421,9 +2455,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2721,6 +2752,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2877,6 +2914,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2913,7 +2953,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -3039,6 +3079,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -3102,6 +3145,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -3204,7 +3250,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3765,22 +3811,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3891,9 +3928,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -4041,16 +4075,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while fetching this tab."
-msgstr ""
-
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4622,9 +4653,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4655,9 +4683,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4667,13 +4692,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4700,7 +4725,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4715,6 +4740,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4730,7 +4758,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4742,22 +4770,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4871,6 +4905,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4965,9 +5002,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -5052,7 +5086,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5498,6 +5532,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5630,6 +5667,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5657,6 +5697,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5672,9 +5715,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5711,9 +5751,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5792,9 +5829,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5873,6 +5916,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -6191,18 +6237,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -6218,9 +6258,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6269,15 +6306,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6296,9 +6324,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6494,6 +6519,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6561,9 +6595,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6798,6 +6844,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -7181,6 +7230,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7358,6 +7410,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7658,15 +7713,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7763,6 +7809,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7787,7 +7839,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7832,7 +7884,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7862,7 +7914,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7919,13 +7971,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7952,7 +8007,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7979,6 +8034,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7991,6 +8058,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -8016,7 +8086,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -8034,6 +8104,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8986,6 +9059,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -9235,6 +9311,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -9265,6 +9344,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9310,12 +9395,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9343,12 +9431,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9913,7 +10007,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -10054,9 +10148,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -10069,9 +10178,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -10144,6 +10250,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -10171,13 +10280,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10321,6 +10433,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10579,6 +10694,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10813,6 +10931,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -11049,6 +11170,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -11058,10 +11182,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11151,12 +11275,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -11169,9 +11287,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -11184,9 +11299,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11259,9 +11371,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11289,9 +11398,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11301,12 +11407,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11319,9 +11419,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11343,9 +11440,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11617,9 +11711,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -12058,6 +12149,9 @@ msgstr[3] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -12073,6 +12167,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -12287,9 +12384,39 @@ msgstr[3] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12858,9 +12985,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12928,7 +13052,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -13123,7 +13247,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13369,6 +13493,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13513,9 +13640,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13558,6 +13682,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13585,6 +13712,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13663,9 +13796,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13714,6 +13844,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13991,6 +14124,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -14018,6 +14154,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14805,9 +14944,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14817,15 +14953,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14841,6 +14971,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14923,10 +15101,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15368,16 +15543,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15465,12 +15630,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15795,6 +15954,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15870,6 +16032,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15906,18 +16071,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15954,6 +16122,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -16008,6 +16179,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -16083,12 +16257,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -16104,6 +16272,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -16137,16 +16308,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16158,9 +16332,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16209,6 +16380,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16245,10 +16422,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16326,6 +16503,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16449,9 +16629,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16476,6 +16653,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16656,6 +16836,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16794,6 +16977,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16962,6 +17148,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16980,6 +17169,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -17043,9 +17235,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -17070,6 +17259,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -17082,9 +17274,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17325,18 +17514,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17361,9 +17544,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17394,7 +17574,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17442,6 +17625,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17460,9 +17646,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17490,9 +17673,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17535,7 +17715,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17616,9 +17796,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17673,7 +17850,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17906,6 +18083,33 @@ msgstr[3] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17966,9 +18170,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -18005,9 +18206,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -18023,6 +18221,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -18122,6 +18323,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -18146,9 +18359,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18755,6 +18965,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18857,6 +19070,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18932,6 +19148,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19356,9 +19575,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19371,9 +19587,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19443,6 +19656,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19461,9 +19677,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19500,6 +19713,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19509,6 +19725,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19569,7 +19788,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21391,6 +21610,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21728,9 +21950,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21746,6 +21965,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21782,6 +22004,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22556,6 +22811,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22574,9 +22835,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23401,9 +23671,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23425,9 +23692,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23606,10 +23870,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23714,9 +23978,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23795,9 +24056,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23816,9 +24074,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -24336,6 +24591,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24363,6 +24621,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24429,7 +24690,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -25350,7 +25611,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25969,9 +26251,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -26110,6 +26389,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -26128,7 +26410,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26395,9 +26677,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26410,6 +26689,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26422,7 +26704,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26587,10 +26869,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26773,6 +27073,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26788,6 +27091,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -27142,6 +27451,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27367,6 +27679,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27391,9 +27706,6 @@ 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 ""
@@ -27571,6 +27883,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27616,9 +27931,6 @@ 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 ""
@@ -28141,10 +28453,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -28222,6 +28537,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -28267,6 +28588,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28393,9 +28717,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28417,7 +28738,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28435,7 +28756,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -29197,9 +29518,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -29233,7 +29551,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29479,6 +29797,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29548,6 +29872,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29624,7 +29951,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -30170,6 +30497,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30400,6 +30734,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30475,9 +30812,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30496,6 +30830,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30627,9 +30964,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30696,7 +31030,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30800,13 +31134,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30827,6 +31161,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30914,6 +31251,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30926,9 +31266,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30947,6 +31293,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30962,9 +31311,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -31013,10 +31359,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -31052,6 +31401,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -31091,16 +31443,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -31112,6 +31464,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -31127,9 +31482,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31283,9 +31635,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31412,9 +31761,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31738,7 +32084,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31870,6 +32216,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31924,6 +32273,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31942,21 +32294,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31966,12 +32327,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31999,6 +32369,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -32014,12 +32390,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -32029,6 +32453,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32350,9 +32777,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32740,7 +33164,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32749,6 +33173,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32758,18 +33185,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32908,7 +33329,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -33083,9 +33504,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -33125,6 +33543,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -33137,6 +33558,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -33149,9 +33573,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -33176,6 +33597,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33220,7 +33644,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33313,6 +33737,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33415,9 +33842,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33724,9 +34175,6 @@ 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 ""
@@ -33790,9 +34238,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -34126,6 +34571,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -34168,6 +34616,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34510,6 +34961,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34540,6 +34994,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34618,9 +35093,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34789,9 +35261,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34816,6 +35285,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34855,6 +35327,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34909,6 +35384,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34921,6 +35399,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -35164,6 +35651,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -35236,6 +35726,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -35414,6 +35907,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35590,9 +36086,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35633,12 +36126,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35648,9 +36135,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35684,7 +36168,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35853,6 +36337,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35928,9 +36415,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35946,9 +36430,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -36318,7 +36799,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36369,7 +36850,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36453,9 +36934,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36579,6 +37057,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36618,9 +37099,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36660,9 +37138,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36882,6 +37366,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36903,6 +37390,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36942,6 +37432,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -37170,9 +37663,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -37424,9 +37914,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37568,9 +38055,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37586,9 +38070,6 @@ 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 ""
@@ -37796,9 +38277,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37911,6 +38389,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37926,15 +38407,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -38001,6 +38476,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38520,6 +39001,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38541,6 +39025,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38976,6 +39463,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39507,6 +39997,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39660,6 +40162,9 @@ msgstr[3] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39885,6 +40390,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39927,6 +40435,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39945,6 +40456,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39954,6 +40471,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39966,6 +40486,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39978,6 +40501,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -40002,9 +40528,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -40185,127 +40720,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40413,10 +40948,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40726,7 +41261,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40828,6 +41369,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40861,6 +41405,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40909,6 +41456,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40954,6 +41504,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -41089,6 +41642,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -41183,6 +41739,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -41222,7 +41781,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41237,6 +41796,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41618,7 +42180,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41627,9 +42189,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41696,6 +42255,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41830,6 +42392,13 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "approved by: "
msgstr ""
@@ -41915,6 +42484,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -42293,6 +42865,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -42320,12 +42895,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -42457,6 +43026,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42507,6 +43079,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42625,6 +43203,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42721,9 +43302,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42767,9 +43345,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42894,7 +43469,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42943,6 +43518,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42997,6 +43575,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -43042,6 +43623,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -43051,9 +43635,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -43090,9 +43671,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -43383,9 +43961,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43566,9 +44141,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/sq_AL/gitlab.po b/locale/sq_AL/gitlab.po
index 570240d8699..ef3fdd1818c 100644
--- a/locale/sq_AL/gitlab.po
+++ b/locale/sq_AL/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: sq\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:19\n"
+"PO-Revision-Date: 2022-02-02 15:42\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/sr_CS/gitlab.po b/locale/sr_CS/gitlab.po
index 47a5d0f30ce..07712753e68 100644
--- a/locale/sr_CS/gitlab.po
+++ b/locale/sr_CS/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: sr-CS\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:24\n"
+"PO-Revision-Date: 2022-02-02 15:47\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -124,6 +124,30 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -532,6 +556,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -703,6 +733,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -799,6 +832,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -808,6 +844,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -919,9 +958,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -955,6 +991,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1948,21 +1987,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1987,9 +2017,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -2095,9 +2122,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -2107,7 +2131,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2122,6 +2146,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2188,6 +2215,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2305,9 +2335,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2605,6 +2632,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2761,6 +2794,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2797,7 +2833,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2923,6 +2959,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2986,6 +3025,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -3088,7 +3130,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3649,22 +3691,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3775,9 +3808,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3925,16 +3955,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while fetching this tab."
-msgstr ""
-
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4498,9 +4525,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4531,9 +4555,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4543,13 +4564,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4576,7 +4597,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4591,6 +4612,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4606,7 +4630,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4618,22 +4642,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4747,6 +4777,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4840,9 +4873,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4927,7 +4957,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5371,6 +5401,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5503,6 +5536,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5530,6 +5566,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5545,9 +5584,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5584,9 +5620,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5665,9 +5698,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5746,6 +5785,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -6061,18 +6103,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -6088,9 +6124,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6139,15 +6172,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6166,9 +6190,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6364,6 +6385,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6430,9 +6460,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6667,6 +6709,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -7048,6 +7093,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7225,6 +7273,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7525,15 +7576,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7630,6 +7672,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7654,7 +7702,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7699,7 +7747,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7729,7 +7777,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7786,13 +7834,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7819,7 +7870,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7846,6 +7897,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7858,6 +7921,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7882,7 +7948,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7900,6 +7966,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8851,6 +8920,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -9100,6 +9172,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -9130,6 +9205,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9175,12 +9256,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9208,12 +9292,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9775,7 +9865,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9916,9 +10006,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9931,9 +10036,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -10006,6 +10108,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -10033,13 +10138,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10183,6 +10291,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10441,6 +10552,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10675,6 +10789,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10909,6 +11026,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10918,10 +11038,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11011,12 +11131,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -11029,9 +11143,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -11044,9 +11155,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11119,9 +11227,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11149,9 +11254,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11161,12 +11263,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11179,9 +11275,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11203,9 +11296,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11476,9 +11566,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11911,6 +11998,9 @@ msgstr[2] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11926,6 +12016,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -12139,9 +12232,39 @@ msgstr[2] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12706,9 +12829,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12775,7 +12895,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12970,7 +13090,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13216,6 +13336,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13360,9 +13483,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13405,6 +13525,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13432,6 +13555,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13510,9 +13639,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13561,6 +13687,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13837,6 +13966,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13864,6 +13996,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14650,9 +14785,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14662,15 +14794,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14686,6 +14812,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14767,10 +14941,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15211,15 +15382,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15307,12 +15469,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15637,6 +15793,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15712,6 +15871,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15748,18 +15910,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15796,6 +15961,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15850,6 +16018,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15925,12 +16096,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15946,6 +16111,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15979,16 +16147,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16000,9 +16171,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16051,6 +16219,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16087,10 +16261,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16168,6 +16342,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16291,9 +16468,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16318,6 +16492,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16498,6 +16675,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16636,6 +16816,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16804,6 +16987,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16822,6 +17008,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16885,9 +17074,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16912,6 +17098,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16924,9 +17113,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17167,18 +17353,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17203,9 +17383,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17236,7 +17413,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17284,6 +17464,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17302,9 +17485,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17332,9 +17512,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17377,7 +17554,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17458,9 +17635,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17515,7 +17689,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17746,6 +17920,33 @@ msgstr[2] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17806,9 +18007,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17845,9 +18043,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17863,6 +18058,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17962,6 +18160,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17986,9 +18196,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18592,6 +18799,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18694,6 +18904,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18769,6 +18982,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19192,9 +19408,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19207,9 +19420,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19279,6 +19489,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19297,9 +19510,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19336,6 +19546,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19345,6 +19558,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19405,7 +19621,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21226,6 +21442,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21556,9 +21775,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21574,6 +21790,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21610,6 +21829,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22384,6 +22636,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22402,9 +22660,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23227,9 +23494,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23251,9 +23515,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23431,10 +23692,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23539,9 +23800,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23620,9 +23878,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23641,9 +23896,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -24160,6 +24412,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24187,6 +24442,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24253,7 +24511,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -25168,7 +25426,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25786,9 +26065,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25927,6 +26203,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25945,7 +26224,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26212,9 +26491,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26227,6 +26503,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26239,7 +26518,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26404,10 +26683,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26590,6 +26887,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26605,6 +26905,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26959,6 +27265,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27184,6 +27493,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27208,9 +27520,6 @@ 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 ""
@@ -27388,6 +27697,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27433,9 +27745,6 @@ 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 ""
@@ -27958,10 +28267,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -28039,6 +28351,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -28084,6 +28402,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28210,9 +28531,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28234,7 +28552,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28252,7 +28570,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -29014,9 +29332,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -29050,7 +29365,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29296,6 +29611,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29365,6 +29686,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29440,7 +29764,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29983,6 +30307,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30211,6 +30541,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30286,9 +30619,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30307,6 +30637,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30436,9 +30769,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30505,7 +30835,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30607,13 +30937,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30634,6 +30964,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30721,6 +31054,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30733,9 +31069,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30754,6 +31096,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30769,9 +31114,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30820,10 +31162,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30859,6 +31204,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30898,16 +31246,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30919,6 +31267,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30934,9 +31285,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31090,9 +31438,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31219,9 +31564,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31534,7 +31876,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31666,6 +32008,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31720,6 +32065,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31738,21 +32086,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31762,12 +32119,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31795,6 +32161,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31810,12 +32182,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31825,6 +32245,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32146,9 +32569,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32536,7 +32956,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32545,6 +32965,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32554,18 +32977,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32704,7 +33121,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32878,9 +33295,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32920,6 +33334,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32932,6 +33349,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32944,9 +33364,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32971,6 +33388,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33013,7 +33433,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33106,6 +33526,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33208,9 +33631,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33517,9 +33964,6 @@ 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 ""
@@ -33583,9 +34027,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33919,6 +34360,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33961,6 +34405,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34303,6 +34750,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34333,6 +34783,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34411,9 +34882,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34582,9 +35050,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34609,6 +35074,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34648,6 +35116,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34702,6 +35173,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34714,6 +35188,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34957,6 +35440,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -35029,6 +35515,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -35203,6 +35692,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35377,9 +35869,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35419,12 +35908,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35434,9 +35917,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35470,7 +35950,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35638,6 +36118,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35713,9 +36196,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35731,9 +36211,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -36103,7 +36580,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36154,7 +36631,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36238,9 +36715,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36364,6 +36838,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36403,9 +36880,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36445,9 +36919,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36667,6 +37147,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36688,6 +37171,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36727,6 +37213,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36955,9 +37444,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -37207,9 +37693,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37351,9 +37834,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37369,9 +37849,6 @@ 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 ""
@@ -37579,9 +38056,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37693,6 +38167,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37708,15 +38185,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37783,6 +38254,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38302,6 +38779,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38323,6 +38803,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38758,6 +39241,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39289,6 +39775,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39439,6 +39937,9 @@ msgstr[2] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39664,6 +40165,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39706,6 +40210,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39724,6 +40231,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39733,6 +40246,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39745,6 +40261,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39757,6 +40276,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39781,9 +40303,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39964,127 +40495,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40192,10 +40723,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40504,7 +41035,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40606,6 +41143,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40639,6 +41179,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40687,6 +41230,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40732,6 +41278,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40867,6 +41416,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40960,6 +41512,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40999,7 +41554,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41014,6 +41569,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41395,7 +41953,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41404,9 +41962,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41473,6 +42028,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41605,6 +42163,12 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "approved by: "
msgstr ""
@@ -41689,6 +42253,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -42064,6 +42631,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -42091,12 +42661,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -42226,6 +42790,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42274,6 +42841,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42391,6 +42964,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42487,9 +43063,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42532,9 +43105,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42658,7 +43228,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42706,6 +43276,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42760,6 +43333,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42805,6 +43381,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42814,9 +43393,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42853,9 +43429,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -43141,9 +43714,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43324,9 +43894,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/sr_SP/gitlab.po b/locale/sr_SP/gitlab.po
index bdcfd213a9a..8475a4b362e 100644
--- a/locale/sr_SP/gitlab.po
+++ b/locale/sr_SP/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: sr\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:19\n"
+"PO-Revision-Date: 2022-02-02 15:42\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -124,6 +124,30 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -532,6 +556,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -703,6 +733,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -799,6 +832,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -808,6 +844,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -919,9 +958,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -955,6 +991,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1948,21 +1987,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1987,9 +2017,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -2095,9 +2122,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -2107,7 +2131,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2122,6 +2146,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2188,6 +2215,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2305,9 +2335,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2605,6 +2632,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2761,6 +2794,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2797,7 +2833,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2923,6 +2959,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2986,6 +3025,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -3088,7 +3130,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3649,22 +3691,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3775,9 +3808,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3925,16 +3955,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while fetching this tab."
-msgstr ""
-
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4498,9 +4525,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4531,9 +4555,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4543,13 +4564,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4576,7 +4597,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4591,6 +4612,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4606,7 +4630,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4618,22 +4642,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4747,6 +4777,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4840,9 +4873,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4927,7 +4957,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5371,6 +5401,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5503,6 +5536,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5530,6 +5566,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5545,9 +5584,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5584,9 +5620,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5665,9 +5698,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5746,6 +5785,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -6061,18 +6103,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -6088,9 +6124,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6139,15 +6172,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6166,9 +6190,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6364,6 +6385,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6430,9 +6460,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6667,6 +6709,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -7048,6 +7093,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7225,6 +7273,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7525,15 +7576,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7630,6 +7672,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7654,7 +7702,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7699,7 +7747,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7729,7 +7777,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7786,13 +7834,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7819,7 +7870,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7846,6 +7897,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7858,6 +7921,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7882,7 +7948,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7900,6 +7966,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8851,6 +8920,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -9100,6 +9172,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -9130,6 +9205,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9175,12 +9256,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9208,12 +9292,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9775,7 +9865,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9916,9 +10006,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9931,9 +10036,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -10006,6 +10108,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -10033,13 +10138,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10183,6 +10291,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10441,6 +10552,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10675,6 +10789,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10909,6 +11026,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10918,10 +11038,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11011,12 +11131,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -11029,9 +11143,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -11044,9 +11155,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11119,9 +11227,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11149,9 +11254,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11161,12 +11263,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11179,9 +11275,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11203,9 +11296,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11476,9 +11566,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11911,6 +11998,9 @@ msgstr[2] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11926,6 +12016,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -12139,9 +12232,39 @@ msgstr[2] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12706,9 +12829,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12775,7 +12895,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12970,7 +13090,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13216,6 +13336,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13360,9 +13483,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13405,6 +13525,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13432,6 +13555,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13510,9 +13639,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13561,6 +13687,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13837,6 +13966,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13864,6 +13996,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14650,9 +14785,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14662,15 +14794,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14686,6 +14812,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14767,10 +14941,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15211,15 +15382,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15307,12 +15469,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15637,6 +15793,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15712,6 +15871,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15748,18 +15910,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15796,6 +15961,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15850,6 +16018,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15925,12 +16096,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15946,6 +16111,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15979,16 +16147,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16000,9 +16171,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16051,6 +16219,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16087,10 +16261,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16168,6 +16342,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16291,9 +16468,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16318,6 +16492,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16498,6 +16675,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16636,6 +16816,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16804,6 +16987,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16822,6 +17008,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16885,9 +17074,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16912,6 +17098,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16924,9 +17113,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17167,18 +17353,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17203,9 +17383,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17236,7 +17413,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17284,6 +17464,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17302,9 +17485,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17332,9 +17512,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17377,7 +17554,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17458,9 +17635,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17515,7 +17689,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17746,6 +17920,33 @@ msgstr[2] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17806,9 +18007,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17845,9 +18043,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17863,6 +18058,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17962,6 +18160,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17986,9 +18196,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18592,6 +18799,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18694,6 +18904,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18769,6 +18982,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19192,9 +19408,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19207,9 +19420,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19279,6 +19489,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19297,9 +19510,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19336,6 +19546,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19345,6 +19558,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19405,7 +19621,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21226,6 +21442,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21556,9 +21775,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21574,6 +21790,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21610,6 +21829,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22384,6 +22636,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22402,9 +22660,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23227,9 +23494,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23251,9 +23515,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23431,10 +23692,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23539,9 +23800,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23620,9 +23878,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23641,9 +23896,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -24160,6 +24412,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24187,6 +24442,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24253,7 +24511,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -25168,7 +25426,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25786,9 +26065,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25927,6 +26203,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25945,7 +26224,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26212,9 +26491,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26227,6 +26503,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26239,7 +26518,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26404,10 +26683,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26590,6 +26887,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26605,6 +26905,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26959,6 +27265,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27184,6 +27493,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27208,9 +27520,6 @@ 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 ""
@@ -27388,6 +27697,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27433,9 +27745,6 @@ 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 ""
@@ -27958,10 +28267,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -28039,6 +28351,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -28084,6 +28402,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28210,9 +28531,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28234,7 +28552,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28252,7 +28570,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -29014,9 +29332,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -29050,7 +29365,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29296,6 +29611,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29365,6 +29686,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29440,7 +29764,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29983,6 +30307,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30211,6 +30541,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30286,9 +30619,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30307,6 +30637,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30436,9 +30769,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30505,7 +30835,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30607,13 +30937,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30634,6 +30964,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30721,6 +31054,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30733,9 +31069,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30754,6 +31096,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30769,9 +31114,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30820,10 +31162,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30859,6 +31204,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30898,16 +31246,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30919,6 +31267,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30934,9 +31285,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31090,9 +31438,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31219,9 +31564,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31534,7 +31876,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31666,6 +32008,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31720,6 +32065,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31738,21 +32086,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31762,12 +32119,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31795,6 +32161,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31810,12 +32182,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31825,6 +32245,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32146,9 +32569,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32536,7 +32956,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32545,6 +32965,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32554,18 +32977,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32704,7 +33121,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32878,9 +33295,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32920,6 +33334,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32932,6 +33349,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32944,9 +33364,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32971,6 +33388,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33013,7 +33433,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33106,6 +33526,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33208,9 +33631,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33517,9 +33964,6 @@ 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 ""
@@ -33583,9 +34027,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33919,6 +34360,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33961,6 +34405,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34303,6 +34750,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34333,6 +34783,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34411,9 +34882,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34582,9 +35050,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34609,6 +35074,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34648,6 +35116,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34702,6 +35173,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34714,6 +35188,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34957,6 +35440,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -35029,6 +35515,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -35203,6 +35692,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35377,9 +35869,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35419,12 +35908,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35434,9 +35917,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35470,7 +35950,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35638,6 +36118,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35713,9 +36196,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35731,9 +36211,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -36103,7 +36580,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36154,7 +36631,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36238,9 +36715,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36364,6 +36838,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36403,9 +36880,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36445,9 +36919,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36667,6 +37147,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36688,6 +37171,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36727,6 +37213,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36955,9 +37444,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -37207,9 +37693,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37351,9 +37834,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37369,9 +37849,6 @@ 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 ""
@@ -37579,9 +38056,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37693,6 +38167,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37708,15 +38185,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37783,6 +38254,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38302,6 +38779,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38323,6 +38803,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38758,6 +39241,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39289,6 +39775,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39439,6 +39937,9 @@ msgstr[2] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39664,6 +40165,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39706,6 +40210,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39724,6 +40231,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39733,6 +40246,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39745,6 +40261,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39757,6 +40276,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39781,9 +40303,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39964,127 +40495,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40192,10 +40723,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40504,7 +41035,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40606,6 +41143,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40639,6 +41179,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40687,6 +41230,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40732,6 +41278,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40867,6 +41416,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40960,6 +41512,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40999,7 +41554,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41014,6 +41569,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41395,7 +41953,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41404,9 +41962,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41473,6 +42028,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41605,6 +42163,12 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "approved by: "
msgstr ""
@@ -41689,6 +42253,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -42064,6 +42631,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -42091,12 +42661,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -42226,6 +42790,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42274,6 +42841,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42391,6 +42964,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42487,9 +43063,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42532,9 +43105,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42658,7 +43228,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42706,6 +43276,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42760,6 +43333,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42805,6 +43381,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42814,9 +43393,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42853,9 +43429,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -43141,9 +43714,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43324,9 +43894,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/sv_SE/gitlab.po b/locale/sv_SE/gitlab.po
index 675ffd8220c..10d1c88b0be 100644
--- a/locale/sv_SE/gitlab.po
+++ b/locale/sv_SE/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: sv-SE\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:19\n"
+"PO-Revision-Date: 2022-02-02 15:42\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] "%d URL skannad"
msgstr[1] "%d URL:er skannade"
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%d godkännare"
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr "%{group_name} gruppmedlemmar"
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr "%{placeholder} är ett ogiltigt tema"
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr "Lägg till en GPG-nyckel"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr "Lägg till en SSH-nyckel"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr "Avataren kommer att tas bort! Är du säker?"
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/sw_KE/gitlab.po b/locale/sw_KE/gitlab.po
index 17807b99862..d72301d07a6 100644
--- a/locale/sw_KE/gitlab.po
+++ b/locale/sw_KE/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: sw\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:24\n"
+"PO-Revision-Date: 2022-02-02 15:48\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/ta_IN/gitlab.po b/locale/ta_IN/gitlab.po
index 610216894c5..83315a850f9 100644
--- a/locale/ta_IN/gitlab.po
+++ b/locale/ta_IN/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: ta\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:20\n"
+"PO-Revision-Date: 2022-02-02 15:43\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/tr_TR/gitlab.po b/locale/tr_TR/gitlab.po
index 172d63943bd..d4ee8db70c2 100644
--- a/locale/tr_TR/gitlab.po
+++ b/locale/tr_TR/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: tr\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:19\n"
+"PO-Revision-Date: 2022-02-02 15:42\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] "%d URL tarandı"
msgstr[1] "%d URL tarandı"
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%d onaylayan"
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr "%{group_name} grubunun ĂĽyeleri"
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr "Bir %{group_level_name} grubunda %{level_name} izin verilmez."
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr "%{placeholder} geçerli bir tema değil"
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr "Başka hiçbir veriye erişmek için kullanılamaz."
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr "Kişisel Erişim Anahtarları"
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr "Daha fazlasını öğren"
@@ -1979,9 +2002,6 @@ msgstr "CHANGELOG ekle"
msgid "Add CONTRIBUTING"
msgstr "CONTRIBUTING ekle"
-msgid "Add GitLab to Slack"
-msgstr "GitLab'i Slack'e ekle"
-
msgid "Add Jaeger URL"
msgstr "Jaeger URL ekle"
@@ -1991,8 +2011,8 @@ msgstr "Kubernetes kĂĽmesi ekle"
msgid "Add LICENSE"
msgstr "LÄ°SANS ekle"
-msgid "Add New Node"
-msgstr "Yeni Bir Düğüm Ekle"
+msgid "Add New Site"
+msgstr ""
msgid "Add README"
msgstr "BENÄ°OKU ekle"
@@ -2006,6 +2026,9 @@ msgstr "Bir %{type} ekle"
msgid "Add a GPG key"
msgstr "Bir GPG anahtarı ekle"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr "Bir yapılacak ekle"
msgid "Add an SSH key"
msgstr "Bir SSH anahtarı ekle"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr "Mevcut sorunu ekle"
@@ -2189,9 +2215,6 @@ msgstr "Sistem kancası ekle"
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr "Slack'e ekle"
-
msgid "Add to board"
msgstr "Panoya ekle"
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr "Ä°statistikler yĂĽklenirken hata oluĹźtu. LĂĽtfen tekrar deneyin"
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr "(Onay bekliyor)"
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr "Yönetici"
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr "Bu sensin!"
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr "Kullanıcının oturumu kapatılacak"
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr "Bu gruptaki projelerin Git LFS'yi kullanmasına izin verin"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
msgstr ""
-msgid "Allow requests to the local network from hooks and services."
-msgstr "Yerel aÄźa kanca ve servislerden gelen isteklere izin ver."
-
-msgid "Allow requests to the local network from system hooks"
-msgstr "Sistem kancalarından yerel ağa gelen isteklere izin ver"
-
-msgid "Allow requests to the local network from web hooks and services"
-msgstr ""
-
msgid "Allow subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr "Bir hata oluĹźtu"
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr "Konuya taslak eklenirken bir hata oluĹźtu."
@@ -3809,18 +3835,15 @@ msgstr "İşler alınırken bir hata oluştu."
msgid "An error occurred while fetching the latest pipeline."
msgstr "En son iş hattı getirilirken bir hata oluştu."
+msgid "An error occurred while fetching the pipelines jobs."
+msgstr ""
+
msgid "An error occurred while fetching the releases. Please try again."
msgstr "Sürümler alınırken bir hata oluştu. Lütfen tekrar deneyin."
msgid "An error occurred while fetching this tab."
msgstr "Bu sekme alınırken bir hata oluştu."
-msgid "An error occurred while generating a username. Please try again."
-msgstr "Kullanıcı adı oluştururken bir hata oluştu. Lütfen tekrar deneyin."
-
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
-msgstr ""
-
msgid "An error occurred while getting files for - %{branchId}"
msgstr ""
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr "Onaylayanlar"
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr "Hedef dal"
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr "Bu projeyi arşivden kaldırmak istediğinizden emin misiniz?"
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr "Bu kimliği kaldırmak istediğinizden emin misiniz?"
msgid "Are you sure you want to remove this list?"
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 "Sağlık kontrolü erişim anahtarını sıfırlamak istediğinizden emin misiniz?"
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr "Profil resmi kaldırılacak. Emin misiniz?"
msgid "Average per day: %{average}"
msgstr "GĂĽnlĂĽk ortalama: %{average}"
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr "Dikkatli olun. Projenin isim alanını değiştirmek, istenmeyen yan etkilere neden olabilir."
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr "@%{user_name}, şu anda %{plan_name} planını kullanıyorsunuz."
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ 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 to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr "Birleştirilmiş dalları sil"
msgid "Branches|Delete protected branch"
msgstr "Korumalı dalı sil"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "Korumalı '%{branch_name}' dalı silinsin mi?"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
msgstr ""
-msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "'%{branch_name}' dalını siliyorsunuz ve bu geri alınamaz. Emin misiniz?"
-
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
msgstr "Birleştirilmiş dalı siliyorsunuz ve bu geri alınamaz. Emin misiniz?"
@@ -5958,9 +5990,6 @@ msgstr "Yeni dal"
msgid "Branches|No branches to show"
msgstr "Gösterilecek dal yok"
-msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
-msgstr "Kabul edip, %{delete_protected_branch} düğmesine tıkladığınızda yapılan işlem geri alınıp kurtarılamaz."
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr "Öntanımlı dal silinemez"
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
msgstr ""
-msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-msgstr "Bu dal %{default_branch} ile birleĹźtirilmedi."
-
-msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
-msgstr "Veri kaybını önlemek için, bu dalı silmeden önce birleştirmeyi düşünün."
-
-msgid "Branches|To confirm, type %{branch_name_confirmation}:"
-msgstr "Kabul etmek için %{branch_name_confirmation} yazın:"
-
msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
msgstr "Yerel değişikliklerden vazgeçip akış sürümüyle dalın üzerine yazmak için, buradan silin ve yukarıdan 'Şimdi Güncelle'yi seçin."
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "Korumalı olan %{branch_name} dalını kalıcı olarak silmek üzeresiniz."
-
msgid "Branches|diverged from upstream"
msgstr "akıştan ayrılmış"
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr "Varsayılan olarak, tüm projeler ve gruplar genel bildirimler ayarını kullanacaktır."
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "tarafından"
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr "Otomatik olarak birleĹźtirilemez"
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr "Fatura adresi"
@@ -7092,6 +7136,9 @@ msgstr "Bu birleştirme talebini ayrıntılı incele"
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr "Alt epik mevcut deÄźil."
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr "İstemci kimlik doğrulama sertifikası"
-
-msgid "Client authentication key"
-msgstr "İstemci kimlik doğrulama anahtarı"
-
-msgid "Client authentication key password"
-msgstr "İstemci kimlik doğrulama anahtar parolası"
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr "%{quick_action_target} bunu kapatır."
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr "KĂĽme"
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr "İşlem Mesajı"
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr "Onayla"
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr "Hesabınıza bağlı e-postaları kontrol edin"
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr "Grup geri yĂĽklenemedi"
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr "Ben oluĹźturdum"
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr "OluĹźturma tarihi"
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr "DNS"
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr "Varsayılan sınıflandırma etiketi"
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] "Dağıtımlar"
msgid "Deploy Keys"
msgstr "Dağıtım Anahtarları"
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr "Şuna dağıt..."
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr "API"
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr "Bu dağıtım, API kullanılarak oluşturuldu"
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr "iptal edildi"
@@ -12554,9 +12673,6 @@ msgstr "Geliştirme sürecinize entegre güvenlik özellikleri"
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr "Ücretsiz deneme sürümü başlatın"
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr "Sorunlarda zaman izlemeyi yalnızca toplam saat olarak görüntüleyin."
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr "Yorumu dĂĽzenle"
msgid "Edit Deploy Key"
msgstr "Dağıtım Anahtarını Düzenle"
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr "Bakım modunu etkinleştir"
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr "Ortamı durdur"
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr "Epik"
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
msgstr ""
-msgid "External authentication"
-msgstr "Harici kimlik doÄźrulama"
-
msgid "External authorization denied access to this project"
msgstr ""
-msgid "External authorization request timeout"
-msgstr ""
-
msgid "External storage URL"
msgstr ""
@@ -14531,6 +14653,54 @@ msgstr "Sınıflandırma etiketi"
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr "Jira içe aktarımı için içe aktarma etiketi oluşturulamadı."
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr "Ĺžub"
@@ -15149,12 +15308,6 @@ msgstr "Süzgeç"
msgid "Filter by"
msgstr "Filtrele:"
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr "Kapalı olan %{issuable_type} türüne göre filtrele."
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr "Varsayılan etiket kümesi oluştur"
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr "CoÄźrafi"
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr "CoÄźrafi Ayarlar"
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr "Sonraki senkronizasyon planlandı"
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr "Senkronizasyon bekliyor"
@@ -15821,16 +15986,19 @@ msgstr "Tekrar indir"
msgid "Geo|Remove"
msgstr "Kaldır"
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr "ikincil"
msgid "Get a free instance review"
msgstr "Ücretsiz bir örnek incelemesi alın"
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr "GitLab ĂĽyesi ya da e-posta adresi"
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16383,7 +16560,7 @@ msgid "GlobalSearch|Results updated. %{count} results available. Use the up and
msgstr ""
msgid "GlobalSearch|Search GitLab"
-msgstr ""
+msgstr "GitLab'da ara"
msgid "GlobalSearch|Search results are loading"
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr "Grup Git LFS durumu:"
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
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 ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr "Gruba genel bakış içeriği"
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr "Grup iş hattı kayıtları başarıyla sıfırlandı."
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] "DeÄźerleri gizle"
msgid "Hide values"
msgstr "DeÄźerleri gizle"
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr "Temizlik hizmeti"
msgid "Housekeeping successfully started"
msgstr "Temizlik hizmeti başarıyla başlatıldı"
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr "Temizlik hizmeti, dışa aktarma, yol, transfer, kaldırma, arşivleme."
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr "Ĺžifremi unuttum"
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr "Tüm ayrıntılar"
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr "Yorum ayrıntıları:"
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr "Standart"
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr "YĂĽkleniyor..."
msgid "Loading…"
msgstr "Yükleniyor…"
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr "YerelleĹźtirme"
@@ -21402,6 +21615,9 @@ msgstr "Kilitle"
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr "Kilitler, belirli bir dosyayı veya klasörü kilitleme yeteneği sağla
msgid "Locks the discussion."
msgstr "Tartışmayı kilitler."
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr "İş hattı başarılı olduğunda birleştir"
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr "Ay"
msgid "More Information"
msgstr "Daha Fazla Bilgi"
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr "Gösterilecek dönüm noktası yok"
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr "İş hatları"
msgid "Pipelines charts"
msgstr "İş hatları çizelgeleri"
-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}' için iş hattı ayarları başarıyla güncellendi."
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr "Zaman tercihleri"
msgid "Preferences|Use relative times"
msgstr "Göreceli zamanları kullan"
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr "Ă–nceki"
@@ -26993,7 +27299,7 @@ msgid "Profiles|An error occurred while updating your username, please try again
msgstr "Kullanıcı adınız güncellenirken bir hata oluştu, lütfen tekrar deneyin."
msgid "Profiles|An indicator appears next to your name and avatar"
-msgstr ""
+msgstr "Adınızın ve profil resminizin yanında bir gösterge belirir"
msgid "Profiles|Avatar cropper"
msgstr "Profil resmi kırpıcı"
@@ -27001,6 +27307,9 @@ msgstr "Profil resmi kırpıcı"
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr "Profil resmi kaldırılacak. Emin misiniz?"
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr "Hakkında"
@@ -27025,9 +27334,6 @@ msgstr "Ĺžehir, ĂĽlke"
msgid "Profiles|Clear status"
msgstr "Durumu temizle"
-msgid "Profiles|Click on icon to activate signin with one of the following services"
-msgstr "Aşağıdaki hizmetlerden biriyle giriş yapmak için simgeye tıklayın"
-
msgid "Profiles|Commit email"
msgstr "İşlem e-postası"
@@ -27205,11 +27511,14 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr "Profil resmini kaldır"
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr "Yeni profil resmini ayarla"
msgid "Profiles|Set your local time zone"
-msgstr ""
+msgstr "Yerel saat diliminizi ayarlayın"
msgid "Profiles|Social sign-in"
msgstr "Sosyal oturum açma"
@@ -27250,9 +27559,6 @@ msgstr "İki Aşamalı Kimlik Doğrulama"
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 "Genellikle \"ssh-ed25519 …\" veya \"ssh-rsa …\" ile başlar"
-
msgid "Profiles|Update profile settings"
msgstr "Profil ayarlarını güncelle"
@@ -27775,11 +28081,14 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+msgstr ""
+
msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr "Birleştirme yönteminizi, birleştirme seçeneklerini, birleştirme denetimlerini ve birleştirme önerilerini seçin."
-msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
-msgstr "Birleştirme yönteminizi, birleştirme seçeneklerinizi, birleştirme denetimlerinizi, birleştirme önerilerinizi seçin ve birleştirme istekleri için varsayılan bir açıklama şablonu oluşturun."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
+msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
msgstr ""
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr "BirleĹźtirme istekleri"
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr "Birleştirme önerileri"
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr "Daha fazla dakika satın al"
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr "%{name} tarafından çözüldü"
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr "Ä°ptal et"
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr "Yol haritası"
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr "Rol"
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr "Ara"
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr "Arşiv Biçimini Seçin"
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr "Sayfa Seç"
@@ -32332,7 +32748,7 @@ msgstr "Servis Masası"
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr "CI/CD'yi kur"
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32537,7 +32950,7 @@ msgid "SetStatusModal|Add status emoji"
msgstr "Durum ifadesi ekle"
msgid "SetStatusModal|An indicator appears next to your name and avatar"
-msgstr ""
+msgstr "Adınızın ve profil resminizin yanında bir gösterge belirir"
msgid "SetStatusModal|Busy"
msgstr ""
@@ -32673,9 +33086,6 @@ msgstr "İş hattı dakikalarını sıfırla"
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr "Kullanılan iş hattı dakikalarını sıfırla"
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr "Arşivlenmiş projeleri göster"
msgid "Show archived projects only"
msgstr "Yalnızca arşivlenmiş projeleri göster"
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr "Komutu göster"
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr "Tüm sorunlar gösteriliyor"
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr "Oturumu kapat ve kaydol"
msgid "Sign up"
msgstr "Kaydol"
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ msgstr ""
msgid "Something went wrong. Try again later."
msgstr ""
-msgid "Sorry, no epics matched your search"
-msgstr "Üzgünüz, aramanızla eşleşen epik yok"
-
msgid "Sorry, no projects matched your search"
msgstr "Üzgünüz, aramanızla eşleşen proje yok"
@@ -33376,9 +33816,6 @@ msgstr "Son iletiĹźim"
msgid "SortOptions|Last created"
msgstr "Son oluĹźturulan"
-msgid "SortOptions|Last updated"
-msgstr "Son gĂĽncelleme"
-
msgid "SortOptions|Least popular"
msgstr "En az popĂĽler"
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr "Aramayı başlat"
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr "Abone"
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr "Deneme bitiĹź tarihi"
msgid "SubscriptionTable|Trial start date"
msgstr "Deneme başlangıç tarihi"
-msgid "SubscriptionTable|Upgrade"
-msgstr "YĂĽkselt"
-
msgid "SubscriptionTable|Usage"
msgstr "Kullanım"
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr "Pazar"
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr "Destek"
@@ -34750,6 +35229,9 @@ msgstr "Hedef dal"
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ 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 "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr "Kullanıcı iş hattı dakikaları sıfırlanırken bir hata oluştu."
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr "Bu proje"
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr "Son işlemden birleştirmeye kadar geçen süre"
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ msgstr "Aramanızı genişletmek için yukarıdaki filtreleri değiştirin veya
msgid "To widen your search, change or remove filters above."
msgstr ""
-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 "Yapılacaklar Listesi"
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr "Tetikleyici başarıyla güncellendi."
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr "GĂĽncellendi:"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "%{updated_by} tarafından %{updated_at} zamanında güncellendi"
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr "Değiştirilen @ dosyayı görüntüle "
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr "Proje"
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr "UYARI:"
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr "Bu gruplara katılmayı talep ederek onlara kolayca katkıda bulunabilir
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr "Proje sınırınıza ulaştınız"
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr "Adınız"
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr "AboneliÄźiniz sona erdi!"
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr "%{user} aracılığıyla %{email} tarafından %{timeAgoString} oluşturuldu"
-msgid "created %{timeAgoString} by %{user}"
-msgstr "%{user} tarafından %{timeAgoString} oluşturuldu"
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr "Jira'da %{user} tarafından %{timeAgoString} oluşturuldu"
-
msgid "created %{timeAgo}"
msgstr "%{timeAgo} oluĹźturuldu"
@@ -41995,6 +42554,9 @@ msgstr "başarısız"
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42007,7 +42569,7 @@ msgid "finding is not found or is already attached to a vulnerability"
msgstr ""
msgid "following"
-msgstr ""
+msgstr "takip ediliyor"
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr "grup"
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "%{path_lock_user_name} tarafından kilitlendi %{created_at}"
-msgid "log in"
-msgstr "oturum aç"
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr "Birleştirme başarısız."
@@ -42523,6 +43091,9 @@ msgstr "Web IDE'de aç"
msgid "mrWidget|Plain diff"
msgstr "DĂĽz deÄźiĹźiklik"
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr "Kaynak dal silindi"
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr "Ĺžifreniz"
-msgid "mrWidget|branch does not exist."
-msgstr "dal mevcut deÄźil."
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr "kullanıcının profil resmi"
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr "kullanıcı adı"
diff --git a/locale/uk/gitlab.po b/locale/uk/gitlab.po
index 2a89f199ae8..f7980b193c8 100644
--- a/locale/uk/gitlab.po
+++ b/locale/uk/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: uk\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:20\n"
+"PO-Revision-Date: 2022-02-02 15:42\n"
msgid " %{start} to %{end}"
msgstr " %{start} Đ´Đľ %{end}"
@@ -132,6 +132,34 @@ msgstr[1] "%d URL-адреŃи відŃкановано"
msgstr[2] "%d URL-Đ°Đ´Ń€ĐµŃ Đ˛Ń–Đ´Ńкановано"
msgstr[3] "%d URL-Đ°Đ´Ń€ĐµŃ Đ˛Ń–Đ´Ńкановано"
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%d затверджŃюча ĐľŃоба"
@@ -603,6 +631,12 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr "%{code_open}Đ—Đ°ĐĽĐ°Ńковано:%{code_close} Сховано в жŃрналах завдань. Повинні відповідати вимогам Đ´Đľ ĐĽĐ°ŃĐşŃвання."
@@ -780,6 +814,9 @@ msgstr "%{group_name} активніŃŃ‚ŃŚ"
msgid "%{group_name} group members"
msgstr "кориŃŃ‚Ńвачі грŃпи %{group_name}"
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
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}."
@@ -876,6 +913,9 @@ msgstr "%{level_name} не дозволено в %{group_level_name} грŃпі.
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "%{level_name} не допŃŃкаєтьŃŃŹ, ĐľŃкільки проєкт-джерело цього Ń„ĐľŃ€ĐşŃ ĐĽĐ°Ń” Đ˝Đ¸Đ¶Ń‡Ń Đ˛Đ¸Đ´Đ¸ĐĽŃ–ŃŃ‚ŃŚ."
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr "%{link_start}ДовідайтеŃŃŚ більŃе%{link_end} про ролі."
@@ -885,6 +925,9 @@ msgstr "%{link_start}Видаліть %{draft_snippet} префікŃ%{link_end}
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr "%{link_start}ĐŻĐşŃ Ń–Đ˝Ń„ĐľŃ€ĐĽĐ°Ń†Ń–ŃŽ збирає компанія GitLab Inc.?%{link_end}"
@@ -997,9 +1040,6 @@ msgstr "%{placeholder} не є коректною темою"
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -1034,6 +1074,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr "%{scope} резŃльтати для Ń‚ĐµŃ€ĐĽŃ–Đ˝Ń \"%{term}\""
@@ -1339,7 +1382,7 @@ msgid "(max size 15 MB)"
msgstr "(ĐĽĐ°ĐşŃимальний розмір 15 Мб)"
msgid "(optional)"
-msgstr ""
+msgstr "(необов'язково)"
msgid "(removed)"
msgstr "(видалено)"
@@ -2064,21 +2107,12 @@ msgstr "Не може бŃти викориŃтоно для Đ´ĐľŃŃ‚ŃĐżŃ Đ´Đľ
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr "Зберігайте цей токен в Ńекреті. Đ‘ŃĐ´ŃŚ-Ń…Ń‚Đľ, Ń…Ń‚Đľ отримає Đ´Đľ нього Đ´ĐľŃŃ‚ŃĐż зможе читати RSS-канал активноŃŃ‚Ń– Ń‚Đ° задач, Đ° також канал ваŃого календаря від ваŃого імені. Ви повинні %{link_reset_it} якщо це трапитьŃŃŹ."
-
msgid "AccessTokens|Personal Access Tokens"
msgstr "ĐžŃобиŃŃ‚Ń– токени Đ´ĐľŃŃ‚ŃĐżŃ"
@@ -2103,9 +2137,6 @@ msgstr "Đ’Đ°Ń Ń‚ĐľĐşĐµĐ˝ для вхідних повідомлень елекŃ
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr "ŃкинŃти цей токен"
-
msgid "AccessibilityReport|Learn more"
msgstr "ДізнатиŃŃŹ більŃе"
@@ -2211,9 +2242,6 @@ msgstr "Додати ŃпиŃок Đ·ĐĽŃ–Đ˝ (CHANGELOG)"
msgid "Add CONTRIBUTING"
msgstr "Додати CONTRIBUTING"
-msgid "Add GitLab to Slack"
-msgstr "Додати GitLab до Slack"
-
msgid "Add Jaeger URL"
msgstr "Додати URL-адреŃŃ Jaeger"
@@ -2223,8 +2251,8 @@ msgstr "Додати Kubernetes-клаŃтер"
msgid "Add LICENSE"
msgstr "Додати файл ліцензії (LICENSE)"
-msgid "Add New Node"
-msgstr "Додати новий вŃзол"
+msgid "Add New Site"
+msgstr ""
msgid "Add README"
msgstr "Додати Ń–Đ˝ŃŃ‚Ń€Ńкцію (README)"
@@ -2238,6 +2266,9 @@ msgstr "Додати %{type}"
msgid "Add a GPG key"
msgstr "Додати GPG ключ"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr "Додайте URL-адреŃŃ Jaeger, щоб замінити цю ŃŃ‚ĐľŃ€Ń–Đ˝ĐşŃ ĐżĐľŃиланням на Đ˛Đ°Ń Ńервер Jaeger. ĐˇĐżĐľŃ‡Đ°Ń‚ĐşŃ Đ˛Đ°ĐĽ потрібно %{link_start_tag} вŃтановити Jaeger%{link_end_tag}."
@@ -2304,6 +2335,9 @@ msgstr "Додати нагадŃвання"
msgid "Add an SSH key"
msgstr "Додати SSH ключ"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr "Додати Ń–ŃĐ˝ŃŃŽŃ‡Ń Đ·Đ°Đ´Đ°Ń‡Ń"
@@ -2421,9 +2455,6 @@ msgstr "Додати ŃиŃтемний Ń…ŃĐş"
msgid "Add text to the sign-in page. Markdown enabled."
msgstr "Додати текŃŃ‚ Đ´Đľ Ńторінки входŃ. Markdown Ńвімкнено."
-msgid "Add to Slack"
-msgstr "Додати в Slack"
-
msgid "Add to board"
msgstr "Додати на Đ´ĐľŃĐşŃ"
@@ -2721,6 +2752,12 @@ msgstr "Ви збираєтеŃŃŹ Đ·Ńпинити вŃŃ– завдання. Ви
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr "Помилка при завантаженні ŃтатиŃтики. Đ‘ŃĐ´ŃŚ лаŃка, ŃпробŃйте зновŃ"
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2877,6 +2914,9 @@ msgstr "(Вимкнено)"
msgid "AdminUsers|(Internal)"
msgstr "(Đ’Đ˝ŃтріŃні)"
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr "(ОчікŃŃ” Ńхвалення)"
@@ -2913,8 +2953,8 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr "ĐдмініŃтратор"
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
-msgstr "ĐдмініŃтратори ĐĽĐ°ŃŽŃ‚ŃŚ Đ´ĐľŃŃ‚ŃĐż Đ´Đľ вŃŃ–Ń… грŃĐż, проєктів Ń‚Đ° кориŃŃ‚Ńвачів Ń– можŃŃ‚ŃŚ керŃвати вŃŃ–ĐĽĐ° Ń„Ńнкціями цього вŃтановлення."
+msgid "AdminUsers|Administrator"
+msgstr ""
msgid "AdminUsers|Admins"
msgstr "ĐдмініŃтратори"
@@ -3039,6 +3079,9 @@ msgstr "Це ви!"
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr "ДокладніŃе про %{link_start}забанених кориŃŃ‚Ńвачів.%{link_end}"
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr "Đ’Ń…Ń–Đ´ в ŃиŃтемŃ"
@@ -3102,6 +3145,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr "КориŃŃ‚Ńвач не може Ńвійти."
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr "КориŃŃ‚Ńвач вийде Ń–Đ· ŃиŃтеми"
@@ -3204,8 +3250,8 @@ msgstr "При необхідноŃŃ‚Ń– ви можете забанити Ń—Ń…Đ
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr "Ви можете розблокŃвати Ń—Ń… обліковий Đ·Đ°ĐżĐ¸Ń Ń ĐĽĐ°ĐąĐ±ŃтньомŃ. Їхні дані залиŃĐ°ŃŽŃ‚ŃŚŃŃŹ недоторканими."
-msgid "AdminUsers|You cannot remove your own admin rights."
-msgstr "Ви не можете видалити Ńвої права адмініŃтратора."
+msgid "AdminUsers|You cannot remove your own administrator access."
+msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
msgstr "Ви повинні передати право влаŃноŃŃ‚Ń– або видалити грŃпи, що належать Ń†ŃŚĐľĐĽŃ ĐşĐľŃ€Đ¸ŃŃ‚ŃвачŃ, ĐżĐµŃ€Ń Đ˝Ń–Đ¶ ви зможете видалити його обліковий запиŃ"
@@ -3765,22 +3811,13 @@ msgstr "Дозволити проєктам в цій грŃпі викориŃŃ
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr "Дозволити підгрŃпам вŃтановлювати влаŃні правила двофакторної Đ°Ńтентифікації"
msgid "Allow this key to push to this repository"
msgstr "Дозволити відправляти ключ до цього репозиторію"
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3891,9 +3928,6 @@ msgstr "ТрапилаŃŃŹ помилка"
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr "Помилка Ń Đ·Đ˛Ń–Ń‚Ń–, в ŃŹĐşĐľĐĽŃ Ń€ĐµĐ·Ńльтат теŃŃ‚Ń Đ˛ĐşĐ°Đ·ŃŃ” на наявніŃŃ‚ŃŚ вразливоŃŃ‚Ń– в ŃиŃтемі, коли не приŃŃтні вразливоŃŃ‚Ń–."
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr "Помилка при додаванні чернетки до обговорення."
@@ -4041,18 +4075,15 @@ msgstr "Помилка при отриманні завдань."
msgid "An error occurred while fetching the latest pipeline."
msgstr "Помилка при отриманні ĐľŃтаннього конвеєра."
+msgid "An error occurred while fetching the pipelines jobs."
+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 autocomplete data. Please refresh the page and try again."
-msgstr "Помилка при отриманні даних автозаповнення. Оновіть ŃŃ‚ĐľŃ€Ń–Đ˝ĐşŃ Ń‚Đ° ŃпробŃйте ще раз."
-
msgid "An error occurred while getting files for - %{branchId}"
msgstr "СталаŃŃŹ помилка при отриманні файлів для - %{branchId}"
@@ -4622,9 +4653,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr "Додати затверджŃвачів"
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr "Đ’ŃŃ– Ńканери"
@@ -4655,9 +4683,6 @@ msgstr "Тип ĐľŃоби, що затверджŃŃ”"
msgid "ApprovalRule|Approvers"
msgstr "ЗатверджŃючі ĐľŃоби"
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr "Підтверджено"
@@ -4667,13 +4692,13 @@ msgstr "Відхилено"
msgid "ApprovalRule|Examples: QA, Security."
msgstr "Приклади: QA, Security."
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4700,7 +4725,7 @@ msgstr "Đ‘ŃĐ´ŃŚ лаŃка, оберіть принаймні один ŃŃ‚Đ°Đ˝
msgid "ApprovalRule|Previously detected"
msgstr "РаніŃе виявлений"
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4715,6 +4740,9 @@ msgstr "Сканери безпеки"
msgid "ApprovalRule|Select All"
msgstr "Вибрати вŃе"
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr "Вибрати Ńканери"
@@ -4730,7 +4758,7 @@ msgstr "Рівні ŃерйозноŃŃ‚Ń–"
msgid "ApprovalRule|Target branch"
msgstr "Цільова гілка"
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4742,23 +4770,29 @@ msgstr "Стани вразливоŃŃ‚Ń–"
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr "НалаŃŃ‚Ńвання Ńхвалення Đ·Đ°ĐżĐ¸Ń‚Ń Đ˝Đ° злиття оновлено."
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr "Заборонити Ńхвалення автором."
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr "Заборонити Ńхвалення кориŃŃ‚Ńвачами, які додають коміти."
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
-msgstr "Заборонити редагŃвати правила Ńхвалення в запитах на злиття."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
+msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr "Заборонити редагŃвати правила Ńхвалення Ń ĐżŃ€ĐľŃ”ĐşŃ‚Đ°Ń… Ń‚Đ° запитах на злиття."
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
-msgstr "Видалити вŃŃ– Ńхвалення, коли коміти додано Đ´Đľ гілки-джерела."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
+msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
-msgstr "Вимагати пароль кориŃŃ‚Ńвача для Ńхвалення."
+msgid "ApprovalSettings|Require user password to approve"
+msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
msgstr "Під Ń‡Đ°Ń Đ·Đ°Đ˛Đ°Đ˝Ń‚Đ°Đ¶ĐµĐ˝Đ˝ŃŹ налаŃŃ‚Ńвань Ńхвалення Đ·Đ°ĐżĐ¸Ń‚Ń Đ˝Đ° злиття ŃталаŃŃŹ помилка."
@@ -4871,6 +4905,9 @@ msgstr "Ви впевнені, що хочете розархівŃвати це
msgid "Are you sure you want to %{action} %{name}?"
msgstr "Ви впевнені , що ви хочете %{action}%{name}?"
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr "Ви впевнені, що бажаєте ŃпробŃвати об'єднатиŃŃŹ?"
@@ -4965,9 +5002,6 @@ msgstr "Ви впевнені, що хочете видалити цю іденŃ
msgid "Are you sure you want to remove this list?"
msgstr "Ви впевнені, що хочете видалити цей ŃпиŃок?"
-msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
-msgstr "Ви впевнені, що хочете ŃкинŃти токен SCIM? Виконання SCIM переŃтане працювати доти, поки новий токен не бŃде оновлено."
-
msgid "Are you sure you want to reset the health check token?"
msgstr "Ви впевнені, що Ви хочете перегенерŃвати цей ключ перевірки працездатноŃŃ‚Ń–?"
@@ -5052,8 +5086,8 @@ msgstr "Запитати пізніŃе"
msgid "Ask someone with write access to resolve it."
msgstr "ПопроŃŃ–Ń‚ŃŚ когоŃŃŚ Ń–Đ· правом запиŃŃ Đ˛Đ¸Ń€Ń–Ńити цю проблемŃ."
-msgid "Ask your group maintainer to set up a group runner."
-msgstr "ПопроŃŃ–Ń‚ŃŚ Ńвого керівника грŃпи налаŃŃ‚Ńвати грŃповий Runner."
+msgid "Ask your group owner to set up a group runner."
+msgstr ""
msgid "Assertion consumer service URL"
msgstr "URL-адреŃĐ° ŃĐ»Ńжби обробника тверджень"
@@ -5498,6 +5532,9 @@ msgstr "Đватар бŃде видалено. Ви впевнені?"
msgid "Average per day: %{average}"
msgstr "Đ’ ŃĐµŃ€ĐµĐ´Đ˝ŃŚĐľĐĽŃ Đ·Đ° день: %{average}"
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5630,6 +5667,9 @@ msgstr "КориŃŃ‚Ńвач Ń–Đ· API Đ´ĐľŃŃ‚Ńпом Đ´Đľ Bambooo Ńервер
msgid "Based on"
msgstr "На ĐľŃнові"
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr "Đ‘Ńдьте обережні. Зміна проŃŃ‚ĐľŃ€Ń Ń–ĐĽĐµĐ˝ ĐżŃ€ĐľŃ”ĐşŃ‚Ń ĐĽĐľĐ¶Đµ мати небажані побічні ефекти."
@@ -5657,6 +5697,9 @@ msgstr "Нижче наведені налаŃŃ‚Ńвання для %{link_to_gi
msgid "Below you will find all the groups that are public."
msgstr "Нижче ви знайдете вŃŃ– загальнодоŃŃ‚Ńпні грŃпи."
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5672,9 +5715,6 @@ msgstr "%{group_name} викориŃтовŃŃ” %{plan_name}."
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr "@%{user_name} наразі ви викориŃтовŃєте %{plan_name}."
-msgid "BillingPlans|Compare all plans"
-msgstr "Порівняти ŃŃŃ– плани."
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr "Вітаємо, ваŃĐ° безкоŃтовна пробна верŃŃ–ŃŹ активована."
@@ -5711,9 +5751,6 @@ 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 to GitLab %{planNameForUpgrade}"
-msgstr "Оновіть до GitLab %{planNameForUpgrade}"
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr "Не дивлячиŃŃŚ на те, що GitLab припиняє Đ´ĐľŃŃ‚ŃĐż Đ´Đľ Бронзового планŃ, ви можете продовжити Đ±Ń€ĐľĐ˝Đ·ĐľĐ˛Ń ĐżŃ–Đ´ĐżĐ¸ŃĐşŃ Ń‰Đµ один раз Đ´Đľ %{eoa_bronze_plan_end_date}. Також ми пропонŃємо обмежене Đ·Đ° чаŃом безкоŃтовне оновлення Đ´Đľ ПреміŃĐĽ ĐżĐ»Đ°Đ˝Ń (Đ´Đľ 25 кориŃŃ‚Ńвачів)! ДізнайтеŃŃŹ більŃе про зміни Ń‚Đ° пропозиції Ń Đ˝Đ°ŃĐľĐĽŃ %{announcement_link}."
@@ -5792,9 +5829,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5873,6 +5916,9 @@ msgstr "Імпорт з Bitbucket"
msgid "Blame"
msgstr "ВідповідальніŃŃ‚ŃŚ"
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr "ЗаблокŃвати кориŃŃ‚Ńвача"
@@ -6191,18 +6237,12 @@ msgstr "Видалити злиті гілки"
msgid "Branches|Delete protected branch"
msgstr "Видалити Đ·Đ°Ń…Đ¸Ń‰ĐµĐ˝Ń ĐłŃ–Đ»ĐşŃ"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "Видалити Đ·Đ°Ń…Đ¸Ń‰ĐµĐ˝Ń ĐłŃ–Đ»ĐşŃ \"%{branch_name}\"?"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr "Видалити Đ·Đ°Ń…Đ¸Ń‰ĐµĐ˝Ń ĐłŃ–Đ»ĐşŃ. Ви ĐБСОЛЮТНО Впевнені?"
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
msgstr "Не можна ŃкаŃŃвати видалення гілки %{strongStart}%{branchName}%{strongEnd}. Ви впевнені?"
-msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "Видалення гілки '%{branch_name}' неможливо бŃде ŃкаŃŃвати. Ви впевнені?"
-
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
msgstr "Видалення злитих гілок неможливо бŃде ŃкаŃŃвати. Ви впевнені?"
@@ -6218,9 +6258,6 @@ 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 "ĐŻĐş тільки ви підтвердите Ń– натиŃнете %{delete_protected_branch}, дані бŃĐ´ŃŃ‚ŃŚ втрачені, Ń– Ń—Ń… не можливо бŃде відновити."
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr "ПіŃля підтвердження Ń‚Đ° натиŃкання %{strongStart}%{buttonText}%{strongEnd}, його не можна бŃде ŃкаŃŃвати або відновити."
@@ -6269,15 +6306,6 @@ msgstr "Гілка \"Đ·Đ° замовчŃванням\" не може бŃти в
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
msgstr "Ця гілка не бŃла об'єднана в %{defaultBranchName}. Щоб ŃникнŃти втрати даних, об’єднайте цю ĐłŃ–Đ»ĐşŃ ĐżĐµŃ€ĐµĐ´ Ń—Ń— видаленням."
-msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-msgstr "Ця гілка не бŃла злита в %{default_branch}."
-
-msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
-msgstr "Щоб ŃникнŃти втрати даних, розгляньте можливіŃŃ‚ŃŚ злиття цієї гілки перед Ń—Ń— видаленням."
-
-msgid "Branches|To confirm, type %{branch_name_confirmation}:"
-msgstr "Для підтвердження, введіть %{branch_name_confirmation}:"
-
msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
msgstr "Щоб відхилити локальні зміни Ń– перезапиŃати ĐłŃ–Đ»ĐşŃ Đ˛ĐµŃ€Ńією Đ· upstream, видаліть Ń—Ń— Ń‚ŃŃ‚ Ń– виберіть \"Оновити зараз\" вище."
@@ -6296,9 +6324,6 @@ msgstr "Ви збираєтеŃŃŚ назавжди видалити ĐłŃ–Đ»ĐşŃ %
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr "Ви збираєтеŃŃŹ ĐľŃтаточно видалити Đ·Đ°Ń…Đ¸Ń‰ĐµĐ˝Ń ĐłŃ–Đ»ĐşŃ %{strongStart}%{branchName}.%{strongEnd}"
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "Ви збираєтеŃŃŹ видалити Đ·Đ°Ń…Đ¸Ń‰ĐµĐ˝Ń ĐłŃ–Đ»ĐşŃ %{branch_name}."
-
msgid "Branches|diverged from upstream"
msgstr "розходитьŃŃŹ Đ· upstream"
@@ -6494,6 +6519,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr "Đ—Đ° замовчŃванням ŃŃŃ– проєкти Ń‚Đ° грŃпи бŃĐ´ŃŃ‚ŃŚ викориŃтовŃвати глобальні налаŃŃ‚Ńвання Ńповіщень."
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "від"
@@ -6561,9 +6595,21 @@ msgstr "СтатиŃтика релізів"
msgid "CICDAnalytics|Releases"
msgstr "Релізів"
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr "Додайти %{base_domain_link_start}базовий домен%{link_end} Ń Ńвій %{kubernetes_cluster_link_start} клаŃтер Kubernetes%{link_end}, щоб ваŃĐ° Ńтратегія розгортання працювала."
@@ -6697,10 +6743,10 @@ msgid "Can't apply as the source branch was deleted."
msgstr "Не вдаєтьŃŃŹ Đ·Đ°ŃŃ‚ĐľŃŃвати, ĐľŃкільки ĐłŃ–Đ»ĐşŃ Đ´Đ¶ĐµŃ€ĐµĐ»Đ° видалено."
msgid "Can't apply as these lines were changed in a more recent version."
-msgstr ""
+msgstr "Неможливо Đ·Đ°ŃŃ‚ĐľŃŃвати, ĐľŃкільки ці рядки бŃли змінені в ĐľŃтанній верŃŃ–Ń—."
msgid "Can't apply as this line was changed in a more recent version."
-msgstr ""
+msgstr "Неможливо Đ·Đ°ŃŃ‚ĐľŃŃвати ĐľŃкільки цей рядок бŃв змінений в ĐľŃтанній верŃŃ–Ń—."
msgid "Can't apply this suggestion."
msgstr "Не можна Đ·Đ°ŃŃ‚ĐľŃŃвати цю пропозицію."
@@ -6712,7 +6758,7 @@ msgid "Can't create snippet: %{err}"
msgstr "Неможливо Ńтворити Ńніпет: %{err}"
msgid "Can't fetch content for the blob: %{err}"
-msgstr ""
+msgstr "Не вдаєтьŃŃŹ отримати вміŃŃ‚ для бінарних даних. %{err}"
msgid "Can't find HEAD commit for this branch"
msgstr "Не ĐĽĐľĐ¶Ń Đ·Đ˝Đ°ĐąŃ‚Đ¸ HEAD-коміт для цієї гілки"
@@ -6798,6 +6844,9 @@ msgstr "Неможливо призначати конфіденційний еĐ
msgid "Cannot be merged automatically"
msgstr "Неможливо злити автоматично"
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr "Неможливо Ńтворити звіт про зловживання. КориŃŃ‚Ńвача бŃло видалено."
@@ -7181,6 +7230,9 @@ msgstr "(x%{numberOfUsers})"
msgid "Checkout|(x%{quantity})"
msgstr "(x%{quantity})"
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr "Платіжна адреŃĐ°"
@@ -7358,6 +7410,9 @@ msgstr "Вибрати (cherry-pick) цей запит на злиття"
msgid "Child"
msgstr "Дочірний"
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr "Дочірній епік не Ń–ŃĐ˝ŃŃ”."
@@ -7658,15 +7713,6 @@ msgstr "НатиŃніть, щоб Ńховати"
msgid "Click to reveal"
msgstr "НатиŃніть, щоб показати"
-msgid "Client authentication certificate"
-msgstr "Сертифікат автентифікації клієнта"
-
-msgid "Client authentication key"
-msgstr "Ключ автентифікації клієнта"
-
-msgid "Client authentication key password"
-msgstr "Пароль ключа автентифікації клієнта"
-
msgid "Client request timeout"
msgstr "Đ§Đ°Ń ĐľŃ‡Ń–ĐşŃвання Đ·Đ°ĐżĐ¸Ń‚Ń ĐşĐ»Ń–Ń”Đ˝Ń‚Đ°"
@@ -7763,6 +7809,12 @@ msgstr "Закрито: %{closed}"
msgid "Closes this %{quick_action_target}."
msgstr "Закриває %{quick_action_target}."
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr "КлаŃтер"
@@ -7787,20 +7839,20 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
msgstr ""
msgid "ClusterAgents|%{titleIcon}Connected"
-msgstr ""
+msgstr "%{titleIcon}Підключено"
msgid "ClusterAgents|%{titleIcon}Not connected"
msgstr ""
msgid "ClusterAgents|%{tokenName} created"
-msgstr ""
+msgstr "%{tokenName} Ńтворено"
msgid "ClusterAgents|%{tokenName} revoked"
msgstr ""
@@ -7832,8 +7884,8 @@ msgstr "Agent ніколи не підключаєтьŃŃŹ Đ´Đľ GitLab"
msgid "ClusterAgents|All"
msgstr "Đ’ŃŃ–"
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
-msgstr "СталаŃŃŹ помилка під Ń‡Đ°Ń Đ·Đ°Đ˛Đ°Đ˝Ń‚Đ°Đ¶ĐµĐ˝Đ˝ŃŹ ваŃих GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
+msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
msgstr "СталаŃŃŹ помилка при завантаженні ваŃого агента"
@@ -7862,7 +7914,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7893,10 +7945,10 @@ msgid "ClusterAgents|Date created"
msgstr "Дата Ńтворення"
msgid "ClusterAgents|Delete"
-msgstr ""
+msgstr "Видалити"
msgid "ClusterAgents|Delete agent"
-msgstr ""
+msgstr "Видалити агента"
msgid "ClusterAgents|Deprecated"
msgstr "Не підтримŃєтьŃŃŹ"
@@ -7919,14 +7971,17 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
-msgstr "Đ’Ńтановити новий агент"
+msgid "ClusterAgents|Install new Agent"
+msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
msgstr "ĐžŃтаннє підключення %{timeAgo}."
@@ -7952,8 +8007,8 @@ msgstr "Ніколи"
msgid "ClusterAgents|Never connected"
msgstr "Ніколи не підключавŃŃŹ"
-msgid "ClusterAgents|No agents"
-msgstr "Немає агентів"
+msgid "ClusterAgents|No Agents"
+msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
msgstr ""
@@ -7979,6 +8034,18 @@ msgstr "РеєŃтрація агента"
msgid "ClusterAgents|Registration token"
msgstr "РеєŃтрація токена"
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr "Безпека"
@@ -7991,6 +8058,9 @@ msgstr "Вибрати агента"
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -8016,14 +8086,14 @@ msgstr "Цей агент не має токенів"
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
-msgstr ""
+msgstr "Токен, Ńтворений %{userName}"
msgid "ClusterAgents|Token revoked by %{userName}"
-msgstr ""
+msgstr "Токен відкликано %{userName}"
msgid "ClusterAgents|Unknown user"
msgstr "Невідомий кориŃŃ‚Ńвач"
@@ -8034,6 +8104,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8986,6 +9059,9 @@ msgstr "Коміт (при редагŃванні повідомлення коĐ
msgid "Commit Message"
msgstr "Повідомлення комітŃ"
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr "Đ—Đ°Ń„Ń–ĐşŃŃвати зміни"
@@ -9235,6 +9311,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr "Компонент"
@@ -9265,6 +9344,12 @@ msgstr "НалаŃŃ‚Ńвати %{repository_checks_link_start}перевірки
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr "НалаŃŃ‚Ńвання CAPTCHA, обмеження IP-Đ°Đ´Ń€ĐµŃ Ń‚Đ° Ń–Đ˝Ńих антиŃпам-заходів."
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr "НалаŃŃ‚Ńвання ŃканŃвання залежноŃтей в `.gitlab-ci.yml` викориŃтовŃючи керований Ńаблон GitLab. Ви можете [додати Đ·ĐĽŃ–Đ˝Đ˝Ń overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings), щоб налаŃŃ‚Ńвати налаŃŃ‚Ńвання ŃканŃвання залежноŃтей."
@@ -9310,12 +9395,15 @@ msgstr "НалаŃŃ‚Ńвання Đ’Ń–Đ´Ńтеження"
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr "НалаŃŃ‚Ńйте %{codeStart}.gitlab-webide.yml%{codeEnd} файл %{codeStart}.gitlab%{codeEnd} , щоб почати викориŃтовŃвати Веб-термінал. %{helpStart}ДокладніŃе%{helpEnd}"
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr "НалаŃŃ‚Ńвати Ń–ŃĐ˝ŃŃŽŃ‡Ń Ń–Đ˝Ńталяцію"
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr "НалаŃŃ‚Ńвати віддзеркалення репозиторіїв."
@@ -9343,12 +9431,18 @@ msgstr "НалаŃŃ‚Ńйте перŃий день тижня Đ·Đ° замовчŃ
msgid "Configure the way a user creates a new account."
msgstr "НалаŃŃ‚Ńвати ŃпоŃіб Ńтворення кориŃŃ‚Ńвачем нового облікового запиŃŃ."
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr "Підтвердити"
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr "Підвердіть новий пароль"
@@ -9860,7 +9954,7 @@ msgid "Contribution Analytics"
msgstr "Đналітика внеŃків"
msgid "ContributionAnalytics|%{created_count} created, %{closed_count} closed."
-msgstr ""
+msgstr "%{created_count} Ńтворено, %{closed_count} закрито."
msgid "ContributionAnalytics|%{created_count} created, %{merged_count} merged, %{closed_count} closed."
msgstr ""
@@ -9913,7 +10007,7 @@ msgstr "КерŃвати адреŃами електронної поŃти, ĐżĐ
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -10054,9 +10148,24 @@ msgstr "Дії"
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -10069,9 +10178,6 @@ msgstr "ĐžŃтаннє викориŃтання"
msgid "CorpusManagement|Latest Job:"
msgstr "ĐžŃтаннє завдання:"
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr "Нове завантаження"
@@ -10130,13 +10236,13 @@ msgid "Could not create project"
msgstr "Не вдалоŃŃŹ Ńтворити проєкт"
msgid "Could not create wiki page"
-msgstr ""
+msgstr "Не вдалоŃŃŹ Ńтворити вікі-ŃторінкŃ"
msgid "Could not delete chat nickname %{chat_name}."
msgstr "Не вдалоŃŃŹ видалити ĐżŃевдонім для Ń‡Đ°Ń‚Ń %{chat_name}."
msgid "Could not delete wiki page"
-msgstr ""
+msgstr "Не вдалоŃŃŹ видалити вікі-ŃторінкŃ"
msgid "Could not draw the lines for job relationships"
msgstr ""
@@ -10144,6 +10250,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr "Не вдалоŃŃŹ знайти дизайн."
@@ -10171,14 +10280,17 @@ msgstr "Не вдалоŃŃŹ видалити тригер."
msgid "Could not restore the group"
msgstr "Не вдалоŃŃŹ відновити грŃĐżŃ"
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
-msgstr "Не вдалоŃŃŹ відкликати токен Đ´ĐľŃŃ‚ŃĐżŃ Đ´Đľ ĐżŃ€ĐľŃ”ĐşŃ‚Ń %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
+msgstr ""
msgid "Could not save group ID"
msgstr "Не вдалоŃŃŹ зберегти ID грŃпи."
@@ -10321,6 +10433,9 @@ msgstr ""
msgid "Create iteration"
msgstr "Створити ітерацію"
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr "Створити ŃпиŃок"
@@ -10579,6 +10694,9 @@ msgstr "Створено мною"
msgid "Created by:"
msgstr "Đвтор:"
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr "Дата Ńтворення"
@@ -10813,6 +10931,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -11049,6 +11170,9 @@ msgstr "DNS"
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr "%{startDate} - %{endDate}"
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr "Дата"
@@ -11058,10 +11182,10 @@ msgstr "Днів від злиття до розгортання"
msgid "DORA4Metrics|Deployment frequency"
msgstr "ЧаŃтота розгортання"
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -11151,12 +11275,6 @@ msgstr "Не вдалоŃŃŹ Ńтворити профіль Ńканера. Đ‘Ń
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr "Не вдалоŃŃŹ Ńтворити профіль ŃайтŃ. Đ‘ŃĐ´ŃŚ лаŃка, ŃпробŃйте ще раз."
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr "Не вдалоŃŃŹ видалити збережений Ńкан. Đ‘ŃĐ´ŃŚ лаŃка, оновіть ŃŃ‚ĐľŃ€Ń–Đ˝ĐşŃ Đ°Đ±Đľ ŃпробŃйте ще раз пізніŃе."
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr "Не вдалоŃŃŹ видалити збережені ŃканŃвання:"
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr "Не вдалоŃŃŹ видалити профіль Ńканера. Đ‘ŃĐ´ŃŚ лаŃка, оновіть ŃŃ‚ĐľŃ€Ń–Đ˝ĐşŃ Đ°Đ±Đľ ŃпробŃйте ще раз пізніŃе."
@@ -11169,9 +11287,6 @@ msgstr "Не вдалоŃŃŹ видалити профіль ŃайтŃ. Đ‘ŃĐ´ŃŚ
msgid "DastProfiles|Could not delete site profiles:"
msgstr "Не вдалоŃŃŹ видалити профілі ŃайтŃ:"
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr "Не вдалоŃŃŹ отримати збережені Ńкани. Đ‘ŃĐ´ŃŚ лаŃка, оновіть ŃŃ‚ĐľŃ€Ń–Đ˝ĐşŃ Đ°Đ±Đľ ŃпробŃйте ще раз пізніŃе."
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr "Не вдалоŃŃŹ отримати профілі Ńканерів. Đ‘ŃĐ´ŃŚ лаŃка, оновіть ŃŃ‚ĐľŃ€Ń–Đ˝ĐşŃ Đ°Đ±Đľ ŃпробŃйте ще раз пізніŃе."
@@ -11182,10 +11297,7 @@ msgid "DastProfiles|Could not update the scanner profile. Please try again."
msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
-msgstr ""
-
-msgid "DastProfiles|DAST Scan"
-msgstr "DAST-ŃканŃвання"
+msgstr "Не вдалоŃŃŹ оновити профіль ŃайтŃ. Đ‘ŃĐ´ŃŚ лаŃка, ŃпробŃйте ще раз."
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -11200,7 +11312,7 @@ msgid "DastProfiles|Do you want to discard this site profile?"
msgstr ""
msgid "DastProfiles|Do you want to discard your changes?"
-msgstr ""
+msgstr "Ви хочете ŃкаŃŃвати ваŃŃ– зміни?"
msgid "DastProfiles|Edit profile"
msgstr "РедагŃвати профіль"
@@ -11245,10 +11357,10 @@ msgid "DastProfiles|Manage site profiles"
msgstr ""
msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
-msgstr ""
+msgstr "МінімŃĐĽ = 0 (тайм-Đ°ŃŃ‚ не ввімкнено), МакŃимŃĐĽ = 2880 хвилин"
msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
-msgstr ""
+msgstr "МінімŃĐĽ = 1 ŃекŃнда, МакŃимŃĐĽ = 3600 ŃекŃнд"
msgid "DastProfiles|New scanner profile"
msgstr "Новий профіль Ńканера"
@@ -11259,9 +11371,6 @@ msgstr "Новий профіль ŃайтŃ"
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11289,9 +11398,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr "Đ—Đ°ĐżŃŃтити ŃканŃвання"
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11301,12 +11407,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr "Зберегти профіль"
-msgid "DastProfiles|Saved Scans"
-msgstr "Збережені ŃканŃвання"
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr "Режим ŃканŃвання"
@@ -11319,9 +11419,6 @@ msgstr "СканŃвальні профілі"
msgid "DastProfiles|Scanner name"
msgstr "Ім'ŃŹ Ńканера"
-msgid "DastProfiles|Schedule"
-msgstr "Розклад"
-
msgid "DastProfiles|Select branch"
msgstr "Виберіть гілкŃ"
@@ -11343,14 +11440,11 @@ msgstr "Тип ŃайтŃ"
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr "Ціль"
-
msgid "DastProfiles|Target URL"
msgstr "Цільова URL-адреŃĐ°"
msgid "DastProfiles|Target timeout"
-msgstr ""
+msgstr "Цільовий Ń‡Đ°Ń ĐľŃ‡Ń–ĐşŃвання"
msgid "DastProfiles|The maximum number of minutes allowed for the spider to traverse the site."
msgstr ""
@@ -11617,9 +11711,6 @@ msgstr "Гілка Đ·Đ° замовчŃванням Ń– захищені гілкĐ
msgid "Default branch protection"
msgstr "ЗахиŃŃ‚ гілки Đ·Đ° замовчŃванням"
-msgid "Default classification label"
-msgstr "Мітка клаŃифікації Đ·Đ° замовчŃванням"
-
msgid "Default delayed project deletion"
msgstr ""
@@ -12058,6 +12149,9 @@ msgstr[3] "Розгортань"
msgid "Deploy Keys"
msgstr "Ключі для розгортŃвання"
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -12073,6 +12167,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr "ĐĄŃ–Đ´ розгортання не знайдено. Щоб побачити pod'и, переконайтеŃŃŚ, що ваŃе Ńередовище відповідає %{linkStart}критеріям Đ´ĐľŃки розгортань%{linkEnd}."
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr "РозгорнŃти на..."
@@ -12287,9 +12384,39 @@ msgstr[3] ""
msgid "Deployment|API"
msgstr "API"
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr "Це розгортання бŃло Ńтворено через API"
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr "відмінено"
@@ -12858,9 +12985,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr "Розпочати безкоŃŃ‚ĐľĐ˛Đ˝Ń ĐżŃ€ĐľĐ±Đ˝Ń Đ˛ĐµŃ€ŃŃ–ŃŽ"
@@ -12928,7 +13052,7 @@ msgstr "Показати джерело"
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -13123,8 +13247,8 @@ msgstr "РедагŃвати коментар"
msgid "Edit Deploy Key"
msgstr "РедагŃвати ключ для розгортŃвання"
-msgid "Edit Geo Node"
-msgstr "РедагŃвати Гео-вŃзол"
+msgid "Edit Geo Site"
+msgstr ""
msgid "Edit Group Hook"
msgstr "РедагŃвати Ń…ŃĐş грŃпи"
@@ -13304,7 +13428,7 @@ msgid "Email"
msgstr "Електронна поŃŃ‚Đ°"
msgid "Email %{number}"
-msgstr ""
+msgstr "Електронна поŃŃ‚Đ° %{number}"
msgid "Email Notification"
msgstr "Сповіщення електронною поŃтою"
@@ -13369,6 +13493,9 @@ msgstr "Ми не змогли визначити від імені якого Đ
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr "Ми не змогли знайти проєкт. Đ‘ŃĐ´ŃŚ лаŃка, перевірте, чи немає помилок."
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr "Đ’Đ°ĐĽ не дозволено виконŃвати цю Đ´Ń–ŃŽ. Якщо ви вважаєте, що це неправильно, звернітьŃŃŹ Đ´Đľ Ńпівробітника."
@@ -13513,9 +13640,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr "УвімкнŃти контроль Đ·Đ° клаŃифікацією Đ·Đ° допомогою зовніŃньої ŃĐ»Ńжби"
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13558,6 +13682,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr "УвімкнŃти режим обŃĐ»ŃговŃвання"
@@ -13585,6 +13712,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13663,9 +13796,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr "ПримŃŃово активŃвати захиŃŃ‚ від DNS rebinding"
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13714,6 +13844,9 @@ msgstr "Введіть URL-адреŃŃ Đ˛Đ°Ńого Bitbucket Server Ń– клюŃ
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr "Введіть URL-адреŃŃ Đ˛Đ°Ńого Ńервера Phabricator Ń– перŃональний ключ Đ´ĐľŃŃ‚ŃĐżŃ"
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr "Введіть URL-адреŃи Đ·Đ°ĐżĐ¸Ń‚Ń Đ˝Đ° злиття"
@@ -13929,7 +14062,7 @@ msgid "Environments|Logs from %{start} to %{end}."
msgstr "Логи від %{start} до %{end}."
msgid "Environments|More information"
-msgstr ""
+msgstr "ДетальніŃе"
msgid "Environments|New environment"
msgstr "Нове Ńередовище"
@@ -13991,6 +14124,9 @@ msgstr "Đ—Ńпинити Ńередовище"
msgid "Environments|Stopping %{environmentName}"
msgstr "Đ—Ńпинка %{environmentName}"
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr "СталаŃŃŹ помилка під Ń‡Đ°Ń ĐľŃ‚Ń€Đ¸ĐĽĐ°Đ˝Đ˝ŃŹ логів. Đ‘ŃĐ´ŃŚ лаŃка, ŃпробŃйте ще раз."
@@ -14018,6 +14154,9 @@ msgstr ""
msgid "Environments|protected"
msgstr "захищені"
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr "Епік"
@@ -14805,9 +14944,6 @@ msgstr "Đ•ĐşŃпортŃвати Đ·ĐĽŃ–Đ˝Đ˝Ń Đ´Đľ конвеєрів, які Đż
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr "ЗовніŃня КлаŃифікація Політики Đвторизації"
-
msgid "External ID"
msgstr "External ID"
@@ -14817,15 +14953,9 @@ msgstr "ЗовніŃній URL"
msgid "External User:"
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 "URL-адреŃĐ° зовніŃнього Ńховища"
@@ -14841,6 +14971,54 @@ msgstr "Мітка клаŃифікації"
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr "Якщо клаŃĐ¸Ń„Ń–ĐşĐ°Ń†Ń–ĐąĐ˝Ń ĐĽŃ–Ń‚ĐşŃ Đ˝Đµ вŃтановлено, викориŃтовŃватиметьŃŃŹ Ńтандартна мітка `%{default_label}`."
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14923,10 +15101,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15368,16 +15543,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr "СпиŃок кориŃŃ‚Ńвачів"
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr "лют."
@@ -15465,12 +15630,6 @@ msgstr "Фільтр"
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr "ФільтрŃвати закриті Đ·Đ° %{issuable_type}."
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15795,6 +15954,9 @@ msgstr "Знайдено помилки Ń Đ˛Đ°ŃĐľĐĽŃ %{gitlab_ci_yml}:"
msgid "Found errors in your .gitlab-ci.yml:"
msgstr "Знайдено помилки Ń Đ˛Đ°ŃĐľĐĽŃ .gitlab-ci.yml:"
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15870,6 +16032,9 @@ msgstr "Загальні налаŃŃ‚Ńвання"
msgid "Generate a default set of labels"
msgstr "Створити Ńтандартний набір міток"
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr "ЗгенерŃвати ключ"
@@ -15906,18 +16071,21 @@ msgstr "Різниця"
msgid "Geo"
msgstr "Geo"
-msgid "Geo Nodes"
-msgstr "Гео-Đ’Ńзли"
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr "Синхронізовано з%{component}"
@@ -15954,6 +16122,9 @@ msgstr "Додати Ńайт"
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr "Đ’ŃŃ– %{replicable_name}"
@@ -16008,6 +16179,9 @@ msgstr "Відкрийте для Ńебе GitLab Geo"
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr "Невдало"
@@ -16083,12 +16257,6 @@ msgstr "НаŃŃ‚Ńпна Ńинхронізація запланована на"
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr "Ім'ŃŹ вŃзла не може бŃти ĐżŃŃтим"
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr "Не Ńинхронізовано"
@@ -16104,6 +16272,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr "Офлайн"
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr "ОчікŃвання Ńинхронізації"
@@ -16137,16 +16308,19 @@ msgstr "Повторне завантаження"
msgid "Geo|Remove"
msgstr "Видалити"
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr "Видалити запиŃ"
-msgid "Geo|Remove node"
-msgstr "Видалити вŃзол"
+msgid "Geo|Remove site"
+msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -16158,9 +16332,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -16209,6 +16380,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -16245,10 +16422,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16326,6 +16503,9 @@ msgstr "вторинний"
msgid "Get a free instance review"
msgstr "Отримайте безкоŃŃ‚ĐľĐ˛Đ˝Ń ĐľŃ†Ń–Đ˝ĐşŃ Ń–Đ˝ŃŃ‚Đ°Đ˝ŃĐ°"
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16449,9 +16629,6 @@ msgstr ""
msgid "GitLab export"
msgstr "Đ•ĐşŃпорт GitLab"
-msgid "GitLab for Slack"
-msgstr "GitLab для Slack"
-
msgid "GitLab group: %{source_link}"
msgstr "GitLab грŃпа : %{source_link}"
@@ -16476,6 +16653,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr "УчаŃник GitLab або адреŃĐ° електронної поŃти"
@@ -16656,6 +16836,9 @@ msgstr "URL-адреŃĐ° Gitpod"
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16750,7 +16933,7 @@ msgid "Go to environments"
msgstr "Перейти Đ´Đľ Ńередовищ"
msgid "Go to epic"
-msgstr ""
+msgstr "Перейти Đ´Đľ епікŃ"
msgid "Go to file"
msgstr "Перейти Đ´Đľ файлŃ"
@@ -16765,7 +16948,7 @@ msgid "Go to find file"
msgstr "Перейти Đ´Đľ поŃŃĐşŃ Ń„Đ°ĐąĐ»Ń–Đ˛"
msgid "Go to fork"
-msgstr ""
+msgstr "Перейти Đ´Đľ форкŃ"
msgid "Go to issue boards"
msgstr "Перейти Đ´Đľ Đ´ĐľŃок задач"
@@ -16794,6 +16977,9 @@ msgstr ""
msgid "Go to parent"
msgstr "Перейти на рівень вище"
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16962,6 +17148,9 @@ msgstr "Đ“Ń€ŃĐżŃ %{group_name} бŃло призначено для видал
msgid "Group %{group_name} was successfully created."
msgstr "Đ“Ń€ŃĐżŃ %{group_name} ŃŃпіŃно Ńтворено."
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr "СтатŃŃ ĐłŃ€Ńпи Git LFS:"
@@ -16980,6 +17169,9 @@ msgstr "SAML для грŃпи повинна бŃти включена для Ń
msgid "Group URL"
msgstr "URL-адреŃĐ° грŃпи"
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -17043,9 +17235,6 @@ msgstr ""
msgid "Group jobs by"
msgstr "Đ“Ń€ŃĐżŃвати завдання Đ·Đ°"
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr "Керівники грŃпи можŃŃ‚ŃŚ зареєŃŃ‚Ń€Ńвати грŃпові runner'и через %{link}"
-
msgid "Group members"
msgstr "КориŃŃ‚Ńвачі грŃпи"
@@ -17070,6 +17259,9 @@ msgstr ""
msgid "Group overview content"
msgstr "Đ’ĐĽŃ–ŃŃ‚ оглядової Ńторінки грŃпи"
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -17082,9 +17274,6 @@ msgstr "Đ“Ń€Ńпові хвилини для конвеєрів ŃŃпіŃно Đ
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr "Đ“Ń€Ńпові проєкти"
-
msgid "Group requires separate account"
msgstr "Đ“Ń€Ńпа вимагає окремий обліковий запиŃ"
@@ -17242,7 +17431,7 @@ msgid "GroupSAML|Could not create SAML group link: %{errors}."
msgstr ""
msgid "GroupSAML|Default membership role"
-msgstr ""
+msgstr "Роль членŃтва Đ·Đ° замовчŃванням"
msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
@@ -17325,18 +17514,12 @@ msgstr "НалаŃŃ‚Ńвання єдиного Đ˛Ń…ĐľĐ´Ń Ń‡ĐµŃ€ĐµĐ· SAML"
msgid "GroupSAML|SAML group link was successfully removed."
msgstr ""
-msgid "GroupSAML|SCIM API endpoint URL"
-msgstr "URL кінцевої точки SCIM API"
-
msgid "GroupSAML|SCIM Token"
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 "SHA1-відбиток ŃĐµŃ€Ń‚Đ¸Ń„Ń–ĐşĐ°Ń‚Ń Đ´Đ»ŃŹ підпиŃŃ SAML токена. Отримайте його від провайдера ідентифікації, де він також може називатиŃŃŹ \"Thumbprint\"."
-msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to "
-msgstr "Токен SCIM зараз приховоно. Щоб Đ·Đ˝ĐľĐ˛Ń ĐżĐľĐ±Đ°Ń‡Đ¸Ń‚Đ¸ значення токена вам потрібно "
-
msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17344,7 +17527,7 @@ msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML ide
msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
-msgstr ""
+msgstr "Це бŃде вŃтановлено ŃŹĐş рівень Đ´ĐľŃŃ‚ŃĐżŃ ĐşĐľŃ€Đ¸ŃŃ‚Ńвачів, доданих Đ´Đľ грŃпи."
msgid "GroupSAML|To be able to enable group-managed accounts, you first need to enable enforced SSO."
msgstr ""
@@ -17361,9 +17544,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr "Đ’Đ°Ń Ń‚ĐľĐşĐµĐ˝ SCIM"
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17394,8 +17574,11 @@ msgstr "ПоŃŃĐş грŃĐż"
msgid "GroupSelect|Select a group"
msgstr "Вибрати грŃĐżŃ"
-msgid "GroupSettings|Allow project access token creation"
-msgstr "Дозволити Ńтворення токена Đ´ĐľŃŃ‚ŃĐżŃ Đ´Đľ проєктŃ"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
+msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
msgstr ""
@@ -17416,7 +17599,7 @@ msgid "GroupSettings|Cannot update the path because there are projects under thi
msgstr "Не вдалоŃŃŹ змінити Ńлях Ń‚ĐľĐĽŃ Ń‰Đľ в цій грŃпі Ń” проєкти Ń–Đ· образами Docker Ń Ńвоїх РеєŃтрах контейнерів. Đ‘ŃĐ´ŃŚ лаŃка, ŃĐżĐľŃ‡Đ°Ń‚ĐşŃ Đ˛Đ¸Đ´Đ°Đ»Ń–Ń‚ŃŚ ці образи Đ· ваŃих проєктів Ń– ŃпробŃйте зновŃ."
msgid "GroupSettings|Change group URL"
-msgstr ""
+msgstr "Змінити URL-адреŃŃ ĐłŃ€Ńпи"
msgid "GroupSettings|Changing a group's URL can have unintended side effects."
msgstr ""
@@ -17442,6 +17625,9 @@ msgstr "ВимкнŃти Ńповіщення електронною поŃŃ‚ĐľŃ
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17460,9 +17646,6 @@ msgstr "Згенеровано новий токен для реєŃтрації
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr "БатьківŃька грŃпа"
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr "НалаŃŃ‚Ńвання конвеєрів бŃли оновлені для цієї грŃпи"
@@ -17490,9 +17673,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr "ПоŃŃĐş грŃĐż"
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17535,7 +17715,7 @@ msgstr "Цей параметр Đ·Đ°ŃŃ‚ĐľŃовано Đ´Đľ %{ancestor_group}. Đ
msgid "GroupSettings|Transfer group"
msgstr "ПеренеŃти грŃĐżŃ"
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17575,7 +17755,7 @@ msgid "Groups and projects"
msgstr "Đ“Ń€Ńпи Ń‚Đ° проєкти"
msgid "Groups and subgroups"
-msgstr ""
+msgstr "Đ“Ń€Ńпи Ń– підгрŃпи"
msgid "Groups to synchronize"
msgstr "Đ“Ń€Ńпи для Ńинхронізації"
@@ -17616,9 +17796,6 @@ msgstr "Ви можете керŃвати правами Đ´ĐľŃŃ‚ŃĐżŃ Ń‡Đ»ĐµĐ
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17673,7 +17850,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17906,6 +18083,33 @@ msgstr[3] "Сховати значень"
msgid "Hide values"
msgstr "Сховати значення"
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr "ПриŃŃтні вразливоŃŃ‚Ń– виŃокого або невідомого рівня"
@@ -17966,9 +18170,6 @@ msgstr "Очищення"
msgid "Housekeeping successfully started"
msgstr "Очищення ŃŃпіŃно розпочато"
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr "Очищення, екŃпорт, Ńлях, перенеŃення, видалення, архівŃвання."
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -18005,9 +18206,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr "Як це працює"
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -18023,6 +18221,9 @@ msgstr "Я приймаю %{terms_link}"
msgid "I forgot my password"
msgstr "ĐŻ забŃв пароль"
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -18122,6 +18323,18 @@ msgstr "Ідентифікатори"
msgid "Identities"
msgstr "Ідентифікація"
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -18146,9 +18359,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr "Якщо це дозволено, Đ´ĐľŃŃ‚ŃĐż Đ´Đľ проєктів бŃде перевірятиŃŃŹ зовніŃньою ŃĐ»Ńжбою Đ· викориŃтанням Ń—Ń… мітки клаŃифікації."
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18755,6 +18965,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18857,6 +19070,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18932,6 +19148,9 @@ msgstr "Інцидент"
msgid "Incident Management Limits"
msgstr "Ліміти, пов’язані із Управлінням Інцидентами"
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19356,9 +19575,6 @@ msgstr "Додати інтеграцію"
msgid "Integrations|Add namespace"
msgstr "Додати проŃŃ‚Ń–Ń€ імен"
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr "Đ’ŃŃ– деталі"
@@ -19371,9 +19587,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr "Деталі коментаря:"
@@ -19443,6 +19656,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19461,9 +19677,6 @@ msgstr "Немає Đ´ĐľŃŃ‚Ńпних проŃторів імен."
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19500,6 +19713,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19509,6 +19725,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19569,7 +19788,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21391,6 +21610,9 @@ msgstr ""
msgid "License file"
msgstr "Файл ліцензії"
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr "Перегляд ліцензії"
@@ -21728,9 +21950,6 @@ msgstr "Завантаження..."
msgid "Loading…"
msgstr "Завантаження…"
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr "Регіональні налаŃŃ‚Ńвання"
@@ -21746,6 +21965,9 @@ msgstr "БлокŃвати"
msgid "Lock %{issuableDisplayName}"
msgstr "ЗаблокŃвати %{issuableDisplayName}"
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr "Đ—Đ°Ń„Ń–ĐşŃŃвати належноŃŃ‚Ń– (Đ´Đľ грŃĐż) через LDAP Ńинхронізацію"
@@ -21782,6 +22004,39 @@ msgstr "БлокŃвання може бŃти Đ·Đ°ŃŃ‚ĐľŃоване Đ´Đľ коĐ
msgid "Locks the discussion."
msgstr "БлокŃŃ” обговорення."
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "Đ’Ń…Ń–Đ´ Đ·Đ° допомогою Ńмарт-картки"
@@ -22556,6 +22811,12 @@ msgstr "ЗалежноŃŃ‚Ń– Đ·Đ°ĐżĐ¸Ń‚Ń Đ˝Đ° злиття"
msgid "Merge request events"
msgstr "Події Đ·Đ°ĐżĐ¸Ń‚Ń Đ˝Đ° злиття"
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22574,9 +22835,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr "Злити, коли конвеєр ŃŃпіŃно заверŃитьŃŃŹ"
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr "Закомітити в гілкŃ-джерело"
@@ -23401,9 +23671,6 @@ msgstr "МіŃяці"
msgid "More Information"
msgstr "БільŃе інформації"
-msgid "More Slack commands"
-msgstr "БільŃе команд Slack"
-
msgid "More actions"
msgstr "Додаткові дії"
@@ -23425,9 +23692,6 @@ msgstr ""
msgid "More information."
msgstr "ДокладніŃе."
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr "Різниця Ń–Đ· %{default_branch} Ńкладає більŃе %{number_commits_distance} комітів"
@@ -23606,10 +23870,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23634,37 +23898,37 @@ msgid "Navigation bar"
msgstr ""
msgid "NavigationTheme|Blue"
-msgstr ""
+msgstr "Синій"
msgid "NavigationTheme|Dark"
-msgstr ""
+msgstr "Темний"
msgid "NavigationTheme|Dark Mode (alpha)"
-msgstr ""
+msgstr "Темний режим (альфа-верŃŃ–ŃŹ)"
msgid "NavigationTheme|Green"
-msgstr ""
+msgstr "Зелений"
msgid "NavigationTheme|Indigo"
-msgstr ""
+msgstr "Індиго"
msgid "NavigationTheme|Light"
-msgstr ""
+msgstr "Світлий"
msgid "NavigationTheme|Light Blue"
-msgstr ""
+msgstr "Світло-Cиній"
msgid "NavigationTheme|Light Green"
-msgstr ""
+msgstr "Світло-Зелений"
msgid "NavigationTheme|Light Indigo"
-msgstr ""
+msgstr "Світло-індиго"
msgid "NavigationTheme|Light Red"
-msgstr ""
+msgstr "Світло-Червоний"
msgid "NavigationTheme|Red"
-msgstr ""
+msgstr "Червоний"
msgid "Nav|Help"
msgstr "Допомога"
@@ -23714,9 +23978,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ".yaml"
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23795,9 +24056,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23816,9 +24074,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -24336,6 +24591,9 @@ msgstr "Đ•Ń‚Đ°Đż відŃŃтній"
msgid "No milestones to show"
msgstr "Немає етапів для показŃ"
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr "Немає Ń–Đ˝Ńих міток Đ· таким іменем або опиŃом"
@@ -24363,6 +24621,9 @@ msgstr "Немає пріоритетних міток Đ· таким іменеĐ
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24429,8 +24690,8 @@ msgstr "ВразливоŃŃ‚Ń– відŃŃтні"
msgid "No webhook events"
msgstr "Немає подій вебхŃка"
-msgid "No webhooks found, add one in the form above."
-msgstr "Не знайдено жодного вебхŃка, додайте його Ń Ń„ĐľŃ€ĐĽŃ– вище."
+msgid "No webhooks enabled. Select trigger events above."
+msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
msgid_plural "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} days to renew your subscription."
@@ -25273,7 +25534,7 @@ msgid "Operation timed out. Check pod logs for %{pod_name} for more details."
msgstr "Операція перевищила ліміт очікŃвання. Перевірте жŃрнал pod'Đ° %{pod_name} для Đ±Ń–Đ»ŃŚŃ Đ´ĐµŃ‚Đ°Đ»ŃŚĐ˝ĐľŃ— інформації."
msgid "Operations"
-msgstr ""
+msgstr "Операції"
msgid "Operations Dashboard"
msgstr "Панель керŃвання операціями"
@@ -25350,8 +25611,29 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
-msgstr "Вихідні запити"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
+msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
msgstr ""
@@ -25969,9 +26251,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr "Патч для Đ·Đ°ŃŃ‚ĐľŃŃвання"
@@ -26110,6 +26389,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -26128,8 +26410,8 @@ msgstr "Права Đ´ĐľŃŃ‚ŃĐżŃ"
msgid "Permissions Help"
msgstr "Довідка щодо дозволів"
-msgid "Permissions, LFS, 2FA"
-msgstr "Дозволи, LFS, 2FA"
+msgid "Permissions and group features"
+msgstr ""
msgid "Personal Access Token"
msgstr "Đ˘ĐľĐşĐµĐ˝Ń ĐżĐµŃ€Ńонального Đ´ĐľŃŃ‚ŃĐżŃ"
@@ -26395,9 +26677,6 @@ msgstr "Конвеєри"
msgid "Pipelines charts"
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}\" ŃŃпіŃно оновлено."
@@ -26410,6 +26689,9 @@ msgstr "Додати завдання якоŃŃ‚Ń– кодŃ"
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr "Ви впевнені, що хочете Đ·Đ°ĐżŃŃтити цей конвеєр?"
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr "ВиконŃйте збірки Ń–Đ· впевненіŃŃ‚ŃŽ"
@@ -26422,8 +26704,8 @@ msgstr "Перевірка конфігŃрації"
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
-msgstr "Дочірній конвеєр"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
+msgstr ""
msgid "Pipelines|Clear runner caches"
msgstr "ОчиŃтити ĐşĐµŃ runner"
@@ -26587,11 +26869,29 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr "Đ’Ń–Đ·Ńалізація"
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
-msgstr "БатьківŃька"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
+msgstr ""
msgid "Pipeline|Actions"
msgstr "Дії"
@@ -26773,6 +27073,9 @@ msgstr "План"
msgid "Plan:"
msgstr "План:"
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr "PlantUML"
@@ -26788,6 +27091,12 @@ msgstr "Đ—Đ°ĐżŃŃтити вŃŃ– Ń€Ńчні завдання"
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr "Đ‘ŃĐ´ŃŚ лаŃка, %{link_to_register} або %{link_to_sign_in} щоб прокоментŃвати"
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr "Đ‘Ńль лаŃка, %{startTagRegister}зареєŃŃ‚Ń€ŃйтеŃŃŹ%{endRegisterTag} або %{startTagSignIn}Ńвійдіть%{endSignInTag}, щоб відповіŃти"
@@ -27142,6 +27451,9 @@ msgstr "НалаŃŃ‚Ńвання чаŃŃ"
msgid "Preferences|Use relative times"
msgstr "ВикориŃтовŃвати відноŃний чаŃ"
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr "Назад"
@@ -27367,6 +27679,9 @@ msgstr "Обрізка аватарів"
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr "Đватар бŃде видалено. Ви впевнені?"
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr "Про Ńебе"
@@ -27391,9 +27706,6 @@ 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 "ĐдреŃĐ° електронної поŃти для комітів"
@@ -27571,6 +27883,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr "Видалити аватар"
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr "Đ’Ńтановити нове зображення для профілю"
@@ -27616,9 +27931,6 @@ msgstr "Двофакторна автентифікація"
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr "Введіть Đ˛Đ°Ń %{confirmationValue} для підтвердження:"
-msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
-msgstr "ĐŻĐş правило починаєтьŃŃŹ Đ· \"ssh-ed25519 …\" або \"ssh-rsa …\""
-
msgid "Profiles|Update profile settings"
msgstr "Оновити налаŃŃ‚Ńвання профілю"
@@ -28141,10 +28453,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -28222,6 +28537,12 @@ msgstr "Глобальні"
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr "Đ’Đ˝ŃтріŃні"
@@ -28267,6 +28588,9 @@ msgstr "Запити на злиття"
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28393,9 +28717,6 @@ msgstr "Цей параметр Đ·Đ°ŃŃ‚ĐľŃовŃєтьŃŃŹ на рівні ŃĐ
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr "Цей параметр бŃде Đ·Đ°ŃŃ‚ĐľŃовано Đ´Đľ вŃŃ–Ń… проєктів, якщо адмініŃтратор не змінить його."
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr "ПеренеŃти проєкт"
@@ -28417,7 +28738,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28435,7 +28756,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -29197,9 +29518,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr "ĐźŃблічні ключі розгортання (%{deploy_keys_count})"
-
msgid "Public pipelines"
msgstr "ĐźŃблічні конвеєри"
@@ -29233,7 +29551,7 @@ msgstr "Придбати більŃе хвилин"
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29479,6 +29797,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29548,6 +29872,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr "Знизити видиміŃŃ‚ŃŚ проєктŃ"
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr "Знизити видиміŃŃ‚ŃŚ проєктŃ?"
@@ -29624,7 +29951,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -30170,6 +30497,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30400,6 +30734,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr "Сховище репозиторію"
@@ -30475,9 +30812,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30496,6 +30830,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr "Đ’Đ¸ĐĽĐľĐłŃ %{reference} бŃло додано"
@@ -30627,9 +30964,6 @@ msgstr "ВиріŃено"
msgid "Resolved by %{name}"
msgstr "ВиріŃено %{name}"
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr "Визначає IP-адреŃи один раз Ń– викориŃтовŃŃ” Ń—Ń… для відравлення запитів"
-
msgid "Response"
msgstr "Відповідь"
@@ -30696,7 +31030,7 @@ msgstr "Продовжити"
msgid "Resync"
msgstr "Повторна Ńинхронізація"
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30800,15 +31134,15 @@ msgstr "Відкликати"
msgid "Revoked"
msgstr "Відкликано"
+msgid "Revoked access token %{access_token_name}!"
+msgstr ""
+
msgid "Revoked impersonation token %{token_name}!"
msgstr "Відкликано токен Ń–ĐĽŃ–Ń‚Ńвання %{token_name}!"
msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr "Відкликано перŃональний токен Đ´ĐľŃŃ‚ŃĐżŃ %{personal_access_token_name}!"
-msgid "Revoked project access token %{project_access_token_name}!"
-msgstr ""
-
msgid "RightSidebar|Copy email address"
msgstr ""
@@ -30827,6 +31161,9 @@ msgstr ""
msgid "Roadmap"
msgstr "План-графік"
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr "Роль"
@@ -30914,6 +31251,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr "ĐрхітектŃра"
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30926,9 +31266,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30947,6 +31293,9 @@ msgstr ""
msgid "Runners|Description"
msgstr "ОпиŃ"
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr "Завантажити Ń‚Đ° вŃтановити бінарний файл"
@@ -30962,9 +31311,6 @@ msgstr ""
msgid "Runners|Group"
msgstr "Đ“Ń€Ńпа"
-msgid "Runners|Group Runners"
-msgstr "Đ“Ń€Ńпові Runner'и"
-
msgid "Runners|IP Address"
msgstr "IP-адреŃĐ°"
@@ -31013,10 +31359,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -31052,6 +31401,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr "ВерŃŃ–ŃŹ"
@@ -31091,18 +31443,18 @@ msgstr ""
msgid "Runners|Runners"
msgstr "Runner'и"
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
-msgstr ""
-
msgid "Runners|Show runner installation and registration instructions"
msgstr "Показати Ń–Đ˝ŃŃ‚Ń€Ńкції для вŃтановлення Ń‚Đ° реєŃтрації runner"
+msgid "Runners|Show runner installation instructions"
+msgstr ""
+
msgid "Runners|Something went wrong while fetching runner data."
msgstr ""
@@ -31112,6 +31464,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr "СтатŃŃ"
@@ -31127,9 +31482,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr "Цей runner пов'язаний з одним або кількома проєктами."
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -31283,9 +31635,6 @@ msgstr "Перевірка SSL:"
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31412,9 +31761,6 @@ msgstr "ПоŃŃĐş"
msgid "Search GitLab"
msgstr "ПоŃŃĐş в GitLab"
-msgid "Search Jira issues"
-msgstr "ПоŃŃĐş задач Jira"
-
msgid "Search a group"
msgstr ""
@@ -31738,7 +32084,7 @@ msgstr "ДізнайтеŃŃŹ більŃе про Vulnerity-Check"
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31870,6 +32216,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31924,6 +32273,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31942,21 +32294,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr "Політики"
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr "ĐžĐżĐ¸Ń ĐżĐľĐ»Ń–Ń‚Đ¸ĐşĐ¸"
msgid "SecurityOrchestration|Policy editor"
msgstr "Редактор політики"
-msgid "SecurityOrchestration|Policy preview"
-msgstr ""
-
msgid "SecurityOrchestration|Policy status"
msgstr "СтатŃŃ ĐżĐľĐ»Ń–Ń‚Đ¸ĐşĐ¸"
+msgid "SecurityOrchestration|Policy summary"
+msgstr ""
+
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31966,12 +32327,21 @@ msgstr "Правила"
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31999,6 +32369,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr "СтатŃŃ"
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -32014,12 +32390,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -32029,6 +32453,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -32350,9 +32777,6 @@ msgstr "Виберіть формат архівŃ"
msgid "Select Git revision"
msgstr "Вибрати ревізію Git"
-msgid "Select GitLab project to link with your Slack team"
-msgstr "Виберіть проєкт GitLab для зв’язŃвання Ń–Đ· ваŃою командою Slack"
-
msgid "Select Page"
msgstr "Вибрати ŃторінкŃ"
@@ -32740,8 +33164,8 @@ msgstr "Service Desk"
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
-msgstr "URL ŃервіŃŃ"
+msgid "Service Usage Data"
+msgstr ""
msgid "Service account generated successfully"
msgstr ""
@@ -32749,6 +33173,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32758,18 +33185,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32908,7 +33329,7 @@ msgstr "НалаŃŃ‚Ńвання CI/CD"
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -33083,9 +33504,6 @@ msgstr "СкинŃти хвилини в конвеєрі"
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr "ОбнŃлити викориŃтані хвилини в конвеєрі"
-msgid "Sherlock Transactions"
-msgstr "Sherlock транзакції"
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -33125,6 +33543,9 @@ msgstr "Показати вŃŃŽ активніŃŃ‚ŃŚ"
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -33137,6 +33558,9 @@ msgstr "Показати архівовані проєкти"
msgid "Show archived projects only"
msgstr "ПоказŃвати лиŃе архівовані проєкти"
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr "Показати командŃ"
@@ -33149,9 +33573,6 @@ msgstr ""
msgid "Show comments only"
msgstr "Показати тільки коментарі"
-msgid "Show commit description"
-msgstr "Показати ĐľĐżĐ¸Ń ĐşĐľĐĽŃ–Ń‚Ń"
-
msgid "Show complete raw log"
msgstr "Показати повний неформатований жŃрнал"
@@ -33176,6 +33597,9 @@ msgstr "Показати ŃпиŃок"
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -33220,7 +33644,7 @@ msgstr "Відображення ŃŃŃ–Ń… задач"
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -33313,6 +33737,9 @@ msgstr "Вийти Ń– зареєŃŃ‚Ń€ŃватиŃŃŹ"
msgid "Sign up"
msgstr "ЗареєеŃŃ‚Ń€ŃватиŃŃŹ"
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr "РеєŃтрація пройŃла ŃŃпіŃно! Đ‘ŃĐ´ŃŚ лаŃка, підтвердіть Ńвою адреŃŃ ĐµĐ»ĐµĐşŃ‚Ń€ĐľĐ˝Đ˝ĐľŃ— поŃти для входŃ."
@@ -33415,9 +33842,33 @@ msgstr "Đ·Đ°ŃŃ‚ĐľŃŃнок Slack"
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr "Slack інтеграція дозволить вам взаємодіяти Đ· GitLab через чат Đ·Đ° домогою команд Đ·Ń– ŃлеŃем ( / )."
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33724,9 +34175,6 @@ 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 "На жаль жоден проєкт не задовольняє критеріям ваŃого поŃŃĐşŃ"
@@ -33790,9 +34238,6 @@ msgstr "ĐžŃтанній контакт"
msgid "SortOptions|Last created"
msgstr "ĐžŃтанній Ńтворений"
-msgid "SortOptions|Last updated"
-msgstr "ĐžŃтанній оновлений"
-
msgid "SortOptions|Least popular"
msgstr "ĐťĐ°ĐąĐĽĐµĐ˝Ń ĐżĐľĐżŃлярний"
@@ -34076,7 +34521,7 @@ msgid "StarredProjectsEmptyState|Visit a project page and press on a star icon.
msgstr "Перейдіть Đ´Đľ Ńторінки ĐżŃ€ĐľŃ”ĐşŃ‚Ń Ń‚Đ° натиŃніть Ń–ĐşĐľĐ˝ĐşŃ Ń–Đ· зірочкою. Тоді цей проєкт з’явитьŃŃŹ на цій Ńторінці."
msgid "StarredProjectsEmptyState|You don't have starred projects yet."
-msgstr "Ви не маєте проєктів доданих Ń ĐľĐ±Ń€Đ°Đ˝Đµ."
+msgstr "Ви не маєте проєктів доданих в обране."
msgid "Starrers"
msgstr "Додали в обране"
@@ -34126,6 +34571,9 @@ msgstr "Створити ланцюжок змін"
msgid "Start merge train when pipeline succeeds"
msgstr "Створити ланцюжок Đ·ĐĽŃ–Đ˝ піŃля ŃŃпіŃного заверŃення конвеєра"
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr "Розпочати поŃŃĐş"
@@ -34168,6 +34616,9 @@ msgstr ""
msgid "State your message to activate"
msgstr "ЗалиŃте Ńвоє повідомлення для активації"
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr "Регіон/ОблаŃŃ‚ŃŚ/МіŃŃ‚Đľ"
@@ -34510,6 +34961,9 @@ msgstr "Ви підпиŃані"
msgid "Subscribed to this %{quick_action_target}."
msgstr "ПідпиŃано на %{quick_action_target}."
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr "ПідпиŃŃŃ” на %{quick_action_target}."
@@ -34540,6 +34994,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34618,9 +35093,6 @@ msgstr "Дата закінчення пробної верŃŃ–Ń—"
msgid "SubscriptionTable|Trial start date"
msgstr "Дата ĐżĐľŃ‡Đ°Ń‚ĐşŃ ĐżŃ€ĐľĐ±Đ˝ĐľŃ— верŃŃ–Ń—"
-msgid "SubscriptionTable|Upgrade"
-msgstr "Підвищити"
-
msgid "SubscriptionTable|Usage"
msgstr "ВикориŃтання"
@@ -34789,9 +35261,6 @@ msgstr ""
msgid "Sunday"
msgstr "Неділя"
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34816,6 +35285,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34855,6 +35327,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34909,6 +35384,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34921,6 +35399,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr "Підтримка"
@@ -35164,6 +35651,9 @@ msgstr "Цільова гілка"
msgid "Target-Branch"
msgstr "Цільова гілка"
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -35236,6 +35726,9 @@ msgstr "Угода про надання поŃĐ»ŃĐł Ń– політика кон
msgid "Terms of Service and Privacy Policy"
msgstr "Правилами кориŃŃ‚Ńвання ŃервіŃом Ń– політика конфіденційноŃŃ‚Ń–"
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr "Terraform"
@@ -35414,6 +35907,9 @@ msgstr "ТеŃŃ‚"
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "ПоŃŃĐş резŃльтатів покриття теŃтами"
@@ -35590,9 +36086,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr "Đ“Ń€Ńпа \"%{group_path}\" дозволяє Ńвійти Đ·Đ° допомогою облікового запиŃŃ Ń”Đ´Đ¸Đ˝ĐľĐłĐľ входŃ"
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35633,12 +36126,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35648,9 +36135,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 "Сертифікат X509 викориŃтовŃєтьŃŃŹ для взаємної перевірки автентичноŃŃ‚Ń– TLS Ń– необхідний для зв'ŃŹĐ·ĐşŃ Đ· зовніŃньою ŃĐ»Ńжбою авторизації. Якщо залиŃити порожнім, Ńертифікат Ńервера бŃде перевірятиŃŃŚ при Đ´ĐľŃŃ‚Ńпі через HTTPS."
-
msgid "The application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35684,7 +36168,7 @@ 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 contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35853,6 +36337,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35928,9 +36415,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr "Пароль, який потрібен для деŃифрŃвання приватного ключа. Đ’Ń–Đ˝ Ń” необов’язковим Ń– зберігаєтьŃŃŹ Ń Đ·Đ°ŃĐ¸Ń„Ń€ĐľĐ˛Đ°Đ˝ĐľĐĽŃ Đ˛Đ¸ĐłĐ»ŃŹĐ´Ń–."
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35946,9 +36430,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr "Приватний ключ, який викориŃтовŃєтьŃŃŹ при наданні клієнтŃького Ńертифіката. Його значення Đ·Đ°Ńифровано."
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -36318,7 +36799,7 @@ msgstr "СталаŃŃŹ помилка при отриманні %{replicableType
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -36369,7 +36850,7 @@ msgstr "Помилка при Ńкиданні хвилин для конвеєŃ
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36453,9 +36934,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr "Ця %{issuableDisplayName} заблокована. ЛиŃе ŃчаŃники ĐżŃ€ĐľŃ”ĐşŃ‚Ń ĐĽĐľĐ¶ŃŃ‚ŃŚ коментŃвати."
@@ -36579,6 +37057,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36618,9 +37099,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr "Цей епік не Ń–ŃĐ˝ŃŃ” або Ń Đ˛Đ°Ń Đ˝ĐµĐĽĐ°Ń” Đ´ĐľŃтатніх дозволів."
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr "Ця Ń„ŃнціональніŃŃ‚ŃŚ вимагає Ńвімкнення локального Ńховища"
@@ -36660,9 +37138,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36882,6 +37366,9 @@ msgstr "Цей конвеєр бŃв ініційований розкладом
msgid "This project"
msgstr "Цей проєкт"
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36903,6 +37390,9 @@ msgstr "Цей проєкт заархівовано і його не можна
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36942,6 +37432,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr "Цей параметр можна перевизначати для кожного проєктŃ."
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr "Це підпиŃка для"
@@ -37170,9 +37663,6 @@ msgstr "Đ§Đ°Ń Đ˛Ń–Đ´ ĐľŃтаннього ĐşĐľĐĽŃ–Ń‚Ń Đ´Đľ злиття"
msgid "Time in seconds"
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 чекатиме відповіді від зовніŃньої ŃĐ»Ńжби. Якщо вона не відповіŃŃ‚ŃŚ вчаŃно, Đ´ĐľŃŃ‚ŃĐż бŃде заборонений."
-
msgid "Time of import: %{importTime}"
msgstr ""
@@ -37424,9 +37914,6 @@ msgstr "Щоб отримати Đ´ĐľŃŃ‚ŃĐż Đ´Đľ цього доменŃ, ŃŃ‚Đ
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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}."
-
msgid "To add the entry manually, provide the following details to the application on your phone."
msgstr "Щоб додати Đ·Đ°ĐżĐ¸Ń Đ˛Ń€ŃчнŃ, надайте наŃŃ‚Ńпні відомоŃŃ‚Ń– Đ·Đ°ŃŃ‚ĐľŃŃĐ˝ĐşŃ Ń Đ˛Đ°ŃĐľĐĽŃ Ń‚ĐµĐ»ĐµŃ„ĐľĐ˝Ń–."
@@ -37568,9 +38055,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37586,9 +38070,6 @@ 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 "СпиŃок нагадŃвань"
@@ -37796,9 +38277,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr "Đ’Ń–Đ´ŃтежŃйте Ń‡Đ°Ń Đ·Đ° допомогою Ńвидких Đ´Ń–Đą"
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr "Đ’Ń–Đ´ŃтежŃйте Ńвої проєкти GitLab Đ·Đ° допомогою GitLab для Slack."
-
msgid "Training mode"
msgstr ""
@@ -37911,6 +38389,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37926,15 +38407,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -38001,6 +38476,12 @@ msgstr "Тригер ŃŃпіŃно оновлено."
msgid "Triggerer"
msgstr "Đ—Đ°ĐżŃщено"
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr "ĐŁŃŃнення неполадок Ń– моніторинг ваŃого Đ·Đ°ŃŃ‚ĐľŃŃĐ˝ĐşŃ Đ·Đ° допомогою відŃтеження"
@@ -38520,6 +39001,9 @@ msgstr "Оновлено"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "Оновлено %{updated_at} %{updated_by}"
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr "Оновлення"
@@ -38541,6 +39025,9 @@ msgstr "Перейти на вищий тарифний план"
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr "Завантажити CSV файл"
@@ -38976,6 +39463,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39507,6 +39997,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr "ПереглянŃти докŃментацію"
@@ -39660,6 +40162,9 @@ msgstr[3] ""
msgid "View replaced file @ "
msgstr "Перегляд заміненого Ń„Đ°ĐąĐ»Ń @ "
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39885,6 +40390,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr "Додаткова інформація"
@@ -39927,6 +40435,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr "Дані"
@@ -39945,6 +40456,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr "Ідентифікатори"
@@ -39954,6 +40471,9 @@ msgstr "Образ"
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr "ПоŃилання"
@@ -39966,6 +40486,9 @@ msgstr "ПроŃŃ‚Ń–Ń€ імен"
msgid "Vulnerability|Project"
msgstr "Проєкт"
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39978,6 +40501,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -40002,9 +40528,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -40185,127 +40720,127 @@ msgstr "Веб-Ń…Ńки"
msgid "Webhooks Help"
msgstr "Допомога по веб-Ń…Ńкам"
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
-msgstr "Події конвеєрів"
-
-msgid "Webhooks|Push events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|URL"
-msgstr "URL-адреŃĐ°"
-
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Pipeline events"
+msgstr "Події конвеєрів"
+
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL"
+msgstr "URL-адреŃĐ°"
+
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -40413,11 +40948,11 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
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 порожнім, можна вŃтановлювати мітки клаŃифікації без вимкнення Ń„Ńнкцій ĐżŃ€ĐľŃ”ĐşŃ‚Ń Ń‚Đ° виконання зовніŃньої авторизації."
+msgid "When inactive, an external authentication provider must be used."
+msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
msgstr ""
@@ -40726,7 +41261,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40828,6 +41369,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40861,6 +41405,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr "ĐŁ Đ˛Đ°Ń Đ˝ĐµĐĽĐ°Ń” повноважень на виконання даної Đ´Ń–Ń—"
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40909,6 +41456,9 @@ msgstr "Ви також можете протеŃŃ‚Ńвати Đ˛Đ°Ń %{gitlab_ci
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "Також ви можете завантажŃвати файли Đ· ваŃого комп'ютера Đ·Đ° допомогою нижченаведених Ń–Đ˝ŃŃ‚Ń€Ńкцій."
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40954,6 +41504,9 @@ msgstr "Ви можете легко робити внеŃки Đ´Đľ них, Đ·Đ°
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -41089,6 +41642,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr "ĐŁ Đ˛Đ°Ń Đ˝ĐµĐĽĐ°Ń” Đ´ĐľĐ·Đ˛ĐľĐ»Ń Đ·Đ°Đ»Đ¸Ńити це %{namespaceType}."
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr "Ви не маєте Đ´ĐľĐ·Đ˛ĐľĐ»Ń Đ·Đ°ĐżŃŃкати Веб-термінал. Đ‘ŃĐ´ŃŚ лаŃка, звернітьŃŃŹ Đ´Đľ адмініŃтратора проєктŃ."
@@ -41183,6 +41739,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -41222,7 +41781,7 @@ msgstr "Ви Đ´ĐľŃягли Ńвого Đ»Ń–ĐĽŃ–Ń‚Ń ĐżĐľ кількоŃŃ‚Ń– пр
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -41237,6 +41796,9 @@ msgstr "Ви залиŃили \"%{membershipable_human_name}\" %{source_type}."
msgid "You may close the milestone now."
msgstr "Зараз ви можете закрити цей етап."
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41618,8 +42180,8 @@ msgstr "Đ’Đ°Ńе Ń–ĐĽ'ŃŹ"
msgid "Your new %{type}"
msgstr "Đ’Đ°Ń Đ˝ĐľĐ˛Đ¸Đą %{type}"
-msgid "Your new SCIM token"
-msgstr "Đ’Đ°Ń Đ˝ĐľĐ˛Đ¸Đą токен SCIM"
+msgid "Your new access token has been created."
+msgstr ""
msgid "Your new comment"
msgstr ""
@@ -41627,9 +42189,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr "Đ’Đ°Ń Đ˝ĐľĐ˛Đ¸Đą перŃональний токен Đ´ĐľŃŃ‚ŃĐżŃ Ńтворено."
-msgid "Your new project 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 "Đ’Đ°Ń ĐżĐ°Ń€ĐľĐ»ŃŚ не потрібен для ĐżĐµŃ€ĐµĐłĐ»ŃŹĐ´Ń Ń†Ń–Ń”Ń— Ńторінки. Якщо вимагаєтьŃŃŹ ввеŃти пароль або бŃĐ´ŃŚ-які Ń–Đ˝ŃŃ– ĐľŃобиŃŃ‚Ń– дані, зв’яжітьŃŃŹ Đ·Ń– Ńвоїм адмініŃтратором, щоб повідомити про порŃŃення."
@@ -41696,6 +42255,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr "Термін Đ´Ń–Ń— ваŃої підпиŃки закінчивŃŃŹ!"
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41830,6 +42392,13 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "approved by: "
msgstr "затверджено кориŃŃ‚Ńвачем: "
@@ -41915,6 +42484,9 @@ msgstr "не може бŃти змінено якщо в реєŃтрі конŃ
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -42293,6 +42865,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -42320,12 +42895,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -42457,6 +43026,9 @@ msgstr "невдало"
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr "не вдалоŃŃŹ відхилити ĐżĐľĐ˛â€™ŃŹĐ·Đ°Đ˝Ń Đ·Đ˝Đ°Ń…Ń–Đ´ĐşŃ(id=%{finding_id}): %{message}"
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42507,6 +43079,12 @@ msgstr ""
msgid "group"
msgstr "грŃпа"
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr "ŃчаŃники грŃпи"
@@ -42625,6 +43203,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42721,9 +43302,6 @@ msgstr "завантаження"
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "заблоковано %{path_lock_user_name} %{created_at}"
-msgid "log in"
-msgstr "Ńвійти"
-
msgid "manual"
msgstr "врŃчнŃ"
@@ -42767,9 +43345,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr "Đ‘ŃĐ´ŃŚ лаŃка відновіть Ń—Ń— або викориŃтовŃйте Ń–Đ˝ŃŃ %{missingBranchName} гілкŃ"
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42894,8 +43469,8 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
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} Ń–ŃĐ˝ŃŃ” Ń Đ˛Đ°ŃĐľĐĽŃ Đ»ĐľĐşĐ°Đ»ŃŚĐ˝ĐľĐĽŃ Ń€ĐµĐżĐľĐ·Đ¸Ń‚ĐľŃ€Ń–Ń—, Ń‚Đľ ви можете Đ·Đ°ŃŃ‚ĐľŃŃвати цей запит на злиття врŃŃ‡Đ˝Ń Đ·Đ° допомогою командного рядка"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
+msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
@@ -42943,6 +43518,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr "Злиття пройŃло невдало."
@@ -42997,6 +43575,9 @@ msgstr "Відкрити Ń Web IDE"
msgid "mrWidget|Plain diff"
msgstr "ПроŃте порівняння (diff)"
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr "Можливе автоматичне злиття. ЗвернітьŃŃŹ Đ´Đľ когоŃŃŚ Ń–Đ· правами на Đ·Đ°ĐżĐ¸Ń Ń Ń†ĐµĐą репозиторій для злиття запитŃ"
@@ -43042,6 +43623,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr "Зміни бŃли злиті в"
@@ -43051,9 +43635,6 @@ msgstr "Зміни не бŃли злиті в"
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr "ГілкŃ-джерело видалено"
@@ -43090,9 +43671,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr "Đ’Đ°Ń ĐżĐ°Ń€ĐľĐ»ŃŚ"
-msgid "mrWidget|branch does not exist."
-msgstr "гілка не Ń–ŃĐ˝ŃŃ”."
-
msgid "mrWidget|into"
msgstr "в"
@@ -43383,9 +43961,6 @@ msgstr "репозиторій:"
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr "ŃкинŃти його."
-
msgid "satisfied"
msgstr "задоволено"
@@ -43566,9 +44141,6 @@ msgstr "аватар кориŃŃ‚Ńвача"
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr "Ń–ĐĽ'ŃŹ кориŃŃ‚Ńвача"
diff --git a/locale/ur_PK/gitlab.po b/locale/ur_PK/gitlab.po
index dcc18474ef3..aecaf9bd0db 100644
--- a/locale/ur_PK/gitlab.po
+++ b/locale/ur_PK/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: ur-PK\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:20\n"
+"PO-Revision-Date: 2022-02-02 15:43\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/uz_UZ/gitlab.po b/locale/uz_UZ/gitlab.po
index d4cdc3f7fd4..8230fa9108a 100644
--- a/locale/uz_UZ/gitlab.po
+++ b/locale/uz_UZ/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: uz\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:24\n"
+"PO-Revision-Date: 2022-02-02 15:48\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -116,6 +116,26 @@ msgid_plural "%d URLs scanned"
msgstr[0] ""
msgstr[1] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -461,6 +481,12 @@ msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
msgstr[1] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -626,6 +652,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -722,6 +751,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -731,6 +763,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -841,9 +876,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -876,6 +908,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1832,21 +1867,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1871,9 +1897,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1979,9 +2002,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1991,7 +2011,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -2006,6 +2026,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -2072,6 +2095,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2189,9 +2215,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2489,6 +2512,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2645,6 +2674,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2681,7 +2713,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2807,6 +2839,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2870,6 +2905,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2972,7 +3010,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3533,22 +3571,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3659,9 +3688,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3809,16 +3835,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4374,9 +4397,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4407,9 +4427,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4419,13 +4436,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4452,7 +4469,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4467,6 +4484,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4482,7 +4502,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4494,22 +4514,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4623,6 +4649,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4715,9 +4744,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4802,7 +4828,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5244,6 +5270,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5376,6 +5405,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5403,6 +5435,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5418,9 +5453,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5457,9 +5489,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5538,9 +5567,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5619,6 +5654,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5931,18 +5969,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5958,9 +5990,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -6009,15 +6038,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -6036,9 +6056,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6234,6 +6251,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6299,9 +6325,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6536,6 +6574,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6915,6 +6956,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -7092,6 +7136,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7392,15 +7439,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7497,6 +7535,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7521,7 +7565,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7566,7 +7610,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7596,7 +7640,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7653,13 +7697,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7686,7 +7733,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7713,6 +7760,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7725,6 +7784,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7748,7 +7810,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7766,6 +7828,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8716,6 +8781,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8965,6 +9033,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8995,6 +9066,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -9040,12 +9117,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -9073,12 +9153,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9637,7 +9723,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9778,9 +9864,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9793,9 +9894,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9868,6 +9966,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9895,13 +9996,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -10045,6 +10149,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10303,6 +10410,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10537,6 +10647,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10769,6 +10882,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10778,10 +10894,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10871,12 +10987,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10889,9 +10999,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10904,9 +11011,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10979,9 +11083,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -11009,9 +11110,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -11021,12 +11119,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -11039,9 +11131,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -11063,9 +11152,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11335,9 +11421,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11764,6 +11847,9 @@ msgstr[1] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11779,6 +11865,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11991,9 +12080,39 @@ msgstr[1] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12554,9 +12673,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12622,7 +12738,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12817,7 +12933,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -13063,6 +13179,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13207,9 +13326,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13252,6 +13368,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13279,6 +13398,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13357,9 +13482,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13408,6 +13530,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13683,6 +13808,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13710,6 +13838,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14495,9 +14626,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14507,15 +14635,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14531,6 +14653,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14611,10 +14781,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -15054,14 +15221,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -15149,12 +15308,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15479,6 +15632,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15554,6 +15710,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15590,18 +15749,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15638,6 +15800,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15692,6 +15857,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15767,12 +15935,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15788,6 +15950,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15821,16 +15986,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15842,9 +16010,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15893,6 +16058,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15929,10 +16100,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -16010,6 +16181,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -16133,9 +16307,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16160,6 +16331,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16340,6 +16514,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16478,6 +16655,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16646,6 +16826,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16664,6 +16847,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16727,9 +16913,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16754,6 +16937,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16766,9 +16952,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -17009,18 +17192,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -17045,9 +17222,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -17078,7 +17252,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -17126,6 +17303,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -17144,9 +17324,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17174,9 +17351,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17219,7 +17393,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17300,9 +17474,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17357,7 +17528,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17586,6 +17757,33 @@ msgstr[1] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17646,9 +17844,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17685,9 +17880,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17703,6 +17895,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17802,6 +17997,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17826,9 +18033,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18429,6 +18633,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18531,6 +18738,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18606,6 +18816,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -19028,9 +19241,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -19043,9 +19253,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -19115,6 +19322,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -19133,9 +19343,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19172,6 +19379,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19181,6 +19391,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19241,7 +19454,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -21061,6 +21274,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21384,9 +21600,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21402,6 +21615,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21438,6 +21654,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22212,6 +22461,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22230,9 +22485,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -23053,9 +23317,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -23077,9 +23338,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23256,10 +23514,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23364,9 +23622,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23445,9 +23700,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23466,9 +23718,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23984,6 +24233,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -24011,6 +24263,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -24077,7 +24332,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24986,7 +25241,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25603,9 +25879,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25744,6 +26017,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25762,7 +26038,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -26029,9 +26305,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -26044,6 +26317,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -26056,7 +26332,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26221,10 +26497,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26407,6 +26701,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26422,6 +26719,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26776,6 +27079,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -27001,6 +27307,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -27025,9 +27334,6 @@ 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 ""
@@ -27205,6 +27511,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27250,9 +27559,6 @@ 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 ""
@@ -27775,10 +28081,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27856,6 +28165,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27901,6 +28216,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -28027,9 +28345,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -28051,7 +28366,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -28069,7 +28384,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28831,9 +29146,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28867,7 +29179,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -29113,6 +29425,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -29182,6 +29500,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29256,7 +29577,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29796,6 +30117,11 @@ msgid_plural "Reports|Accessibility scanning detected %d issues for the source b
msgstr[0] ""
msgstr[1] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -30022,6 +30348,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -30097,9 +30426,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -30118,6 +30444,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30245,9 +30574,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30314,7 +30640,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30414,13 +30740,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30441,6 +30767,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30528,6 +30857,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30540,9 +30872,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30561,6 +30899,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30576,9 +30917,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30627,10 +30965,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30666,6 +31007,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30705,16 +31049,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30726,6 +31070,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30741,9 +31088,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30897,9 +31241,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -31026,9 +31367,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31330,7 +31668,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31462,6 +31800,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31516,6 +31857,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31534,21 +31878,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31558,12 +31911,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31591,6 +31953,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31606,12 +31974,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31621,6 +32037,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31942,9 +32361,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32332,7 +32748,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32341,6 +32757,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32350,18 +32769,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32500,7 +32913,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32673,9 +33086,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32715,6 +33125,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32727,6 +33140,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32739,9 +33155,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32766,6 +33179,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32806,7 +33222,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32899,6 +33315,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -33001,9 +33420,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33310,9 +33753,6 @@ 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 ""
@@ -33376,9 +33816,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33712,6 +34149,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33754,6 +34194,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -34096,6 +34539,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -34126,6 +34572,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -34204,9 +34671,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34375,9 +34839,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34402,6 +34863,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34441,6 +34905,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34495,6 +34962,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34507,6 +34977,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34750,6 +35229,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34822,6 +35304,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34992,6 +35477,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -35164,9 +35652,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -35205,12 +35690,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35220,9 +35699,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35256,7 +35732,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35423,6 +35899,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35498,9 +35977,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35516,9 +35992,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35888,7 +36361,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35939,7 +36412,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -36023,9 +36496,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -36149,6 +36619,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -36188,9 +36661,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36230,9 +36700,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36452,6 +36928,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36473,6 +36952,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36512,6 +36994,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36740,9 +37225,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36990,9 +37472,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -37134,9 +37613,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -37152,9 +37628,6 @@ 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 ""
@@ -37362,9 +37835,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37475,6 +37945,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37490,15 +37963,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37565,6 +38032,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -38084,6 +38557,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -38105,6 +38581,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38540,6 +39019,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -39071,6 +39553,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -39218,6 +39712,9 @@ msgstr[1] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39443,6 +39940,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39485,6 +39985,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39503,6 +40006,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39512,6 +40021,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39524,6 +40036,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39536,6 +40051,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39560,9 +40078,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39743,127 +40270,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39971,10 +40498,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40282,7 +40809,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40384,6 +40917,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40417,6 +40953,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40465,6 +41004,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40510,6 +41052,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40645,6 +41190,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40737,6 +41285,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40776,7 +41327,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40791,6 +41342,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -41172,7 +41726,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -41181,9 +41735,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41250,6 +41801,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41380,6 +41934,11 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "approved by: "
msgstr ""
@@ -41463,6 +42022,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41835,6 +42397,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41862,12 +42427,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41995,6 +42554,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -42041,6 +42603,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -42157,6 +42725,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42253,9 +42824,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42297,9 +42865,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42422,7 +42987,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42469,6 +43034,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42523,6 +43091,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42568,6 +43139,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42577,9 +43151,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42616,9 +43187,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42899,9 +43467,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -43082,9 +43647,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/vi_VN/gitlab.po b/locale/vi_VN/gitlab.po
index 3fc58c5a26d..5656fc481a5 100644
--- a/locale/vi_VN/gitlab.po
+++ b/locale/vi_VN/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: vi\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:19\n"
+"PO-Revision-Date: 2022-02-02 15:42\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -108,6 +108,22 @@ msgid "%d URL scanned"
msgid_plural "%d URLs scanned"
msgstr[0] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -390,6 +406,12 @@ msgid "%{bold_start}%{count}%{bold_end} opened merge request"
msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -549,6 +571,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -645,6 +670,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -654,6 +682,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -763,9 +794,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -797,6 +825,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1716,21 +1747,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1755,9 +1777,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1863,9 +1882,6 @@ msgstr ""
msgid "Add CONTRIBUTING"
msgstr ""
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1875,7 +1891,7 @@ msgstr ""
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -1890,6 +1906,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -1956,6 +1975,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2073,9 +2095,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2373,6 +2392,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2529,6 +2554,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2565,7 +2593,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr ""
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2691,6 +2719,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2754,6 +2785,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2856,7 +2890,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3417,22 +3451,13 @@ msgstr ""
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3543,9 +3568,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3693,16 +3715,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4250,9 +4269,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4283,9 +4299,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4295,13 +4308,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4328,7 +4341,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4343,6 +4356,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4358,7 +4374,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4370,22 +4386,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4499,6 +4521,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4590,9 +4615,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4677,7 +4699,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5117,6 +5139,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5249,6 +5274,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5276,6 +5304,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5291,9 +5322,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5330,9 +5358,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5411,9 +5436,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5492,6 +5523,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5801,18 +5835,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5828,9 +5856,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -5879,15 +5904,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -5906,9 +5922,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6104,6 +6117,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr ""
@@ -6168,9 +6190,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6405,6 +6439,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6782,6 +6819,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -6959,6 +6999,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7259,15 +7302,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7364,6 +7398,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7388,7 +7428,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7433,7 +7473,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7463,7 +7503,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7520,13 +7560,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7553,7 +7596,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7580,6 +7623,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7592,6 +7647,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7614,7 +7672,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7632,6 +7690,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8581,6 +8642,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8830,6 +8894,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8860,6 +8927,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -8905,12 +8978,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -8938,12 +9014,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9499,7 +9581,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9640,9 +9722,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9655,9 +9752,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9730,6 +9824,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9757,13 +9854,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -9907,6 +10007,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10165,6 +10268,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10399,6 +10505,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10629,6 +10738,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10638,10 +10750,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10731,12 +10843,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10749,9 +10855,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10764,9 +10867,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10839,9 +10939,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -10869,9 +10966,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -10881,12 +10975,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -10899,9 +10987,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -10923,9 +11008,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11194,9 +11276,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11617,6 +11696,9 @@ msgstr[0] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11632,6 +11714,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11843,9 +11928,39 @@ msgstr[0] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12402,9 +12517,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12469,7 +12581,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12664,7 +12776,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -12910,6 +13022,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13054,9 +13169,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13099,6 +13211,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13126,6 +13241,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13204,9 +13325,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13255,6 +13373,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13529,6 +13650,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13556,6 +13680,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14340,9 +14467,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14352,15 +14476,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14376,6 +14494,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14455,10 +14621,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -14897,13 +15060,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr ""
@@ -14991,12 +15147,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15321,6 +15471,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15396,6 +15549,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15432,18 +15588,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15480,6 +15639,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15534,6 +15696,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15609,12 +15774,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15630,6 +15789,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15663,16 +15825,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15684,9 +15849,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15735,6 +15897,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15771,10 +15939,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -15852,6 +16020,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -15975,9 +16146,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16002,6 +16170,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16182,6 +16353,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16320,6 +16494,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16488,6 +16665,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16506,6 +16686,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16569,9 +16752,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16596,6 +16776,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16608,9 +16791,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -16851,18 +17031,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -16887,9 +17061,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -16920,7 +17091,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -16968,6 +17142,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -16986,9 +17163,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17016,9 +17190,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17061,7 +17232,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17142,9 +17313,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17199,7 +17367,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17426,6 +17594,33 @@ msgstr[0] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17486,9 +17681,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17525,9 +17717,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17543,6 +17732,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17642,6 +17834,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17666,9 +17870,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18266,6 +18467,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18368,6 +18572,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18443,6 +18650,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -18864,9 +19074,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -18879,9 +19086,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -18951,6 +19155,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -18969,9 +19176,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19008,6 +19212,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19017,6 +19224,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19077,7 +19287,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -20896,6 +21106,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21212,9 +21425,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21230,6 +21440,9 @@ msgstr ""
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21266,6 +21479,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22040,6 +22286,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22058,9 +22310,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -22879,9 +23140,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -22903,9 +23161,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23081,10 +23336,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23189,9 +23444,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23270,9 +23522,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23291,9 +23540,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23808,6 +24054,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -23835,6 +24084,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -23901,7 +24153,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24804,7 +25056,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25420,9 +25693,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25561,6 +25831,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25579,7 +25852,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -25846,9 +26119,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -25861,6 +26131,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -25873,7 +26146,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26038,10 +26311,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26224,6 +26515,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26239,6 +26533,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26593,6 +26893,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -26818,6 +27121,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -26842,9 +27148,6 @@ 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 ""
@@ -27022,6 +27325,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27067,9 +27373,6 @@ 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 ""
@@ -27592,10 +27895,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27673,6 +27979,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27718,6 +28030,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -27844,9 +28159,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -27868,7 +28180,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -27886,7 +28198,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28648,9 +28960,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28684,7 +28993,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -28930,6 +29239,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -28999,6 +29314,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29072,7 +29390,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29609,6 +29927,10 @@ msgid "Reports|Accessibility scanning detected %d issue for the source branch on
msgid_plural "Reports|Accessibility scanning detected %d issues for the source branch only"
msgstr[0] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -29833,6 +30155,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -29908,9 +30233,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -29929,6 +30251,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30054,9 +30379,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30123,7 +30445,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30221,13 +30543,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30248,6 +30570,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30335,6 +30660,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30347,9 +30675,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30368,6 +30702,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30383,9 +30720,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30434,10 +30768,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30473,6 +30810,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30512,16 +30852,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30533,6 +30873,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30548,9 +30891,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30704,9 +31044,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -30833,9 +31170,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31126,7 +31460,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31258,6 +31592,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31312,6 +31649,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31330,21 +31670,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31354,12 +31703,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31387,6 +31745,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31402,12 +31766,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31417,6 +31829,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31738,9 +32153,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32128,7 +32540,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32137,6 +32549,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32146,18 +32561,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32296,7 +32705,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32468,9 +32877,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32510,6 +32916,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32522,6 +32931,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32534,9 +32946,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32561,6 +32970,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32599,7 +33011,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32692,6 +33104,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -32794,9 +33209,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33103,9 +33542,6 @@ 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 ""
@@ -33169,9 +33605,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33505,6 +33938,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33547,6 +33983,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -33889,6 +34328,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -33919,6 +34361,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -33997,9 +34460,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34168,9 +34628,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34195,6 +34652,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34234,6 +34694,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34288,6 +34751,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34300,6 +34766,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34543,6 +35018,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34615,6 +35093,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34781,6 +35262,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -34951,9 +35435,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -34991,12 +35472,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35006,9 +35481,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35042,7 +35514,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35208,6 +35680,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35283,9 +35758,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35301,9 +35773,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35673,7 +36142,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35724,7 +36193,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -35808,9 +36277,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -35934,6 +36400,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -35973,9 +36442,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36015,9 +36481,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36237,6 +36709,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36258,6 +36733,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36297,6 +36775,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36525,9 +37006,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36773,9 +37251,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -36917,9 +37392,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -36935,9 +37407,6 @@ 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 ""
@@ -37145,9 +37614,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37257,6 +37723,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37272,15 +37741,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37347,6 +37810,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -37866,6 +38335,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -37887,6 +38359,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38322,6 +38797,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -38853,6 +39331,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -38997,6 +39487,9 @@ msgstr[0] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39222,6 +39715,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39264,6 +39760,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39282,6 +39781,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39291,6 +39796,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39303,6 +39811,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39315,6 +39826,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39339,9 +39853,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39522,127 +40045,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39750,10 +40273,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40060,7 +40583,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40162,6 +40691,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40195,6 +40727,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40243,6 +40778,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40288,6 +40826,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40423,6 +40964,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40514,6 +41058,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40553,7 +41100,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40568,6 +41115,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -40949,7 +41499,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -40958,9 +41508,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41027,6 +41574,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41155,6 +41705,10 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+
msgid "approved by: "
msgstr ""
@@ -41237,6 +41791,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41606,6 +42163,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41633,12 +42193,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41764,6 +42318,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -41808,6 +42365,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -41923,6 +42486,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42019,9 +42585,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42062,9 +42625,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42186,7 +42746,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42232,6 +42792,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42286,6 +42849,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42331,6 +42897,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42340,9 +42909,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42379,9 +42945,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42657,9 +43220,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -42840,9 +43400,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/zh_CN/gitlab.po b/locale/zh_CN/gitlab.po
index 25d863b5e63..1c60ebc9ab5 100644
--- a/locale/zh_CN/gitlab.po
+++ b/locale/zh_CN/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: zh-CN\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:20\n"
+"PO-Revision-Date: 2022-02-02 15:42\n"
msgid " %{start} to %{end}"
msgstr "从%{start}ĺ°%{end}"
@@ -108,6 +108,22 @@ msgid "%d URL scanned"
msgid_plural "%d URLs scanned"
msgstr[0] "%d 个网址已扫描"
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] "%d位核准人"
@@ -390,6 +406,12 @@ msgid "%{bold_start}%{count}%{bold_end} opened merge request"
msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] "%{bold_start}%{count}%{bold_end} 个开放中的ĺ并请求"
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr "%{code_open}éšč—ŹďĽš%{code_close} éšč—Źĺś¨ä˝śä¸šć—Ąĺż—中。必须符ĺéšč—Źč¦ć±‚。"
@@ -487,7 +509,7 @@ msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last
msgstr "%{description}- Sentry事件: %{errorUrl}- 首次出现: %{firstSeen}- 最ĺŽĺ‡şçŽ°: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch. %{docs_link}"
-msgstr ""
+msgstr "%{doc_link_start}é«çş§ćśç´˘%{doc_link_end}ç¦ç”¨ďĽŚĺ› ä¸ş %{ref_elem} 不ćŻé»č®¤ĺ†ć”Żă€‚ %{docs_link}"
msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled."
msgstr "%{doc_link_start}é«çş§ćśç´˘%{doc_link_end} ĺ·˛ĺŻç”¨ă€‚"
@@ -549,6 +571,9 @@ msgstr "%{group_name} 动ć€"
msgid "%{group_name} group members"
msgstr "%{group_name}群组ćĺ‘"
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
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}组来管ç†ă€‚"
@@ -645,6 +670,9 @@ msgstr "%{level_name} 不ĺ…许在 %{group_level_name} 组。"
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "由于派生的ćşéˇąç›®ĺŹŻč§ć€§čľä˝ŽďĽŚĺ› ć­¤ä¸Ťĺ…许使用%{level_name}。"
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr "%{link_start}查看更多%{link_end} 关于角色的信ćŻă€‚"
@@ -654,6 +682,9 @@ msgstr "%{link_start}从标é˘ä¸­ĺ é™¤%{draft_snippet}前缀%{link_end},ĺ…č®
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr "使用 %{link_start} %{draft_snippet}%{link_end} 开始标é˘ďĽŚä»Ąé˛ć­˘ĺ并请求草稿在准备就绪之前ĺ并。"
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr "%{link_start}GitLab Inc. 收集哪些信ćŻďĽź%{link_end}"
@@ -763,9 +794,6 @@ msgstr "%{placeholder}不ćŻćś‰ć•çš„主é˘"
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr "%{policy_link} (在 %{elapsed_time} ĺ†é’źĺŽĺŹ‘出通知, 除非状ć€ä¸ş %{status})"
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr "%{project_path} ćŻä¸€ä¸Şéˇąç›®ďĽŚć‚¨ĺŹŻä»Ąä˝żç”¨čŻĄéˇąç›®ĺ°†č‡Şčż°ć–‡ä»¶ć·»ĺŠ ĺ°ć‚¨çš„ GitLab 配置文件中,ĺ›ĺ»şä¸€ä¸Şĺ…¬ĺ…±éˇąç›®ĺą¶ä˝żç”¨ README ĺťĺ§‹ĺŚ–仓库以开始使用。 %{help_link_start}了解更多。%{help_link_end}"
@@ -797,6 +825,9 @@ msgstr "%{rotation} 已与其余参与者重新计算。请审查 %{rotation_lin
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr "%{rotation} 已与其余参与者重新计算。请审查 %{rotation} 的新设置。建议您与目前的on-calläşşĺ‘取得č”系,以确保on-call工作的连续性。"
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr "'%{term}' 的结果 %{scope} "
@@ -1072,7 +1103,7 @@ msgid "(max size 15 MB)"
msgstr "(最大 15 MB)"
msgid "(optional)"
-msgstr ""
+msgstr "(可选)"
msgid "(removed)"
msgstr "(ĺ·˛ĺ é™¤)"
@@ -1716,21 +1747,12 @@ msgstr "该令牌无法用于访问其ĺ®ć•°ćŤ®ă€‚"
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr "将此令牌保密。任何拥有ĺ®çš„äşşé˝ĺŹŻä»ĄĺŹć‚¨ä¸€ć ·č®żé—®ä»“ĺş“éť™ć€ĺŻąč±ˇă€‚如果发生,%{linkStart}重置此令牌%{linkEnd}。"
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr "请确保该令牌的安全。任何ćŚćś‰čŻĄä»¤ç‰Śçš„人,é˝ĺŹŻä»Ąä»Ąć‚¨çš„身份来ĺ›ĺ»şč®®é˘ă€‚如果令牌泄露,您应该%{reset_link_start}重置令牌 %{reset_link_end} 。"
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr "将此令牌保密。任何拥有ĺ®çš„äşşé˝ĺŹŻä»ĄĺŹć‚¨ä¸€ć ·ĺ›ĺ»şč®®é˘ă€‚如果发生,%{linkStart}重置此令牌%{linkEnd}。"
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr "将此令牌保密。任何拥有ĺ®çš„äşşé˝ĺŹŻä»ĄĺŹć‚¨ä¸€ć ·ĺ›ĺ»şč®®é˘ă€‚如果发生这种ć…况, %{link_reset_it}。"
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr "将此令牌保密。任何拥有ĺ®çš„äşşé˝ĺŹŻä»ĄĺŹć‚¨ä¸€ć ·čŻ»ĺŹ–动ć€ĺą¶ĺŹ‘ĺ¸ RSS feeds ć–您的日历 feed。如果发生,%{linkStart}重置此令牌%{linkEnd}。"
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr "将此令牌保密。任何拥有ĺ®çš„äşşé˝ĺŹŻä»ĄĺŹć‚¨ä¸€ć ·ĺ›ĺ»şč®®é˘ă€‚如果发生这种ć…况,访问%{link_reset_it}。"
-
msgid "AccessTokens|Personal Access Tokens"
msgstr "个人访问令牌"
@@ -1755,9 +1777,6 @@ msgstr "当您通过电ĺ­é‚®ä»¶ĺ›ĺ»şä¸€ä¸Şć–°č®®é˘ć—¶ďĽŚć‚¨çš„接收电ĺ­é‚®
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr "当仓库静ć€ĺŻąč±ˇ(例如归档ć–博客)从外é¨ĺ­ĺ‚¨ćśŤĺŠˇć—¶ďĽŚć‚¨çš„éť™ć€ĺŻąč±ˇä»¤ç‰ŚäĽšéŞŚčŻć‚¨ă€‚"
-msgid "AccessTokens|reset this token"
-msgstr "重置此令牌"
-
msgid "AccessibilityReport|Learn more"
msgstr "了解更多"
@@ -1795,19 +1814,19 @@ msgid "AccountValidation|If you no longer wish to receive marketing emails from
msgstr "如果您不再希望收ĺ°ć‘们的čĄé”€ç”µĺ­é‚®ä»¶ďĽŚ"
msgid "AccountValidation|In order to use free CI/CD minutes on shared runners, you'll need to validate your account using one of our verification options. If you prefer not to, you can run pipelines by bringing your own runners and disabling shared runners for your project."
-msgstr ""
+msgstr "为了在共享 runner 上使用免费 CI/CD ĺ†é’źďĽŚć‚¨éś€č¦ä˝żç”¨éŞŚčŻé€‰éˇąäą‹ä¸€éŞŚčŻć‚¨çš„ĺ¸ć·ă€‚ 如果您不愿意ćŹäľ›éŞŚčŻďĽŚä˝ ĺŹŻä»Ąé€ščż‡č‡Şĺ·±çš„ runner 来čżčˇŚćµć°´çşżĺą¶ä¸şć‚¨çš„项目ç¦ç”¨ĺ…±äş« runner。"
msgid "AccountValidation|Learn more."
msgstr "了解更多。"
msgid "AccountValidation|Looks like you’ll need to validate your account to use free CI/CD minutes"
-msgstr ""
+msgstr "您需č¦éŞŚčŻć‚¨çš„ĺ¸ć·ć‰Ťč˝ä˝żç”¨ĺ…Ťč´ąçš„ CI/CD ĺ†é’ź"
msgid "AccountValidation|Validate your account"
msgstr "验čŻć‚¨çš„ĺ¸ć·"
msgid "AccountValidation|Verification is required to discourage and reduce the abuse on GitLab infrastructure. If you verify with a credit or debit card, %{strong_start}GitLab will not charge your card, it will only be used for validation.%{strong_end} %{learn_more_link}"
-msgstr ""
+msgstr "验čŻćŻä¸şäş†é»ć­˘ĺ’Śĺ‡Źĺ°‘ GitLab 基础设施上的滥用。如果您使用信用卡ć–借记卡进行验čŻďĽŚ%{strong_start}GitLab 将不会收取费用ć–ĺ­ĺ‚¨ć‚¨çš„卡信ćŻďĽŚĺ®ĺ°†ä»…用于验čŻďĽŚ%{strong_end} %{learn_more_link}"
msgid "AccountValidation|unsubscribe"
msgstr "取ć¶č®˘é…"
@@ -1863,9 +1882,6 @@ msgstr "添加更新日志"
msgid "Add CONTRIBUTING"
msgstr "添加贡献信ćŻ"
-msgid "Add GitLab to Slack"
-msgstr "ĺ°† GitLab ć·»ĺŠ ĺ° Slack"
-
msgid "Add Jaeger URL"
msgstr "增加 Jaeger 地址"
@@ -1875,8 +1891,8 @@ msgstr "添加 Kubernetes 集群"
msgid "Add LICENSE"
msgstr "添加LICENSE"
-msgid "Add New Node"
-msgstr "添加新节点"
+msgid "Add New Site"
+msgstr ""
msgid "Add README"
msgstr "添加自述文件"
@@ -1890,6 +1906,9 @@ msgstr "添加一个%{type}"
msgid "Add a GPG key"
msgstr "添加GPG密钥"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr "添加一个Jaeger URL,用指ĺ‘您的Jaeger服务器的链接替换此页面。您首ĺ…éś€č¦ %{link_start_tag}安装Jaeger%{link_end_tag}。"
@@ -1956,6 +1975,9 @@ msgstr "添加一个待办事项"
msgid "Add an SSH key"
msgstr "添加SSH密钥"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr "添加一个已有议é˘"
@@ -2073,9 +2095,6 @@ msgstr "添加系统钩ĺ­"
msgid "Add text to the sign-in page. Markdown enabled."
msgstr "将文本添加ĺ°ç™»ĺ˝•éˇµéť˘ă€‚Markdownĺ·˛ĺŻç”¨ă€‚"
-msgid "Add to Slack"
-msgstr "添加ĺ°Slack"
-
msgid "Add to board"
msgstr "添加ĺ°éť˘ćťż"
@@ -2373,6 +2392,12 @@ msgstr "您即将ĺść­˘ć‰€ćś‰ä˝śä¸šďĽŚčż™äĽšä¸­ć–­ĺą¶ç»“束所有正在čżčˇŚçš„
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr "加载统计数据时出错。请再试一次"
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr "定义项目标记的é»č®¤é›†"
@@ -2529,6 +2554,9 @@ msgstr "已冻结"
msgid "AdminUsers|(Internal)"
msgstr "内é¨"
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr "等待批准"
@@ -2565,8 +2593,8 @@ msgstr "在您的实例上č°ć•´ç”¨ć·ä¸Šé™č®ľç˝®"
msgid "AdminUsers|Admin"
msgstr "管ç†ĺ‘"
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
-msgstr "管ç†ĺ‘可以访问所有群组ă€éˇąç›®ĺ’Śç”¨ć·ďĽŚĺą¶ĺŹŻä»Ąç®ˇç†ć­¤ĺ®‰čŁ…中的所有功č˝ă€‚"
+msgid "AdminUsers|Administrator"
+msgstr ""
msgid "AdminUsers|Admins"
msgstr "管ç†ĺ‘"
@@ -2659,7 +2687,7 @@ msgid "AdminUsers|Delete user and contributions"
msgstr "ĺ é™¤ç”¨ć·ĺŹŠç›¸ĺ…łč´ˇçŚ®"
msgid "AdminUsers|Export permissions as CSV (max 100,000 users)"
-msgstr ""
+msgstr "以 CSV 格式导出ćťé™ďĽćś€ĺ¤š 100,000 个用ć·ďĽ‰"
msgid "AdminUsers|External"
msgstr "外é¨"
@@ -2691,6 +2719,9 @@ msgstr "自己ďĽ"
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr "了解更多关于 %{link_start}ĺ°ç¦ç”¨ć·ă€‚%{link_end}"
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr "登录"
@@ -2754,6 +2785,9 @@ msgstr "用ć·ć— ćł•č®żé—® git 仓库。"
msgid "AdminUsers|The user can't log in."
msgstr "用ć·ć— ćł•ç™»ĺ˝•ă€‚"
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr "此用ć·ĺ°†č˘«ćł¨é”€"
@@ -2856,8 +2890,8 @@ msgstr "如有必č¦ďĽŚć‚¨ĺŹŻä»Ąĺś¨ĺ°†ćťĄĺ°ç¦ä»–们的账ć·ă€‚"
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr "未来,您可以解ç¦ä»–们的ĺ¸ć·ă€‚他们的数据将会保ćŚĺ®ŚĺĄ˝ă€‚"
-msgid "AdminUsers|You cannot remove your own admin rights."
-msgstr "您不č˝ĺ é™¤ć‚¨č‡Şĺ·±çš„管ç†ĺ‘ćťé™ă€‚"
+msgid "AdminUsers|You cannot remove your own administrator access."
+msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
msgstr "您必须转移所有ćťć–ĺ é™¤čż™äş›çľ¤ç»„,然ĺŽć‰Ťč˝ĺ é™¤ć‚¨çš„ĺ¸ć·ă€‚"
@@ -3417,23 +3451,14 @@ msgstr "ĺ…许该群组中的项目使用Git LFS"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 "ĺ…许Webhook和服务对本地网络的请求"
-
msgid "Allow subgroups to set up their own two-factor authentication rules"
msgstr "ĺ…许副组设置自己的双重身份验čŻč§„ĺ™"
msgid "Allow this key to push to this repository"
msgstr "ĺ…许此密钥推é€ĺ°čż™ä¸Şä»“ĺş“"
-msgid "Allow this secondary node to replicate content on Object Storage"
-msgstr "ĺ…许此次č¦čŠ‚点在对象ĺ­ĺ‚¨ä¸Šĺ¤Ťĺ¶ĺ†…容"
+msgid "Allow this secondary site to replicate content on Object Storage"
+msgstr ""
msgid "Allow use of licensed EE features"
msgstr "ĺ…许使用许可的EE功č˝"
@@ -3543,9 +3568,6 @@ msgstr "发生错误"
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr "在报告测试结果时出现的错误,错误地表ćŽĺś¨ć˛ˇćś‰ćĽŹć´žçš„ć…况下系统中ĺ­ĺś¨ćĽŹć´žă€‚"
-msgid "An error occured while fetching the pipelines jobs."
-msgstr "获取ćµć°´çşżä˝śä¸šć—¶ĺ‡şé”™ă€‚"
-
msgid "An error occurred adding a draft to the thread."
msgstr "ĺ‘主é˘ć·»ĺŠ čŤ‰ç¨żć—¶ĺ‡şé”™ă€‚"
@@ -3693,18 +3715,15 @@ msgstr "获取作业ĺ—表时发生错误"
msgid "An error occurred while fetching the latest pipeline."
msgstr "获取最新ćµć°´çşżć—¶ĺŹ‘生错误。"
+msgid "An error occurred while fetching the pipelines jobs."
+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 autocomplete data. Please refresh the page and try again."
-msgstr "获取自动完整数据时发生错误。请ĺ·ć–°éˇµéť˘ĺą¶é‡ŤčŻ•ă€‚"
-
msgid "An error occurred while getting files for - %{branchId}"
msgstr "获取文件 - %{branchId} 时出错"
@@ -3766,7 +3785,7 @@ msgid "An error occurred while loading the access tokens form, please try again.
msgstr "加载访问令牌表单时发生错误,请重试。"
msgid "An error occurred while loading the blob controls."
-msgstr ""
+msgstr "加载 blob 控件时出错。"
msgid "An error occurred while loading the data. Please try again."
msgstr "加载数据时出错。请重试。"
@@ -4250,9 +4269,6 @@ msgstr "与ĺ并请求核准人ĺ作的ĺ并请求作者"
msgid "ApprovalRule|Add approvers"
msgstr "添加核准人"
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr "添加所需的核准人来改进您的代ç ĺ®ˇćźĄćµç¨‹"
-
msgid "ApprovalRule|All scanners"
msgstr "所有扫描工具"
@@ -4283,9 +4299,6 @@ msgstr "核准人类型"
msgid "ApprovalRule|Approvers"
msgstr "核准人"
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr "按专业领域ĺ†é…Ťć ¸ĺ‡†äşşă€‚"
-
msgid "ApprovalRule|Confirmed"
msgstr "已确认"
@@ -4295,14 +4308,14 @@ msgstr "已忽略"
msgid "ApprovalRule|Examples: QA, Security."
msgstr "示例:QAă€ĺ®‰ĺ…¨ă€‚"
-msgid "ApprovalRule|Increase your organization’s code quality."
-msgstr "ćŹé«ç»„织的代ç č´¨é‡Źă€‚"
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
+msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
-msgstr "了解有关ĺ并请求批准的更多信ćŻă€‚"
+msgid "ApprovalRule|Increase quality and maintain standards."
+msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
-msgstr "让系统根据更改的文件指定ĺ格的核准人。"
+msgid "ApprovalRule|Learn more about merge request approval rules."
+msgstr ""
msgid "ApprovalRule|Name"
msgstr "ĺŤç§°"
@@ -4328,8 +4341,8 @@ msgstr "请至少选择一种漏洞状ć€"
msgid "ApprovalRule|Previously detected"
msgstr "以前检测ĺ°"
-msgid "ApprovalRule|Reduce the overall time to merge."
-msgstr "减少ĺ并的总时间。"
+msgid "ApprovalRule|Reduce your time to merge."
+msgstr ""
msgid "ApprovalRule|Resolved"
msgstr "已解决"
@@ -4343,6 +4356,9 @@ msgstr "安全扫描工具"
msgid "ApprovalRule|Select All"
msgstr "选择全é¨"
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr "选择扫描工具"
@@ -4358,8 +4374,8 @@ msgstr "严重级ĺ«"
msgid "ApprovalRule|Target branch"
msgstr "目标ĺ†ć”Ż"
-msgid "ApprovalRule|Try it for free"
-msgstr "免费试用"
+msgid "ApprovalRule|Try for free"
+msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
msgstr "ĺ…许的漏洞"
@@ -4370,23 +4386,29 @@ msgstr "漏洞状ć€"
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr "ĺ并请求审批设置已更新。"
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr "ç¦ć­˘ä˝śč€…审批。"
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr "ç¦ć­˘ć·»ĺŠ ćŹäş¤çš„用ć·ĺ®ˇć‰ąă€‚"
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
-msgstr "ç¦ć­˘ĺś¨ĺ并请求中编辑批准规ĺ™ă€‚"
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
+msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr "ç¦ć­˘ĺś¨éˇąç›®ĺ’Śĺ并请求中编辑批准规ĺ™ă€‚"
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
-msgstr "当ćŹäş¤č˘«ć·»ĺŠ ĺ°ćşĺ†ć”Żć—¶ĺ é™¤ć‰€ćś‰ĺ®ˇć‰ąă€‚"
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
+msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
-msgstr "需č¦ç”¨ć·ĺŻ†ç ć‰Ťč˝ć‰ąĺ‡†ă€‚"
+msgid "ApprovalSettings|Require user password to approve"
+msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
msgstr "加载ĺ并请求批准设置时出错。"
@@ -4499,6 +4521,9 @@ msgstr "确定č¦ĺŹ–ć¶ĺ˝’档此项目ĺ—?"
msgid "Are you sure you want to %{action} %{name}?"
msgstr "ć‚¨çˇ®ĺ®šč¦ %{action} %{name}ĺ—?"
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr "您确定č¦ĺ°ťčŻ•ĺ并ĺ—?"
@@ -4590,9 +4615,6 @@ msgstr "您确定č¦ĺ é™¤čż™ä¸Şčş«ä»˝ć ‡čŻ†ĺ—?"
msgid "Are you sure you want to remove this list?"
msgstr "您确定č¦ĺ é™¤ć­¤ĺ—表ĺ—?"
-msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
-msgstr "您确定č¦é‡Ťç˝®SCIM令牌ĺ—?在完ć新令牌更新之前,SCIM配置将ĺść­˘ĺ·Ąä˝śă€‚"
-
msgid "Are you sure you want to reset the health check token?"
msgstr "确定č¦é‡Ťç˝®čżčˇŚçŠ¶ĺ†µćŁ€ćźĄä»¤ç‰Śĺ—?"
@@ -4677,8 +4699,8 @@ msgstr "稍ĺŽĺ†Ťé—®"
msgid "Ask someone with write access to resolve it."
msgstr "请有写入ćťé™çš„人来解决ĺ®ă€‚"
-msgid "Ask your group maintainer to set up a group runner."
-msgstr "请č”系群组维护者设置一个群组级 Runner。"
+msgid "Ask your group owner to set up a group runner."
+msgstr ""
msgid "Assertion consumer service URL"
msgstr "断言ć¶č´ąč€…服务 URL"
@@ -5117,6 +5139,9 @@ msgstr "即将ĺ é™¤ĺ¤´ĺŹă€‚确定继续ĺ—?"
msgid "Average per day: %{average}"
msgstr "平均每天: %{average}"
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr "赞赏已添加"
@@ -5249,6 +5274,9 @@ msgstr "对 Bamboo 服务器具有 API 访问ćťé™çš„用ć·ă€‚"
msgid "Based on"
msgstr "基于"
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr "请注意,更改项目的命ĺŤç©şé—´ĺŹŻč˝äĽšäş§ç”źéťžé˘„期的副作用。"
@@ -5276,6 +5304,9 @@ msgstr "以下ćŻ%{link_to_gitlab_pages}的设置。"
msgid "Below you will find all the groups that are public."
msgstr "您将在下面找ĺ°ć‰€ćś‰ĺ…¬ĺĽ€çš„群组。"
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr "双周代ç č¦†ç›–率"
@@ -5291,9 +5322,6 @@ msgstr "%{group_name} 正在使用 %{plan_name} 。"
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr "%{user_name},您正在使用%{plan_name}计ĺ’。"
-msgid "BillingPlans|Compare all plans"
-msgstr "比čľć‰€ćś‰č®ˇĺ’"
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr "ć­ĺ–śďĽŚć‚¨çš„试用计ĺ’ĺ·˛ĺŻç”¨ă€‚"
@@ -5330,9 +5358,6 @@ 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 to GitLab %{planNameForUpgrade}"
-msgstr "ĺŤ‡çş§ĺ° %{planNameForUpgrade}"
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr "虽然 GitLab ĺ°†ĺść­˘ä˝żç”¨ Bronze ć–ąćˇďĽŚä˝†ć‚¨ä»Ťç„¶ĺŹŻä»Ąĺś¨ %{eoa_bronze_plan_end_date} 之前再续订一次 Bronze 订é…。 ć‘们čżćŹäľ›é™ć—¶ĺ…Ťč´ąĺŤ‡çş§ĺ°ć‘们的é«çş§ć–ąćˇďĽćś€ĺ¤š 25 个用ć·ďĽ‰ďĽ 在ć‘们的 %{announcement_link} 中了解有关改ĺŹĺ’ŚäĽć çš„更多信ćŻă€‚"
@@ -5391,10 +5416,10 @@ msgid "Billings|Shared runners cannot be enabled until a valid credit card is on
msgstr "Shared runners ć— ćł•ĺŻç”¨ďĽŚç›´ĺ°ćś‰ć•çš„信用卡在档。"
msgid "Billings|To use free CI/CD minutes on shared runners, you’ll need to validate your account with a credit card. If you prefer not to provide one, you can run pipelines by bringing your own runners and disabling shared runners for your project. This is required to discourage and reduce abuse on GitLab infrastructure. %{strongStart}GitLab will not charge your card, it will only be used for validation.%{strongEnd} %{linkStart}Learn more%{linkEnd}."
-msgstr ""
+msgstr "č¦ĺś¨ shared runners上使用免费 CI/CD ĺ†é’źďĽŚć‚¨éś€č¦ä˝żç”¨äżˇç”¨ĺŤˇéŞŚčŻć‚¨çš„ĺ¸ć·ă€‚如果您不ćłćŹäľ›ďĽŚć‚¨ĺŹŻä»Ąé€ščż‡ä¸şć‚¨çš„项目带来自己的 runner 并ç¦ç”¨ shared runners 来čżčˇŚćµć°´çşżă€‚čż™ćŻé»ć­˘ĺ’Śĺ‡Źĺ°‘对 GitLab 基础设施的滥用所必需的。 %{strongStart}GitLab 不会对您的卡号扣费,ĺ®ĺŹŞäĽšç”¨äşŽéŞŚčŻć‚¨çš„身份。%{strongEnd} %{linkStart}了解更多%{linkEnd}"
msgid "Billings|To use free CI/CD minutes on shared runners, you’ll need to validate your account with a credit card. This is required to discourage and reduce abuse on GitLab infrastructure. %{strongStart}GitLab will not charge your card, it will only be used for validation.%{strongEnd}"
-msgstr ""
+msgstr "č¦ĺś¨ĺ…±äş« runner 上使用免费的 CI/CD ĺ†é’źďĽŚć‚¨éś€č¦ä˝żç”¨äżˇç”¨ĺŤˇéŞŚčŻć‚¨çš„ĺ¸ć·ă€‚ 这样ĺšçš„目的ćŻä¸şäş†é»ć­˘ĺ’Śĺ‡Źĺ°‘ GitLab 基础设施的滥用。 %{strongStart}GitLab 不会对您的卡号扣费,ĺ®ä»…用于验čŻă€‚%{strongEnd}"
msgid "Billings|User validation required"
msgstr "需č¦ç”¨ć·éŞŚčŻ"
@@ -5406,14 +5431,20 @@ msgid "Billings|Validate user account"
msgstr "验čŻç”¨ć·ĺ¸ć·"
msgid "Billings|You'll now be able to take advantage of free CI/CD minutes on shared runners."
-msgstr ""
+msgstr "您现在可以ĺ©ç”¨ĺ…±äş« runner çš„ĺ…Ťč´ą CI/CD ĺ†é’źă€‚"
msgid "Billings|Your account has been validated"
+msgstr "您的ĺ¸ć·ĺ·˛é€ščż‡éŞŚčŻ"
+
+msgid "Billing|%{user} was successfully approved"
msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr "只有用ć·č®ľç˝®äş†ĺ…¬ĺĽ€ç”µĺ­é‚®ä»¶ďĽŚä»–们的邮件才对外可č§ă€‚"
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr "获取计费会ĺ‘详细信ćŻć—¶ĺŹ‘生错误"
@@ -5492,6 +5523,9 @@ msgstr "从 Bitbucket 导入"
msgid "Blame"
msgstr "Blame"
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr "屏蔽用ć·"
@@ -5801,18 +5835,12 @@ msgstr "ĺ é™¤ĺ·˛ĺ并的ĺ†ć”Ż"
msgid "Branches|Delete protected branch"
msgstr "ĺ é™¤ĺŹ—保护的ĺ†ć”Ż"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr "确认ĺ é™¤ĺŹ—保护的ĺ†ć”Ż '%{branch_name}'?"
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr "ĺ é™¤ĺŹ—保护的ĺ†ć”Żă€‚确定继续ĺ—?"
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
msgstr "ĺ é™¤ %{strongStart}%{branchName}%{strongEnd} ĺ†ć”Żć“Ťä˝ść— ćł•ć’¤é”€ă€‚确定继续ĺ—?"
-msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
-msgstr "ĺ é™¤ ”%{branch_name}” ĺŽĺ°†ć— ćł•ć˘ĺ¤ŤďĽŚć‚¨çˇ®ĺ®šďĽź"
-
msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
msgstr "ĺ é™¤ĺ·˛ĺ并的ĺ†ć”ŻĺŽĺ°†ć— ćł•ć˘ĺ¤ŤďĽŚçˇ®ĺ®šç»§ç»­ĺ—?"
@@ -5828,9 +5856,6 @@ 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 "确认执行 %{delete_protected_branch} ĺŽĺ°†ć— ćł•ć’¤é”€ć–ć˘ĺ¤Ťă€‚"
-
msgid "Branches|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr "确认执行 %{strongStart}%{buttonText},%{strongEnd} ĺŽĺ°†ć— ćł•ć’¤é”€ć–ć˘ĺ¤Ťă€‚"
@@ -5879,15 +5904,6 @@ msgstr "ć— ćł•ĺ é™¤é»č®¤ĺ†ć”Ż"
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
msgstr "ć­¤ĺ†ć”Żĺ°šćśŞĺĺą¶ĺ° %{defaultBranchName}。为éżĺ…Ťć•°ćŤ®ä¸˘ĺ¤±ďĽŚčŻ·ĺś¨ĺ é™¤äą‹ĺ‰Ťĺ并此ĺ†ć”Żă€‚"
-msgid "Branches|This branch hasn’t been merged into %{default_branch}."
-msgstr "ć­¤ĺ†ć”Żĺ°šćśŞĺĺą¶ĺ° %{default_branch}。"
-
-msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
-msgstr "为éżĺ…Ťć•°ćŤ®ä¸˘ĺ¤±ďĽŚčŻ·ĺś¨ĺ é™¤äą‹ĺ‰Ťĺ并此ĺ†ć”Żă€‚"
-
-msgid "Branches|To confirm, type %{branch_name_confirmation}:"
-msgstr "请输入 %{branch_name_confirmation} 来确认:"
-
msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
msgstr "č¦ć”ľĺĽćś¬ĺś°ć›´ć”ąĺą¶č¦†ç›–上游ç‰ćś¬çš„ĺ†ć”ŻďĽŚčŻ·ĺś¨ć­¤ĺ¤„将其ĺ é™¤ďĽŚç„¶ĺŽé€‰ć‹©ä¸Šéť˘çš„“立即更新”。"
@@ -5906,9 +5922,6 @@ msgstr "您将č¦ć°¸äą…ĺ é™¤ĺ†ć”Ż %{strongStart}%{branchName}。%{strongEnd}"
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr "您将č¦ć°¸äą…ĺ é™¤ĺŹ—保护的ĺ†ć”Ż %{strongStart}%{branchName}。%{strongEnd}"
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr "ĺ°†č¦ć°¸äą…ĺ é™¤ĺŹ—保护的 %{branch_name} ĺ†ć”Żă€‚"
-
msgid "Branches|diverged from upstream"
msgstr "与上游ĺ­ĺś¨ĺ·®ĺĽ‚"
@@ -6104,6 +6117,15 @@ msgstr "通过与äĽä¸šç”µĺ­é‚®ä»¶ĺś°ĺť€ç»‘定的账号进行身份验čŻďĽŚčŻ´
msgid "By default, all projects and groups will use the global notifications setting."
msgstr "é»č®¤ć…况下,所有项目和群组将使用全局通知设置。"
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "作者:"
@@ -6168,9 +6190,21 @@ msgstr "发ĺ¸ç»źč®ˇ"
msgid "CICDAnalytics|Releases"
msgstr "发ĺ¸"
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr "获取发ĺ¸ç»źč®ˇäżˇćŻć—¶ĺ‡şçŽ°é”™čŻŻ"
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr "请将%{base_domain_link_start}基础域ĺŤ%{link_end}添加ĺ°%{kubernetes_cluster_link_start}Kubernetes集群%{link_end},才č˝ä˝żć‚¨çš„é¨ç˝˛ç­–略正常工作。"
@@ -6405,6 +6439,9 @@ msgstr "无法将机密史诗ĺ†é…Ťç»™éťžćśşĺŻ†č®®é˘ă€‚请将此议é˘č®ľç˝®ćśş
msgid "Cannot be merged automatically"
msgstr "无法自动ĺ并"
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr "ć— ćł•ĺ›ĺ»şć»Ąç”¨ćŠĄĺ‘Šă€‚用ć·ĺ·˛č˘«ĺ é™¤ă€‚"
@@ -6782,6 +6819,9 @@ msgstr "(x%{numberOfUsers})"
msgid "Checkout|(x%{quantity})"
msgstr "(x%{quantity})"
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr "ĺ¸ĺŤ•ĺś°ĺť€"
@@ -6959,6 +6999,9 @@ msgstr "拣选此ĺ并请求"
msgid "Child"
msgstr "ĺ­çş§"
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr "ĺ­ĺŹ˛čŻ—不ĺ­ĺś¨ă€‚"
@@ -7203,7 +7246,7 @@ msgid "Clear due date"
msgstr "清除ćŞć­˘ć—Ąćśź"
msgid "Clear health status"
-msgstr ""
+msgstr "清除ĺĄĺş·çŠ¶ć€"
msgid "Clear recent searches"
msgstr "清除最近的ćśç´˘"
@@ -7224,13 +7267,13 @@ msgid "Clear weight"
msgstr "清除ćťé‡Ť"
msgid "Cleared health status."
-msgstr ""
+msgstr "ĺĄĺş·çŠ¶ć€ĺ·˛ć¸…除。"
msgid "Cleared weight."
msgstr "已重置的ćťé‡Ť"
msgid "Clears health status."
-msgstr ""
+msgstr "清除ĺĄĺş·çŠ¶ć€ă€‚"
msgid "Clears weight."
msgstr "清除ćťé‡Ť"
@@ -7259,15 +7302,6 @@ msgstr "点击éšč—Ź"
msgid "Click to reveal"
msgstr "点击ćľç¤ş"
-msgid "Client authentication certificate"
-msgstr "客ć·ç«Żč®¤čŻčŻäą¦"
-
-msgid "Client authentication key"
-msgstr "客ć·ç«Żč®¤čŻĺŻ†é’Ą"
-
-msgid "Client authentication key password"
-msgstr "客ć·ç«Żč®¤čŻĺŻ†é’ĄĺŻ†ç "
-
msgid "Client request timeout"
msgstr "客ć·ç«ŻčŻ·ć±‚超时"
@@ -7364,6 +7398,12 @@ msgstr "ĺ…łé—­: %{closed}"
msgid "Closes this %{quick_action_target}."
msgstr "ĺ…łé—­ć­¤%{quick_action_target}."
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr "集群"
@@ -7386,10 +7426,10 @@ msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr "Stages::ClusterEndpointInserter需č¦é›†çľ¤ç±»ĺž‹"
msgid "ClusterAgents|%{name} successfully deleted"
-msgstr ""
+msgstr "%{name} ĺ·˛ć功ĺ é™¤"
-msgid "ClusterAgents|%{number} of %{total} agents"
-msgstr "%{number} 个代ç†ďĽŚĺ…± %{total} 个"
+msgid "ClusterAgents|%{number} of %{total} Agents"
+msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
msgstr "%{total}个集群中的%{number}个通过集群čŻäą¦čżžćŽĄ"
@@ -7433,8 +7473,8 @@ msgstr "代ç†ä»ŽćśŞčżžćŽĄĺ° GitLab"
msgid "ClusterAgents|All"
msgstr "ĺ…¨é¨"
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
-msgstr "加载您的GitLab Agent时发生错误"
+msgid "ClusterAgents|An error occurred while loading your Agents"
+msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
msgstr "加载代ç†ć—¶ĺ‡şé”™"
@@ -7446,7 +7486,7 @@ msgid "ClusterAgents|An unknown error occurred. Please try again."
msgstr "发生未知错误。请重试。"
msgid "ClusterAgents|Are you sure you want to delete this agent? You cannot undo this."
-msgstr ""
+msgstr "确定č¦ĺ é™¤ć­¤ä»Łç†ĺ—?您无法撤ć¶ć­¤ć“Ťä˝śă€‚"
msgid "ClusterAgents|Certificate"
msgstr "čŻäą¦"
@@ -7463,8 +7503,8 @@ msgstr "连接现有集群"
msgid "ClusterAgents|Connect with a certificate"
msgstr "使用čŻäą¦čżžćŽĄ"
-msgid "ClusterAgents|Connect with the Agent"
-msgstr "与代ç†čżžćŽĄ"
+msgid "ClusterAgents|Connect with agent"
+msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
msgstr "与 GitLab 代ç†čżžćŽĄ"
@@ -7494,10 +7534,10 @@ msgid "ClusterAgents|Date created"
msgstr "ĺ›ĺ»şć—Ąćśź"
msgid "ClusterAgents|Delete"
-msgstr ""
+msgstr "ĺ é™¤"
msgid "ClusterAgents|Delete agent"
-msgstr ""
+msgstr "ĺ é™¤ä»Łç†"
msgid "ClusterAgents|Deprecated"
msgstr "ĺ·˛ĺĽç”¨"
@@ -7520,14 +7560,17 @@ msgstr "GitLab 代ç†"
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr "适用于 Kubernetes çš„ GitLab 代ç†"
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr "转ĺ°ä»“库文件"
msgid "ClusterAgents|How to register an agent?"
msgstr "如何注册代ç†ďĽź"
-msgid "ClusterAgents|Install a new agent"
-msgstr "安装新代ç†"
+msgid "ClusterAgents|Install new Agent"
+msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
msgstr "上次连接在 %{timeAgo}。"
@@ -7553,8 +7596,8 @@ msgstr "从不"
msgid "ClusterAgents|Never connected"
msgstr "从未连接"
-msgid "ClusterAgents|No agents"
-msgstr "无代ç†"
+msgid "ClusterAgents|No Agents"
+msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
msgstr "没有通过集群čŻäą¦čżžćŽĄçš„集群"
@@ -7580,6 +7623,18 @@ msgstr "注册代ç†"
msgid "ClusterAgents|Registration token"
msgstr "注册令牌"
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr "安全"
@@ -7592,6 +7647,9 @@ msgstr "选择代ç†"
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr "选择č¦ćł¨ĺ†Śĺ° GitLab 的代ç†"
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr "当将 Kubernetes é›†çľ¤čżžćŽĄĺ° GitLab 时,GitLab 代ç†ćŹäľ›ć›´é«çş§ĺ«çš„安全性。 %{linkStart}了解有关 GitLab 代ç†çš„更多信ćŻă€‚%{linkEnd}"
@@ -7612,10 +7670,10 @@ msgid "ClusterAgents|This agent has no tokens"
msgstr "此代ç†ć˛ˇćś‰ä»¤ç‰Ś"
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
-msgstr ""
+msgstr "č¦ĺ é™¤ä»Łç†ďĽŚčŻ·čľ“ĺ…Ą %{name} 进行确认:"
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
-msgstr "č¦ĺ®‰čŁ…新代ç†ďĽŚé¦–ĺ…将代ç†çš„配置文件添加ĺ°ć­¤ä»“库中。 %{linkStart}代ç†çš„配置文件ćŻä»€äąďĽź%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
+msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
msgstr "ç”± %{userName} ĺ›ĺ»şçš„令牌"
@@ -7632,6 +7690,9 @@ msgstr "查看所有 %{number} 个代ç†"
msgid "ClusterAgents|View all %{number} clusters"
msgstr "查看所有 %{number} 个集群"
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr "什äąćŻ GitLab 代ç†ĺŠ¨ć€ďĽź"
@@ -8581,6 +8642,9 @@ msgstr "ćŹäş¤ďĽçĽ–čľ‘ćŹäş¤ć¶ćŻć—¶ďĽ‰"
msgid "Commit Message"
msgstr "ćŹäş¤ć¶ćŻ"
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr "ćŹäş¤ć›´ć”ą"
@@ -8830,6 +8894,9 @@ msgstr "ç”±ćŹäş¤č€…批准"
msgid "ComplianceReport|Less than 2 approvers"
msgstr "少于 2 个核准人"
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr "组件"
@@ -8860,6 +8927,12 @@ msgstr "在仓库上配置 %{repository_checks_link_start}仓库检查%{link_end
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr "é…Ťç˝® CAPTCHAă€IP 地址é™ĺ¶ĺ’Śĺ…¶ä»–反ĺžĺśľé‚®ä»¶ćŽŞć–˝ă€‚"
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr "使用 GitLab ć‰ç®ˇć¨ˇćťżĺś¨ `.gitlab-ci.yml` 中配置依赖扫描。您可以[添加ĺŹé‡Źč¦†ç›–](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) 来自定义依赖项扫描设置。"
@@ -8905,12 +8978,15 @@ msgstr "配置跟踪"
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr "在%{codeStart}.gitlab%{codeEnd}目录中配置%{codeStart}gitlab-webide.yml%{codeEnd}文件以开始使用Webç»ç«Żă€‚ %{helpStart}了解更多。%{helpEnd}"
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
-msgstr "é…Ťç˝®é«çş§ćťé™ă€ĺ¤§ć–‡ä»¶ĺ­ĺ‚¨ĺ’ŚĺŹŚé‡Ťčş«ä»˝éŞŚčŻč®ľç˝®ă€‚"
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
+msgstr ""
msgid "Configure existing installation"
msgstr "配置现有安装"
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr "配置仓库镜ĺŹă€‚"
@@ -8938,12 +9014,18 @@ msgstr "é…Ťç˝®é»č®¤çš„每周第一天和时间跟踪单位。"
msgid "Configure the way a user creates a new account."
msgstr "配置用ć·ĺ›ĺ»şć–°ĺ¸ć·çš„方式。"
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr "é…Ťç˝®ćľç¤şç»™ä»»ä˝•č®żé—®ć­¤çś‹ćťżçš„äşşçš„ĺ—表"
msgid "Confirm"
msgstr "确认"
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr "确认新密ç "
@@ -9250,7 +9332,7 @@ msgid "ContainerRegistry|Note: Any policy update will result in a change to the
msgstr "注意:任何策略更新é˝äĽšĺŻĽč‡´ĺŻąé˘„定čżčˇŚć—Ąćśźĺ’Ść—¶é—´çš„更改"
msgid "ContainerRegistry|Please try different search criteria"
-msgstr ""
+msgstr "请尝试不ĺŚçš„ćśç´˘ćťˇä»¶"
msgid "ContainerRegistry|Published %{timeInfo}"
msgstr "发ĺ¸äşŽ%{timeInfo}"
@@ -9341,7 +9423,7 @@ msgid "ContainerRegistry|The cleanup policy timed out before it could delete all
msgstr "清ç†ç­–略在ĺ é™¤ć‰€ćś‰ć ‡ç­ľäą‹ĺ‰Ťč¶…时。 管ç†ĺ‘可以%{adminLinkStart}立即执行手动清ç†%{adminLinkEnd}ć–者等待清ç†ç­–略下次自动čżčˇŚă€‚%{docLinkStart}更多信ćŻ%{docLinkEnd}"
msgid "ContainerRegistry|The filter returned no results"
-msgstr ""
+msgstr "过滤器没有返回结果"
msgid "ContainerRegistry|The image repository could not be found."
msgstr "找不ĺ°é•śĺŹä»“库。"
@@ -9499,8 +9581,8 @@ msgstr "控ĺ¶ä¸Žć‚¨ĺ¸ć·ĺ…łč”的电ĺ­é‚®ä»¶"
msgid "Control how the GitLab Package Registry functions."
msgstr "ćŽ§ĺ¶ GitLab 软件包仓库ćŻĺ¦‚何čżä˝śçš„。"
-msgid "Control whether to display third-party offers in GitLab."
-msgstr "控ĺ¶ćŻĺ¦ĺś¨ GitLab中ćľç¤şç¬¬ä¸‰ć–ąč¦çş¦ă€‚"
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
+msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
msgstr "控ĺ¶ä˝żç”¨ć­¤éˇąç›®çš„ CI_JOB_TOKEN CI/CD ĺŹé‡Źčż›čˇŚčş«ä»˝éŞŚčŻçš„ API 请求可以访问哪些项目。ç¦ç”¨ć­¤ĺŠźč˝ĺ­ĺś¨ĺ®‰ĺ…¨éŁŽé™©ďĽŚĺ› ä¸şćśŞç»ŹćŽćťçš„项目可č˝äĽšĺ°ťčŻ•ćŁ€ç´˘ć´»ĺŠ¨ä»¤ç‰Śĺą¶č®żé—® API。"
@@ -9575,7 +9657,7 @@ msgid "Copy evidence SHA"
msgstr "复ĺ¶čŻćŤ®SHA"
msgid "Copy failed. Please manually copy the value."
-msgstr ""
+msgstr "复ĺ¶ĺ¤±č´Ąă€‚请手动复ĺ¶ĺ€Ľă€‚"
msgid "Copy file contents"
msgstr "复ĺ¶ć–‡ä»¶ĺ†…容"
@@ -9640,9 +9722,24 @@ msgstr "动作"
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr "语料库在模糊测试中用作ĺŹĺĽ‚ćşä»Ąć”ąčż›ćśŞćťĄçš„测试。"
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr "语料库ĺŤç§°"
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr "模糊测试语料库管ç†"
@@ -9655,9 +9752,6 @@ msgstr "最ĺŽä˝żç”¨"
msgid "CorpusManagement|Latest Job:"
msgstr "最新作业:"
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr "新语料库需č¦ä¸ŠäĽ *.zip 格式。最大 5GB"
-
msgid "CorpusManagement|New upload"
msgstr "新上传"
@@ -9730,6 +9824,9 @@ msgstr "ć— ćł•ç»ĺ¶ä»Łčˇ¨ä˝śä¸šĺ…łçł»çš„çşż"
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr "无法获取策略,因为现有的策略 YAML ć— ć•"
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr "未找ĺ°č®ľč®ˇ."
@@ -9757,14 +9854,17 @@ msgstr "ć— ćł•ĺ é™¤č§¦ĺŹ‘器。"
msgid "Could not restore the group"
msgstr "ć— ćł•čżĺŽźçľ¤ç»„"
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
-msgstr "ć— ćł•ć’¤ć¶éˇąç›®č®żé—®ä»¤ç‰Ś%{project_access_token_name}。"
+msgid "Could not save configuration. Please refresh the page, or try again later."
+msgstr ""
msgid "Could not save group ID"
msgstr "ć— ćł•äżťĺ­çľ¤ç»„ID"
@@ -9907,6 +10007,9 @@ msgstr "ĺ›ĺ»şč®®é˘ćťĄč§Łĺ†łć‰€ćś‰ä¸»é˘"
msgid "Create iteration"
msgstr "ĺ›ĺ»şčż­ä»Ł"
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr "ĺ›ĺ»şĺ—表"
@@ -9986,7 +10089,7 @@ msgid "Create user"
msgstr "ĺ›ĺ»şç”¨ć·"
msgid "Create via merge request"
-msgstr ""
+msgstr "通过ĺ并请求ĺ›ĺ»ş"
msgid "Create wildcard: %{searchTerm}"
msgstr "ĺ›ĺ»şé€šé…Ťç¬¦: %{searchTerm}"
@@ -10040,7 +10143,7 @@ msgid "CreateValueStreamForm|Create new Value Stream"
msgstr "ĺ›ĺ»şć–°çš„价值ćµ"
msgid "CreateValueStreamForm|Create value stream"
-msgstr ""
+msgstr "ĺ›ĺ»şä»·ĺ€Ľćµ"
msgid "CreateValueStreamForm|Default stages"
msgstr "é»č®¤é¶ć®µ"
@@ -10049,7 +10152,7 @@ msgid "CreateValueStreamForm|Default stages can only be hidden or re-ordered"
msgstr "é»č®¤é¶ć®µĺŹŞč˝č˘«éšč—Źć–重新排序"
msgid "CreateValueStreamForm|Edit value stream"
-msgstr ""
+msgstr "编辑价值ćµ"
msgid "CreateValueStreamForm|Editing stage"
msgstr "编辑é¶ć®µ"
@@ -10165,6 +10268,9 @@ msgstr "ç”±ć‘ĺ›ĺ»ş"
msgid "Created by:"
msgstr "ĺ›ĺ»şäşşďĽš"
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr "ĺ›ĺ»şć—Ąćśź"
@@ -10399,6 +10505,9 @@ msgstr "客ć·ĺ…łçł»č”系人"
msgid "Customer Relations Organizations"
msgstr "客ć·ĺ…łçł»ç»„织"
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr "客ć·ĺ…łçł»"
@@ -10629,6 +10738,9 @@ msgstr "DNS"
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr "%{startDate} - %{endDate}"
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr "ć—Ąćśź"
@@ -10638,11 +10750,11 @@ msgstr "从ĺ并ĺ°é¨ç˝˛çš„天数"
msgid "DORA4Metrics|Deployment frequency"
msgstr "é¨ç˝˛é˘‘率"
-msgid "DORA4Metrics|Lead time"
-msgstr "交ä»ć—¶é—´"
+msgid "DORA4Metrics|Lead time for changes"
+msgstr ""
-msgid "DORA4Metrics|Median lead time"
-msgstr "中位交ä»ć—¶é—´"
+msgid "DORA4Metrics|Median (last %{days}d)"
+msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
msgstr "在此期间没有é¨ç˝˛ĺ并请求"
@@ -10731,12 +10843,6 @@ msgstr "ć— ćł•ĺ›ĺ»şć‰«ćŹŹĺ·Ąĺ…·é…Ťç˝®ă€‚请重试。"
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr "ć— ćł•ĺ›ĺ»şç«™ç‚ąé…Ťç˝®ă€‚请重试。"
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr "ć— ćł•ĺ é™¤äżťĺ­çš„扫描。请ĺ·ć–°éˇµéť˘ďĽŚć–稍ĺŽé‡ŤčŻ•ă€‚"
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr "ć— ćł•ĺ é™¤äżťĺ­çš„扫描:"
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr "ć— ćł•ĺ é™¤ć‰«ćŹŹĺ·Ąĺ…·é…Ťç˝®ă€‚请ĺ·ć–°éˇµéť˘ć–稍ĺŽĺ†ŤčŻ•ă€‚"
@@ -10749,9 +10855,6 @@ msgstr "ć— ćł•ĺ é™¤ç«™ç‚ąé…Ťç˝®ă€‚请ĺ·ć–°éˇµéť˘ć–稍ĺŽĺ†ŤčŻ•ă€‚"
msgid "DastProfiles|Could not delete site profiles:"
msgstr "ć— ćł•ĺ é™¤ç«™ç‚ąé…Ťç˝®ďĽš"
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr "无法获取已保ĺ­çš„扫描。请ĺ·ć–°éˇµéť˘ďĽŚć–稍ĺŽé‡ŤčŻ•ă€‚"
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr "无法获取扫描工具配置。请ĺ·ć–°éˇµéť˘ć–稍ĺŽĺ†ŤčŻ•ă€‚"
@@ -10764,9 +10867,6 @@ msgstr "无法更新扫描工具配置。请重试。"
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr "无法更新站点配置。请重试。"
-msgid "DastProfiles|DAST Scan"
-msgstr "DAST 扫描"
-
msgid "DastProfiles|Debug messages"
msgstr "č°čŻ•ć¶ćŻ"
@@ -10839,9 +10939,6 @@ msgstr "新建站点配置"
msgid "DastProfiles|No scanner profiles created yet"
msgstr "尚未ĺ›ĺ»şć‰«ćŹŹĺ·Ąĺ…·é…Ťç˝®ć–‡ä»¶"
-msgid "DastProfiles|No scans saved yet"
-msgstr "尚未保ĺ­ć‰«ćŹŹ"
-
msgid "DastProfiles|No site profiles created yet"
msgstr "尚未ĺ›ĺ»şç«™ç‚ąé…Ťç˝®ć–‡ä»¶"
@@ -10869,9 +10966,6 @@ msgstr "请求报头"
msgid "DastProfiles|Rest API"
msgstr "Rest API"
-msgid "DastProfiles|Run scan"
-msgstr "čżčˇŚć‰«ćŹŹ"
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr "除了传统的ç¬č™«äą‹ĺ¤–,可以čżčˇŚAJAXç¬č™«ćťĄéŤĺŽ†ç›®ć ‡ç«™ç‚ąă€‚"
@@ -10881,12 +10975,6 @@ msgstr "将目标站点和扫描设置的常用设定保ĺ­ä¸şé…Ťç˝®ă€‚使用这
msgid "DastProfiles|Save profile"
msgstr "äżťĺ­é…Ťç˝®"
-msgid "DastProfiles|Saved Scans"
-msgstr "äżťĺ­çš„扫描"
-
-msgid "DastProfiles|Scan"
-msgstr "扫描"
-
msgid "DastProfiles|Scan mode"
msgstr "扫描模式"
@@ -10899,9 +10987,6 @@ msgstr "扫描工具配置"
msgid "DastProfiles|Scanner name"
msgstr "扫描工具ĺŤç§°"
-msgid "DastProfiles|Schedule"
-msgstr "计ĺ’"
-
msgid "DastProfiles|Select branch"
msgstr "选择ĺ†ć”Ż"
@@ -10923,9 +11008,6 @@ msgstr "站点类型"
msgid "DastProfiles|Spider timeout"
msgstr "ç¬č™«č¶…ć—¶"
-msgid "DastProfiles|Target"
-msgstr "目标"
-
msgid "DastProfiles|Target URL"
msgstr "目标URL"
@@ -11150,7 +11232,7 @@ msgid "Days to merge"
msgstr "ĺ并所需天数"
msgid "Deactivate dormant users after 90 days of inactivity"
-msgstr "闲置 90 天ĺŽĺśç”¨äĽ‘眠用ć·"
+msgstr "闲置 90 天ĺŽĺ†»ç»“休眠用ć·"
msgid "Dear Administrator,"
msgstr "亲ç±çš„管ç†ĺ‘,"
@@ -11194,9 +11276,6 @@ msgstr "é»č®¤ĺ†ć”Żĺ’ŚĺŹ—保护的ĺ†ć”Ż"
msgid "Default branch protection"
msgstr "é»č®¤ĺ†ć”ŻäżťćŠ¤"
-msgid "Default classification label"
-msgstr "é»č®¤ĺ†ç±»ć ‡č®°"
-
msgid "Default delayed project deletion"
msgstr "é»č®¤ĺ»¶čżźĺ é™¤éˇąç›®"
@@ -11617,6 +11696,9 @@ msgstr[0] "é¨ç˝˛"
msgid "Deploy Keys"
msgstr "é¨ç˝˛ĺŻ†é’Ą"
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr "é¨ç˝˛ĺ†»ç»“"
@@ -11632,6 +11714,9 @@ msgstr "é¨ç˝˛ĺŻ†é’ĄćŽäşĺŻąĺ®žäľ‹ä¸­ć‰€ćś‰ä»“库的读/写访问ćťé™"
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr "未找ĺ°é¨ç˝˛čż›ĺş¦ă€‚č¦ćźĄçś‹pod,请确保您的环ĺ˘ç¬¦ĺ%{linkStart}é¨ç˝˛çś‹ćťżćťˇä»¶%{linkEnd}。"
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr "é¨ç˝˛ĺ° ..."
@@ -11843,9 +11928,39 @@ msgstr[0] "%{deployments} 环ĺ˘ĺŹ—ĺ°ĺ˝±ĺ“Ťă€‚"
msgid "Deployment|API"
msgstr "API"
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr "ć­¤é¨ç˝˛ä˝żç”¨APIĺ›ĺ»ş"
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr "已取ć¶"
@@ -12402,9 +12517,6 @@ msgstr "安全č˝ĺŠ›ďĽŚć•´ĺĺ°ć‚¨çš„开发生命周期中"
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr "查看 %{linkStart}ć——č°ç‰ć–ąćˇ%{linkEnd} çš„ĺ…¶ĺ®ĺŠźč˝"
-msgid "Discover|Send feedback"
-msgstr "发é€ĺŹŤé¦"
-
msgid "Discover|Start a free trial"
msgstr "开始免费试用"
@@ -12469,8 +12581,8 @@ msgstr "ćľç¤şćş"
msgid "Display time tracking in issues in total hours only."
msgstr "仅以总小时数ćľç¤şč®®é˘ä¸­çš„时间跟踪。"
-msgid "Do not display offers from third parties"
-msgstr "不ćľç¤şćťĄč‡Şç¬¬ä¸‰ć–ąçš„äĽć "
+msgid "Do not display content for customer experience improvement and offers from third parties"
+msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
msgstr "不č¦ĺĽşčˇŚćŽ¨ĺŠ¨ĺ†ć­§çš„ref。ĺ›ĺ»şé•śĺŹĺŽďĽŚĺŹŞč˝ä˝żç”¨ API 修改此设置。 %{mirroring_docs_link_start}了解有关此选项%{link_closing_tag} ĺ’Ś %{mirroring_api_docs_link_start}API 的更多信ćŻă€‚%{link_closing_tag}"
@@ -12664,8 +12776,8 @@ msgstr "编辑评论"
msgid "Edit Deploy Key"
msgstr "编辑é¨ç˝˛ĺŻ†é’Ą"
-msgid "Edit Geo Node"
-msgstr "编辑Geo节点"
+msgid "Edit Geo Site"
+msgstr ""
msgid "Edit Group Hook"
msgstr "编辑群组钩ĺ­"
@@ -12722,7 +12834,7 @@ msgid "Edit environment"
msgstr "编辑环ĺ˘"
msgid "Edit epics"
-msgstr ""
+msgstr "编辑史诗"
msgid "Edit files in the editor and commit changes here"
msgstr "在编辑器中编辑文件并在这里​​ćŹäş¤ĺŹć›´ĺ†…容"
@@ -12910,6 +13022,9 @@ msgstr "ć‘们无法确定用ć·ĺŻąĺş”的电ĺ­é‚®ä»¶ă€‚请通过WEB页面ĺ›ĺ»ş
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr "ć‘们找不ĺ°čŻĄéˇąç›®ă€‚请检查ćŻĺ¦ćś‰ć‹Ľĺ†™é”™čŻŻă€‚"
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr "不ĺ…许您执行此操作。如果您认为这ćŻé”™čŻŻçš„,请č”系系统管ç†ĺ‘。"
@@ -13054,9 +13169,6 @@ msgstr "ĺŻç”¨čş«ä»˝éŞŚčŻ"
msgid "Enable automatic repository housekeeping"
msgstr "ĺŻç”¨č‡ŞĺŠ¨ä»“库例行维护"
-msgid "Enable classification control using an external service"
-msgstr "使用外é¨ćśŤĺŠˇĺŻç”¨ĺ†ç±»ćŽ§ĺ¶"
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr "为ĺ›ĺ»şäşŽć—©äşŽGitLab 12.7ç‰ćś¬çš„项目ĺŻç”¨ĺ®ąĺ™¨čż‡ćśźĺ’Śäżťç•™ç­–略。"
@@ -13099,6 +13211,9 @@ msgstr "ĺŻç”¨kuromoji自定义ĺ†ćžĺ™¨ďĽšç´˘ĺĽ•"
msgid "Enable kuromoji custom analyzer: Search"
msgstr "ĺŻç”¨kuromoji自定义ĺ†ćžĺ™¨ďĽšćśç´˘"
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr "ĺŻç”¨ç»´ćŠ¤ć¨ˇĺĽŹ"
@@ -13126,6 +13241,12 @@ msgstr "ĺŻç”¨ reCAPTCHA 进行登录。"
msgid "Enable repository checks"
msgstr "ĺŻç”¨ä»“库检查"
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr "为该组中的所有项目和ĺ­ç»„ĺŻç”¨ĺ…±äş«Runner。"
@@ -13204,9 +13325,6 @@ msgstr "结束于"
msgid "Ends: %{endsAt}"
msgstr "结束于:%{endsAt}"
-msgid "Enforce DNS rebinding attack protection"
-msgstr "强ĺ¶DNS重新绑定攻击保护"
-
msgid "Enforce SSH key expiration"
msgstr "强ĺ¶ä˝żç”¨ SSH 密钥过期"
@@ -13255,6 +13373,9 @@ msgstr "输入您的Bitbucket服务器URL和个人访问令牌"
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr "在下面输入您的Phabricator Server URL和个人访问令牌"
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr "čľ“ĺ…Ąĺ并请求网址"
@@ -13529,6 +13650,9 @@ msgstr "ç»ć­˘çŽŻĺ˘"
msgid "Environments|Stopping %{environmentName}"
msgstr "ç»ć­˘%{environmentName}"
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr "获取日志时出错。请重试。"
@@ -13556,6 +13680,9 @@ msgstr "ç”± %{avatar} ćŹäľ›"
msgid "Environments|protected"
msgstr "受保护的"
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr "史诗"
@@ -13665,7 +13792,7 @@ msgid "Epics|Something went wrong while removing issue from epic."
msgstr "从史诗中ĺ é™¤č®®é˘ć—¶ĺ‡şé”™ă€‚"
msgid "Epics|Something went wrong while updating epics."
-msgstr ""
+msgstr "更新史诗时出错。"
msgid "Epics|This epic and any containing child epics are confidential and should only be visible to team members with at least Reporter access."
msgstr "这个史诗和任何包ĺ«ĺ­ĺŹ˛čŻ—的信ćŻĺť‡ä¸şç§ĺŻ†ďĽŚĺŹŞč˝ĺŻąć‹Ąćś‰č‡łĺ°‘报告者访问ćťé™çš„团éźćĺ‘可č§ă€‚"
@@ -14340,9 +14467,6 @@ msgstr "仅导出ĺŹé‡Źĺ°äżťćŠ¤ĺ†ć”Żĺ’Ść ‡ç­ľä¸ŠčżčˇŚçš„ćµć°´çşżă€‚"
msgid "Exported requirements"
msgstr "导出的č¦ć±‚"
-msgid "External Classification Policy Authorization"
-msgstr "外é¨ĺ†ç±»ć”żç­–ćŽćť"
-
msgid "External ID"
msgstr "外é¨ID"
@@ -14352,15 +14476,9 @@ msgstr "外é¨URL"
msgid "External User:"
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 "外é¨ĺ­ĺ‚¨ç˝‘址"
@@ -14376,6 +14494,54 @@ msgstr "ĺ†ç±»ć ‡ç­ľ"
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr "未设置ĺ†ç±»ć ‡ç­ľçš„时候,将使用é»č®¤çš„ĺ†ç±»ć ‡ç­ľ`%{default_label}`。"
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr "此处可č˝ä¸ŤäĽšćľç¤şć‰€ćś‰ć•°ćŤ®ďĽŚč¦ćźĄçś‹ć›´ĺ¤ščŻ¦ç»†äżˇćŻć–对此议é˘čż›čˇŚć›´ć”ąďĽŚčŻ·č˝¬ĺ° %{linkStart}%{trackerName}%{linkEnd}。"
@@ -14455,11 +14621,8 @@ msgstr "ĺ›ĺ»şćˇ†ćž¶ĺ¤±č´Ą"
msgid "Failed to create import label for jira import."
msgstr "为jira导入ĺ›ĺ»şĺŻĽĺ…Ąć ‡ç­ľĺ¤±č´Ąă€‚"
-msgid "Failed to create merge request. Please try again."
-msgstr "ĺ›ĺ»şĺ并请求失败。请重试。"
-
-msgid "Failed to create new project access token: %{token_response_message}"
-msgstr "ĺ›ĺ»şć–°éˇąç›®č®żé—®ä»¤ç‰Śĺ¤±č´ĄďĽš %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
+msgstr ""
msgid "Failed to create repository"
msgstr "ĺ›ĺ»şä»“库失败"
@@ -14897,13 +15060,6 @@ msgstr "用ć·ID"
msgid "FeatureFlag|User List"
msgstr "用ć·ĺ—表"
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] "剩余%{daysRemaining}天可以使用%{featureName}"
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr "享受您的%{planNameForTrial}试用ĺ—?č¦ĺś¨čŻ•ç”¨ç»“ćťźĺŽç»§ç»­ä˝żç”¨ %{featureName} ,请升级ĺ°%{planNameForUpgrade}。"
-
msgid "Feb"
msgstr "2ćś"
@@ -14991,12 +15147,6 @@ msgstr "筛选器"
msgid "Filter by"
msgstr "筛选方式"
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr "筛选器%{issuable_type}当前关闭。"
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr "筛选当前开放的 %{issuable_type}"
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr "筛选当前开放的 %{page_context_word}"
@@ -15321,6 +15471,9 @@ msgstr "在您的 %{gitlab_ci_yml} 中找ĺ°é”™čŻŻďĽš"
msgid "Found errors in your .gitlab-ci.yml:"
msgstr "在.gitlab-ci.yml中发现错误:"
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr "框架ĺ é™¤ć功"
@@ -15364,7 +15517,7 @@ msgid "Full"
msgstr "ĺ…¨é¨"
msgid "Full log"
-msgstr ""
+msgstr "完整日志"
msgid "Full name"
msgstr "ĺ…¨ĺŤ"
@@ -15396,6 +15549,9 @@ msgstr "通用设置"
msgid "Generate a default set of labels"
msgstr "生ć一组é»č®¤çš„标记"
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr "生ć密钥"
@@ -15432,18 +15588,21 @@ msgstr "差异"
msgid "Geo"
msgstr "Geo"
-msgid "Geo Nodes"
-msgstr "Geo 节点"
-
msgid "Geo Replication"
msgstr "Geo复ĺ¶"
msgid "Geo Settings"
msgstr "Geo设置"
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr "Geo站点"
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr "%{component} ĺ·˛ĺŚć­Ą"
@@ -15480,6 +15639,9 @@ msgstr "添加站点"
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr "请您č°ć•´ä¸Šéť˘çš„筛选器/ćśç´˘ćťˇä»¶ă€‚ĺ¦‚ćžść‚¨č®¤ä¸şć­¤ĺ¤„ćś‰čŻŻďĽŚčŻ·ĺŹ‚é… %{linkStart}Geo Troubleshow%{linkEnd} 文档以获取更多信ćŻă€‚"
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr "所有%{replicable_name}"
@@ -15534,6 +15696,9 @@ msgstr "探索GitLab Geo"
msgid "Geo|Does not match the primary storage configuration"
msgstr "与主ĺ­ĺ‚¨é…Ťç˝®ä¸Ťä¸€č‡´"
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr "失败"
@@ -15609,12 +15774,6 @@ msgstr "下一次ĺŚć­Ąĺ®‰ćŽ’在"
msgid "Geo|No available replication slots"
msgstr "没有可用的复ĺ¶ć§˝"
-msgid "Geo|Node name can't be blank"
-msgstr "节点ĺŤç§°ä¸Ťč˝ä¸şç©ş"
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr "节点ĺŤç§°ĺş”该介于1ĺ°255个字符之间"
-
msgid "Geo|Not synced yet"
msgstr "尚未ĺŚć­Ą"
@@ -15630,6 +15789,9 @@ msgstr "无需验čŻ"
msgid "Geo|Offline"
msgstr "离线"
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr "ĺľ…ĺŚć­Ą"
@@ -15663,17 +15825,20 @@ msgstr "重新下载"
msgid "Geo|Remove"
msgstr "ĺ é™¤"
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr "移除条目"
-msgid "Geo|Remove node"
-msgstr "ĺ é™¤čŠ‚ç‚ą"
+msgid "Geo|Remove site"
+msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr "移除跟踪数据库条目"
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
-msgstr "ĺ é™¤ä¸€ä¸Ş Geo 节点会ĺść­˘ä¸ŽčŻĄčŠ‚ç‚ąçš„ĺŚć­ĄďĽŚä˝ çˇ®ĺ®šĺ—?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
+msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
msgstr "复ĺ¶çš„数据由使用校验和的次č¦ç«™ç‚ąéŞŚčŻ"
@@ -15684,9 +15849,6 @@ msgstr "复ĺ¶çš„数据由使用校验和的次č¦ç«™ç‚ąéŞŚčŻă€‚"
msgid "Geo|Replication Details"
msgstr "复ĺ¶čŻ¦ć…"
-msgid "Geo|Replication details"
-msgstr "复ĺ¶čŻ¦ć…"
-
msgid "Geo|Replication slot WAL"
msgstr "复ĺ¶ć§˝WAL"
@@ -15735,6 +15897,12 @@ msgstr "次č¦ç«™ç‚ą"
msgid "Geo|Selective (%{syncLabel})"
msgstr "选择性 (%{syncLabel})"
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr "站点状ć€ć›´ć–°äşŽ%{timeAgo}。"
@@ -15771,11 +15939,11 @@ msgstr "站点当前位于主站点ĺŽéť˘ %{minutes_behind}。"
msgid "Geo|There are no %{replicable_type} to show"
msgstr "没有%{replicable_type}可ćľç¤ş"
-msgid "Geo|There was an error deleting the Geo Node"
-msgstr "ĺ é™¤Geo节点时出现错误"
+msgid "Geo|There was an error deleting the Geo Site"
+msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
-msgstr "获取Geo节点时出现错误"
+msgid "Geo|There was an error fetching the Geo Sites"
+msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
msgstr "ĺ°†č¦é‡Ťć–°ĺŚć­Ąć‰€ćś‰%{replicableType}。可č˝éś€č¦ä¸€äş›ć—¶é—´ĺ®Ść。确定继续ĺ—?"
@@ -15796,7 +15964,7 @@ msgid "Geo|URL can't be blank"
msgstr "URL不č˝ä¸şç©ş"
msgid "Geo|URL must be a valid url (ex: https://gitlab.com)"
-msgstr "URL必须ćŻćś‰ć•çš„url(例如:https://gitlab.com)"
+msgstr "URL必须ćŻćś‰ć•çš„url"
msgid "Geo|Undefined"
msgstr "未定义"
@@ -15852,6 +16020,9 @@ msgstr "次č¦čŠ‚ç‚ą"
msgid "Get a free instance review"
msgstr "获得免费的实例评估"
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr "获取支ćŚč®˘é…"
@@ -15975,9 +16146,6 @@ msgstr "GitLab 事件触发 webhook。使用 webhook 请求的详细信ćŻćťĄĺ¸®
msgid "GitLab export"
msgstr "GitLab导出"
-msgid "GitLab for Slack"
-msgstr "GitLab for Slack"
-
msgid "GitLab group: %{source_link}"
msgstr "GitLab 群组:%{source_link}"
@@ -16002,6 +16170,9 @@ msgstr "GitLab ćŻç”¨äşŽä»Łç ĺŤŹä˝śçš„开ćşč˝Żä»¶ă€‚"
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr "GitLab 正在进行维护并以只读模式čżčˇŚă€‚"
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr "GitLabćĺ‘ć–电ĺ­é‚®ä»¶ĺś°ĺť€"
@@ -16182,6 +16353,9 @@ msgstr "Gitpod网址"
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr "配置为读取 GitLab 项目的 Gitpod 实例的 URL,例如 https://gitpod.example.com。"
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr "č¦ä˝żç”¨é›†ć,每个用ć·čżĺż…须在其 GitLab 账号上ĺŻç”¨ Gitpod。 %{link_start}如何ĺŻç”¨ĺ®ďĽź%{link_end} "
@@ -16320,6 +16494,9 @@ msgstr "前往 %{page} 页"
msgid "Go to parent"
msgstr "转ĺ°ä¸Šä¸€çş§"
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr "转ĺ°ä¸Šä¸€éˇµ"
@@ -16488,6 +16665,9 @@ msgstr "群组%{group_name}已安排ĺ é™¤ă€‚"
msgid "Group %{group_name} was successfully created."
msgstr "群组 %{group_name} ĺ·˛ć功ĺ›ĺ»şă€‚"
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr "群组Git LFS状ć€ďĽš"
@@ -16506,6 +16686,9 @@ msgstr "必须ĺŻç”¨çľ¤ç»„SAML才č˝čż›čˇŚćµ‹čŻ•"
msgid "Group URL"
msgstr "群组URL"
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr "群组应用程序:%{name}"
@@ -16569,9 +16752,6 @@ msgstr "cluster_type为:group时群组为必需"
msgid "Group jobs by"
msgstr "ĺ†ç»„作业按"
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr "群组维护者可以在通过 %{link} 注册群组级 Runner"
-
msgid "Group members"
msgstr "群组ćĺ‘"
@@ -16596,6 +16776,9 @@ msgstr "群组导čŞ"
msgid "Group overview content"
msgstr "群组概述内容"
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr "群组路径已被占用,ć‘们已经推čŤäş†ä¸€ä¸ŞĺŹŻç”¨çš„。"
@@ -16608,9 +16791,6 @@ msgstr "群组ćµć°´çşżĺ†é’źć•°ĺ·˛ć功重置。"
msgid "Group project URLs are prefixed with the group namespace"
msgstr "群组项目的URL以群组命ĺŤç©şé—´ä¸şĺ‰ŤçĽ€"
-msgid "Group projects"
-msgstr "群组项目"
-
msgid "Group requires separate account"
msgstr "群组需č¦ĺŤ•ç‹¬č´¦ć·"
@@ -16851,18 +17031,12 @@ msgstr "SAML 单点登录设置"
msgid "GroupSAML|SAML group link was successfully removed."
msgstr "SAML群组链接已ć功ĺ é™¤ă€‚"
-msgid "GroupSAML|SCIM API endpoint URL"
-msgstr "SCIM API ç«Żç‚ą URL"
-
msgid "GroupSAML|SCIM Token"
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 "SAML令牌签ĺŤčŻäą¦çš„SHA1指纹。请从身份验čŻćŹäľ›ĺ•†ĺ¤„获取ďĽäąźĺŹŻä»Ąč˘«ç§°ä¸şâ€ść‹‡ćŚ‡çşąâ€ťďĽ‰ă€‚"
-msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to "
-msgstr "SCIM 令牌现在已éšč—Źă€‚č¦ĺ†Ťć¬ˇćźĄçś‹ä»¤ç‰Śçš„ĺ€ĽďĽŚć‚¨éś€č¦ "
-
msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr "SCIM 令牌现已éšč—Źă€‚č¦ĺ†Ťć¬ˇćźĄçś‹ä»¤ç‰Śçš„值,您需č¦%{linkStart}将其重置%{linkEnd}。"
@@ -16887,9 +17061,6 @@ msgstr "有ć•çš„SAMLĺ“Ťĺş”"
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr "在ç¦ć­˘ĺ¤–é¨ć´ľç”źć ‡ĺż—ĺŻç”¨ĺŽďĽŚçľ¤ç»„ćĺ‘将只č˝ĺś¨ć‚¨çš„群组内派生项目。"
-msgid "GroupSAML|Your SCIM token"
-msgstr "您的 SCIM 令牌"
-
msgid "GroupSAML|as %{access_level}"
msgstr "以%{access_level}身份"
@@ -16920,8 +17091,11 @@ msgstr "ćśç´˘çľ¤ç»„"
msgid "GroupSelect|Select a group"
msgstr "选择一个群组"
-msgid "GroupSettings|Allow project access token creation"
-msgstr "ĺ…许ĺ›ĺ»şéˇąç›®č®żé—®ä»¤ç‰Ś"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
+msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
msgstr "应用ĺ°ć‰€ćś‰ĺ­çľ¤ç»„,除非被群组所有者覆盖。已添加ĺ°éˇąç›®çš„群组将失去访问ćťé™ă€‚"
@@ -16968,6 +17142,9 @@ msgstr "ç¦ç”¨ç”µĺ­é‚®ä»¶é€šçźĄ"
msgid "GroupSettings|Disable group mentions"
msgstr "ç¦ç”¨çľ¤ç»„ćŹĺŹŠ"
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr "ĺŻç”¨ĺ»¶čżźéˇąç›®ĺ é™¤"
@@ -16986,9 +17163,6 @@ msgstr "已生ćć–°çš„Runner注册令牌ďĽ"
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr "覆盖群组ă€ĺ­ç»„和项目所有ćĺ‘的用ć·é€šçźĄĺŹĺĄ˝č®ľç˝®ă€‚"
-msgid "GroupSettings|Parent Group"
-msgstr "ç¶ç»„"
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr "群组ćµć°´çşżč®ľç˝®ĺ·˛ć›´ć–°"
@@ -17016,9 +17190,6 @@ msgstr "项目将在 %{waiting_period}天延迟ĺŽć°¸äą…ĺ é™¤ďĽŚç”±ĺ­ç»„继承
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr "项目将在%{waiting_period}天延迟ĺŽć°¸äą…ĺ é™¤ďĽŚć­¤ĺ»¶čżźĺś¨ĺ®žäľ‹č®ľç˝®ä¸­%{link_start}可以由管ç†ĺ‘定义%{link_end} ,由ĺ­çľ¤ç»„继承。"
-msgid "GroupSettings|Search groups"
-msgstr "ćśç´˘çľ¤ç»„"
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr "选择 %{code_start}.gitlab/insights.yml%{code_end} 文件的项目"
@@ -17061,8 +17232,8 @@ msgstr "此设置已应用于 %{ancestor_group}。 ć‚¨ĺŹŻä»Ąč¦†ç›–ć­¤č®ľç˝®ć– %
msgid "GroupSettings|Transfer group"
msgstr "转移群组"
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
-msgstr "用ć·ĺŹŻä»Ąä¸şčŻĄçľ¤ç»„中的项目ĺ›ĺ»ş %{link_start}项目访问令牌%{link_end}。"
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
+msgstr ""
msgid "GroupSettings|What are badges?"
msgstr "什äąćŻĺľ˝ç« ďĽź"
@@ -17142,9 +17313,6 @@ msgstr "您可以管ç†çľ¤ç»„ćĺ‘çš„ćťé™ĺą¶č®żé—®çľ¤ç»„中的每个项目。
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{linkStart}群组%{linkEnd}ĺ…许您在多个项目之间进行管ç†ä¸ŽĺŤŹä˝śă€‚群组的ćĺ‘拥有访问其中所有项目的ćťé™ă€‚"
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr "询问您的管ç†ĺ‘ %{enable_link_start}ĺŻç”¨%{enable_link_end} 群组čżç§»ă€‚"
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr "将相关项目组ĺ在一起并一次ćŽäşćĺ‘访问多个项目的ćťé™ă€‚"
@@ -17199,8 +17367,8 @@ msgstr "请填写个人访问令牌。"
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr "为另一个 GitLab 实例ćŹäľ›ĺ‡­ćŤ®ä»Ąç›´ćŽĄĺŻĽĺ…Ąć‚¨çš„群组。"
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
-msgstr "此功č˝ĺ·˛ĺĽç”¨ĺą¶ç”±%{docs_link_start}群组čżç§»%{docs_link_end}取代。"
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
+msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
msgstr "č¦ĺŻĽĺ…Ąçľ¤ç»„,请导čŞĺ° GitLab ćşĺ®žäľ‹çš„群组设置, %{link_start}生ć导出文件%{link_end},然ĺŽĺś¨ć­¤ĺ¤„上传。"
@@ -17426,6 +17594,33 @@ msgstr[0] "éšč—Źĺ€Ľ"
msgid "Hide values"
msgstr "éšč—Źĺ€Ľ"
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr "ĺ­ĺś¨é«ĺŤ±ć–未知漏洞"
@@ -17486,9 +17681,6 @@ msgstr "例行维护"
msgid "Housekeeping successfully started"
msgstr "已开始维护"
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr "管家,导出,路径,转移,ĺ é™¤ďĽŚĺ­ćˇŁă€‚"
-
msgid "How do I configure Akismet?"
msgstr "如何配置 Akismet ?"
@@ -17525,9 +17717,6 @@ msgstr "如何使用 web ç»ç«ŻďĽź"
msgid "How do I use file templates?"
msgstr "如何使用文件模板?"
-msgid "How it works"
-msgstr "工作原ç†"
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr "对象标记被ĺ é™¤ĺ’Śĺ®žé™…被ĺ é™¤äą‹é—´çš„天数。"
@@ -17543,6 +17732,9 @@ msgstr "ć‘接受 %{terms_link}"
msgid "I forgot my password"
msgstr "ć‘ĺżč®°äş†ĺŻ†ç "
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr "ć‘ćłćŽ˘ç´˘ GitLab,看看ćŻĺ¦ĺ€Ľĺľ—ĺ‡ćŤ˘ĺ°čż™é‡Ś"
@@ -17642,6 +17834,18 @@ msgstr "标识符"
msgid "Identities"
msgstr "身份标识"
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr "如果任何索引字段超过此é™ĺ¶ďĽŚĺ™ĺ°†ĺ…¶ćŞć–­ä¸şć­¤ĺ­—符数。其余内容既不编入索引也不可ćśç´˘ă€‚这不适用于仓库和 wiki 索引。对于无é™ĺ­—符,将此设置为 0。"
@@ -17666,9 +17870,6 @@ msgstr "如果ç¦ç”¨ďĽŚĺ™ĺŹŞćś‰ç®ˇç†ĺ‘可以配置仓库镜ĺŹă€‚"
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr "如果ĺŻç”¨ďĽŚGitLab 将使用 Geo 处ç†ĺŻąč±ˇĺ­ĺ‚¨ĺ¤Ťĺ¶ă€‚ %{linkStart}了解更多%{linkEnd}"
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr "如果ĺŻç”¨ďĽŚĺ™ä˝żç”¨ĺ¤–é¨ćśŤĺŠˇä¸Šçš„ĺ†ç±»ć ‡ç­ľćťĄéŞŚčŻĺŻąéˇąç›®çš„访问ćťé™ă€‚"
-
msgid "If enabled, only protected branches will be mirrored."
msgstr "如果ĺŻç”¨ďĽŚĺ™ĺŹŞäĽšé•śĺŹĺŹ—保护的ĺ†ć”Żă€‚"
@@ -18266,6 +18467,9 @@ msgstr "在 GitLab 中ĺŻĺŠ¨č‡ŞĺŠ¨çĽ©ć”ľRunner"
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr "立即在不ĺ°ä¸€ĺ†é’źçš„时间内开始 GitLab Ultimate 试用,无需信用卡。"
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr "开始免费试用旗č°ç‰ - 无需信用卡"
@@ -18368,6 +18572,9 @@ msgstr "非常困难"
msgid "InProductMarketing|Very easy"
msgstr "非常容ć“"
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr "ć‘们知é“一些关于ć•çŽ‡çš„äş‹ć…,ć‘们ćłĺ†äş«ç»™ĺ¤§ĺ®¶ă€‚注册GitLab Ultimate的免费试用ç‰ďĽŚć‚¨çš„团éźĺ°†ä»Žç¬¬ä¸€ĺ¤©ĺĽ€ĺ§‹ä˝żç”¨ĺ®ă€‚"
@@ -18402,7 +18609,7 @@ msgid "InProductMarketing|from Bitbucket"
msgstr "从 Bitbucket"
msgid "InProductMarketing|go to about.gitlab.com"
-msgstr "转ĺ°about.gitlab.com"
+msgstr "转ĺ°about.gitlab.cn"
msgid "InProductMarketing|how easy it is to get started"
msgstr "如何轻松地开始"
@@ -18443,6 +18650,9 @@ msgstr "事件"
msgid "Incident Management Limits"
msgstr "事件管ç†é™ĺ¶"
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr "事件模板ďĽĺŹŻé€‰ďĽ‰ă€‚"
@@ -18864,9 +19074,6 @@ msgstr "添加集ć"
msgid "Integrations|Add namespace"
msgstr "添加命ĺŤç©şé—´"
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr "添加命ĺŤç©şé—´ä»…适用于ĺ…许跨站点 cookie 的浏č§ĺ™¨ă€‚添加命ĺŤç©şé—´ć—¶ďĽŚčŻ·ä˝żç”¨ %{firefox_link_start}Firefox%{link_end} %{chrome_link_start}Google Chrome%{link_end},ć–在浏č§ĺ™¨ä¸­ĺŻç”¨č·¨ç«™ç‚ą cookie。"
-
msgid "Integrations|All details"
msgstr "所有详细信ćŻ"
@@ -18879,9 +19086,6 @@ msgstr "使用自定义设置加载项目时发生错误。"
msgid "Integrations|Branches for which notifications are to be sent"
msgstr "č¦ĺŹ‘é€é€šçźĄçš„ĺ†ć”Ż"
-msgid "Integrations|Browser limitations"
-msgstr "浏č§ĺ™¨é™ĺ¶"
-
msgid "Integrations|Comment detail:"
msgstr "评论细节:"
@@ -18951,6 +19155,9 @@ msgstr "当议é˘ĺś¨Jira中设定的项目中ĺ›ĺ»şĺŽďĽŚJira中ĺ›ĺ»şçš„č®®é˘ä
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr "在 Packagist 上更新您的 PHP 依赖项。"
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr "链接命ĺŤç©şé—´"
@@ -18969,9 +19176,6 @@ msgstr "没有可用的命ĺŤç©şé—´ă€‚"
msgid "Integrations|No linked namespaces"
msgstr "没有链接的命ĺŤç©şé—´"
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr "注意:此集ć仅适用于 GitLab.com (SaaS) 上的账号。"
-
msgid "Integrations|Projects using custom settings"
msgstr "使用自定义设置的项目"
@@ -19008,6 +19212,9 @@ msgstr "将有关项目事件的通知发é€ĺ° Unify Circuit。"
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr "将有关项目事件的通知发é€ĺ° Unify Circuit 对话。 %{docs_link}"
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr "登录以添加命ĺŤç©şé—´"
@@ -19017,6 +19224,9 @@ msgstr "标准"
msgid "Integrations|There are no projects using custom settings"
msgstr "没有使用自定义设置的项目"
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr "此集ć和继承项目已被重置。"
@@ -19045,7 +19255,7 @@ msgid "Integrations|You must have owner or maintainer permissions to link namesp
msgstr "您必须拥有所有者ć–维护者ćťé™ć‰Ťč˝é“ľćŽĄĺ‘˝ĺŤç©şé—´ă€‚"
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
-msgstr "您现在应该在 Jira Cloud č®®é˘ä¸­çś‹ĺ° GitLab.com 活动。 %{linkStart}了解更多%{linkEnd}"
+msgstr "您现在应该在 Jira Cloud č®®é˘ä¸­çś‹ĺ°ĺŠ¨ć€ă€‚%{linkStart}了解更多%{linkEnd}"
msgid "Integrations|You've activated every integration 🎉"
msgstr "您已激活所有集ć 🎉"
@@ -19077,8 +19287,8 @@ msgstr "除外é¨ç”¨ć·ĺ¤–,任何登录用ć·ĺť‡ĺŹŻč®żé—®čŻĄéˇąç›®ă€‚"
msgid "Internal URL (optional)"
msgstr "内é¨URL(可选)"
-msgid "Internal error occured while delivering this webhook."
-msgstr "传é€ć­¤ webhook 时发生内é¨é”™čŻŻă€‚"
+msgid "Internal error occurred while delivering this webhook."
+msgstr ""
msgid "Internal users"
msgstr "内é¨ç”¨ć·"
@@ -19591,7 +19801,7 @@ msgid "IssueBoards|Switch board"
msgstr "ĺ‡ćŤ˘çś‹ćťż"
msgid "IssueList|created %{timeAgoString} by %{user}"
-msgstr "ç”± %{user} ĺ›ĺ»şäşŽ %{timeAgoString} 前"
+msgstr "ç”± %{user} ĺ›ĺ»şäşŽ %{timeAgoString}"
msgid "IssueTracker|Custom issue tracker"
msgstr "自定义议é˘č·źč¸Şĺ™¨"
@@ -20077,7 +20287,7 @@ msgid "JiraService|Set a custom final state by using transition IDs. %{linkStart
msgstr "使用转换 ID 设置自定义最ç»çŠ¶ć€ă€‚ %{linkStart}了解转换 ID%{linkEnd}"
msgid "JiraService|Sign in to GitLab.com to get started."
-msgstr "登录 GitLab.com 以开始使用。"
+msgstr "登录并开始使用。"
msgid "JiraService|This feature requires a Premium plan."
msgstr "此功č˝éś€č¦é«çş§č®ˇĺ’。"
@@ -20666,10 +20876,10 @@ msgid "Launch a ready-to-code development environment for your project."
msgstr "为您的项目ĺŻĺŠ¨ä¸€ä¸ŞçŽ°ć的代ç ĺĽ€ĺŹ‘环ĺ˘ă€‚"
msgid "Layout|Fixed"
-msgstr ""
+msgstr "固定"
msgid "Layout|Fluid"
-msgstr ""
+msgstr "ćµĺŠ¨"
msgid "Lead Time"
msgstr "交ä»ć—¶é—´"
@@ -20896,6 +21106,9 @@ msgstr "许可čŻĺ规"
msgid "License file"
msgstr "许可čŻć–‡ä»¶"
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr "许可čŻć¦‚č§"
@@ -21212,9 +21425,6 @@ msgstr "正在加载..."
msgid "Loading…"
msgstr "正在加载..."
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr "é’©ĺ­ĺ’ŚćśŤĺŠˇĺŹŻä»Ąč®żé—®çš„本地IP地址和域ĺŤă€‚"
-
msgid "Localization"
msgstr "本地化"
@@ -21230,6 +21440,9 @@ msgstr "é”定"
msgid "Lock %{issuableDisplayName}"
msgstr "é”定 %{issuableDisplayName}"
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr "é”定ćĺ‘čş«ä»˝ĺ°LDAPĺŚć­Ą"
@@ -21266,6 +21479,39 @@ msgstr "加é”可以é”定特定的文件ć–文件夹。"
msgid "Locks the discussion."
msgstr "é”定讨论."
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "使用智č˝ĺŤˇç™»ĺ˝•"
@@ -22040,6 +22286,12 @@ msgstr "ĺ并请求依赖"
msgid "Merge request events"
msgstr "ĺ并请求事件"
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr "ĺ并请求报告"
@@ -22058,9 +22310,18 @@ msgstr "ĺ并ĺ†ć”Żĺą¶č§Łĺ†łĺ‡şçŽ°çš„任何冲çŞ"
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr "ĺ并不可用:ĺĺą¶čŻ·ć±‚ĺś¨ć¬ˇč¦ Geo 节点中ćŻĺŹŞčŻ»çš„。"
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr "当ćµć°´çşżć功时ĺ并"
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr "ćŹäş¤ĺ°ćşĺ†ć”Ż"
@@ -22182,10 +22443,10 @@ msgid "MergeRequest|Can't show this merge request because the fork project was d
msgstr "ć— ćł•ćľç¤şć­¤ĺ并请求,因为派生项目已被ĺ é™¤ă€‚"
msgid "MergeRequest|Can't show this merge request because the source branch %{branch_badge} is missing from project %{path_badge}. Close this merge request or update the source branch."
-msgstr ""
+msgstr "ć— ćł•ćľç¤şć­¤ĺ并请求,因为ćşĺ†ć”Ż %{branch_badge} 缺少项目 %{path_badge}。关闭此ĺ并请求ć–ć›´ć–°ćşĺ†ć”Żă€‚"
msgid "MergeRequest|Can't show this merge request because the target branch %{branch_badge} is missing from project %{path_badge}. Close this merge request or update the target branch."
-msgstr ""
+msgstr "ć— ćł•ćľç¤şć­¤ĺ并请求,因为项目 %{branch_badge} 中缺少目标ĺ†ć”Ż %{path_badge}。关闭此ĺ并请求ć–更新目标ĺ†ć”Żă€‚"
msgid "MergeRequest|Compare %{target} and %{source}"
msgstr "比čľ%{target}ĺ’Ś%{source}"
@@ -22879,9 +23140,6 @@ msgstr "ćś"
msgid "More Information"
msgstr "更多信ćŻ"
-msgid "More Slack commands"
-msgstr "更多Slack命令"
-
msgid "More actions"
msgstr "更多操作"
@@ -22903,9 +23161,6 @@ msgstr "这里"
msgid "More information."
msgstr "更多信ćŻă€‚"
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr "超前 %{number_commits_distance} 个ćŹäş¤ä¸Ž %{default_branch} 不ĺŚ"
@@ -23081,11 +23336,11 @@ msgstr "您已经达ĺ°äş†ä¸€ä¸Şć–多个项目的 %{free_size_limit} çš„ĺ…Ťč´ąĺ
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr "推é€ĺ°ć‚¨çš„仓库,ĺ›ĺ»şćµć°´çşżďĽŚĺ›ĺ»şč®®é˘ć–添加评论。如需减少ĺ­ĺ‚¨ä˝żç”¨ďĽŚčŻ·ĺ é™¤ćśŞä˝żç”¨çš„仓库,产物,wiki,议é˘ĺ’Śćµć°´çşżă€‚"
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
-msgstr "待定用ć·ĺż…须经过群组所有者的审查和批准。了解有关 %{user_caps_link_start}用ć·ä¸Šé™%{link_end} ĺ’Ś %{users_pending_approval_link_start}用ć·ç­‰ĺľ…批准%{link_end}。"
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
+msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
-msgstr "查看待处ç†çš„用ć·ć‰ąĺ‡†"
+msgid "NamespaceUserCap|View pending approvals"
+msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
msgstr "您的群组已达ĺ°ĺŹŻč®ˇč´ąćĺ‘上é™"
@@ -23109,37 +23364,37 @@ msgid "Navigation bar"
msgstr "导čŞć Ź"
msgid "NavigationTheme|Blue"
-msgstr ""
+msgstr "蓝色"
msgid "NavigationTheme|Dark"
-msgstr ""
+msgstr "深色"
msgid "NavigationTheme|Dark Mode (alpha)"
-msgstr ""
+msgstr "深色模式ďĽalpha)"
msgid "NavigationTheme|Green"
-msgstr ""
+msgstr "绿色"
msgid "NavigationTheme|Indigo"
-msgstr ""
+msgstr "靛蓝"
msgid "NavigationTheme|Light"
-msgstr ""
+msgstr "浅色"
msgid "NavigationTheme|Light Blue"
-msgstr ""
+msgstr "ćµ…č“ť"
msgid "NavigationTheme|Light Green"
-msgstr ""
+msgstr "浅绿"
msgid "NavigationTheme|Light Indigo"
-msgstr ""
+msgstr "浅靛蓝"
msgid "NavigationTheme|Light Red"
-msgstr ""
+msgstr "浅红"
msgid "NavigationTheme|Red"
-msgstr ""
+msgstr "红色"
msgid "Nav|Help"
msgstr "帮助"
@@ -23189,9 +23444,6 @@ msgstr "%{strongOpen}所有%{strongClose}pod"
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr "%{strongOpen}任何%{strongClose}端口"
-msgid "NetworkPolicies|.yaml"
-msgstr ".yaml"
-
msgid "NetworkPolicies|.yaml mode"
msgstr ".yaml模式"
@@ -23270,9 +23522,6 @@ msgstr "ĺ·˛ć功更改策略%{policyName}"
msgid "NetworkPolicies|Policy definition"
msgstr "策略定义"
-msgid "NetworkPolicies|Rule"
-msgstr "规ĺ™"
-
msgid "NetworkPolicies|Rule mode"
msgstr "规ĺ™ć¨ˇĺĽŹ"
@@ -23291,9 +23540,6 @@ msgstr "出现错误,无法获取策略"
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr "č¦ĺŻç”¨č­¦ćŠĄďĽŚčŻ·ĺ…%{installLinkStart}安装代ç†%{installLinkEnd}。"
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr "不匹配任何规ĺ™çš„ćµé‡Źĺ°†č˘«é»ć­˘ă€‚"
-
msgid "NetworkPolicies|all DNS names"
msgstr "所有DNSĺźźĺŤ"
@@ -23355,7 +23601,7 @@ msgid "New %{issueType}"
msgstr "新建%{issueType}"
msgid "New %{type} in %{project}"
-msgstr ""
+msgstr "在 %{project} 中新建 %{type}"
msgid "New Application"
msgstr "新建应用"
@@ -23808,6 +24054,9 @@ msgstr "无里程碑"
msgid "No milestones to show"
msgstr "没有č¦ćľç¤şçš„里程碑"
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr "没有其他具有此类ĺŤç§°ć–描述的标记"
@@ -23835,6 +24084,9 @@ msgstr "没有此ĺŤç§°ć–描述的äĽĺ…标记"
msgid "No profiles found"
msgstr "未找ĺ°é…Ťç˝®ć–‡ä»¶"
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr "未找ĺ°éˇąç›®"
@@ -23901,8 +24153,8 @@ msgstr "无漏洞"
msgid "No webhook events"
msgstr "没有 webhook 事件"
-msgid "No webhooks found, add one in the form above."
-msgstr "没有找ĺ°Webhook,请通过上面表单添加。"
+msgid "No webhooks enabled. Select trigger events above."
+msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
msgid_plural "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} days to renew your subscription."
@@ -24002,7 +24254,7 @@ msgid "Note: Consider asking your GitLab administrator to configure %{github_int
msgstr "ćŹç¤şďĽšĺ¦‚GitLab管ç†ĺ‘é…Ťç˝® %{github_integration_link},将ĺ…许通过GitHub登录并ĺ…许导入Github代ç ä»“库而不需č¦ä¸Şäşşč®żé—®ä»¤ç‰Śă€‚"
msgid "Note: current forks will keep their visibility level."
-msgstr ""
+msgstr "注意:当前派生ďĽfork)将保ćŚĺ…¶ĺŹŻč§ç­‰çş§ă€‚"
msgid "NoteForm|Note"
msgstr "注意"
@@ -24420,10 +24672,10 @@ msgid "OnDemandScans|%{learnMoreLinkStart}Learn more about on-demand scans%{lear
msgstr "%{learnMoreLinkStart}了解有关按需扫描的更多信ćŻ%{learnMoreLinkEnd}。"
msgid "OnDemandScans|Are you sure you want to delete this scan?"
-msgstr ""
+msgstr "您确定č¦ĺ é™¤ć­¤ć‰«ćŹŹĺ—?"
msgid "OnDemandScans|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
+msgstr "ć— ćł•ĺ é™¤äżťĺ­çš„扫描。请ĺ·ć–°éˇµéť˘ć–稍ĺŽĺ†ŤčŻ•ă€‚"
msgid "OnDemandScans|Could not fetch on-demand scans. Please refresh the page, or try again later."
msgstr "无法获取按需扫描。请ĺ·ć–°éˇµéť˘ďĽŚć–稍ĺŽé‡ŤčŻ•ă€‚"
@@ -24444,7 +24696,7 @@ msgid "OnDemandScans|Create new site profile"
msgstr "ĺ›ĺ»şć–°çš„站点配置文件"
msgid "OnDemandScans|Delete profile"
-msgstr ""
+msgstr "ĺ é™¤é…Ťç˝®ć–‡ä»¶"
msgid "OnDemandScans|Description (optional)"
msgstr "描述 (可选)"
@@ -24453,7 +24705,7 @@ msgid "OnDemandScans|Edit on-demand DAST scan"
msgstr "编辑按需扫描DAST"
msgid "OnDemandScans|Edit profile"
-msgstr ""
+msgstr "编辑配置文件"
msgid "OnDemandScans|For example: Tests the login page for SQL injections"
msgstr "例如:测试SQL注入的登录页面"
@@ -24498,7 +24750,7 @@ msgid "OnDemandScans|Repeats"
msgstr "重复"
msgid "OnDemandScans|Run scan"
-msgstr ""
+msgstr "čżčˇŚć‰«ćŹŹ"
msgid "OnDemandScans|Save and run scan"
msgstr "äżťĺ­ĺą¶čżčˇŚć‰«ćŹŹ"
@@ -24507,7 +24759,7 @@ msgid "OnDemandScans|Save scan"
msgstr "äżťĺ­ć‰«ćŹŹ"
msgid "OnDemandScans|Scan library"
-msgstr ""
+msgstr "扫描库"
msgid "OnDemandScans|Scan name"
msgstr "扫描ĺŤç§°"
@@ -24546,7 +24798,7 @@ msgid "OnDemandScans|There are no running scans."
msgstr "没有čżčˇŚä¸­çš„扫描。"
msgid "OnDemandScans|There are no saved scans."
-msgstr ""
+msgstr "没有保ĺ­çš„扫描。"
msgid "OnDemandScans|There are no scheduled scans."
msgstr "没有计ĺ’中的扫描。"
@@ -24727,7 +24979,7 @@ msgid "Operation timed out. Check pod logs for %{pod_name} for more details."
msgstr "操作超时。请检查 Pod ć—Ąĺż— %{pod_name} 了解更多信ćŻă€‚"
msgid "Operations"
-msgstr ""
+msgstr "čżç»´"
msgid "Operations Dashboard"
msgstr "čżç»´ä»Şčˇ¨ćťż"
@@ -24804,8 +25056,29 @@ msgstr "ć‘们的团éźĺ·˛ć”¶ĺ°é€šçźĄďĽŚčŻ·é‡ŤčŻ•ă€‚"
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr "不符ĺ该项目政策,应äşä»Ąĺ é™¤"
-msgid "Outbound requests"
-msgstr "外发请求"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
+msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
msgstr "GitLab可č˝ć— ćł•ć­Łĺ¸¸ĺ·Ąä˝śďĽŚĺ› ä¸şć‚¨ć­Łĺś¨ä˝żç”¨čż‡ć—¶çš„浏č§ĺ™¨ă€‚"
@@ -25420,9 +25693,6 @@ msgstr "ç˛č´´éˇąç›®č·Żĺľ„ďĽĺŤłgitlab-org/gitlab)"
msgid "Paste this DSN into your Sentry SDK"
msgstr "将此DSNç˛č´´ĺ°ć‚¨çš„Sentry SDK"
-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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr "ç˛č´´ć‚¨çš„SSH 公钥,通常包ĺ«ĺś¨ć–‡ä»¶ '~/.ssh/id_ed25519.pub' ć– '~/.ssh/id_rsa.pub' 中,并以“ssh-ed25519”ć–“ssh-rsa”开头。不č¦ç˛č´´ć‚¨çš„SSHç§é’ĄďĽŚĺ› ä¸şčż™äĽšćł„露您的身份信ćŻă€‚"
-
msgid "Patch to apply"
msgstr "č¦ĺş”用的补ä¸"
@@ -25561,11 +25831,14 @@ msgstr "对象"
msgid "PerformanceBar|wall"
msgstr "墙"
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr "周期ďĽç§’)"
msgid "Permalink"
-msgstr ""
+msgstr "永久链接"
msgid "Permanently delete project"
msgstr "永久ĺ é™¤éˇąç›®"
@@ -25579,8 +25852,8 @@ msgstr "ćťé™"
msgid "Permissions Help"
msgstr "ćťé™ĺ¸®ĺŠ©"
-msgid "Permissions, LFS, 2FA"
-msgstr "ćťé™ďĽŚLFS,2FA"
+msgid "Permissions and group features"
+msgstr ""
msgid "Personal Access Token"
msgstr "个人访问凭čŻ"
@@ -25846,9 +26119,6 @@ msgstr "ćµć°´çşż"
msgid "Pipelines charts"
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}”的ćµć°´çşżč®ľç˝®ĺ·˛ć功更新。"
@@ -25861,6 +26131,9 @@ msgstr "添加代ç č´¨é‡Źä˝śä¸š"
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr "您确定č¦čżčˇŚčż™ćťˇćµć°´çşżĺ—?"
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr "自信地构建"
@@ -25873,14 +26146,14 @@ msgstr "CI lint"
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr "用于测试和é¨ç˝˛ć‚¨çš„ %{name} 项目的 CI/CD 模板。"
-msgid "Pipelines|Child pipeline"
-msgstr "ĺ­ćµć°´çşż"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
+msgstr ""
msgid "Pipelines|Clear runner caches"
msgstr "清除Runner缓ĺ­"
msgid "Pipelines|Configuration validation currently not available."
-msgstr ""
+msgstr "配置验čŻç›®ĺ‰Ťä¸ŤĺŹŻç”¨ă€‚"
msgid "Pipelines|Copy trigger token"
msgstr "复ĺ¶č§¦ĺŹ‘令牌"
@@ -26038,11 +26311,29 @@ msgstr "查看ĺ并的 YAML"
msgid "Pipelines|Visualize"
msgstr "可视化"
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr "ć— ć•"
-msgid "Pipelines|parent"
-msgstr "ç¶çş§"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
+msgstr ""
msgid "Pipeline|Actions"
msgstr "操作"
@@ -26224,6 +26515,9 @@ msgstr "ć–ąćˇ"
msgid "Plan:"
msgstr "计ĺ’:"
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr "PlantUML"
@@ -26239,6 +26533,12 @@ msgstr "čżčˇŚć‰€ćś‰ć‰‹ĺŠ¨ä˝śä¸š"
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr "ćłč¦čŻ„论请 %{link_to_register} ć– %{link_to_sign_in}"
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr "请%{startTagRegister}注册%{endRegisterTag}ć–%{startTagSignIn}登录%{endSignInTag}再回复"
@@ -26396,7 +26696,7 @@ msgid "Please select a file"
msgstr "请选择一个文件"
msgid "Please select a group"
-msgstr ""
+msgstr "请选择一个群组"
msgid "Please select a group."
msgstr "请选择一个群组。"
@@ -26593,6 +26893,9 @@ msgstr "时间ĺŹĺĄ˝"
msgid "Preferences|Use relative times"
msgstr "使用相对时间"
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr "上一页"
@@ -26818,6 +27121,9 @@ msgstr "头ĺŹčŁĺ‰Ş"
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr "即将ĺ é™¤ĺ¤´ĺŹă€‚确定继续ĺ—?"
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr "自ć‘介绍"
@@ -26842,9 +27148,6 @@ 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 "ćŹäş¤é‚®ä»¶"
@@ -26945,7 +27248,7 @@ msgid "Profiles|Invalid username"
msgstr "用ć·ĺŤć— ć•"
msgid "Profiles|Job title"
-msgstr ""
+msgstr "čŚä˝Ť"
msgid "Profiles|Key"
msgstr "密钥"
@@ -27005,10 +27308,10 @@ msgid "Profiles|Profile was successfully updated"
msgstr "个人资料已ć功更新"
msgid "Profiles|Pronouns"
-msgstr ""
+msgstr "称呼"
msgid "Profiles|Pronunciation"
-msgstr ""
+msgstr "读音"
msgid "Profiles|Public avatar"
msgstr "公开头ĺŹ"
@@ -27022,6 +27325,9 @@ msgstr "公开可č§çš„ç§ćś‰SSH密钥可č˝äĽšćŤźĺ®łć‚¨çš„系统。"
msgid "Profiles|Remove avatar"
msgstr "ĺ é™¤ĺ¤´ĺŹ"
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr "设置新个人资料图片"
@@ -27067,9 +27373,6 @@ msgstr "双重认čŻ"
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr "键入您的 %{confirmationValue} 以确认:"
-msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
-msgstr "通常以“ssh-ed25519 …”ć–“ssh-rsa …”开头"
-
msgid "Profiles|Update profile settings"
msgstr "更新个人资料设置"
@@ -27095,7 +27398,7 @@ msgid "Profiles|Using emojis in names seems fun, but please try to set a status
msgstr "姓ĺŤä¸­ä˝żç”¨čˇ¨ć…符号虽然有趣,但请转ĺ°çŠ¶ć€äżˇćŻé‡Śä˝żç”¨ĺ®"
msgid "Profiles|Website url"
-msgstr ""
+msgstr "网站 URL"
msgid "Profiles|What's your status?"
msgstr "您当前的状ć€ďĽź"
@@ -27560,7 +27863,7 @@ msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
msgstr "%{link_start}什äąćŻćŹŹčż°ć¨ˇćťżďĽź%{link_end}"
msgid "ProjectSettings|%{link_start}What variables can I use?%{link_end}"
-msgstr ""
+msgstr "%{link_start}ć‘可以使用哪些ĺŹé‡ŹďĽź%{link_end}"
msgid "ProjectSettings|Additional settings that influence how and when merges are done."
msgstr "影响ĺ并完ć的方式和时间的其他设置。"
@@ -27592,11 +27895,14 @@ msgstr "é»č®¤ć…况下,复选框ćŻĺŹŻč§ĺ’Śé€‰ä¸­çš„。"
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr "é»č®¤ć…况下,复选框ćŻĺŹŻč§ĺ’ŚćśŞé€‰ä¸­çš„。"
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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|Choose your merge method, options, checks, and squash options."
+msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
msgstr "配置您的项目资ćşĺą¶ç›‘控ĺ®ä»¬çš„čżčˇŚçŠ¶ĺ†µă€‚"
@@ -27673,6 +27979,12 @@ msgstr "全局"
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr "çŞĺ‡şćľç¤şéšč—Źçš„ unicode 字符的用法。这些对从右ĺ°ĺ·¦çš„语言无害,但也可用于潜在的漏洞ĺ©ç”¨ă€‚"
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr "内é¨"
@@ -27718,6 +28030,9 @@ msgstr "ĺ并请求"
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr "已批准的ĺ并请求已排éźďĽŚćµć°´çşżĺś¨ĺ并前验čŻćşĺ’Śç›®ć ‡ĺ†ć”Żçš„ĺ并结果。 %{link_start}什äąćŻĺ并éźĺ—?%{link_end}"
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr "ĺ并建议"
@@ -27818,13 +28133,13 @@ msgid "ProjectSettings|Target project"
msgstr "目标项目"
msgid "ProjectSettings|The commit message used when applying merge request suggestions."
-msgstr ""
+msgstr "应用ĺ并请求建议时使用的ćŹäş¤ć¶ćŻă€‚"
msgid "ProjectSettings|The commit message used when merging, if the merge method creates a merge commit."
-msgstr ""
+msgstr "ĺ并时使用的ćŹäş¤ć¶ćŻďĽŚĺ¦‚ćžśĺ并方法ĺ›ĺ»şäş†ĺ并ćŹäş¤ă€‚"
msgid "ProjectSettings|The commit message used when squashing commits."
-msgstr ""
+msgstr "压缩ćŹäş¤ć—¶ä˝żç”¨çš„ćŹäş¤ć¶ćŻă€‚"
msgid "ProjectSettings|The default target project for merge requests created in this fork project."
msgstr "在此派生项目中ĺ›ĺ»şçš„ĺ并请求的é»č®¤ç›®ć ‡éˇąç›®ă€‚"
@@ -27844,9 +28159,6 @@ msgstr "此设置应用于服务器级ĺ«ďĽŚä˝†ĺ·˛č˘«čŻĄéˇąç›®č¦†ç›–。"
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr "此设置将应用于所有项目,除非被管ç†ĺ‘覆盖。"
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr "č¦ĺŻç”¨ć­¤ĺŠźč˝ďĽŚčŻ·é…Ťç˝®ćµć°´çşżă€‚ %{link_start}如何为ĺ并请求配置ćµć°´çşżďĽź%{link_end}"
-
msgid "ProjectSettings|Transfer project"
msgstr "转移项目"
@@ -27868,8 +28180,8 @@ msgstr "用ć·ĺŹŻä»ĄčŻ·ć±‚访问"
msgid "ProjectSettings|View and edit files in this project."
msgstr "查看和编辑此项目中的文件。"
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
-msgstr "查看和编辑此项目中的文件。非项目ćĺ‘将只有读取ćťé™ă€‚"
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
+msgstr ""
msgid "ProjectSettings|View project analytics."
msgstr "查看项目ĺ†ćžă€‚"
@@ -27886,8 +28198,8 @@ msgstr "关于潜在的不需č¦çš„字符的警告"
msgid "ProjectSettings|What are badges?"
msgstr "什äąćŻĺľ˝ç« ďĽź"
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr "在 CI/CD 配置文件中ĺŻç”¨ĺ并请求的ćµć°´çşżć—¶ďĽŚćµć°´çşżäĽšéŞŚčŻćşĺ†ć”Żĺ’Śç›®ć ‡ĺ†ć”Żçš„组ĺ结果。 %{link_start}如何为ĺ并请求配置ćµć°´çşżďĽź%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
+msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
msgstr "当出现ĺ并冲çŞć—¶ďĽŚç”¨ć·ĺŹŻä»Ąé€‰ć‹©ĺŹĺźşďĽrebase)。"
@@ -27980,13 +28292,13 @@ msgid "ProjectTemplates|iOS (Swift)"
msgstr "iOS (Swift)"
msgid "ProjectView|Activity"
-msgstr ""
+msgstr "动ć€"
msgid "ProjectView|Files and Readme (default)"
-msgstr ""
+msgstr "文件和 ReadmeďĽé»č®¤ďĽ‰"
msgid "ProjectView|Readme"
-msgstr ""
+msgstr "Readme"
msgid "Projects"
msgstr "项目"
@@ -28490,7 +28802,7 @@ msgid "ProtectedBranch|Branch"
msgstr "ĺ†ć”Ż"
msgid "ProtectedBranch|Branch will be writable for developers. Are you sure?"
-msgstr ""
+msgstr "ĺ†ć”ŻĺŻąĺĽ€ĺŹ‘äşşĺ‘ćŻĺŹŻĺ†™çš„。您确定ĺ—?"
msgid "ProtectedBranch|Branch:"
msgstr "ĺ†ć”ŻďĽš"
@@ -28538,7 +28850,7 @@ msgid "ProtectedBranch|Toggle code owner approval"
msgstr "ĺ‡ćŤ˘ä»Łç ć‰€ćś‰č€…的批准"
msgid "ProtectedBranch|Unprotect"
-msgstr ""
+msgstr "取ć¶äżťćŠ¤"
msgid "ProtectedBranch|What are protected branches?"
msgstr "什äąćŻĺŹ—保护的ĺ†ć”ŻďĽź"
@@ -28648,9 +28960,6 @@ msgstr "公开访问帮助"
msgid "Public deploy keys"
msgstr "公共é¨ç˝˛ĺŻ†é’Ą"
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr "公共é¨ç˝˛ĺŻ†é’ĄďĽ%{deploy_keys_count})"
-
msgid "Public pipelines"
msgstr "公开ćµć°´çşż"
@@ -28684,8 +28993,8 @@ msgstr "购买更多时间"
msgid "Purchase more storage"
msgstr "购买更多ĺ­ĺ‚¨"
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
-msgstr "购买步骤中发生错误。如果问é˘ä»Ťç„¶ĺ­ĺś¨ďĽŚčŻ·č”çł» support@gitlab.com。"
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
+msgstr ""
msgid "Push"
msgstr "推é€"
@@ -28838,10 +29147,10 @@ msgid "Quickly and easily edit multiple files in your project."
msgstr "快速轻松地编辑您项目中的多个文件。"
msgid "Quota of CI/CD minutes"
-msgstr ""
+msgstr "CI/CD ĺ†é’źć•°é…Ťé˘ť"
msgid "Quota of CI/CD minutes:"
-msgstr ""
+msgstr "CI/CD ĺ†é’źć•°é…Ťé˘ťďĽš"
msgid "README"
msgstr "自述文件"
@@ -28930,6 +29239,12 @@ msgstr "Rebasećşĺ†ć”Ż"
msgid "Rebase source branch on the target branch."
msgstr "在目标ĺ†ć”Żä¸ŠRebasećşĺ†ć”Żă€‚"
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr "重新验čŻďĽź"
@@ -28999,6 +29314,9 @@ msgstr "减少事件管ç†č­¦ćŠĄé‡ŹďĽäľ‹ĺ¦‚,如果ĺ›ĺ»şçš„č®®é˘čż‡ĺ¤šďĽ‰ă€‚
msgid "Reduce project visibility"
msgstr "降低项目可č§ć€§"
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr "降低此项目可č§ć€§ĺ—?"
@@ -29072,20 +29390,20 @@ msgstr "注册功č˝ĺŚ…括:"
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr "ĺŻç”¨ćśŤĺŠˇ Ping 并注册此功č˝ă€‚"
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
-msgstr ""
+msgstr "Registration Features Program"
msgid "RegistrationFeatures|Want to %{feature_title} for free?"
-msgstr ""
+msgstr "ćłč¦ĺ…Ťč´ąä˝żç”¨ %{feature_title} ĺ—?"
msgid "RegistrationFeatures|send emails to users"
-msgstr ""
+msgstr "ĺ‘用ć·ĺŹ‘é€ç”µĺ­é‚®ä»¶"
msgid "RegistrationFeatures|use this feature"
-msgstr ""
+msgstr "使用此功č˝"
msgid "RegistrationVerification|Are you sure you want to skip this step?"
msgstr "您确定č¦č·łčż‡čż™ä¸€ć­Ąĺ—?"
@@ -29609,6 +29927,10 @@ msgid "Reports|Accessibility scanning detected %d issue for the source branch on
msgid_plural "Reports|Accessibility scanning detected %d issues for the source branch only"
msgstr[0] "无障碍性扫描检测ĺ°%d个仅ĺ­ĺś¨äşŽćşĺ†ć”Żçš„é—®é˘"
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr "无障碍性扫描没有检测ĺ°ä»…ĺ­ĺś¨äşŽćşĺ†ć”Żçš„é—®é˘"
@@ -29833,6 +30155,9 @@ msgstr "仓库必须包ĺ«č‡łĺ°‘1个文件。"
msgid "Repository size is above the limit."
msgstr "仓库大小超过é™ĺ¶ă€‚"
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr "仓库ĺ­ĺ‚¨"
@@ -29908,9 +30233,6 @@ msgstr "%{code_start}%{help_text_url}%{code_end} 页面的请求重定ĺ‘ĺ° URL
msgid "Requests per period"
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 allowlist 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 "当不ĺ…许来自钩ĺ­ĺ’ŚćśŤĺŠˇçš„本地请求时,将ĺ…许对本地网络上这些域/地址的请求。可支ćŚ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 additional authentication for administrative tasks."
msgstr "需č¦ĺŻąç®ˇç†ä»»ĺŠˇčż›čˇŚé˘ťĺ¤–的身份验čŻă€‚"
@@ -29929,6 +30251,9 @@ msgstr "在此项目为必须。"
msgid "Required only if you are not using role instance credentials."
msgstr "仅当您没有使用角色实例凭据时才需č¦ă€‚"
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr "需求%{reference}已添加"
@@ -30054,9 +30379,6 @@ msgstr "解决者"
msgid "Resolved by %{name}"
msgstr "由%{name}解决"
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr "解ćžä¸€ć¬ˇIP地址并使用ĺ®ä»¬ćŹäş¤čŻ·ć±‚"
-
msgid "Response"
msgstr "ĺ“Ťĺş”"
@@ -30123,8 +30445,8 @@ msgstr "ć˘ĺ¤Ť"
msgid "Resync"
msgstr "重新ĺŚć­Ą"
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
-msgstr "检索ĺ规性报告失败。请ĺ·ć–°éˇµéť˘ĺą¶é‡ŤčŻ•ă€‚"
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
+msgstr ""
msgid "Retry"
msgstr "重试"
@@ -30221,15 +30543,15 @@ msgstr "撤销"
msgid "Revoked"
msgstr "已撤销"
+msgid "Revoked access token %{access_token_name}!"
+msgstr ""
+
msgid "Revoked impersonation token %{token_name}!"
msgstr "撤销身份模拟令牌 %{token_name}ďĽ"
msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr "撤销个人访问令牌 %{personal_access_token_name}ďĽ"
-msgid "Revoked project access token %{project_access_token_name}!"
-msgstr "撤销项目访问令牌%{project_access_token_name}ďĽ"
-
msgid "RightSidebar|Copy email address"
msgstr "复ĺ¶ç”µĺ­é‚®ä»¶ĺś°ĺť€"
@@ -30248,6 +30570,9 @@ msgstr "没看ĺ°ć‚¨č¦ĺŻ»ć‰ľçš„?%{linkStart}点击此处%{linkEnd}查看完ć•
msgid "Roadmap"
msgstr "路线图"
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr "角色"
@@ -30335,6 +30660,9 @@ msgstr "获取指令时发生错误"
msgid "Runners|Architecture"
msgstr "架构"
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr "与一个ć–多个项目关č”"
@@ -30347,9 +30675,15 @@ msgstr "适用于群组中的所有项目和ĺ­ç»„"
msgid "Runners|Can run untagged jobs"
msgstr "可以čżčˇŚćśŞć ‡č®°çš„作业"
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr "注册runner的命令"
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr "复ĺ¶čŻ´ćŽ"
@@ -30368,6 +30702,9 @@ msgstr "在 AWS 中é¨ç˝˛ GitLab Runner"
msgid "Runners|Description"
msgstr "描述"
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr "下载并安装二进ĺ¶ć–‡ä»¶"
@@ -30383,9 +30720,6 @@ msgstr "对于每个解决方ćˇďĽŚć‚¨ĺ°†é€‰ć‹©ä¸€ä¸Şĺ®ąé‡Źă€‚ 1 通过自动扩
msgid "Runners|Group"
msgstr "群组"
-msgid "Runners|Group Runners"
-msgstr "群组Runner"
-
msgid "Runners|IP Address"
msgstr "IP地址"
@@ -30414,13 +30748,13 @@ msgid "Runners|Name"
msgstr "ĺŤç§°"
msgid "Runners|Never contacted"
-msgstr ""
+msgstr "未连接过"
msgid "Runners|New registration token generated!"
msgstr "已生ć新的注册令牌ďĽ"
msgid "Runners|New runner, has not contacted yet"
-msgstr ""
+msgstr "新的 runner,尚未连接"
msgid "Runners|No contact from this runner in over 3 months"
msgstr "超过 3 个ćść˛ˇćś‰č”系此 runner"
@@ -30434,11 +30768,14 @@ msgstr "不可用于čżčˇŚä˝śä¸š"
msgid "Runners|Offline"
msgstr "离线"
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr "在线"
-msgid "Runners|Online Runners"
-msgstr "在线 runner"
+msgid "Runners|Online runners"
+msgstr ""
msgid "Runners|Paused"
msgstr "已暂ĺś"
@@ -30473,6 +30810,9 @@ msgstr "注册令牌"
msgid "Runners|Registration token copied!"
msgstr "注册令牌已复ĺ¶ďĽ"
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr "ç‰ćś¬"
@@ -30512,18 +30852,18 @@ msgstr "取ć¶ĺ†é…Ťĺ°éˇąç›®çš„runner。"
msgid "Runners|Runners"
msgstr "Runner"
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
-msgstr "本群组的čżčˇŚĺ™¨ďĽš%{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
+msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr "共享Runner可用于 GitLab 实例中的每个项目。如果您希望Runner仅构建特定项目,请é™ĺ¶ä¸‹čˇ¨ä¸­çš„项目。当é™ĺ¶Runner的特定项目ĺŽďĽŚć‚¨ć— ćł•ĺ°†ĺ…¶ć”ąĺ›žĺ…±äş«Runner。"
-msgid "Runners|Show Runner installation instructions"
-msgstr "ćľç¤şRunner安装说ćŽ"
-
msgid "Runners|Show runner installation and registration instructions"
msgstr "ćľç¤şrunner安装和注册说ćŽ"
+msgid "Runners|Show runner installation instructions"
+msgstr ""
+
msgid "Runners|Something went wrong while fetching runner data."
msgstr "获取Runner数据时出错。"
@@ -30533,6 +30873,9 @@ msgstr "获取标签建议时出现问é˘"
msgid "Runners|Stale"
msgstr "Stale"
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr "状ć€"
@@ -30546,10 +30889,7 @@ msgid "Runners|The runner will be permanently deleted and no longer available fo
msgstr "Runner 将被永久ĺ é™¤ďĽŚä¸Ťĺ†Ťé€‚用于项目ć–群组。您确定č¦ç»§ç»­ĺ—?"
msgid "Runners|This runner has never contacted this instance"
-msgstr ""
-
-msgid "Runners|This runner is associated with one or more projects."
-msgstr "ć­¤Runner与一个ć–多个项目相关č”。"
+msgstr "ć­¤ runner 从未连接ĺ°ć­¤ĺ®žäľ‹"
msgid "Runners|This runner is associated with specific projects."
msgstr "ć­¤Runner与特定项目相关č”。"
@@ -30615,7 +30955,7 @@ msgid "Runners|locked"
msgstr "ĺ·˛é”定"
msgid "Runners|never contacted"
-msgstr ""
+msgstr "从未连接过"
msgid "Runners|offline"
msgstr "离线"
@@ -30704,9 +31044,6 @@ msgstr "SSL验čŻďĽš"
msgid "SSL verification"
msgstr "SSL 验čŻ"
-msgid "SVG illustration"
-msgstr "SVG图形"
-
msgid "Satisfied"
msgstr "满足"
@@ -30833,9 +31170,6 @@ msgstr "ćśç´˘"
msgid "Search GitLab"
msgstr "ćśç´˘ GitLab"
-msgid "Search Jira issues"
-msgstr "ćśç´˘Jirač®®é˘"
-
msgid "Search a group"
msgstr "ćśç´˘çľ¤ç»„"
@@ -30897,7 +31231,7 @@ msgid "Search forks"
msgstr "ćśç´˘ć´ľç”ź"
msgid "Search groups"
-msgstr ""
+msgstr "ćśç´˘çľ¤ç»„"
msgid "Search iterations"
msgstr "ćśç´˘čż­ä»Ł"
@@ -31126,8 +31460,8 @@ msgstr "了解更多关于漏洞检查的信ćŻ"
msgid "SecurityApprovals|License-Check"
msgstr "许可čŻćŁ€ćźĄ"
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
-msgstr "当结果中包ĺ«ć‹’绝的许可čŻć—¶ć ¸ĺ‡†ä¸şĺż…须。%{linkStart}更多信ćŻ%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
msgstr "测试覆盖率降低,需批准。%{linkStart}了解更多。%{linkEnd}"
@@ -31190,7 +31524,7 @@ msgid "SecurityConfiguration|Enable Auto DevOps"
msgstr "ĺŻç”¨Auto DevOps"
msgid "SecurityConfiguration|Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
-msgstr ""
+msgstr "ĺŻç”¨ĺ®‰ĺ…¨ĺźąč®­ďĽŚĺ¸®ĺŠ©ć‚¨çš„开发人ĺ‘学习如何修复漏洞。开发者可以查看选定的教育ćŹäľ›č€…ćŹäľ›çš„与发现的脆弱性相关的安全培训。"
msgid "SecurityConfiguration|Enabled"
msgstr "ĺŻç”¨"
@@ -31258,6 +31592,9 @@ msgstr "漏洞管ç†"
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr "ĺ并请求中的漏洞详细信ćŻĺ’Śç»źč®ˇ"
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr "%{branches} %{plural}"
@@ -31312,6 +31649,9 @@ msgstr "执行 %{scanType} 扫描"
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr "如果您正在使用Auto DevOps,如果您改ĺŹäş†ć­¤é¨ĺ†çš„策略,您的 %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} 文件将不会被更新 Auto DevOps 用ć·ĺş”按照 %{linkStart}容器网络策略文档%{linkEnd}进行更改。"
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr "最新扫描"
@@ -31330,21 +31670,30 @@ msgstr "只有所有者可以更新安全策略项目"
msgid "SecurityOrchestration|Policies"
msgstr "ç­–ç•Ą"
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr "策略描述"
msgid "SecurityOrchestration|Policy editor"
msgstr "策略编辑器"
-msgid "SecurityOrchestration|Policy preview"
-msgstr "策略预č§"
-
msgid "SecurityOrchestration|Policy status"
msgstr "策略状ć€"
+msgid "SecurityOrchestration|Policy summary"
+msgstr ""
+
msgid "SecurityOrchestration|Policy type"
msgstr "策略类型"
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr "规ĺ™"
@@ -31354,12 +31703,21 @@ msgstr "规ĺ™"
msgid "SecurityOrchestration|Scan Execution"
msgstr "扫描执行"
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr "扫描执行"
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr "扫描执行策略只č˝ç”±éˇąç›®ć‰€ćś‰č€…ĺ›ĺ»şă€‚"
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr "č¦ć‰§čˇŚçš„扫描 %{cadence}"
@@ -31387,6 +31745,12 @@ msgstr "对不起,您的过滤器没有产生任何结果。"
msgid "SecurityOrchestration|Status"
msgstr "状ć€"
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr "ĺ›ĺ»şć–°çš„安全策略时出现问é˘"
@@ -31402,12 +31766,60 @@ msgstr "取ć¶éˇąç›®ĺ…łč”"
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr "取ć¶é“ľćŽĄĺ®‰ĺ…¨éˇąç›®äĽšç§»é™¤ĺś¨é“ľćŽĄçš„安全项目中ĺ­ĺ‚¨çš„所有策略。保ĺ­ä»Ąçˇ®č®¤ć­¤ć“Ťä˝śă€‚"
-msgid "SecurityOrchestration|Update scan execution policies"
-msgstr "更新扫描执行策略"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
+msgstr ""
msgid "SecurityOrchestration|view results"
msgstr "查看结果"
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr "+%{count} 更多"
@@ -31417,6 +31829,9 @@ msgstr "环ĺ˘"
msgid "SecurityPolicies|Policy type"
msgstr "策略类型"
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr "%{firstProject}ĺ’Ś%{secondProject}"
@@ -31607,7 +32022,7 @@ msgid "SecurityReports|Severity"
msgstr "严重程度"
msgid "SecurityReports|Software and container dependency survey"
-msgstr ""
+msgstr "软件和容器依赖性č°ćźĄ"
msgid "SecurityReports|Sometimes a scanner can't determine a finding's severity. Those findings may still be a potential source of risk though. Please review these manually."
msgstr "有时扫描工具无法确定č°ćźĄç»“果的严重性,这些结果可č˝ä»Ťç„¶ćŻć˝śĺś¨çš„风险来ćşďĽŚčŻ·ć‰‹ĺŠ¨ćźĄçś‹"
@@ -31738,9 +32153,6 @@ msgstr "选择下载格式"
msgid "Select Git revision"
msgstr "选择Gitç‰ćś¬"
-msgid "Select GitLab project to link with your Slack team"
-msgstr "选择GitLab项目连接你的Slack团éź"
-
msgid "Select Page"
msgstr "选择页面"
@@ -31856,7 +32268,7 @@ msgid "Select project to choose zone"
msgstr "按项目选择地域"
msgid "Select project to create %{type}"
-msgstr ""
+msgstr "选择č¦ĺ›ĺ»ş %{type} 的项目"
msgid "Select project to create issue"
msgstr "选择č¦ĺ›ĺ»şč®®é˘çš„项目"
@@ -32128,8 +32540,8 @@ msgstr "服务台"
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr "服务台ĺ…许人们在没有自己的用ć·č´¦ĺŹ·çš„ć…况下在您的 GitLab 实例中ĺ›ĺ»şč®®é˘ă€‚ĺ®ä¸şćś€ç»ç”¨ć·ĺś¨éˇąç›®ä¸­ĺ›ĺ»şč®®é˘ćŹäľ›äş†ä¸€ä¸Şĺ”Żä¸€çš„电ĺ­é‚®ä»¶ĺś°ĺť€ă€‚回复可以通过 GitLab 界面ć–通过电ĺ­é‚®ä»¶ĺŹ‘é€ă€‚最ç»ç”¨ć·ĺŹŞč˝é€ščż‡ç”µĺ­é‚®ä»¶ćźĄçś‹ä¸»é˘ă€‚"
-msgid "Service URL"
-msgstr "服务 URL"
+msgid "Service Usage Data"
+msgstr ""
msgid "Service account generated successfully"
msgstr "服务ĺ¸ć·ç”źćć功"
@@ -32137,6 +32549,9 @@ msgstr "服务ĺ¸ć·ç”źćć功"
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr "服务 ping 在您的配置文件中被ç¦ç”¨ďĽŚĺą¶ä¸”无法通过此表单ĺŻç”¨ă€‚"
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr "ĺŻç”¨ćśŤĺŠˇĺŹ°"
@@ -32146,18 +32561,12 @@ msgstr "有关为您的实例设置服务台的帮助,请č”系管ç†ĺ‘。"
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr "从服务台电ĺ­é‚®ä»¶ĺ›ĺ»şçš„č®®é˘ĺ°†ćľç¤şĺś¨ć­¤ĺ¤„,每条评论é˝ć为电ĺ­é‚®ä»¶ĺŻąčŻťçš„一é¨ĺ†ă€‚"
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr "服务台已ĺŻç”¨ä˝†ĺ°šćśŞćż€ć´»"
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr "服务台未ĺŻç”¨"
msgid "ServiceDesk|Service Desk is not supported"
msgstr "不支ćŚService Desk"
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr "č¦ĺś¨ć­¤ĺ®žäľ‹ä¸Šćż€ć´»ćśŤĺŠˇĺŹ°ďĽŚĺ®žäľ‹ç®ˇç†ĺ‘必须首ĺ…设置接收电ĺ­é‚®ä»¶ĺś°ĺť€ă€‚"
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr "č¦ĺś¨ć­¤ĺ®žäľ‹ä¸ŠĺŻç”¨ćśŤĺŠˇĺŹ°ďĽŚĺ®žäľ‹ç®ˇç†ĺ‘必须首ĺ…设置接收电ĺ­é‚®ä»¶ĺś°ĺť€ă€‚"
@@ -32210,10 +32619,10 @@ msgid "Set due date"
msgstr "设置ćŞć­˘ć—Ąćśź"
msgid "Set health status"
-msgstr ""
+msgstr "设置ĺĄĺş·çŠ¶ć€"
msgid "Set health status to %{health_status}."
-msgstr ""
+msgstr "ĺ°†ĺĄĺş·çŠ¶ć€č®ľç˝®ä¸ş %{health_status}。"
msgid "Set iteration"
msgstr "设置迭代"
@@ -32296,8 +32705,8 @@ msgstr "é…Ťç˝® CI/CD"
msgid "Set up Jira Integration"
msgstr "设置Jira集ć"
-msgid "Set up a %{type} Runner for a project"
-msgstr "为项目设置一个 %{type}的Runner"
+msgid "Set up a %{type} runner for a project"
+msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
msgstr "设置一个硬件设备作为登录的第二个因素。"
@@ -32372,7 +32781,7 @@ msgid "Sets %{epic_ref} as parent epic."
msgstr "ĺ°†%{epic_ref}设置为ç¶ĺŹ˛čŻ—。"
msgid "Sets health status to %{health_status}."
-msgstr ""
+msgstr "ĺ°†ĺĄĺş·çŠ¶ć€č®ľç˝®ä¸ş %{health_status}。"
msgid "Sets target branch to %{branch_name}."
msgstr "设置目标ĺ†ć”Żä¸ş%{branch_name}。"
@@ -32468,9 +32877,6 @@ msgstr "重置ćµć°´çşżĺ†é’źć•°"
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr "重置已用ćµć°´çşżĺ†é’źć•°"
-msgid "Sherlock Transactions"
-msgstr "Sherlock事务"
-
msgid "Shimo|Go to Shimo Workspace"
msgstr "转ĺ°çźłĺ˘¨ĺ·Ąä˝śĺŚş"
@@ -32510,6 +32916,9 @@ msgstr "ćľç¤şć‰€ćś‰ć´»ĺŠ¨"
msgid "Show all breadcrumbs"
msgstr "ćľç¤şć‰€ćś‰éť˘ĺŚ…屑导čŞ"
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr "ćľç¤şć‰€ćś‰č®®é˘ă€‚"
@@ -32522,6 +32931,9 @@ msgstr "ćľç¤şĺ·˛ĺ˝’档的项目"
msgid "Show archived projects only"
msgstr "ä»…ćľç¤şĺ·˛ĺ˝’档项目"
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr "ćľç¤şç›¸ĺ…łĺ‘˝ä»¤"
@@ -32534,9 +32946,6 @@ msgstr "ćľç¤şĺŻąć­¤ć–‡ä»¶çš„评论"
msgid "Show comments only"
msgstr "ä»…ćľç¤şčŻ„论"
-msgid "Show commit description"
-msgstr "ćľç¤şćŹäş¤ćŹŹčż°"
-
msgid "Show complete raw log"
msgstr "ćľç¤şĺ®Ść•´çš„原始日志"
@@ -32561,6 +32970,9 @@ msgstr "ćľç¤şĺ—表"
msgid "Show one file at a time"
msgstr "一次ćľç¤şä¸€ä¸Şć–‡ä»¶"
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr "ćľç¤şĺ·˛ĺ…łé—­ĺ—表"
@@ -32599,8 +33011,8 @@ msgstr "ĺ·˛ćľç¤şĺ…¨é¨č®®é˘"
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr "ćľç¤şçľ¤ç»„ “%{group_name}” 从 2019 ĺą´ 11 ćś 1 ć—Ąĺ° 2019 ĺą´ 12 ćś 31 日的数据"
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
-msgstr "ćľç¤şĺś¨ć­¤ć—ĄćśźčŚĺ›´ĺ†…ĺ›ĺ»şçš„工作ćµéˇąç›®çš„数据。日期čŚĺ›´ä¸Ťč˝č¶…过 %{maxDateRange} 天。"
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
+msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
msgstr "ćľç¤şĺźşäşŽćś€čż‘%{timerange}天的事件的图表。"
@@ -32692,6 +33104,9 @@ msgstr "退出并注册"
msgid "Sign up"
msgstr "注册"
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr "注册ć功ďĽčŻ·çˇ®č®¤ć‚¨çš„电ĺ­é‚®ä»¶ä»Ąç™»ĺ˝•ă€‚"
@@ -32794,9 +33209,33 @@ msgstr "Slack应用"
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr "Slack集ćĺ…许您通过čŠĺ¤©çŞ—ĺŹŁä¸­çš„shash命令与GitLab交互。"
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr "ĺ‘ Slack 频é“发é€ćś‰ĺ…łéˇąç›®äş‹ä»¶çš„通知。"
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr "1. %{slash_command_link_start}在您的Slack团éźä¸­ä˝żç”¨ć­¤äżˇćŻć·»ĺŠ ä¸€ä¸Şć–śćť ĺ‘˝ä»¤%{slash_command_link_end}:"
@@ -33103,9 +33542,6 @@ 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 "对不起,未ćśç´˘ĺ°ä»»ä˝•ç¬¦ĺ条件的项目"
@@ -33169,9 +33605,6 @@ msgstr "最ĺŽč”çł»"
msgid "SortOptions|Last created"
msgstr "最近ĺ›ĺ»ş"
-msgid "SortOptions|Last updated"
-msgstr "最近更新"
-
msgid "SortOptions|Least popular"
msgstr "最不受欢迎"
@@ -33505,6 +33938,9 @@ msgstr "ĺŻĺŠ¨ĺ并éźĺ—"
msgid "Start merge train when pipeline succeeds"
msgstr "ćµć°´çşżć功时ĺŻĺŠ¨ĺ并éźĺ—"
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr "开始ćśç´˘"
@@ -33547,6 +33983,9 @@ msgstr "开始于: %{startsAt}"
msgid "State your message to activate"
msgstr "čľ“ĺ…Ąć¶ćŻä»ĄĺŻç”¨"
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr "ĺ·ž/çś/市"
@@ -33889,6 +34328,9 @@ msgstr "已订é…"
msgid "Subscribed to this %{quick_action_target}."
msgstr "ĺ·˛č®˘é… %{quick_action_target}。"
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr "订é…%{quick_action_target}。"
@@ -33919,6 +34361,27 @@ msgstr "导出许可čŻä˝żç”¨ć–‡ä»¶"
msgid "SubscriptionBanner|Upload new license"
msgstr "上传新许可čŻ"
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr "添加席位"
@@ -33977,13 +34440,13 @@ 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 "čż™ćŻ GitLab.com 团éźćś€čż‘一次与您č”系的时间,关于您的欠款。"
+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 "čż™ćŻ GitLab.com 团éźä¸‹ä¸€ć¬ˇä¸Žć‚¨č”系的时间,关于您的欠款。"
+msgstr "čż™ćŻć‘们下一次与您č”系的时间,关于您的欠款。"
msgid "SubscriptionTable|This is the number of seats you will be required to purchase if you update to a paid plan."
msgstr "čż™ćŻć‚¨ć›´ć–°ĺ°ä»č´ąć–ąćˇć—¶éś€č¦č´­äą°çš„最大用ć·ć•°é‡Źă€‚"
@@ -33997,9 +34460,6 @@ msgstr "试用结束日期"
msgid "SubscriptionTable|Trial start date"
msgstr "试用开始日期"
-msgid "SubscriptionTable|Upgrade"
-msgstr "升级"
-
msgid "SubscriptionTable|Usage"
msgstr "使用ć…况"
@@ -34168,9 +34628,6 @@ msgstr "ć‘č¦/注释"
msgid "Sunday"
msgstr "ćźćśźć—Ą"
-msgid "SuperSonics|Activate cloud license"
-msgstr "激活云端许可čŻ"
-
msgid "SuperSonics|Activate subscription"
msgstr "激活订é…"
@@ -34195,6 +34652,9 @@ msgstr "äş‘ćŽćť"
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr "Cloud 许可现已推出。这ćŻćż€ć´»ĺ®žäľ‹ĺ’Śç®ˇç†č®˘é…的更简单方法。é…读 %{blogPostLinkStart}博客文章%{blogPostLinkEnd}中的更多相关信ćŻă€‚激活ç ĺś¨ %{portalLinkStart}客ć·é—¨ć·%{portalLinkEnd}中可用。"
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr "导出许可čŻä˝żç”¨ć–‡ä»¶"
@@ -34234,6 +34694,9 @@ msgstr "开始免费试用"
msgid "SuperSonics|Subscription details"
msgstr "订é…详ć…"
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr "ĺŚć­Ąč®˘é…详ć…"
@@ -34288,6 +34751,9 @@ msgstr "您已ć功添加在 %{date} 激活的许可čŻă€‚有关更多详细信
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr "根据您的协议条款,您将按季度ć–每年为 %{trueUpLinkStart}超过许可čŻçš„用ć·%{trueUpLinkEnd}ä»č´ąă€‚"
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr "您的未来日期许可čŻĺ·˛ć功添加"
@@ -34300,6 +34766,15 @@ msgstr "您的订é…信ćŻĺ°†ĺľĺż«ĺŚć­Ą"
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr "您的订é…ĺ·˛ć功激活。您可以在下面查看详细信ćŻă€‚"
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr "支ćŚ"
@@ -34355,22 +34830,22 @@ msgid "Syntax is incorrect."
msgstr "语法不正确。"
msgid "SynthaxHighlightingTheme|Dark"
-msgstr ""
+msgstr "深色"
msgid "SynthaxHighlightingTheme|Light"
-msgstr ""
+msgstr "浅色"
msgid "SynthaxHighlightingTheme|Monokai"
-msgstr ""
+msgstr "Monokai"
msgid "SynthaxHighlightingTheme|None"
-msgstr ""
+msgstr "ć— "
msgid "SynthaxHighlightingTheme|Solarized Dark"
-msgstr ""
+msgstr "Solarized Dark"
msgid "SynthaxHighlightingTheme|Solarized Light"
-msgstr ""
+msgstr "Solarized Light"
msgid "System"
msgstr "系统"
@@ -34543,6 +35018,9 @@ msgstr "目标ĺ†ć”Ż"
msgid "Target-Branch"
msgstr "目标ĺ†ć”Ż"
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr "任务ID: %{elastic_task}"
@@ -34615,6 +35093,9 @@ msgstr "服务条款协议和éšç§ć”żç­–"
msgid "Terms of Service and Privacy Policy"
msgstr "服务条款和éšç§ć”żç­–"
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr "Terraform"
@@ -34640,20 +35121,20 @@ msgstr[0] "您的ćµć°´çşżç”źć了%{number}个Terraform报告"
msgid "Terraform|%{strong_start}%{number}%{strong_end} Terraform report failed to generate"
msgid_plural "Terraform|%{strong_start}%{number}%{strong_end} Terraform reports failed to generate"
-msgstr[0] ""
+msgstr[0] "%{strong_start}%{number}%{strong_end} 个 Terraform 报告生ć失败"
msgid "Terraform|%{strong_start}%{number}%{strong_end} Terraform report was generated in your pipelines"
msgid_plural "Terraform|%{strong_start}%{number}%{strong_end} Terraform reports were generated in your pipelines"
-msgstr[0] ""
+msgstr[0] "您的ćµć°´çşżç”źć了 %{strong_start}%{number}%{strong_end} 个 Terraform 报告"
msgid "Terraform|%{user} updated %{timeAgo}"
msgstr "%{user}更新于%{timeAgo}"
msgid "Terraform|A Terraform report failed to generate."
-msgstr ""
+msgstr "Terraform 报告生ć失败。"
msgid "Terraform|A Terraform report was generated in your pipelines."
-msgstr ""
+msgstr "在您的ćµć°´çşżä¸­ç”źć了一个 Terraform 报告。"
msgid "Terraform|A report failed to generate."
msgstr "无法生ć报告。"
@@ -34686,7 +35167,7 @@ msgid "Terraform|Download JSON"
msgstr "下载JSON"
msgid "Terraform|Failed to load Terraform reports"
-msgstr ""
+msgstr "加载 Terraform 报告失败"
msgid "Terraform|Generating the report caused an error."
msgstr "生ć报告时发生错误。"
@@ -34701,7 +35182,7 @@ msgid "Terraform|Job status"
msgstr "作业状ć€"
msgid "Terraform|Loading Terraform reports..."
-msgstr ""
+msgstr "正在加载 Terraform 报告..."
msgid "Terraform|Lock"
msgstr "é”定"
@@ -34740,7 +35221,7 @@ msgid "Terraform|Terraform init command"
msgstr "Terraform init 命令"
msgid "Terraform|Terraform reports"
-msgstr ""
+msgstr "Terraform 报告"
msgid "Terraform|The job %{name} failed to generate a report."
msgstr "作业 %{name} 生ć报告失败。"
@@ -34749,10 +35230,10 @@ msgid "Terraform|The job %{name} generated a report."
msgstr "作业 %{name} 生ć了一个报告。"
msgid "Terraform|The job %{strong_start}%{name}%{strong_end} failed to generate a report."
-msgstr ""
+msgstr "作业 %{strong_start}%{name}%{strong_end} 生ć报告失败。"
msgid "Terraform|The job %{strong_start}%{name}%{strong_end} generated a report."
-msgstr ""
+msgstr "作业 %{strong_start}%{name}%{strong_end} 生ć了一个报告。"
msgid "Terraform|To get access to this terraform state from your local computer, run the following command at the command line. The first line requires a personal access token with API read and write access. %{linkStart}How do I create a personal access token?%{linkEnd}."
msgstr "č¦ä»Žćś¬ĺś°č®ˇç®—机访问此 terraform state,请在命令行中čżčˇŚä»Ąä¸‹ĺ‘˝ä»¤ă€‚第一行需č¦ĺ…·ćś‰ API 读写访问ćťé™çš„个人访问令牌。 %{linkStart}如何ĺ›ĺ»şä¸Şäşşč®żé—®ä»¤ç‰ŚďĽź%{linkEnd}."
@@ -34781,6 +35262,9 @@ msgstr "测试"
msgid "Test Cases"
msgstr "测试用例"
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "测试覆盖率解ćž"
@@ -34951,9 +35435,6 @@ msgstr "ĺ°±ćŻčż™ć ·ďĽŚĺšĺľ—好ďĽ"
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr "群组“%{group_path}”ĺ…许您使用SSO以登录ĺ¸ć·"
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr "%{featureName} 功č˝ćŻ GitLab ć——č°ç‰ 试用ç‰çš„一é¨ĺ†ă€‚"
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr "%{link_start}校准模式%{link_end}ĺ…许有额外用ć·ďĽŚčż™äş›é˘ťĺ¤–用ć·ĺś¨ć›´ć–°č®˘é…时将会产生追溯费用。"
@@ -34991,12 +35472,6 @@ msgstr "Prometheus服务器以“错误请求”响应。请检查您的查询ć
msgid "The Snowplow cookie domain."
msgstr "Snowplow cookie ĺźźĺŤă€‚"
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr "在主节点上定义的URL,次č¦čŠ‚点应使用该URL与其č”系。"
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr "在主节点上定义的URL,次č¦čŠ‚点将用此网址来č”络主节点。%{linkStart}更多信ćŻ%{linkEnd}"
-
msgid "The URL of the Jenkins server."
msgstr "Jenkins 服务器的 URL。"
@@ -35006,9 +35481,6 @@ msgstr "URL 应该以 http:// ć– https:// 开头"
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
msgstr "连接ĺ°Elasticsearchçš„URL。对于集群,请添加用逗号ĺ†éš”çš„URL。"
-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 时仍然验čŻćśŤĺŠˇĺ™¨čŻäą¦ă€‚"
-
msgid "The application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr "应用程序可用于客ć·ç«ŻĺŻ†é’ĄĺŹŻä»ĄäżťćŚäżťĺŻ†çš„地方。原生移动应用和单页应用被视为为非保密。"
@@ -35042,8 +35514,8 @@ msgstr "ĺ规报告ćľç¤şĺ并请求在受保护的环ĺ˘ä¸­ĺ并。"
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "该连接将在 %{timeout}ĺŽč¶…时。如仓库导入耗时超过该时间,请使用克隆/推é€ç»„ĺ。"
-msgid "The contact does not belong to the same group as the issue"
-msgstr "č”系人不属于议é˘ć‰€ĺś¨çš„相ĺŚçľ¤ç»„"
+msgid "The contact does not belong to the issue group or an ancestor"
+msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
msgstr "内容编辑器可č˝äĽšć›´ć”ąć–‡ćˇŁçš„ Markdown 格式样式,这可č˝ä¸Žć‚¨ĺŽźćťĄçš„ Markdown 样式不匹配。"
@@ -35208,6 +35680,9 @@ msgstr "ĺ°†ĺ­ĺ‚¨ç”±ćś€čż‘ć功ćµć°´çşżä¸­çš„作业ĺ›ĺ»şçš„最新产物。"
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr "ć­¤ĺ并请求的最新ćµć°´çşżćśŞć功完ć。"
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr "ć­¤ĺ并请求的最新ćµć°´çşżĺ·˛ĺ¤±č´Ąă€‚"
@@ -35242,7 +35717,7 @@ msgid "The maximum file size is %{size}."
msgstr "最大文件大小为 %{size}。"
msgid "The maximum number of CI/CD minutes on shared runners that a group can use each month. 0 for unlimited."
-msgstr ""
+msgstr "一个群组每ćśĺŹŻä»Ąä˝żç”¨çš„共享čżčˇŚĺ™¨çš„ CI/CD 时长上é™ďĽĺ†é’źďĽ‰ă€‚0表示无é™ĺ¶ă€‚"
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr "单个worker接受清ç†çš„最大标签数。如果标签数量超过此é™ĺ¶ďĽŚĺ™č¦ĺ é™¤çš„标签ĺ—表将被ćŞć–­ä¸şčŻĄć•°é‡Źă€‚č¦ĺŹ–ć¶ć­¤é™ĺ¶ďĽŚčŻ·ĺ°†ĺ…¶č®ľç˝®ä¸ş 0。"
@@ -35283,9 +35758,6 @@ msgstr "页面已超时,无法ćľç¤şă€‚"
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr "ç¶ĺŹ˛čŻ—ćŻç§ĺŻ†çš„,只č˝ĺŚ…ĺ«ç§ĺŻ†ĺŹ˛čŻ—ĺ’Śč®®é˘"
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr "解密ç§é’Ąć‰€éś€çš„密ç çź­čŻ­ă€‚该项为可选项, 并且内容被加密ĺ­ĺ‚¨ă€‚"
-
msgid "The password for the Jenkins server."
msgstr "Jenkins 服务器的密ç ă€‚"
@@ -35301,9 +35773,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr "ćŹäľ›ĺ®˘ć·ç«ŻčŻäą¦ć—¶ä˝żç”¨çš„ç§é’Ąă€‚该值被加密ĺ­ĺ‚¨ă€‚"
-
msgid "The project can be accessed by any logged in user except external users."
msgstr "除外é¨ç”¨ć·ĺ¤–,任何登录用ć·ĺť‡ĺŹŻč®żé—®čŻĄéˇąç›®ă€‚"
@@ -35673,8 +36142,8 @@ msgstr "获取%{replicableType}时出错"
msgid "There was an error fetching the Geo Settings"
msgstr "获取Geo设置时出错"
-msgid "There was an error fetching the Node's Groups"
-msgstr "获取节点上的群组时出错"
+msgid "There was an error fetching the Sites's Groups"
+msgstr ""
msgid "There was an error fetching the deploy freezes."
msgstr "获取é¨ç˝˛ĺ†»ç»“时出错。"
@@ -35724,8 +36193,8 @@ msgstr "重置用ć·ćµć°´çşżĺ†é’źć•°ć—¶ĺ‡şé”™ă€‚"
msgid "There was an error retrieving the Jira users."
msgstr "获取Jira用ć·ć—¶ĺ‡şé”™ă€‚"
-msgid "There was an error saving this Geo Node."
-msgstr "äżťĺ­ć­¤Geo节点时出错。"
+msgid "There was an error saving this Geo Site"
+msgstr ""
msgid "There was an error saving your changes."
msgstr "äżťĺ­ĺŹć›´ć—¶ĺ‡şé”™ă€‚"
@@ -35808,9 +36277,6 @@ msgstr "这些将在附件完ćĺŽĺŹ‘é€č‡ł %{email}。"
msgid "Third Party Advisory Link"
msgstr "第三方建议链接"
-msgid "Third-party offers"
-msgstr "第三方äĽć "
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr "ć­¤%{issuableDisplayName}被é”定。只有项目ćĺ‘可以评论。"
@@ -35934,6 +36400,9 @@ msgstr "ć­¤ćŹäş¤ä˝żç”¨%{strong_open}未经验čŻçš„%{strong_close}ç­ľĺŤčż›čˇŚç
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr "由于%{reason},无法ćľç¤şć­¤ĺ†…容。您可以%{options}以代替。"
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr "此凭čŻĺ·˛čż‡ćśź"
@@ -35973,9 +36442,6 @@ msgstr "此史诗的ĺ­ĺŹ˛čŻ—数目已达最大值。"
msgid "This epic does not exist or you don't have sufficient permission."
msgstr "此史诗不ĺ­ĺś¨ć–者您没有足够的ćťé™ă€‚"
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr "此功č˝ćŻć——č°ç‰čŻ•ç”¨çš„一é¨ĺ†ă€‚"
-
msgid "This feature requires local storage to be enabled"
msgstr "此功č˝éś€č¦ćś¬ĺś°ĺ­ĺ‚¨ä»ĄĺŻç”¨"
@@ -35998,7 +36464,7 @@ msgid "This group"
msgstr "当前群组"
msgid "This group and its subgroups and projects will be placed in a 'pending deletion' state for %{deletion_adjourned_period} days, then permanently deleted on %{date}. The group can be fully restored before that date."
-msgstr ""
+msgstr "该组及其ĺ­ç»„和项目将在 %{deletion_adjourned_period} 天内处于“待ĺ é™¤â€ťçŠ¶ć€ďĽŚç„¶ĺŽĺś¨ %{date} 被永久ĺ é™¤ă€‚该群组可以在该日期之前完全ć˘ĺ¤Ťă€‚"
msgid "This group can't be removed because it is linked to a subscription. To remove this group, %{linkStart}link the subscription%{linkEnd} with a different group."
msgstr "此群组不č˝č˘«ĺ é™¤ďĽŚĺ› ä¸şĺ®ĺ·˛é“ľćŽĄĺ°ä¸€ä¸Şč®˘é…,č¦ĺ é™¤ć­¤çľ¤ç»„, %{linkStart}将订é…%{linkEnd} 链接ĺ°ĺŹ¦ä¸€ä¸Şçľ¤ç»„。"
@@ -36015,9 +36481,15 @@ msgstr "此群组尚无任何群组Runner。"
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr "此群组已安排在%{date}永久ĺ é™¤"
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr "此群组已链接ĺ°č®˘é…"
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr "此群组ă€ĺ…¶ĺ­çľ¤ç»„和项目已安排在%{date}移除。"
@@ -36237,6 +36709,9 @@ msgstr "ć­¤ćµć°´çşżćŻç”±ĺ®šć—¶č®ˇĺ’触发的."
msgid "This project"
msgstr "当前项目"
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr "此项目不属于群组,不č˝ä˝żç”¨çľ¤ç»„Runner。"
@@ -36258,6 +36733,9 @@ msgstr "此项目已ĺ­ćˇŁďĽŚć— ćł•ć·»ĺŠ čŻ„论。"
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr "该项目在 %{strong_start}%{license_name}%{strong_end}下获得许可。"
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr "此项目使用%{strong_start}%{manager_name}%{strong_end}管ç†ĺ…¶äľťčµ–ĺ…łçł»"
@@ -36297,6 +36775,9 @@ msgstr "此服务ĺ…许用ć·é€ščż‡ĺś¨Slackčľ“ĺ…Ą slash command 来执行此项ç
msgid "This setting can be overridden in each project."
msgstr "当前设置可在每个项目中进行更改覆盖。"
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr "此订é…适用于"
@@ -36525,9 +37006,6 @@ msgstr "最ĺŽä¸€ć¬ˇćŹäş¤ĺ°ĺ并的时间"
msgid "Time in seconds"
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等待外é¨ćśŤĺŠˇçš„响应时间ďĽç§’)。当服务没有及时响应时,访问将被拒绝。"
-
msgid "Time of import: %{importTime}"
msgstr "导入时间: %{importTime}"
@@ -36773,9 +37251,6 @@ msgstr "č¦č®żé—®ć­¤ĺźźďĽŚčŻ·ĺ›ĺ»şć–°çš„DNS记录"
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
msgstr "č¦ć·»ĺŠ č‡Şĺ®šäą‰ĺŽçĽ€ďĽŚčŻ·č®ľç˝®ćśŤĺŠˇĺŹ°ç”µĺ­é‚®ä»¶ĺś°ĺť€ă€‚%{linkStart}了解更多。%{linkEnd}"
-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}。"
-
msgid "To add the entry manually, provide the following details to the application on your phone."
msgstr "如需手动添加条目,请在手机应用中ćŹäľ›ä»Ąä¸‹äżˇćŻă€‚"
@@ -36879,7 +37354,7 @@ msgid "To receive alerts from manually configured Prometheus services, add the f
msgstr "č¦ä»Žć‰‹ĺŠ¨é…Ťç˝®çš„Prometheus服务接收警报,请将以下URLĺ’ŚćŽćťĺŻ†é’Ąć·»ĺŠ ĺ°Prometheus webhook配置文件中。了解更多关于 %{linkStart}é…Ťç˝®Prometheus%{linkEnd} 将警报发é€ĺ°GitLab。"
msgid "To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance."
-msgstr ""
+msgstr "č‹Ąč¦ć›´ć–°ďĽŚčŻ·ĺ°†ć‚¨çš„许可čŻä˝żç”¨ć–‡ä»¶ĺŻĽĺ‡şĺą¶ĺŹ‘é€ç”µĺ­é‚®ä»¶č‡ł %{renewal_service_email}。新的许可čŻĺ°†äĽšč˘«ĺŹ‘é€ĺ°ĺś¨ %{customers_dot} 注册的电ĺ­é‚®ä»¶ĺś°ĺť€ă€‚ 您可以将此许可čŻä¸ŠäĽ ĺ°ć‚¨çš„实例。"
msgid "To resolve this, try to:"
msgstr "č¦č§Łĺ†łć­¤é—®é˘ďĽŚčŻ·ĺ°ťčŻ•ďĽš"
@@ -36917,9 +37392,6 @@ msgstr "č‹Ąč¦é€€č®˘ć­¤é—®é˘ďĽŚčŻ·ĺ°†ä»Ąä¸‹é“ľćŽĄç˛č´´ĺ°ć‚¨çš„浏č§ĺ™¨ďĽš"
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr "č¦ä˝żç”¨ĺ¤šä¸Şć–‡ä»¶ć›´ć–°ä»Łç ç‰‡ć®µďĽŚć‚¨ĺż…须使用 `files` 参数"
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr "č¦ä˝żç”¨Gitpod,您必须首ĺ…在 %{user_prefs}的“集ć”é¨ĺ†ä¸­ĺŻç”¨čŻĄĺŠźč˝ă€‚"
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr "č¦ä˝żç”¨ĺ…¶ĺ®ć ĽĺĽŹďĽŚć‚¨ĺż…须ĺŻĺŠ¨ć‰€éś€çš„ %{container_link_start}伴随容器%{container_link_end}。"
@@ -36935,9 +37407,6 @@ 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 "待办事项ĺ—表"
@@ -36948,37 +37417,37 @@ msgid "Today"
msgstr "今日"
msgid "Todos|Are you looking for things to do? Take a look at %{strongStart}%{openIssuesLinkStart}open issues%{openIssuesLinkEnd}%{strongEnd}, contribute to %{strongStart}%{mergeRequestLinkStart}a merge request%{mergeRequestLinkEnd}%{mergeRequestLinkEnd}%{strongEnd}, or mention someone in a comment to automatically assign them a new to-do item."
-msgstr ""
+msgstr "您正在寻找č¦ĺšçš„äş‹ć…ĺ—? 查看 %{strongStart}%{openIssuesLinkStart}打开的议é˘%{openIssuesLinkEnd}%{strongEnd},贡献给 %{strongStart}%{mergeRequestLinkStart}ĺ并请求%{mergeRequestLinkEnd}%{mergeRequestLinkEnd}%{strongEnd},ć–在评论中ćŹĺŹŠćźäşşďĽŚč‡ŞĺŠ¨ĺ†é…Ťć–°çš„待办事项。"
msgid "Todos|Filter by author"
-msgstr ""
+msgstr "按作者筛选"
msgid "Todos|Filter by group"
-msgstr ""
+msgstr "按群组筛选"
msgid "Todos|Filter by project"
-msgstr ""
+msgstr "按项目筛选"
msgid "Todos|It's how you always know what to work on next."
-msgstr ""
+msgstr "čż™ćŻć‚¨ĺ§‹ç»çźĄé“下一步该ĺšä»€äąçš„方式。"
msgid "Todos|Mark all as done"
-msgstr ""
+msgstr "标记全é¨ĺ®Ść"
msgid "Todos|Nothing is on your to-do list. Nice work!"
-msgstr ""
+msgstr "您的待办事项ĺ—表中没有任何事项。"
msgid "Todos|Undo mark all as done"
-msgstr ""
+msgstr "撤销标记全é¨ĺ®Ść"
msgid "Todos|When an issue or merge request is assigned to you, or when you receive a %{strongStart}@mention%{strongEnd} in a comment, this automatically triggers a new item in your To-Do List."
-msgstr ""
+msgstr "当一个议é˘ć–ĺ并请求ĺ†é…Ťç»™ć‚¨ďĽŚć–者当您收ĺ°čŻ„论中的 %{strongStart}@mention%{strongEnd} 时,会自动触发您的待办事项ĺ—表中的一个新事项。"
msgid "Todos|You're all done!"
-msgstr ""
+msgstr "已经全é¨ĺ®Ść了ďĽ"
msgid "Todos|Your To-Do List shows what to work on next"
-msgstr ""
+msgstr "您的待办事项ĺ—表ćľç¤şä¸‹ä¸€ć­Ąč¦ĺšä»€äą"
msgid "Toggle GitLab Next"
msgstr "ĺ‡ćŤ˘GitLab Next"
@@ -37145,9 +37614,6 @@ msgstr "跟踪您的项目中的重č¦äş‹ä»¶ă€‚"
msgid "Track time with quick actions"
msgstr "使用快捷操作来统计工时"
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr "使用GitLab for Slack跟踪您的GitLab项目。"
-
msgid "Training mode"
msgstr "č®­ç»ć¨ˇĺĽŹ"
@@ -37257,6 +37723,9 @@ msgstr "您现在无法获得免费试用,但您可以随时通过选择您的
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr "您的试用ç‰ĺś¨ %{boldStart}%{trialEndDate}%{boldEnd}结束,ć‘们希望您č˝äş«ĺŹ—GitLab %{planName}的功č˝ďĽŚä¸şäş†ĺś¨čŻ•ç”¨ç»“ćťźĺŽäżťç•™čż™äş›ĺŠźč˝ďĽŚć‚¨éś€č¦č´­äą°č®˘é…。(如果您满足您的需č¦ďĽŚć‚¨äąźĺŹŻä»Ąé€‰ć‹©ä¸“业ç‰ă€‚)"
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr "公司ĺŤç§°"
@@ -37272,15 +37741,9 @@ msgstr "国家"
msgid "Trial|Dismiss"
msgstr "驳回"
-msgid "Trial|First name"
-msgstr "ĺŤĺ­—"
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr "GitLab Ultimate 试用ç‰ďĽĺŹŻé€‰ďĽ‰"
-msgid "Trial|Last name"
-msgstr "姓氏"
-
msgid "Trial|Number of employees"
msgstr "ĺ‘ĺ·Ąäşşć•°"
@@ -37347,6 +37810,12 @@ msgstr "触发器已ć功更新。"
msgid "Triggerer"
msgstr "触发者"
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr "使用跟踪对应用程序进行故障排除与监控"
@@ -37866,6 +38335,9 @@ msgstr "更新于"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "由%{updated_by}更新于%{updated_at}"
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr "ć›´ć–°"
@@ -37887,6 +38359,9 @@ msgstr "升级你的计ĺ’"
msgid "Upload"
msgstr "上传"
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr "上传CSV文件"
@@ -38322,6 +38797,9 @@ msgstr "用ć·ĺ’Ś IP 速率é™ĺ¶"
msgid "User cap"
msgstr "用ć·ä¸Šé™"
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr "用ć·ĺ›ĺ»şäşŽ"
@@ -38821,16 +39299,16 @@ msgid "Verification status"
msgstr "验čŻçŠ¶ć€"
msgid "VerificationReminder|Pipeline failing? To keep GitLab spam and abuse free we ask that you verify your identity."
-msgstr ""
+msgstr "ćµć°´çşżĺ¤±č´ĄďĽźä¸şäş†é˛ć­˘ GitLab ĺžĺśľé‚®ä»¶ĺ’Ść»Ąç”¨ďĽŚć‘们č¦ć±‚您使用有ć•çš„ä»ć¬ľć–ąĺĽŹéŞŚčŻć‚¨çš„身份。"
msgid "VerificationReminder|Until then, shared runners will be unavailable. %{validateLinkStart}Validate your account%{validateLinkEnd} or %{docsLinkStart}use your own runners%{docsLinkEnd}."
-msgstr ""
+msgstr "在此之前,共享 runner 不可用。%{validateLinkStart}验čŻć‚¨çš„ĺ¸ć·%{validateLinkEnd} ć– %{docsLinkStart}使用您自己的 runner%{docsLinkEnd}。"
msgid "VerificationReminder|Your account has been validated"
-msgstr ""
+msgstr "您的ĺ¸ć·ĺ·˛é€ščż‡éŞŚčŻă€‚"
msgid "VerificationReminder|You’ll now be able to take advantage of free CI/CD minutes on shared runners."
-msgstr ""
+msgstr "您现在可以ĺ©ç”¨ĺ…±äş« runner çš„ĺ…Ťč´ą CI/CD ĺ†é’źă€‚"
msgid "Verified"
msgstr "已验čŻ"
@@ -38853,6 +39331,18 @@ msgstr "ç‰ćś¬ %{versionNumber}"
msgid "Version %{versionNumber} (latest)"
msgstr "ç‰ćś¬ %{versionNumber} (最新)"
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr "查看文档"
@@ -38997,6 +39487,9 @@ msgstr[0] "查看公共 GPG 密钥"
msgid "View replaced file @ "
msgstr "查看替换文件 @ "
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr "查看设置"
@@ -39109,7 +39602,7 @@ msgid "VulnerabilityManagement|%{statusStart}Resolved%{statusEnd} %{timeago} by
msgstr "由%{user}于%{timeago}%{statusStart}解决%{statusEnd}"
msgid "VulnerabilityManagement|(optional) Include the solution to the vulnerability if available."
-msgstr ""
+msgstr "ďĽĺŹŻé€‰ďĽ‰ĺŚ…括漏洞的解决方ćˇďĽĺ¦‚果有)。"
msgid "VulnerabilityManagement|A removed or remediated vulnerability"
msgstr "ĺ·˛ĺ é™¤ć–已补救的漏洞"
@@ -39222,6 +39715,9 @@ msgstr "实际响应"
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr "实际收ĺ°çš„ĺ“Ťĺş”ćŻćŁ€ćµ‹ĺ°ć­¤ć•…障时收ĺ°çš„ĺ“Ťĺş”"
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr "ĺ…¶ĺ®äżˇćŻ"
@@ -39264,6 +39760,9 @@ msgstr "检测方法"
msgid "Vulnerability|Download"
msgstr "下载"
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr "čŻćŤ®"
@@ -39282,6 +39781,12 @@ msgstr "GitLab 安全报告"
msgid "Vulnerability|Identifier"
msgstr "标识"
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr "标识"
@@ -39291,6 +39796,9 @@ msgstr "é•śĺŹ"
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr "关于如何发现漏洞及其对系统的影响的信ćŻă€‚"
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr "链接"
@@ -39303,6 +39811,9 @@ msgstr "ĺ‘˝ĺŤç©şé—´"
msgid "Vulnerability|Project"
msgstr "项目"
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr "再生资产"
@@ -39315,6 +39826,9 @@ msgstr "请求/响应"
msgid "Vulnerability|Scanner Provider"
msgstr "扫描工具ćŹäľ›č€…"
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr "安全审计"
@@ -39339,9 +39853,18 @@ msgstr "未修改的响应ćŻĺŽźĺ§‹ĺ“Ťĺş”没有对请求进行çŞĺŹçš„ĺ“Ťĺş”"
msgid "Vulnerability|Tool"
msgstr "ĺ·Ąĺ…·"
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr "未修改的响应"
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr "警告:"
@@ -39448,7 +39971,7 @@ msgid "We'll use this to help surface the right features and information to you.
msgstr "ć‘们将使用ĺ®ćťĄĺ¸®ĺŠ©ĺ‘您展示正确的功č˝ĺ’ŚäżˇćŻă€‚"
msgid "We're experiencing difficulties and this tab content is currently unavailable."
-msgstr ""
+msgstr "ć‘们é‡ĺ°äş†ĺ›°éšľďĽŚć­¤ć ‡ç­ľĺ†…容目前不可用。"
msgid "We've found no vulnerabilities"
msgstr "未发现安全漏洞"
@@ -39522,6 +40045,48 @@ msgstr "Webhooks"
msgid "Webhooks Help"
msgstr "Webhooks帮助"
+msgid "Webhooks|A comment is added to a confidential issue."
+msgstr ""
+
+msgid "Webhooks|A comment is added to an issue."
+msgstr ""
+
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
+msgstr ""
+
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
+msgstr ""
+
+msgid "Webhooks|A feature flag is turned on or off."
+msgstr ""
+
+msgid "Webhooks|A group member is created, updated, or removed."
+msgstr ""
+
+msgid "Webhooks|A job's status changes."
+msgstr ""
+
+msgid "Webhooks|A merge request is created, updated, or merged."
+msgstr ""
+
+msgid "Webhooks|A new tag is pushed to the repository."
+msgstr ""
+
+msgid "Webhooks|A pipeline's status changes."
+msgstr ""
+
+msgid "Webhooks|A release is created or updated."
+msgstr ""
+
+msgid "Webhooks|A subgroup is created or removed."
+msgstr ""
+
+msgid "Webhooks|A wiki page is created or updated."
+msgstr ""
+
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
+msgstr ""
+
msgid "Webhooks|Comments"
msgstr "评论"
@@ -39564,6 +40129,9 @@ msgstr "ćµć°´çşżäş‹ä»¶"
msgid "Webhooks|Push events"
msgstr "推é€äş‹ä»¶"
+msgid "Webhooks|Push to the repository."
+msgstr ""
+
msgid "Webhooks|Releases events"
msgstr "发ĺ¸äş‹ä»¶"
@@ -39594,56 +40162,11 @@ msgstr "触发来ćş"
msgid "Webhooks|URL"
msgstr "网址"
-msgid "Webhooks|URL is triggered by a push to the repository"
-msgstr "推é€ĺ°ä»“库时触发 URL"
-
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
-msgstr "在ĺ›ĺ»şă€ć›´ć–°ă€ĺ…łé—­ć–重新打开ç§ĺŻ†č®®é˘ć—¶č§¦ĺŹ‘ URL"
-
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
-msgstr "在é¨ç˝˛ĺĽ€ĺ§‹ă€ĺ®Śćă€ĺ¤±č´Ąć–取ć¶ć—¶č§¦ĺŹ‘ URL"
-
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
-msgstr "在打开ć–关闭功č˝ć ‡ĺż—时触发 URL"
-
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
-msgstr "在ĺ›ĺ»şă€ć›´ć–°ć–ĺ é™¤çľ¤ç»„ćĺ‘时触发 URL"
-
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
-msgstr "在ĺ›ĺ»şă€ć›´ć–°ć–ĺ并ĺ并请求时触发 URL"
-
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
-msgstr "在新标签被推é€ĺ°ä»“库时触发 URL"
-
-msgid "Webhooks|URL is triggered when a release is created or updated"
-msgstr "URL 在ĺ›ĺ»şć–ć›´ć–°ç‰ćś¬ć—¶č§¦ĺŹ‘"
-
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
-msgstr "在ĺ›ĺ»şć–ĺ é™¤ĺ­çľ¤ç»„时触发 URL"
-
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
-msgstr "在ĺ›ĺ»şć–ć›´ć–° wiki 页面时触发 URL"
-
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
-msgstr "在ĺ›ĺ»şă€ć›´ć–°ă€ĺ…łé—­ć–重新打开议é˘ć—¶č§¦ĺŹ‘ URL"
-
-msgid "Webhooks|URL is triggered when someone adds a comment"
-msgstr "在有人添加评论时触发 URL"
-
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
-msgstr "在有人对ç§ĺŻ†č®®é˘ć·»ĺŠ čŻ„论时触发 URL"
-
-msgid "Webhooks|URL is triggered when the job status changes"
-msgstr "作业状ć€ć”ąĺŹć—¶č§¦ĺŹ‘URL"
-
-msgid "Webhooks|URL is triggered when the pipeline status changes"
-msgstr "当ćµć°´çşżçŠ¶ć€ć”ąĺŹć—¶č§¦ĺŹ‘URL"
-
-msgid "Webhooks|URL must be percent-encoded if neccessary."
-msgstr "如有必č¦ďĽŚURL 必须进行百ĺ†ćŻ”编ç ă€‚"
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
+msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
-msgstr "使用此令牌来验čŻć”¶ĺ°çš„有ć•č´źč˝˝ă€‚ĺ®ä¸Ž X-Gitlab-Token HTTP 标头中的请求一起发é€ă€‚"
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
+msgstr ""
msgid "Webhooks|Webhook failed to connect"
msgstr "Webhook 连接失败"
@@ -39691,7 +40214,7 @@ msgid "Welcome, %{name}!"
msgstr "欢迎, %{name}ďĽ"
msgid "What are CI/CD minutes?"
-msgstr ""
+msgstr "什äąćŻ CI/CD ĺ†é’źć•°ďĽź"
msgid "What are group audit events?"
msgstr "什äąćŻçľ¤ç»„审计事件?"
@@ -39750,12 +40273,12 @@ msgstr "如果ĺŻç”¨ďĽŚĺ™ä¸Ťĺ†ŤćŽĄĺŹ—无过期日期ć–ć— ć•čż‡ćśźć—Ąćśźçš„ SS
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr "ĺŻç”¨ĺŽďĽŚçŽ°ćś‰çš„个人访问令牌可č˝äĽšč˘«ć’¤é”€ă€‚留空表示没有é™ĺ¶ă€‚"
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
+msgstr ""
+
msgid "When inactive, an external authentication provider must be used."
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保留为空白时,仍可指定ĺ†ç±»ć ‡ç­ľďĽŚč€Ść— éś€ç¦ç”¨č·¨éˇąç›®ĺŠźč˝ć–执行外é¨ćŽćťćŁ€ćźĄă€‚"
-
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
msgstr "当é»č®¤ĺ†ć”Żä¸­çš„ĺ并请求和ćŹäş¤ĺ…łé—­ć—¶ďĽŚĺ®ä»¬ĺĽ•ç”¨çš„任何议é˘äąźäĽšĺ…łé—­ă€‚"
@@ -40060,8 +40583,14 @@ msgstr "正在进行中(开放和未ĺ†é…Ť)"
msgid "Work in progress Limit"
msgstr "“进行中”é™ĺ¶"
-msgid "Work in progress- click here to find out more"
-msgstr "正在进行中 - 单击此处了解更多信ćŻ"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
+msgstr ""
msgid "WorkItem|Work Items"
msgstr "工作事项"
@@ -40162,6 +40691,9 @@ msgstr "您将ĺ é™¤ %{group_name}。这也将ĺ é™¤ĺ…¶ć‰€ćś‰ĺ­ç»„和项目。ĺ
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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr "您将č¦ĺ°† %{project_full_name} 转移ĺ°ĺŹ¦ä¸€ä¸ŞĺŤç§°ç©şé—´ă€‚您完全确定ĺ—?"
@@ -40195,6 +40727,9 @@ msgstr "您无ćťĺ é™¤ć­¤ç«™ç‚ąé…Ťç˝®ć–‡ä»¶"
msgid "You are not authorized to perform this action"
msgstr "您无ćťć‰§čˇŚć­¤ć“Ťä˝ś"
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr "您无ćťć›´ć–°ć­¤é…Ťç˝®ć–‡ä»¶"
@@ -40243,6 +40778,9 @@ 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 also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr "您čżĺŹŻä»Ąĺ°†éˇąç›®č®żé—®ä»¤ç‰Śä¸Ž Git 结ĺ使用以通过 HTTP(S) 进行身份验čŻă€‚ %{link_start}了解更多。%{link_end}"
@@ -40288,6 +40826,9 @@ msgstr "您可以请求加入这些群组,以便为群组项目ĺšĺ‡şč´ˇçŚ®ă€‚
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr "您可以ĺŻç”¨ćł¨ĺ†ŚĺŠźč˝ďĽŚĺ› ä¸şćśŤĺŠˇ Ping ĺ·˛ĺŻç”¨ă€‚č¦ĺś¨ćśŞćťĄç»§ç»­ä˝żç”¨ćł¨ĺ†ŚĺŠźč˝ďĽŚć‚¨čżéś€č¦é€ščż‡ć–°çš„äş‘č®¸ĺŹŻćśŤĺŠˇĺ‘ GitLab 注册。"
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr "您可以在 %{link_start}群组设置%{link_end} 中ĺŻç”¨éˇąç›®č®żé—®ä»¤ç‰Śĺ›ĺ»şă€‚"
@@ -40423,6 +40964,9 @@ msgstr "您没有ćťé™ć‰ąĺ‡†ćĺ‘"
msgid "You do not have permission to leave this %{namespaceType}."
msgstr "您没有ćťé™é€€ĺ‡ş%{namespaceType}。"
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr "您无ćťčżčˇŚWebç»ç«Żă€‚请č”系项目管ç†ĺ‘。"
@@ -40514,6 +41058,9 @@ msgstr "您没有足够的ćťé™ä¸şć­¤éˇąç›®ĺ›ĺ»şHTTP集ć"
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr "您没有足够的ćťé™ćťĄĺ›ĺ»şć­¤éˇąç›®çš„待命计ĺ’"
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr "您的ćťé™ä¸Ťč¶łďĽŚć— ćł•ä»Žć­¤éˇąç›®ä¸­ĺ é™¤on-call轮换"
@@ -40553,8 +41100,8 @@ msgstr "您已达ĺ°éˇąç›®ć•°é‡Źé™ĺ¶"
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr "您已经为您的ĺ¸ć·č®ľç˝®äş†ä¸¤ć­ĄéŞŚčŻďĽ 如果您无法访问您的2FA 设备,您可以使用ć˘ĺ¤Ťç č®żé—®ć‚¨çš„ĺ¸ć·ă€‚ ć–者,如果您上传一个 SSH 密钥,您可以使用 %{anchorOpen}使用该密钥生ć额外的ć˘ĺ¤Ťç %{anchorClose}。"
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
-msgstr "您已ć功购买 %{product}。您将通过邮件收ĺ°ć”¶ćŤ®ă€‚"
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
+msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
msgstr "您已ć功购买了%{seats}用ć·çš„%{plan}计ĺ’订é…。收据将通过电ĺ­é‚®ä»¶ĺŹ‘é€ç»™ć‚¨ă€‚"
@@ -40568,6 +41115,9 @@ msgstr "你已经从“%{membershipable_human_name}” %{source_type}退出。"
msgid "You may close the milestone now."
msgstr "你现在可以关闭这个里程碑。"
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr "您必须登录才č˝ĺś¨ć•´ä¸ŞGitLab中进行ćśç´˘"
@@ -40949,8 +41499,8 @@ msgstr "您的ĺŤĺ­—"
msgid "Your new %{type}"
msgstr "您的新%{type}"
-msgid "Your new SCIM token"
-msgstr "您的新 SCIM 令牌"
+msgid "Your new access token has been created."
+msgstr ""
msgid "Your new comment"
msgstr "您的新评论"
@@ -40958,9 +41508,6 @@ msgstr "您的新评论"
msgid "Your new personal access token has been created."
msgstr "您的新个人访问令牌已ĺ›ĺ»şă€‚"
-msgid "Your new project 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 "查看此页面不需č¦ĺŻ†ç ă€‚如果č¦ć±‚输入密ç ć–其他任何个人详细信ćŻďĽŚčŻ·ä¸Žç®ˇç†ĺ‘č”系以举报滥用行为。"
@@ -41027,6 +41574,9 @@ msgstr "您的代ç ç‰‡ć®µ"
msgid "Your subscription expired!"
msgstr "您的订é…已过期ďĽ"
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr "您的订é…现在已过期。若č¦ć›´ć–°ďĽŚčŻ·ĺ°†ć‚¨çš„许可čŻä˝żç”¨ć–‡ä»¶ĺŻĽĺ‡şĺą¶ĺŹ‘é€ç”µĺ­é‚®ä»¶č‡ł %{renewal_service_email}。新的许可čŻĺ°†ĺŹ‘é€ç”µĺ­é‚®ä»¶ĺ°ĺś¨ %{customers_dot} 注册的电ĺ­é‚®ä»¶ĺś°ĺť€ă€‚ 您可以上传此许可čŻĺ°ć‚¨çš„实例。č¦ä˝żç”¨ć ‡ĺ‡†ç‰ďĽŚčŻ·ĺ é™¤ć‚¨ĺ˝“前的许可čŻă€‚"
@@ -41155,6 +41705,10 @@ msgstr "ĺ并请求已有任意核准人(any-approver)"
msgid "any-approver for the project already exists"
msgstr "项目已有任意核准人(any-approver)"
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+
msgid "approved by: "
msgstr "已核准人: "
@@ -41237,6 +41791,9 @@ msgstr "如果个人项目具有容器镜ĺŹĺş“标签,ĺ™ć— ćł•ć›´ć”ąă€‚"
msgid "cannot be changed if shared runners are enabled"
msgstr "如果ĺŻç”¨ĺ…±äş«Runner,ĺ™ć— ćł•ć›´ć”ą"
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr "ć— ćł•ĺŻç”¨ďĽŚĺ› ä¸şç¶çľ¤ç»„不ĺ…许"
@@ -41606,6 +42163,9 @@ msgstr "ĺ·˛ćŹäş¤"
msgid "compliance violation has already been recorded"
msgstr "违规行为已被记录"
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr "container_name只č˝ĺŚ…ĺ«ĺ°Źĺ†™ĺ­—母,数字,'-'ĺ’Ś'.',并且必须以字母和数字字符开头和结尾"
@@ -41633,17 +42193,11 @@ msgstr "%{issuable_created}ç”±%{author}ĺ›ĺ»ş"
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr "ç”± %{user} 通过 %{email} ĺ›ĺ»şäşŽ %{timeAgoString}"
-msgid "created %{timeAgoString} by %{user}"
-msgstr "于 %{timeAgoString} 前由%{user}ĺ›ĺ»ş"
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr "在 Jira 中,由%{user}于%{timeAgoString}前ĺ›ĺ»ş"
-
msgid "created %{timeAgo}"
msgstr "ĺ›ĺ»şäşŽ%{timeAgo}"
msgid "created %{timeAgo} by %{author}"
-msgstr "ç”± %{author} 在 %{timeAgo} 之前ĺ›ĺ»ş"
+msgstr "ç”± %{author} ĺ›ĺ»şäşŽ %{timeAgo}"
msgid "created by"
msgstr "ĺ›ĺ»şäşşďĽš"
@@ -41764,6 +42318,9 @@ msgstr "已失败"
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr "无法忽略关č”的发现(id=%{finding_id}): %{message}"
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr "无法将关č”的发现(id=%{finding_id})ć˘ĺ¤Ťĺ°ä¸şćŁ€ćµ‹ĺ°"
@@ -41808,6 +42365,12 @@ msgstr "frontmatter"
msgid "group"
msgstr "群组"
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr "群组ćĺ‘"
@@ -41923,6 +42486,9 @@ msgstr "在此项目中不被ĺ…许。"
msgid "is not allowed since the group is not top-level group."
msgstr "不ĺ…许,因为该群组不ćŻéˇ¶çş§çľ¤ç»„。"
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr "不被ĺ…许。ć‘们目前不支ćŚéˇąç›®çş§čż­ä»Ł"
@@ -42019,9 +42585,6 @@ msgstr "加载中"
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "被 %{path_lock_user_name} 在 %{created_at} é”定"
-msgid "log in"
-msgstr "登录"
-
msgid "manual"
msgstr "手动"
@@ -42062,9 +42625,6 @@ msgstr "ć­¤ĺ并请求不包ĺ«ä»»ä˝•ć›´ć”ąă€‚"
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr "使用ĺ并请求ĺ‘您的项目ćŹĺ‡şć›´ć”ąĺ»şč®®ĺą¶ä¸Žć‚¨çš„团éźč®¨č®şă€‚č¦čż›čˇŚć›´ć”ąďĽŚčŻ·ćŽ¨é€ćŹäş¤ć–编辑此ĺ并请求以使用不ĺŚçš„ĺ†ć”Żă€‚使用 %{linkStart}CI/CD%{linkEnd},在ĺ并之前自动测试您的更改。"
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr "请ć˘ĺ¤Ťć­¤ĺ†ć”Żć–使用其他的 %{missingBranchName} ĺ†ć”Ż"
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr "%{boldHeaderStart}此处没有ćµć°´çşżă€‚%{boldHeaderEnd}"
@@ -42186,8 +42746,8 @@ msgstr "GitLab %{linkStart}CI/CD 可以自动构建ă€ćµ‹čŻ•ĺ’Śé¨ç˝˛ć‚¨çš„ĺş”ç”
msgid "mrWidget|Hide %{widget} details"
msgstr "éšč—Ź %{widget} 的详细信ćŻ"
-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|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
+msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr "如果最ĺŽä¸€ä¸Şćµć°´çşżčżčˇŚĺś¨ć´ľç”źéˇąç›®ä¸­ďĽŚĺ®ĺŹŻč˝ä¸Ťĺ‡†çˇ®ă€‚ĺ并前,ć‘们建议在这个项目中čżčˇŚä¸€ćťˇćµć°´çşżă€‚"
@@ -42232,6 +42792,9 @@ msgstr "ĺ并被é»ć­˘ďĽšćµć°´çşżĺż…须ć功。等待手动完ć操作。"
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr "ĺ并被é»ć­˘ďĽšĺż…须批准此ĺ并请求。"
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr "ĺ并失败。"
@@ -42286,6 +42849,9 @@ msgstr "在Web IDE中打开"
msgid "mrWidget|Plain diff"
msgstr "文本差异"
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr "已可自动ĺ并。 请具有仓库写入ćťé™çš„用ć·ćťĄĺ并此请求"
@@ -42331,6 +42897,9 @@ msgstr "ç”±%{merge_author}设置为在ćµć°´çşżć功时ĺŻĺŠ¨ĺ并éźĺ—"
msgid "mrWidget|Show %{widget} details"
msgstr "ćľç¤ş %{widget} 详ć…"
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr "更改已ĺ并ĺ°"
@@ -42340,9 +42909,6 @@ msgstr "更改未ĺ并ĺ°"
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr "ć­¤ĺ并请求的ćµć°´çşżćśŞĺ®Ść。推é€ć–°çš„ćŹäş¤ä»Ąäż®ĺ¤Ťĺ¤±č´ĄďĽŚć–检查 %{linkStart}故障排查文档%{linkEnd} 以查看其ĺ®ĺŹŻč˝çš„操作。"
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr "ć­¤ĺ并请求的ćµć°´çşżćśŞĺ®Ść。推é€ć–°çš„ćŹäş¤ä»Ąäż®ĺ¤Ťĺ¤±č´Ąă€‚"
-
msgid "mrWidget|The source branch has been deleted"
msgstr "ćşĺ†ć”Żĺ·˛ĺ é™¤"
@@ -42379,9 +42945,6 @@ msgstr "什äąćŻĺ并éźĺ—?"
msgid "mrWidget|Your password"
msgstr "您的密ç "
-msgid "mrWidget|branch does not exist."
-msgstr "ĺ†ć”Żä¸Ťĺ­ĺś¨"
-
msgid "mrWidget|into"
msgstr "ĺ…Ą"
@@ -42657,9 +43220,6 @@ msgstr "仓库:"
msgid "required"
msgstr "必填"
-msgid "reset it."
-msgstr "重置ĺ®ă€‚"
-
msgid "satisfied"
msgstr "满足"
@@ -42840,9 +43400,6 @@ msgstr "用ć·ĺ¤´ĺŹ"
msgid "user namespace cannot be the parent of another namespace"
msgstr "用ć·ĺ‘˝ĺŤç©şé—´ä¸Ťč˝ćŻĺŹ¦ä¸€ä¸Şĺ‘˝ĺŤç©şé—´çš„ç¶çş§"
-msgid "user preferences"
-msgstr "用ć·é¦–选项"
-
msgid "username"
msgstr "用ć·ĺŤ"
diff --git a/locale/zh_HK/gitlab.po b/locale/zh_HK/gitlab.po
index 426e6cb5463..968aec37689 100644
--- a/locale/zh_HK/gitlab.po
+++ b/locale/zh_HK/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: zh-HK\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:25\n"
+"PO-Revision-Date: 2022-02-02 15:49\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -108,6 +108,22 @@ msgid "%d URL scanned"
msgid_plural "%d URLs scanned"
msgstr[0] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -390,6 +406,12 @@ msgid "%{bold_start}%{count}%{bold_end} opened merge request"
msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -549,6 +571,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -645,6 +670,9 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -654,6 +682,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -763,9 +794,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr ""
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -797,6 +825,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1716,21 +1747,12 @@ msgstr ""
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr ""
@@ -1755,9 +1777,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1863,9 +1882,6 @@ msgstr "新增 CHANGELOG"
msgid "Add CONTRIBUTING"
msgstr "新增 CONTRIBUTING"
-msgid "Add GitLab to Slack"
-msgstr ""
-
msgid "Add Jaeger URL"
msgstr ""
@@ -1875,7 +1891,7 @@ msgstr "增加 Kubernetes 叢集"
msgid "Add LICENSE"
msgstr ""
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -1890,6 +1906,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr ""
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -1956,6 +1975,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2073,9 +2095,6 @@ msgstr ""
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr ""
-
msgid "Add to board"
msgstr ""
@@ -2373,6 +2392,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr ""
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2529,6 +2554,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2565,7 +2593,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr "管ç†ĺ“ˇ"
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2691,6 +2719,9 @@ msgstr ""
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2754,6 +2785,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr ""
@@ -2856,7 +2890,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3417,22 +3451,13 @@ msgstr "容許本項目採用 Git LFS"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3543,9 +3568,6 @@ msgstr ""
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3693,16 +3715,13 @@ msgstr ""
msgid "An error occurred while fetching the latest pipeline."
msgstr ""
-msgid "An error occurred while fetching the releases. Please try again."
-msgstr ""
-
-msgid "An error occurred while fetching this tab."
+msgid "An error occurred while fetching the pipelines jobs."
msgstr ""
-msgid "An error occurred while generating a username. Please try again."
+msgid "An error occurred while fetching the releases. Please try again."
msgstr ""
-msgid "An error occurred while getting autocomplete data. Please refresh the page and try again."
+msgid "An error occurred while fetching this tab."
msgstr ""
msgid "An error occurred while getting files for - %{branchId}"
@@ -4250,9 +4269,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4283,9 +4299,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4295,13 +4308,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4328,7 +4341,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4343,6 +4356,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4358,7 +4374,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4370,22 +4386,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4499,6 +4521,9 @@ msgstr ""
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4590,9 +4615,6 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
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 "確定č¦é‡Ťç˝®ĺĄĺş·ćŞ˘ćźĄä»¤ç‰Śĺ—ŽďĽź"
@@ -4677,7 +4699,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5117,6 +5139,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5249,6 +5274,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5276,6 +5304,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5291,9 +5322,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5330,9 +5358,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5411,9 +5436,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5492,6 +5523,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5801,18 +5835,12 @@ msgstr "移除已經ĺ併的ĺ†ć”Ż"
msgid "Branches|Delete protected branch"
msgstr "移除受保護的ĺ†ć”Ż"
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5828,9 +5856,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -5879,15 +5904,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -5906,9 +5922,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6104,6 +6117,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "作者:"
@@ -6168,9 +6190,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6405,6 +6439,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6782,6 +6819,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -6959,6 +6999,9 @@ msgstr "ĺ„Şé¸ć­¤ĺ併請求"
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7259,15 +7302,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7364,6 +7398,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7388,7 +7428,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7433,7 +7473,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7463,7 +7503,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7520,13 +7560,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7553,7 +7596,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7580,6 +7623,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7592,6 +7647,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7614,7 +7672,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7632,6 +7690,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8581,6 +8642,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8830,6 +8894,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8860,6 +8927,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -8905,12 +8978,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -8938,12 +9014,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9499,7 +9581,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9640,9 +9722,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9655,9 +9752,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9730,6 +9824,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9757,13 +9854,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -9907,6 +10007,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10165,6 +10268,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10399,6 +10505,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10629,6 +10738,9 @@ msgstr ""
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10638,10 +10750,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10731,12 +10843,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10749,9 +10855,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10764,9 +10867,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10839,9 +10939,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -10869,9 +10966,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -10881,12 +10975,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -10899,9 +10987,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -10923,9 +11008,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11194,9 +11276,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11617,6 +11696,9 @@ msgstr[0] "é¨ç˝˛"
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11632,6 +11714,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11843,9 +11928,39 @@ msgstr[0] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12402,9 +12517,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12469,7 +12581,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12664,7 +12776,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -12910,6 +13022,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13054,9 +13169,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13099,6 +13211,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13126,6 +13241,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13204,9 +13325,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13255,6 +13373,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13529,6 +13650,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13556,6 +13680,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14340,9 +14467,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14352,15 +14476,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14376,6 +14494,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14455,10 +14621,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -14897,13 +15060,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr "二ćś"
@@ -14991,12 +15147,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15321,6 +15471,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15396,6 +15549,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr "產生é č¨­çš„標籤"
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15432,18 +15588,21 @@ msgstr ""
msgid "Geo"
msgstr ""
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15480,6 +15639,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15534,6 +15696,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15609,12 +15774,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15630,6 +15789,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15663,16 +15825,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15684,9 +15849,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15735,6 +15897,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15771,10 +15939,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -15852,6 +16020,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -15975,9 +16146,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16002,6 +16170,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16182,6 +16353,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16320,6 +16494,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16488,6 +16665,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16506,6 +16686,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16569,9 +16752,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16596,6 +16776,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16608,9 +16791,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -16851,18 +17031,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -16887,9 +17061,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -16920,7 +17091,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -16968,6 +17142,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -16986,9 +17163,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17016,9 +17190,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17061,7 +17232,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17142,9 +17313,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17199,7 +17367,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17426,6 +17594,33 @@ msgstr[0] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17486,9 +17681,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr "已開始維護"
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17525,9 +17717,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17543,6 +17732,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17642,6 +17834,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17666,9 +17870,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18266,6 +18467,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18368,6 +18572,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18443,6 +18650,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -18864,9 +19074,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -18879,9 +19086,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -18951,6 +19155,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -18969,9 +19176,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19008,6 +19212,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19017,6 +19224,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19077,7 +19287,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -20896,6 +21106,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21212,9 +21425,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21230,6 +21440,9 @@ msgstr "鎖定"
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21266,6 +21479,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22040,6 +22286,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22058,9 +22310,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -22879,9 +23140,6 @@ msgstr "ćś"
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -22903,9 +23161,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23081,10 +23336,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23189,9 +23444,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23270,9 +23522,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23291,9 +23540,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23808,6 +24054,9 @@ msgstr ""
msgid "No milestones to show"
msgstr "沒有č¦éˇŻç¤şçš„里程碑"
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -23835,6 +24084,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -23901,7 +24153,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24804,7 +25056,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25420,9 +25693,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25561,6 +25831,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25579,7 +25852,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -25846,9 +26119,6 @@ msgstr "ćµć°´ç·š"
msgid "Pipelines charts"
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 ""
@@ -25861,6 +26131,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -25873,7 +26146,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26038,10 +26311,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26224,6 +26515,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26239,6 +26533,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26593,6 +26893,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -26818,6 +27121,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -26842,9 +27148,6 @@ 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 ""
@@ -27022,6 +27325,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27067,9 +27373,6 @@ 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 ""
@@ -27592,10 +27895,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27673,6 +27979,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27718,6 +28030,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -27844,9 +28159,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -27868,7 +28180,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -27886,7 +28198,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28648,9 +28960,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28684,7 +28993,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -28930,6 +29239,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -28999,6 +29314,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29072,7 +29390,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29609,6 +29927,10 @@ msgid "Reports|Accessibility scanning detected %d issue for the source branch on
msgid_plural "Reports|Accessibility scanning detected %d issues for the source branch only"
msgstr[0] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -29833,6 +30155,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -29908,9 +30233,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -29929,6 +30251,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30054,9 +30379,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30123,7 +30445,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30221,13 +30543,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30248,6 +30570,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30335,6 +30660,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30347,9 +30675,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30368,6 +30702,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30383,9 +30720,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30434,10 +30768,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30473,6 +30810,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30512,16 +30852,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30533,6 +30873,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30548,9 +30891,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30704,9 +31044,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -30833,9 +31170,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31126,7 +31460,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31258,6 +31592,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31312,6 +31649,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31330,21 +31670,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31354,12 +31703,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31387,6 +31745,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31402,12 +31766,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31417,6 +31829,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31738,9 +32153,6 @@ msgstr "é¸ć“‡ä¸‹čĽ‰ć ĽĺĽŹ"
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32128,7 +32540,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32137,6 +32549,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32146,18 +32561,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32296,7 +32705,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32468,9 +32877,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32510,6 +32916,9 @@ msgstr "顯示所有活動"
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32522,6 +32931,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32534,9 +32946,6 @@ msgstr ""
msgid "Show comments only"
msgstr "只顯示留言"
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32561,6 +32970,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32599,7 +33011,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32692,6 +33104,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -32794,9 +33209,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33103,9 +33542,6 @@ 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 ""
@@ -33169,9 +33605,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr "最後更新"
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33505,6 +33938,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33547,6 +33983,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -33889,6 +34328,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -33919,6 +34361,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -33997,9 +34460,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34168,9 +34628,6 @@ msgstr ""
msgid "Sunday"
msgstr "ćźćśźć—Ą"
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34195,6 +34652,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34234,6 +34694,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34288,6 +34751,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34300,6 +34766,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34543,6 +35018,9 @@ msgstr "目標ĺ†ć”Ż"
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34615,6 +35093,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34781,6 +35262,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -34951,9 +35435,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -34991,12 +35472,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35006,9 +35481,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35042,7 +35514,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35208,6 +35680,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35283,9 +35758,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35301,9 +35773,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35673,7 +36142,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35724,7 +36193,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -35808,9 +36277,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -35934,6 +36400,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -35973,9 +36442,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36015,9 +36481,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36237,6 +36709,9 @@ msgstr ""
msgid "This project"
msgstr "這個ĺ°ćˇ"
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36258,6 +36733,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36297,6 +36775,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36525,9 +37006,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36773,9 +37251,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -36917,9 +37392,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -36935,9 +37407,6 @@ 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 ""
@@ -37145,9 +37614,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37257,6 +37723,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37272,15 +37741,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37347,6 +37810,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -37866,6 +38335,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -37887,6 +38359,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38322,6 +38797,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -38853,6 +39331,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -38997,6 +39487,9 @@ msgstr[0] ""
msgid "View replaced file @ "
msgstr "ćŞ˘č¦–ĺ·˛ĺŹ–ä»ŁćŞ”ćˇ @ "
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39222,6 +39715,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39264,6 +39760,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39282,6 +39781,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39291,6 +39796,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39303,6 +39811,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39315,6 +39826,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39339,9 +39853,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39522,127 +40045,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39750,10 +40273,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40060,7 +40583,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40162,6 +40691,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40195,6 +40727,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40243,6 +40778,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40288,6 +40826,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40423,6 +40964,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40514,6 +41058,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40553,7 +41100,7 @@ msgstr "您已é”ĺ°é …目數量é™ĺ¶"
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40568,6 +41115,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -40949,7 +41499,7 @@ msgstr "您的ĺŤĺ­—"
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -40958,9 +41508,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41027,6 +41574,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41155,6 +41705,10 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+
msgid "approved by: "
msgstr ""
@@ -41237,6 +41791,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41606,6 +42163,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41633,12 +42193,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41764,6 +42318,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -41808,6 +42365,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -41923,6 +42486,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42019,9 +42585,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42062,9 +42625,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42186,7 +42746,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42232,6 +42792,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42286,6 +42849,9 @@ msgstr "ĺś¨ç¶˛é  IDE 中開啟"
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42331,6 +42897,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42340,9 +42909,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42379,9 +42945,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr "進入"
@@ -42657,9 +43220,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -42840,9 +43400,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/locale/zh_TW/gitlab.po b/locale/zh_TW/gitlab.po
index b8ad0cdb67d..0a9cbc35a42 100644
--- a/locale/zh_TW/gitlab.po
+++ b/locale/zh_TW/gitlab.po
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-Language: zh-TW\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2022-01-06 17:20\n"
+"PO-Revision-Date: 2022-02-02 15:42\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -108,6 +108,22 @@ msgid "%d URL scanned"
msgid_plural "%d URLs scanned"
msgstr[0] ""
+msgid "%d additional approver"
+msgid_plural "%d additional approvers"
+msgstr[0] ""
+
+msgid "%d additional assignee"
+msgid_plural "%d additional assignees"
+msgstr[0] ""
+
+msgid "%d additional commenter"
+msgid_plural "%d additional commenters"
+msgstr[0] ""
+
+msgid "%d additional committer"
+msgid_plural "%d additional committers"
+msgstr[0] ""
+
msgid "%d approver"
msgid_plural "%d approvers"
msgstr[0] ""
@@ -390,6 +406,12 @@ msgid "%{bold_start}%{count}%{bold_end} opened merge request"
msgid_plural "%{bold_start}%{count}%{bold_end} opened merge requests"
msgstr[0] ""
+msgid "%{codeStart}type%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stage%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
+msgid "%{codeStart}types%{codeEnd} is deprecated and will be removed in 15.0. Use %{codeStart}stages%{codeEnd} instead. %{linkStart}Learn More %{linkEnd}"
+msgstr ""
+
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -549,6 +571,9 @@ msgstr ""
msgid "%{group_name} group members"
msgstr ""
+msgid "%{group_name} is approaching the limit of available seats"
+msgstr ""
+
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} 群組管ç†ă€‚"
@@ -645,6 +670,9 @@ msgstr "%{group_level_name} 群組不ĺ…許 %{level_name} 。"
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "由於ĺ†ĺŹ‰çš„ćşé …目可見性čĽä˝ŽďĽŚĺ› ć­¤ä¸Ťĺ…許使用 %{level_name}。"
+msgid "%{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "%{link_start}Learn more%{link_end} about roles."
msgstr ""
@@ -654,6 +682,9 @@ msgstr ""
msgid "%{link_start}Start the title with %{draft_snippet}%{link_end} to prevent a merge request draft from merging before it's ready."
msgstr ""
+msgid "%{link_start}Upload a license%{link_end} file or enter the license key you have received from GitLab Inc."
+msgstr ""
+
msgid "%{link_start}What information does GitLab Inc. collect?%{link_end}"
msgstr ""
@@ -763,9 +794,6 @@ msgstr ""
msgid "%{policy_link} (notifying after %{elapsed_time} minutes unless %{status})"
msgstr ""
-msgid "%{primary} (%{secondary})"
-msgstr "%{primary} (%{secondary})"
-
msgid "%{project_path} is a project that you can use to add a README to your GitLab profile. Create a public project and initialize the repository with a README to get started. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
@@ -797,6 +825,9 @@ msgstr ""
msgid "%{rotation} has been recalculated with the remaining participants. Please review the new setup for %{rotation}. It is recommended that you reach out to the current on-call responder to ensure continuity of on-call coverage."
msgstr ""
+msgid "%{runner} created %{timeago}"
+msgstr ""
+
msgid "%{scope} results for term '%{term}'"
msgstr ""
@@ -1716,21 +1747,12 @@ msgstr "無法用於ĺ­ĺŹ–ĺ…¶ĺ®čł‡ć–™ă€‚"
msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can access repository static objects as if they were you. If that ever happens, %{reset_link_start}reset this token%{reset_link_end}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can create issues as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{linkStart}reset this token%{linkEnd}."
msgstr ""
-msgid "AccessTokens|Keep this token secret. Anyone who has it can read activity and issue RSS feeds or your calendar feed as if they were you. If that happens, %{link_reset_it}."
-msgstr ""
-
msgid "AccessTokens|Personal Access Tokens"
msgstr "個人ĺ­ĺŹ–權杖"
@@ -1755,9 +1777,6 @@ msgstr ""
msgid "AccessTokens|Your static object token authenticates you when repository static objects (such as archives or blobs) are served from an external storage."
msgstr ""
-msgid "AccessTokens|reset this token"
-msgstr ""
-
msgid "AccessibilityReport|Learn more"
msgstr ""
@@ -1863,9 +1882,6 @@ msgstr "加入變更č¨éŚ„"
msgid "Add CONTRIBUTING"
msgstr "加入貢獻資訊"
-msgid "Add GitLab to Slack"
-msgstr "ĺ°‡ GitLab ĺŠ ĺ…Ąĺ° Slack"
-
msgid "Add Jaeger URL"
msgstr "加入 Jaeger 網址"
@@ -1875,7 +1891,7 @@ msgstr "加入 Kubernetes 叢集"
msgid "Add LICENSE"
msgstr "加入ćŽć¬Šć˘ťć¬ľ"
-msgid "Add New Node"
+msgid "Add New Site"
msgstr ""
msgid "Add README"
@@ -1890,6 +1906,9 @@ msgstr ""
msgid "Add a GPG key"
msgstr "加入 GPG 金鑰"
+msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
@@ -1956,6 +1975,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr "加入 SSH 金鑰"
+msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
+msgstr ""
+
msgid "Add an existing issue"
msgstr ""
@@ -2073,9 +2095,6 @@ msgstr "加入系統掛鉤"
msgid "Add text to the sign-in page. Markdown enabled."
msgstr ""
-msgid "Add to Slack"
-msgstr "ĺŠ ĺ° Slack"
-
msgid "Add to board"
msgstr ""
@@ -2373,6 +2392,12 @@ msgstr ""
msgid "AdminDashboard|Error loading the statistics. Please try again"
msgstr "載入統č¨čł‡ć–™ć™‚發生錯誤。請再試一次"
+msgid "AdminGeo|The URL of the primary site that is used internally by the secondary sites."
+msgstr ""
+
+msgid "AdminGeo|The URL of the secondary site that is used internally by the primary site."
+msgstr ""
+
msgid "AdminLabels|Define your default set of project labels"
msgstr ""
@@ -2529,6 +2554,9 @@ msgstr ""
msgid "AdminUsers|(Internal)"
msgstr ""
+msgid "AdminUsers|(Locked)"
+msgstr ""
+
msgid "AdminUsers|(Pending approval)"
msgstr ""
@@ -2565,7 +2593,7 @@ msgstr ""
msgid "AdminUsers|Admin"
msgstr "管ç†ĺ“ˇ"
-msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation."
+msgid "AdminUsers|Administrator"
msgstr ""
msgid "AdminUsers|Admins"
@@ -2691,6 +2719,9 @@ msgstr "這就ćŻä˝ ďĽ"
msgid "AdminUsers|Learn more about %{link_start}banned users.%{link_end}"
msgstr ""
+msgid "AdminUsers|Locked"
+msgstr ""
+
msgid "AdminUsers|Log in"
msgstr ""
@@ -2754,6 +2785,9 @@ msgstr ""
msgid "AdminUsers|The user can't log in."
msgstr ""
+msgid "AdminUsers|The user has unlimited access to all groups, projects, users, and features."
+msgstr ""
+
msgid "AdminUsers|The user will be logged out"
msgstr "此使用者將ćśç™»ĺ‡ş"
@@ -2856,7 +2890,7 @@ msgstr ""
msgid "AdminUsers|You can unban their account in the future. Their data remains intact."
msgstr ""
-msgid "AdminUsers|You cannot remove your own admin rights."
+msgid "AdminUsers|You cannot remove your own administrator access."
msgstr ""
msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account"
@@ -3417,22 +3451,13 @@ msgstr "ĺ…許該群組內的ĺ°ćˇä˝żç”¨ Git LFS"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
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 "ĺ…許 Webhook 及服務ĺ‘本機網路請求"
-
msgid "Allow subgroups to set up their own two-factor authentication rules"
msgstr ""
msgid "Allow this key to push to this repository"
msgstr ""
-msgid "Allow this secondary node to replicate content on Object Storage"
+msgid "Allow this secondary site to replicate content on Object Storage"
msgstr ""
msgid "Allow use of licensed EE features"
@@ -3543,9 +3568,6 @@ msgstr "發生錯誤"
msgid "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present."
msgstr ""
-msgid "An error occured while fetching the pipelines jobs."
-msgstr ""
-
msgid "An error occurred adding a draft to the thread."
msgstr "ĺ‘話題加入草稿時發生錯誤。"
@@ -3693,18 +3715,15 @@ msgstr "抓取作業時發生錯誤。"
msgid "An error occurred while fetching the latest pipeline."
msgstr "抓取最後一個ćµć°´ç·šć™‚發生錯誤。"
+msgid "An error occurred while fetching the pipelines jobs."
+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 autocomplete data. Please refresh the page and try again."
-msgstr ""
-
msgid "An error occurred while getting files for - %{branchId}"
msgstr "取得 %{branchId} 的檔ćˇć™‚發生錯誤"
@@ -4250,9 +4269,6 @@ msgstr ""
msgid "ApprovalRule|Add approvers"
msgstr ""
-msgid "ApprovalRule|Add required approvers to improve your code review process"
-msgstr ""
-
msgid "ApprovalRule|All scanners"
msgstr ""
@@ -4283,9 +4299,6 @@ msgstr ""
msgid "ApprovalRule|Approvers"
msgstr ""
-msgid "ApprovalRule|Assign approvers by area of expertise."
-msgstr ""
-
msgid "ApprovalRule|Confirmed"
msgstr ""
@@ -4295,13 +4308,13 @@ msgstr ""
msgid "ApprovalRule|Examples: QA, Security."
msgstr ""
-msgid "ApprovalRule|Increase your organization’s code quality."
+msgid "ApprovalRule|Improve your organization's code review with required approvals."
msgstr ""
-msgid "ApprovalRule|Learn more about merge request approval."
+msgid "ApprovalRule|Increase quality and maintain standards."
msgstr ""
-msgid "ApprovalRule|Let GitLab designate eligible approvers based on the files changed."
+msgid "ApprovalRule|Learn more about merge request approval rules."
msgstr ""
msgid "ApprovalRule|Name"
@@ -4328,7 +4341,7 @@ msgstr ""
msgid "ApprovalRule|Previously detected"
msgstr ""
-msgid "ApprovalRule|Reduce the overall time to merge."
+msgid "ApprovalRule|Reduce your time to merge."
msgstr ""
msgid "ApprovalRule|Resolved"
@@ -4343,6 +4356,9 @@ msgstr ""
msgid "ApprovalRule|Select All"
msgstr ""
+msgid "ApprovalRule|Select eligible approvers by expertise or files changed."
+msgstr ""
+
msgid "ApprovalRule|Select scanners"
msgstr ""
@@ -4358,7 +4374,7 @@ msgstr ""
msgid "ApprovalRule|Target branch"
msgstr ""
-msgid "ApprovalRule|Try it for free"
+msgid "ApprovalRule|Try for free"
msgstr ""
msgid "ApprovalRule|Vulnerabilities allowed"
@@ -4370,22 +4386,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
+msgid "ApprovalSettings|Prevent approval by author"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
+msgid "ApprovalSettings|Prevent approvals by users who add commits"
+msgstr ""
+
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
-msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
+msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
-msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
+msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
-msgid "ApprovalSettings|Require user password to approve."
+msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
@@ -4499,6 +4521,9 @@ msgstr "確定č¦ĺŹ–ć¶ć­¸ćŞ”ć­¤ĺ°ćˇĺ—ŽďĽź"
msgid "Are you sure you want to %{action} %{name}?"
msgstr ""
+msgid "Are you sure you want to approve %{user}?"
+msgstr ""
+
msgid "Are you sure you want to attempt to merge?"
msgstr ""
@@ -4590,9 +4615,6 @@ msgstr "您確定č¦ç§»é™¤é€™ĺ€‹čş«ä»˝č­ĺĄĺ—ŽďĽź"
msgid "Are you sure you want to remove this list?"
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 ""
@@ -4677,7 +4699,7 @@ msgstr ""
msgid "Ask someone with write access to resolve it."
msgstr ""
-msgid "Ask your group maintainer to set up a group runner."
+msgid "Ask your group owner to set up a group runner."
msgstr ""
msgid "Assertion consumer service URL"
@@ -5117,6 +5139,9 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Awaiting user signup"
+msgstr ""
+
msgid "Award added"
msgstr ""
@@ -5249,6 +5274,9 @@ msgstr ""
msgid "Based on"
msgstr ""
+msgid "Basic information"
+msgstr ""
+
msgid "Be careful. Changing the project's namespace can have unintended side effects."
msgstr ""
@@ -5276,6 +5304,9 @@ msgstr ""
msgid "Below you will find all the groups that are public."
msgstr ""
+msgid "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5291,9 +5322,6 @@ msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name}."
msgstr ""
-msgid "BillingPlans|Compare all plans"
-msgstr ""
-
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
@@ -5330,9 +5358,6 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
-msgid "BillingPlans|Upgrade to GitLab %{planNameForUpgrade}"
-msgstr ""
-
msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
msgstr ""
@@ -5411,9 +5436,15 @@ msgstr ""
msgid "Billings|Your account has been validated"
msgstr ""
+msgid "Billing|%{user} was successfully approved"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while approving %{user}"
+msgstr ""
+
msgid "Billing|An error occurred while getting a billable member details"
msgstr ""
@@ -5492,6 +5523,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "BlobViewer|View on %{environmentName}"
+msgstr ""
+
msgid "Block user"
msgstr ""
@@ -5801,18 +5835,12 @@ msgstr ""
msgid "Branches|Delete protected branch"
msgstr ""
-msgid "Branches|Delete protected branch '%{branch_name}'?"
-msgstr ""
-
msgid "Branches|Delete protected branch. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Branches|Deleting the %{strongStart}%{branchName}%{strongEnd} branch cannot be undone. Are you sure?"
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 ""
@@ -5828,9 +5856,6 @@ 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|Once you confirm and press %{strongStart}%{buttonText},%{strongEnd} it cannot be undone or recovered."
msgstr ""
@@ -5879,15 +5904,6 @@ msgstr ""
msgid "Branches|This branch hasn’t been merged into %{defaultBranchName}. To avoid data loss, consider merging this branch before deleting it."
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 ""
@@ -5906,9 +5922,6 @@ msgstr ""
msgid "Branches|You're about to permanently delete the protected branch %{strongStart}%{branchName}.%{strongEnd}"
msgstr ""
-msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
-msgstr ""
-
msgid "Branches|diverged from upstream"
msgstr ""
@@ -6104,6 +6117,15 @@ msgstr ""
msgid "By default, all projects and groups will use the global notifications setting."
msgstr ""
+msgid "By month"
+msgstr ""
+
+msgid "By quarter"
+msgstr ""
+
+msgid "By week"
+msgstr ""
+
msgid "ByAuthor|by"
msgstr "作者:"
@@ -6168,9 +6190,21 @@ msgstr ""
msgid "CICDAnalytics|Releases"
msgstr ""
+msgid "CICDAnalytics|Shared Runners Usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage"
+msgstr ""
+
+msgid "CICDAnalytics|Shared runner usage is the total runtime of all jobs that ran on shared runners"
+msgstr ""
+
msgid "CICDAnalytics|Something went wrong while fetching release statistics"
msgstr ""
+msgid "CICDAnalytics|What is shared runner usage?"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -6405,6 +6439,9 @@ msgstr ""
msgid "Cannot be merged automatically"
msgstr ""
+msgid "Cannot create the abuse report. The reported user was invalid. Please try again or contact support."
+msgstr ""
+
msgid "Cannot create the abuse report. The user has been deleted."
msgstr ""
@@ -6782,6 +6819,9 @@ msgstr ""
msgid "Checkout|(x%{quantity})"
msgstr ""
+msgid "Checkout|An unknown error has occurred. Please try again by refreshing this page."
+msgstr ""
+
msgid "Checkout|Billing address"
msgstr ""
@@ -6959,6 +6999,9 @@ msgstr ""
msgid "Child"
msgstr ""
+msgid "Child epic"
+msgstr ""
+
msgid "Child epic does not exist."
msgstr ""
@@ -7259,15 +7302,6 @@ msgstr ""
msgid "Click to reveal"
msgstr ""
-msgid "Client authentication certificate"
-msgstr ""
-
-msgid "Client authentication key"
-msgstr ""
-
-msgid "Client authentication key password"
-msgstr ""
-
msgid "Client request timeout"
msgstr ""
@@ -7364,6 +7398,12 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
+msgid "Cloud Run"
+msgstr ""
+
+msgid "Cloud Storage"
+msgstr ""
+
msgid "Cluster"
msgstr ""
@@ -7388,7 +7428,7 @@ msgstr ""
msgid "ClusterAgents|%{name} successfully deleted"
msgstr ""
-msgid "ClusterAgents|%{number} of %{total} agents"
+msgid "ClusterAgents|%{number} of %{total} Agents"
msgstr ""
msgid "ClusterAgents|%{number} of %{total} clusters connected through cluster certificates"
@@ -7433,7 +7473,7 @@ msgstr ""
msgid "ClusterAgents|All"
msgstr ""
-msgid "ClusterAgents|An error occurred while loading your GitLab Agents"
+msgid "ClusterAgents|An error occurred while loading your Agents"
msgstr ""
msgid "ClusterAgents|An error occurred while loading your agent"
@@ -7463,7 +7503,7 @@ msgstr ""
msgid "ClusterAgents|Connect with a certificate"
msgstr ""
-msgid "ClusterAgents|Connect with the Agent"
+msgid "ClusterAgents|Connect with agent"
msgstr ""
msgid "ClusterAgents|Connect with the GitLab Agent"
@@ -7520,13 +7560,16 @@ msgstr ""
msgid "ClusterAgents|GitLab Agent for Kubernetes"
msgstr ""
+msgid "ClusterAgents|Give feedback"
+msgstr ""
+
msgid "ClusterAgents|Go to the repository files"
msgstr ""
msgid "ClusterAgents|How to register an agent?"
msgstr ""
-msgid "ClusterAgents|Install a new agent"
+msgid "ClusterAgents|Install new Agent"
msgstr ""
msgid "ClusterAgents|Last connected %{timeAgo}."
@@ -7553,7 +7596,7 @@ msgstr ""
msgid "ClusterAgents|Never connected"
msgstr ""
-msgid "ClusterAgents|No agents"
+msgid "ClusterAgents|No Agents"
msgstr ""
msgid "ClusterAgents|No clusters connected through cluster certificates"
@@ -7580,6 +7623,18 @@ msgstr ""
msgid "ClusterAgents|Registration token"
msgstr ""
+msgid "ClusterAgents|Requires a Maintainer or greater role to delete agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to install new agents"
+msgstr ""
+
+msgid "ClusterAgents|Requires a Maintainer or greater role to perform these actions"
+msgstr ""
+
+msgid "ClusterAgents|Requires a maintainer or greater role to connect existing clusters"
+msgstr ""
+
msgid "ClusterAgents|Security"
msgstr ""
@@ -7592,6 +7647,9 @@ msgstr ""
msgid "ClusterAgents|Select an agent to register with GitLab"
msgstr ""
+msgid "ClusterAgents|Tell us what you think"
+msgstr ""
+
msgid "ClusterAgents|The GitLab Agent provides an increased level of security when connecting Kubernetes clusters to GitLab. %{linkStart}Learn more about the GitLab Agent.%{linkEnd}"
msgstr ""
@@ -7614,7 +7672,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr ""
-msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}"
+msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr ""
msgid "ClusterAgents|Token created by %{userName}"
@@ -7632,6 +7690,9 @@ msgstr ""
msgid "ClusterAgents|View all %{number} clusters"
msgstr ""
+msgid "ClusterAgents|We would love to learn more about your experience with the GitLab Agent."
+msgstr ""
+
msgid "ClusterAgents|What is GitLab Agent activity?"
msgstr ""
@@ -8581,6 +8642,9 @@ msgstr ""
msgid "Commit Message"
msgstr ""
+msgid "Commit SHA"
+msgstr ""
+
msgid "Commit changes"
msgstr ""
@@ -8830,6 +8894,9 @@ msgstr ""
msgid "ComplianceReport|Less than 2 approvers"
msgstr ""
+msgid "ComplianceReport|No violations found"
+msgstr ""
+
msgid "Component"
msgstr ""
@@ -8860,6 +8927,12 @@ msgstr ""
msgid "Configure CAPTCHAs, IP address limits, and other anti-spam measures."
msgstr ""
+msgid "Configure Container Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings) to customize Container Scanning settings."
+msgstr ""
+
+msgid "Configure Container Scanning in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Dependency Scanning in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings) to customize Dependency Scanning settings."
msgstr ""
@@ -8905,12 +8978,15 @@ msgstr ""
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr ""
-msgid "Configure advanced permissions, Large File Storage, and two-factor authentication settings."
+msgid "Configure advanced permissions, Large File Storage, two-factor authentication, and customer relations settings."
msgstr ""
msgid "Configure existing installation"
msgstr ""
+msgid "Configure pipelines to deploy web apps, backend services, APIs and static resources to Google Cloud"
+msgstr ""
+
msgid "Configure repository mirroring."
msgstr ""
@@ -8938,12 +9014,18 @@ msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
+msgid "Configure via Merge Request"
+msgstr ""
+
msgid "Configure which lists are shown for anyone who visits this board"
msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm approval"
+msgstr ""
+
msgid "Confirm new password"
msgstr ""
@@ -9499,7 +9581,7 @@ msgstr ""
msgid "Control how the GitLab Package Registry functions."
msgstr ""
-msgid "Control whether to display third-party offers in GitLab."
+msgid "Control whether to display customer experience improvement content and third-party offers in GitLab."
msgstr ""
msgid "Control which projects can be accessed by API requests authenticated with this project's CI_JOB_TOKEN CI/CD variable. It is a security risk to disable this feature, because unauthorized projects might attempt to retrieve an active token and access the API."
@@ -9640,9 +9722,24 @@ msgstr ""
msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
msgstr ""
+msgid "CorpusManagement|Corpus file"
+msgstr ""
+
+msgid "CorpusManagement|Corpus files must be in *.zip format. Maximum 5 GB"
+msgstr ""
+
msgid "CorpusManagement|Corpus name"
msgstr ""
+msgid "CorpusManagement|Currently, there are no uploaded or generated corpuses."
+msgstr ""
+
+msgid "CorpusManagement|File too large, Maximum 5 GB"
+msgstr ""
+
+msgid "CorpusManagement|Filename can contain only lowercase letters (a-z), uppercase letter (A-Z), numbers (0-9), dots (.), hyphens (-), or underscores (_)."
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
@@ -9655,9 +9752,6 @@ msgstr ""
msgid "CorpusManagement|Latest Job:"
msgstr ""
-msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 5GB"
-msgstr ""
-
msgid "CorpusManagement|New upload"
msgstr ""
@@ -9730,6 +9824,9 @@ msgstr ""
msgid "Could not fetch policy because existing policy YAML is invalid"
msgstr ""
+msgid "Could not fetch training providers. Please refresh the page, or try again later."
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -9757,13 +9854,16 @@ msgstr ""
msgid "Could not restore the group"
msgstr ""
+msgid "Could not revoke access token %{access_token_name}."
+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 revoke project access token %{project_access_token_name}."
+msgid "Could not save configuration. Please refresh the page, or try again later."
msgstr ""
msgid "Could not save group ID"
@@ -9907,6 +10007,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create label"
+msgstr ""
+
msgid "Create list"
msgstr ""
@@ -10165,6 +10268,9 @@ msgstr ""
msgid "Created by:"
msgstr ""
+msgid "Created compliance violations if any were found"
+msgstr ""
+
msgid "Created date"
msgstr ""
@@ -10399,6 +10505,9 @@ msgstr ""
msgid "Customer Relations Organizations"
msgstr ""
+msgid "Customer experience improvement and third-party offers"
+msgstr ""
+
msgid "Customer relations"
msgstr ""
@@ -10629,6 +10738,9 @@ msgstr "DNS"
msgid "DORA4Metrics|%{startDate} - %{endDate}"
msgstr ""
+msgid "DORA4Metrics|Average (last %{days}d)"
+msgstr ""
+
msgid "DORA4Metrics|Date"
msgstr ""
@@ -10638,10 +10750,10 @@ msgstr ""
msgid "DORA4Metrics|Deployment frequency"
msgstr ""
-msgid "DORA4Metrics|Lead time"
+msgid "DORA4Metrics|Lead time for changes"
msgstr ""
-msgid "DORA4Metrics|Median lead time"
+msgid "DORA4Metrics|Median (last %{days}d)"
msgstr ""
msgid "DORA4Metrics|No merge requests were deployed during this period"
@@ -10731,12 +10843,6 @@ msgstr ""
msgid "DastProfiles|Could not create the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|Could not delete saved scan. Please refresh the page, or try again later."
-msgstr ""
-
-msgid "DastProfiles|Could not delete saved scans:"
-msgstr ""
-
msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later."
msgstr ""
@@ -10749,9 +10855,6 @@ msgstr ""
msgid "DastProfiles|Could not delete site profiles:"
msgstr ""
-msgid "DastProfiles|Could not fetch saved scans. Please refresh the page, or try again later."
-msgstr ""
-
msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later."
msgstr ""
@@ -10764,9 +10867,6 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
-msgid "DastProfiles|DAST Scan"
-msgstr ""
-
msgid "DastProfiles|Debug messages"
msgstr ""
@@ -10839,9 +10939,6 @@ msgstr ""
msgid "DastProfiles|No scanner profiles created yet"
msgstr ""
-msgid "DastProfiles|No scans saved yet"
-msgstr ""
-
msgid "DastProfiles|No site profiles created yet"
msgstr ""
@@ -10869,9 +10966,6 @@ msgstr ""
msgid "DastProfiles|Rest API"
msgstr ""
-msgid "DastProfiles|Run scan"
-msgstr ""
-
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -10881,12 +10975,6 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
-msgid "DastProfiles|Saved Scans"
-msgstr ""
-
-msgid "DastProfiles|Scan"
-msgstr ""
-
msgid "DastProfiles|Scan mode"
msgstr ""
@@ -10899,9 +10987,6 @@ msgstr ""
msgid "DastProfiles|Scanner name"
msgstr ""
-msgid "DastProfiles|Schedule"
-msgstr ""
-
msgid "DastProfiles|Select branch"
msgstr ""
@@ -10923,9 +11008,6 @@ msgstr ""
msgid "DastProfiles|Spider timeout"
msgstr ""
-msgid "DastProfiles|Target"
-msgstr ""
-
msgid "DastProfiles|Target URL"
msgstr ""
@@ -11194,9 +11276,6 @@ msgstr ""
msgid "Default branch protection"
msgstr ""
-msgid "Default classification label"
-msgstr ""
-
msgid "Default delayed project deletion"
msgstr ""
@@ -11617,6 +11696,9 @@ msgstr[0] ""
msgid "Deploy Keys"
msgstr ""
+msgid "Deploy container based web apps on Google managed clusters"
+msgstr ""
+
msgid "Deploy freezes"
msgstr ""
@@ -11632,6 +11714,9 @@ msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr ""
+msgid "Deploy static assets and resources to Google managed CDN"
+msgstr ""
+
msgid "Deploy to..."
msgstr ""
@@ -11843,9 +11928,39 @@ msgstr[0] ""
msgid "Deployment|API"
msgstr ""
+msgid "Deployment|Cancelled"
+msgstr ""
+
+msgid "Deployment|Created"
+msgstr ""
+
+msgid "Deployment|Deployment ID"
+msgstr ""
+
+msgid "Deployment|Failed"
+msgstr ""
+
+msgid "Deployment|Latest Deployed"
+msgstr ""
+
+msgid "Deployment|Running"
+msgstr ""
+
+msgid "Deployment|Skipped"
+msgstr ""
+
+msgid "Deployment|Success"
+msgstr ""
+
msgid "Deployment|This deployment was created using the API"
msgstr ""
+msgid "Deployment|Waiting"
+msgstr ""
+
+msgid "Deployment|blocked"
+msgstr ""
+
msgid "Deployment|canceled"
msgstr ""
@@ -12402,9 +12517,6 @@ msgstr ""
msgid "Discover|See the other features of the %{linkStart}ultimate plan%{linkEnd}"
msgstr ""
-msgid "Discover|Send feedback"
-msgstr ""
-
msgid "Discover|Start a free trial"
msgstr ""
@@ -12469,7 +12581,7 @@ msgstr ""
msgid "Display time tracking in issues in total hours only."
msgstr ""
-msgid "Do not display offers from third parties"
+msgid "Do not display content for customer experience improvement and offers from third parties"
msgstr ""
msgid "Do not force push over diverged refs. After the mirror is created, this setting can only be modified using the API. %{mirroring_docs_link_start}Learn more about this option%{link_closing_tag} and %{mirroring_api_docs_link_start}the API.%{link_closing_tag}"
@@ -12664,7 +12776,7 @@ msgstr ""
msgid "Edit Deploy Key"
msgstr ""
-msgid "Edit Geo Node"
+msgid "Edit Geo Site"
msgstr ""
msgid "Edit Group Hook"
@@ -12910,6 +13022,9 @@ msgstr ""
msgid "EmailError|We couldn't find the project. Please check if there's any typo."
msgstr ""
+msgid "EmailError|We couldn't process your email because it is too large. Please create your issue or comment through the web interface."
+msgstr ""
+
msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
msgstr ""
@@ -13054,9 +13169,6 @@ msgstr ""
msgid "Enable automatic repository housekeeping"
msgstr ""
-msgid "Enable classification control using an external service"
-msgstr ""
-
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
@@ -13099,6 +13211,9 @@ msgstr ""
msgid "Enable kuromoji custom analyzer: Search"
msgstr ""
+msgid "Enable logs collection"
+msgstr ""
+
msgid "Enable maintenance mode"
msgstr ""
@@ -13126,6 +13241,12 @@ msgstr ""
msgid "Enable repository checks"
msgstr ""
+msgid "Enable security training"
+msgstr ""
+
+msgid "Enable security training to help your developers learn how to fix vulnerabilities. Developers can view security training from selected educational providers, relevant to the detected vulnerability."
+msgstr ""
+
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -13204,9 +13325,6 @@ msgstr ""
msgid "Ends: %{endsAt}"
msgstr ""
-msgid "Enforce DNS rebinding attack protection"
-msgstr ""
-
msgid "Enforce SSH key expiration"
msgstr ""
@@ -13255,6 +13373,9 @@ msgstr ""
msgid "Enter in your Phabricator Server URL and personal access token below"
msgstr ""
+msgid "Enter license key"
+msgstr ""
+
msgid "Enter merge request URLs"
msgstr ""
@@ -13529,6 +13650,9 @@ msgstr ""
msgid "Environments|Stopping %{environmentName}"
msgstr ""
+msgid "Environments|There are no deployments for this environment yet. %{linkStart}Learn more about setting up deployments.%{linkEnd}"
+msgstr ""
+
msgid "Environments|There was an error fetching the logs. Please try again."
msgstr ""
@@ -13556,6 +13680,9 @@ msgstr ""
msgid "Environments|protected"
msgstr ""
+msgid "Environment|Auto stop %{time}"
+msgstr ""
+
msgid "Epic"
msgstr ""
@@ -14340,9 +14467,6 @@ msgstr ""
msgid "Exported requirements"
msgstr ""
-msgid "External Classification Policy Authorization"
-msgstr ""
-
msgid "External ID"
msgstr ""
@@ -14352,15 +14476,9 @@ msgstr ""
msgid "External User:"
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 ""
@@ -14376,6 +14494,54 @@ msgstr ""
msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
msgstr ""
+msgid "ExternalAuthorization|Access to projects is validated on an external service using their classification label."
+msgstr ""
+
+msgid "ExternalAuthorization|Certificate used to authenticate with the external authorization service. If blank, the server certificate is validated when accessing over HTTPS."
+msgstr ""
+
+msgid "ExternalAuthorization|Classification label to use when requesting authorization if no specific label is defined on the project."
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization certificate"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key"
+msgstr ""
+
+msgid "ExternalAuthorization|Client authorization key password (optional)"
+msgstr ""
+
+msgid "ExternalAuthorization|Default classification label"
+msgstr ""
+
+msgid "ExternalAuthorization|Enable classification control using an external service"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization"
+msgstr ""
+
+msgid "ExternalAuthorization|External authorization request timeout (seconds)"
+msgstr ""
+
+msgid "ExternalAuthorization|External classification policy authorization."
+msgstr ""
+
+msgid "ExternalAuthorization|Passphrase required to decrypt the private key. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Period GitLab waits for a response from the external service. If there is no response, access is denied. Default: 0.5 seconds."
+msgstr ""
+
+msgid "ExternalAuthorization|Private key of client authentication certificate. Encrypted when stored."
+msgstr ""
+
+msgid "ExternalAuthorization|Service URL"
+msgstr ""
+
+msgid "ExternalAuthorization|URL to which the projects make authorization requests. If the URL is blank, cross-project features are available and can still specify classification labels for projects."
+msgstr ""
+
msgid "ExternalIssueIntegration|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}%{trackerName}%{linkEnd}."
msgstr ""
@@ -14455,10 +14621,7 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
-msgid "Failed to create merge request. Please try again."
-msgstr ""
-
-msgid "Failed to create new project access token: %{token_response_message}"
+msgid "Failed to create new access token: %{token_response_message}"
msgstr ""
msgid "Failed to create repository"
@@ -14897,13 +15060,6 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
-msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
-msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
-msgstr[0] ""
-
-msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
-msgstr ""
-
msgid "Feb"
msgstr "2ćś"
@@ -14991,12 +15147,6 @@ msgstr ""
msgid "Filter by"
msgstr ""
-msgid "Filter by %{issuable_type} that are currently closed."
-msgstr ""
-
-msgid "Filter by %{issuable_type} that are currently open."
-msgstr ""
-
msgid "Filter by %{page_context_word} that are currently open."
msgstr ""
@@ -15321,6 +15471,9 @@ msgstr ""
msgid "Found errors in your .gitlab-ci.yml:"
msgstr ""
+msgid "Found warning in your .gitlab-ci.yml"
+msgstr ""
+
msgid "Framework successfully deleted"
msgstr ""
@@ -15396,6 +15549,9 @@ msgstr ""
msgid "Generate a default set of labels"
msgstr ""
+msgid "Generate group access tokens scoped to this group for your applications that need access to the GitLab API."
+msgstr ""
+
msgid "Generate key"
msgstr ""
@@ -15432,18 +15588,21 @@ msgstr ""
msgid "Geo"
msgstr "Geo"
-msgid "Geo Nodes"
-msgstr ""
-
msgid "Geo Replication"
msgstr ""
msgid "Geo Settings"
msgstr ""
+msgid "Geo Sites"
+msgstr ""
+
msgid "Geo sites"
msgstr ""
+msgid "Geo|%{boldStart}N/A%{boldEnd}: Geo does not verify this component yet. See the %{linkStart}data types we plan to support%{linkEnd}."
+msgstr ""
+
msgid "Geo|%{component} synced"
msgstr ""
@@ -15480,6 +15639,9 @@ msgstr ""
msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
msgstr ""
+msgid "Geo|All"
+msgstr ""
+
msgid "Geo|All %{replicable_name}"
msgstr ""
@@ -15534,6 +15696,9 @@ msgstr ""
msgid "Geo|Does not match the primary storage configuration"
msgstr ""
+msgid "Geo|Edit %{nodeType} site"
+msgstr ""
+
msgid "Geo|Failed"
msgstr ""
@@ -15609,12 +15774,6 @@ msgstr ""
msgid "Geo|No available replication slots"
msgstr ""
-msgid "Geo|Node name can't be blank"
-msgstr ""
-
-msgid "Geo|Node name should be between 1 and 255 characters"
-msgstr ""
-
msgid "Geo|Not synced yet"
msgstr ""
@@ -15630,6 +15789,9 @@ msgstr ""
msgid "Geo|Offline"
msgstr ""
+msgid "Geo|Open replications"
+msgstr ""
+
msgid "Geo|Pending synchronization"
msgstr ""
@@ -15663,16 +15825,19 @@ msgstr ""
msgid "Geo|Remove"
msgstr ""
+msgid "Geo|Remove %{nodeType} site"
+msgstr ""
+
msgid "Geo|Remove entry"
msgstr ""
-msgid "Geo|Remove node"
+msgid "Geo|Remove site"
msgstr ""
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Removing a Geo node stops the synchronization to and from that node. Are you sure?"
+msgid "Geo|Removing a Geo site stops the synchronization to and from that site. Are you sure?"
msgstr ""
msgid "Geo|Replicated data is verified with the secondary site(s) using checksums"
@@ -15684,9 +15849,6 @@ msgstr ""
msgid "Geo|Replication Details"
msgstr ""
-msgid "Geo|Replication details"
-msgstr ""
-
msgid "Geo|Replication slot WAL"
msgstr ""
@@ -15735,6 +15897,12 @@ msgstr ""
msgid "Geo|Selective (%{syncLabel})"
msgstr ""
+msgid "Geo|Site name can't be blank"
+msgstr ""
+
+msgid "Geo|Site name should be between 1 and 255 characters"
+msgstr ""
+
msgid "Geo|Site's status was updated %{timeAgo}."
msgstr ""
@@ -15771,10 +15939,10 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
-msgid "Geo|There was an error deleting the Geo Node"
+msgid "Geo|There was an error deleting the Geo Site"
msgstr ""
-msgid "Geo|There was an error fetching the Geo Nodes"
+msgid "Geo|There was an error fetching the Geo Sites"
msgstr ""
msgid "Geo|This will resync all %{replicableType}. It may take some time to complete. Are you sure you want to continue?"
@@ -15852,6 +16020,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a free trial"
+msgstr ""
+
msgid "Get a support subscription"
msgstr ""
@@ -15975,9 +16146,6 @@ msgstr ""
msgid "GitLab export"
msgstr ""
-msgid "GitLab for Slack"
-msgstr ""
-
msgid "GitLab group: %{source_link}"
msgstr ""
@@ -16002,6 +16170,9 @@ msgstr ""
msgid "GitLab is undergoing maintenance and is operating in read-only mode."
msgstr ""
+msgid "GitLab logo"
+msgstr ""
+
msgid "GitLab member or Email address"
msgstr ""
@@ -16182,6 +16353,9 @@ msgstr ""
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
+msgid "Gitpod|To use Gitpod you must first enable the feature in the integrations section of your %{linkStart}user preferences%{linkEnd}."
+msgstr ""
+
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
@@ -16320,6 +16494,9 @@ msgstr ""
msgid "Go to parent"
msgstr ""
+msgid "Go to parent directory"
+msgstr ""
+
msgid "Go to previous page"
msgstr ""
@@ -16488,6 +16665,9 @@ msgstr ""
msgid "Group %{group_name} was successfully created."
msgstr ""
+msgid "Group Access Tokens"
+msgstr ""
+
msgid "Group Git LFS status:"
msgstr ""
@@ -16506,6 +16686,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Group application: %{name}"
msgstr ""
@@ -16569,9 +16752,6 @@ msgstr ""
msgid "Group jobs by"
msgstr ""
-msgid "Group maintainers can register group runners in the %{link}"
-msgstr ""
-
msgid "Group members"
msgstr ""
@@ -16596,6 +16776,9 @@ msgstr ""
msgid "Group overview content"
msgstr ""
+msgid "Group owners can register group runners in the %{link}"
+msgstr ""
+
msgid "Group path is already taken. We've suggested one that is available."
msgstr ""
@@ -16608,9 +16791,6 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
-msgid "Group projects"
-msgstr ""
-
msgid "Group requires separate account"
msgstr ""
@@ -16851,18 +17031,12 @@ msgstr ""
msgid "GroupSAML|SAML group link was successfully removed."
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|The SCIM token is now hidden. To see the value of the token again, you need to %{linkStart}reset it%{linkEnd}."
msgstr ""
@@ -16887,9 +17061,6 @@ msgstr ""
msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group."
msgstr ""
-msgid "GroupSAML|Your SCIM token"
-msgstr ""
-
msgid "GroupSAML|as %{access_level}"
msgstr ""
@@ -16920,7 +17091,10 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Allow project access token creation"
+msgid "GroupSettings|Allow project and group access token creation"
+msgstr ""
+
+msgid "GroupSettings|Allows creating organizations and contacts and associating them with issues."
msgstr ""
msgid "GroupSettings|Applied to all subgroups unless overridden by a group owner. Groups already added to the project lose access."
@@ -16968,6 +17142,9 @@ msgstr ""
msgid "GroupSettings|Disable group mentions"
msgstr ""
+msgid "GroupSettings|Enable customer relations"
+msgstr ""
+
msgid "GroupSettings|Enable delayed project deletion"
msgstr ""
@@ -16986,9 +17163,6 @@ msgstr ""
msgid "GroupSettings|Overrides user notification preferences for all members of the group, subgroups, and projects."
msgstr ""
-msgid "GroupSettings|Parent Group"
-msgstr ""
-
msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr ""
@@ -17016,9 +17190,6 @@ msgstr ""
msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
-msgid "GroupSettings|Search groups"
-msgstr ""
-
msgid "GroupSettings|Select a project with the %{code_start}.gitlab/insights.yml%{code_end} file"
msgstr ""
@@ -17061,7 +17232,7 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
-msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgid "GroupSettings|Users can create %{link_start_project}project access tokens%{link_end} and %{link_start_group}group access tokens%{link_end} in this group."
msgstr ""
msgid "GroupSettings|What are badges?"
@@ -17142,9 +17313,6 @@ msgstr ""
msgid "GroupsNew|%{linkStart}Groups%{linkEnd} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
-msgid "GroupsNew|Ask your administrator to %{enable_link_start}enable%{enable_link_end} Group Migration."
-msgstr ""
-
msgid "GroupsNew|Assemble related projects together and grant members access to several projects at once."
msgstr ""
@@ -17199,7 +17367,7 @@ msgstr ""
msgid "GroupsNew|Provide credentials for another instance of GitLab to import your groups directly."
msgstr ""
-msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}Group Migration%{docs_link_end}."
+msgid "GroupsNew|This feature is deprecated and replaced by %{docs_link_start}group migration%{docs_link_end}."
msgstr ""
msgid "GroupsNew|To import a group, navigate to the group settings for the GitLab source instance, %{link_start}generate an export file%{link_end}, and upload it here."
@@ -17426,6 +17594,33 @@ msgstr[0] ""
msgid "Hide values"
msgstr ""
+msgid "Hierarchy|Current structure"
+msgstr ""
+
+msgid "Hierarchy|Deliver value more efficiently by breaking down necessary work into a hierarchical structure. This structure helps teams understand scope, priorities, and how work cascades up toward larger goals."
+msgstr ""
+
+msgid "Hierarchy|Help us improve work items in GitLab!"
+msgstr ""
+
+msgid "Hierarchy|Is there a framework or type of work item you wish you had access to in GitLab? Give us your feedback and help us build the experiences valuable to you."
+msgstr ""
+
+msgid "Hierarchy|Planning hierarchy"
+msgstr ""
+
+msgid "Hierarchy|Take the work items survey"
+msgstr ""
+
+msgid "Hierarchy|These items are unavailable in the current structure."
+msgstr ""
+
+msgid "Hierarchy|Unavailable structure"
+msgstr ""
+
+msgid "Hierarchy|You can start using these items now."
+msgstr ""
+
msgid "High or unknown vulnerabilities present"
msgstr ""
@@ -17486,9 +17681,6 @@ msgstr ""
msgid "Housekeeping successfully started"
msgstr ""
-msgid "Housekeeping, export, path, transfer, remove, archive."
-msgstr ""
-
msgid "How do I configure Akismet?"
msgstr ""
@@ -17525,9 +17717,6 @@ msgstr ""
msgid "How do I use file templates?"
msgstr ""
-msgid "How it works"
-msgstr ""
-
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
@@ -17543,6 +17732,9 @@ msgstr ""
msgid "I forgot my password"
msgstr ""
+msgid "I understand the responsibilities involved with managing service account keys"
+msgstr ""
+
msgid "I want to explore GitLab to see if it’s worth switching to"
msgstr ""
@@ -17642,6 +17834,18 @@ msgstr ""
msgid "Identities"
msgstr ""
+msgid "IdentityVerification|Before you create your first project, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Before you create your group, we need you to verify your identity with a valid payment method. You will not be charged during this step. If we ever need to charge you, we will let you know."
+msgstr ""
+
+msgid "IdentityVerification|Create a project"
+msgstr ""
+
+msgid "IdentityVerification|Verify your identity"
+msgstr ""
+
msgid "If any indexed field exceeds this limit, it is truncated to this number of characters. The rest of the content is neither indexed nor searchable. This does not apply to repository and wiki indexing. For unlimited characters, set this to 0."
msgstr ""
@@ -17666,9 +17870,6 @@ msgstr ""
msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}Learn more%{linkEnd}"
msgstr ""
-msgid "If enabled, access to projects will be validated on an external service using their classification label."
-msgstr ""
-
msgid "If enabled, only protected branches will be mirrored."
msgstr ""
@@ -18266,6 +18467,9 @@ msgstr ""
msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
+msgid "InProductMarketing|Start a Self-Managed trial"
+msgstr ""
+
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no credit card required"
msgstr ""
@@ -18368,6 +18572,9 @@ msgstr ""
msgid "InProductMarketing|Very easy"
msgstr ""
+msgid "InProductMarketing|Want to host GitLab on your servers?"
+msgstr ""
+
msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
@@ -18443,6 +18650,9 @@ msgstr ""
msgid "Incident Management Limits"
msgstr ""
+msgid "Incident details"
+msgstr ""
+
msgid "Incident template (optional)."
msgstr ""
@@ -18864,9 +19074,6 @@ msgstr ""
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{link_end}, %{chrome_link_start}Google Chrome%{link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
-msgstr ""
-
msgid "Integrations|All details"
msgstr ""
@@ -18879,9 +19086,6 @@ msgstr ""
msgid "Integrations|Branches for which notifications are to be sent"
msgstr ""
-msgid "Integrations|Browser limitations"
-msgstr ""
-
msgid "Integrations|Comment detail:"
msgstr ""
@@ -18951,6 +19155,9 @@ msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
+msgid "Integrations|Known limitations"
+msgstr ""
+
msgid "Integrations|Link namespaces"
msgstr ""
@@ -18969,9 +19176,6 @@ msgstr ""
msgid "Integrations|No linked namespaces"
msgstr ""
-msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
-msgstr ""
-
msgid "Integrations|Projects using custom settings"
msgstr ""
@@ -19008,6 +19212,9 @@ msgstr ""
msgid "Integrations|Send notifications about project events to a Unify Circuit conversation. %{docs_link}"
msgstr ""
+msgid "Integrations|Sign in to GitLab"
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -19017,6 +19224,9 @@ msgstr ""
msgid "Integrations|There are no projects using custom settings"
msgstr ""
+msgid "Integrations|This integration only works with GitLab.com. Adding a namespace only works in browsers that allow cross-site cookies. %{linkStart}Learn more%{linkEnd}."
+msgstr ""
+
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
@@ -19077,7 +19287,7 @@ msgstr ""
msgid "Internal URL (optional)"
msgstr ""
-msgid "Internal error occured while delivering this webhook."
+msgid "Internal error occurred while delivering this webhook."
msgstr ""
msgid "Internal users"
@@ -20896,6 +21106,9 @@ msgstr ""
msgid "License file"
msgstr ""
+msgid "License key"
+msgstr ""
+
msgid "License overview"
msgstr ""
@@ -21212,9 +21425,6 @@ msgstr ""
msgid "Loading…"
msgstr ""
-msgid "Local IP addresses and domain names that hooks and services may access."
-msgstr ""
-
msgid "Localization"
msgstr ""
@@ -21230,6 +21440,9 @@ msgstr "鎖定"
msgid "Lock %{issuableDisplayName}"
msgstr ""
+msgid "Lock File?"
+msgstr ""
+
msgid "Lock memberships to LDAP synchronization"
msgstr ""
@@ -21266,6 +21479,39 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "LoggedOutMarketingHeader|About GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Explore GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Get started"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab Learn"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab docs"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|GitLab: the DevOps platform"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|How GitLab compares"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Install GitLab"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Pricing"
+msgstr ""
+
+msgid "LoggedOutMarketingHeader|Talk to an expert"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
@@ -22040,6 +22286,12 @@ msgstr ""
msgid "Merge request events"
msgstr ""
+msgid "Merge request not merged"
+msgstr ""
+
+msgid "Merge request pipelines 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 merge request pipelines."
+msgstr ""
+
msgid "Merge request reports"
msgstr ""
@@ -22058,9 +22310,18 @@ msgstr ""
msgid "Merge unavailable: merge requests are read-only in a secondary Geo node."
msgstr ""
+msgid "Merge unverified changes"
+msgstr ""
+
+msgid "Merge unverified changes?"
+msgstr ""
+
msgid "Merge when pipeline succeeds"
msgstr ""
+msgid "Merge..."
+msgstr ""
+
msgid "MergeConflict|Commit to source branch"
msgstr ""
@@ -22879,9 +23140,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Slack commands"
-msgstr ""
-
msgid "More actions"
msgstr ""
@@ -22903,9 +23161,6 @@ msgstr ""
msgid "More information."
msgstr ""
-msgid "More options"
-msgstr ""
-
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
@@ -23081,10 +23336,10 @@ msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
-msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}User Caps%{link_end} and %{users_pending_approval_link_start}Users Pending Approval%{link_end}."
+msgid "NamespaceUserCap|Pending users must be reviewed and approved by a group owner. Learn more about %{user_caps_link_start}user caps%{link_end} and %{users_pending_approval_link_start}users pending approval%{link_end}."
msgstr ""
-msgid "NamespaceUserCap|View pending user approvals"
+msgid "NamespaceUserCap|View pending approvals"
msgstr ""
msgid "NamespaceUserCap|Your group has reached its billable member limit"
@@ -23189,9 +23444,6 @@ msgstr ""
msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port"
msgstr ""
-msgid "NetworkPolicies|.yaml"
-msgstr ""
-
msgid "NetworkPolicies|.yaml mode"
msgstr ""
@@ -23270,9 +23522,6 @@ msgstr ""
msgid "NetworkPolicies|Policy definition"
msgstr ""
-msgid "NetworkPolicies|Rule"
-msgstr ""
-
msgid "NetworkPolicies|Rule mode"
msgstr ""
@@ -23291,9 +23540,6 @@ msgstr ""
msgid "NetworkPolicies|To enable alerts, %{installLinkStart}install an agent%{installLinkEnd} first."
msgstr ""
-msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
-msgstr ""
-
msgid "NetworkPolicies|all DNS names"
msgstr ""
@@ -23808,6 +24054,9 @@ msgstr ""
msgid "No milestones to show"
msgstr ""
+msgid "No namespace"
+msgstr ""
+
msgid "No other labels with such name or description"
msgstr ""
@@ -23835,6 +24084,9 @@ msgstr ""
msgid "No profiles found"
msgstr ""
+msgid "No project subscribes to the pipelines in this project."
+msgstr ""
+
msgid "No projects found"
msgstr ""
@@ -23901,7 +24153,7 @@ msgstr ""
msgid "No webhook events"
msgstr ""
-msgid "No webhooks found, add one in the form above."
+msgid "No webhooks enabled. Select trigger events above."
msgstr ""
msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} day to renew your subscription."
@@ -24804,7 +25056,28 @@ msgstr ""
msgid "Out-of-compliance with this project's policies and should be removed"
msgstr ""
-msgid "Outbound requests"
+msgid "OutboundRequests|Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "OutboundRequests|Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "OutboundRequests|Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "OutboundRequests|Local IP addresses and domain names that hooks and services may access"
+msgstr ""
+
+msgid "OutboundRequests|Outbound requests"
+msgstr ""
+
+msgid "OutboundRequests|Requests to these domains and IP addresses are accessible to both system hooks and web hooks even when local requests are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 and 127.0.0.0/28 are supported. Domain wildcards are not supported. To separate entries use commas, semicolons, or newlines. The allowlist can hold a maximum of 1000 entries. Domains must be IDNA encoded."
+msgstr ""
+
+msgid "OutboundRequests|Resolve IP addresses once and uses them to submit requests."
msgstr ""
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
@@ -25420,9 +25693,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
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'. Do not paste your private SSH key, as that can compromise your identity."
-msgstr ""
-
msgid "Patch to apply"
msgstr ""
@@ -25561,6 +25831,9 @@ msgstr ""
msgid "PerformanceBar|wall"
msgstr ""
+msgid "Performs a rebase but skips triggering a new pipeline"
+msgstr ""
+
msgid "Period in seconds"
msgstr ""
@@ -25579,7 +25852,7 @@ msgstr ""
msgid "Permissions Help"
msgstr ""
-msgid "Permissions, LFS, 2FA"
+msgid "Permissions and group features"
msgstr ""
msgid "Personal Access Token"
@@ -25846,9 +26119,6 @@ msgstr ""
msgid "Pipelines charts"
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 ""
@@ -25861,6 +26131,9 @@ msgstr ""
msgid "Pipelines|Are you sure you want to run this pipeline?"
msgstr ""
+msgid "Pipelines|Auto DevOps"
+msgstr ""
+
msgid "Pipelines|Build with confidence"
msgstr ""
@@ -25873,7 +26146,7 @@ msgstr ""
msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
-msgid "Pipelines|Child pipeline"
+msgid "Pipelines|Child pipeline (%{link_start}parent%{link_end})"
msgstr ""
msgid "Pipelines|Clear runner caches"
@@ -26038,10 +26311,28 @@ msgstr ""
msgid "Pipelines|Visualize"
msgstr ""
+msgid "Pipelines|Your changes have been successfully committed. Now redirecting to the new merge request page."
+msgstr ""
+
+msgid "Pipelines|detached"
+msgstr ""
+
+msgid "Pipelines|error"
+msgstr ""
+
msgid "Pipelines|invalid"
msgstr ""
-msgid "Pipelines|parent"
+msgid "Pipelines|latest"
+msgstr ""
+
+msgid "Pipelines|stuck"
+msgstr ""
+
+msgid "Pipelines|train"
+msgstr ""
+
+msgid "Pipelines|yaml invalid"
msgstr ""
msgid "Pipeline|Actions"
@@ -26224,6 +26515,9 @@ msgstr ""
msgid "Plan:"
msgstr ""
+msgid "Planning hierarchy"
+msgstr ""
+
msgid "PlantUML"
msgstr ""
@@ -26239,6 +26533,12 @@ msgstr ""
msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
msgstr ""
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to reply."
+msgstr ""
+
+msgid "Please %{registerLinkStart}register%{registerLinkEnd} or %{signInLinkStart}sign in%{signInLinkEnd} to start a new discussion."
+msgstr ""
+
msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
msgstr ""
@@ -26593,6 +26893,9 @@ msgstr ""
msgid "Preferences|Use relative times"
msgstr ""
+msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."
+msgstr ""
+
msgid "Prev"
msgstr ""
@@ -26818,6 +27121,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
+msgid "Profiles|Begins with %{ssh_key_algorithms}."
+msgstr ""
+
msgid "Profiles|Bio"
msgstr ""
@@ -26842,9 +27148,6 @@ 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 ""
@@ -27022,6 +27325,9 @@ msgstr ""
msgid "Profiles|Remove avatar"
msgstr ""
+msgid "Profiles|Select a service to sign in with."
+msgstr ""
+
msgid "Profiles|Set new profile picture"
msgstr ""
@@ -27067,9 +27373,6 @@ 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 ""
@@ -27592,10 +27895,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
+msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
+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."
+msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
@@ -27673,6 +27979,12 @@ msgstr ""
msgid "ProjectSettings|Highlight the usage of hidden unicode characters. These have innocent uses for right-to-left languages, but can also be used in potential exploits."
msgstr ""
+msgid "ProjectSettings|Housekeeping, export, archive, change path, transfer, and delete."
+msgstr ""
+
+msgid "ProjectSettings|If merge trains are enabled, merging is only possible if the branch can be rebased without conflicts."
+msgstr ""
+
msgid "ProjectSettings|Internal"
msgstr ""
@@ -27718,6 +28030,9 @@ msgstr ""
msgid "ProjectSettings|Merge requests approved for merge are queued, and pipelines validate the combined results of the source and target branches before merge. %{link_start}What are merge trains?%{link_end}"
msgstr ""
+msgid "ProjectSettings|Merge requests can't be merged if the latest pipeline did not succeed or is still running."
+msgstr ""
+
msgid "ProjectSettings|Merge suggestions"
msgstr ""
@@ -27844,9 +28159,6 @@ msgstr ""
msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
msgstr ""
-msgid "ProjectSettings|To enable this feature, configure pipelines. %{link_start}How to configure pipelines for merge requests?%{link_end}"
-msgstr ""
-
msgid "ProjectSettings|Transfer project"
msgstr ""
@@ -27868,7 +28180,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
+msgid "ProjectSettings|View and edit files in this project. Non-project members have only read access."
msgstr ""
msgid "ProjectSettings|View project analytics."
@@ -27886,7 +28198,7 @@ msgstr ""
msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When pipelines for merge requests are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure pipelines for merge requests?%{link_end}"
+msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
@@ -28648,9 +28960,6 @@ msgstr ""
msgid "Public deploy keys"
msgstr ""
-msgid "Public deploy keys (%{deploy_keys_count})"
-msgstr ""
-
msgid "Public pipelines"
msgstr ""
@@ -28684,7 +28993,7 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
-msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgid "PurchaseStep|An error occurred in the purchase step. If the problem persists please contact support at https://support.gitlab.com."
msgstr ""
msgid "Push"
@@ -28930,6 +29239,12 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Rebase without CI"
+msgstr ""
+
+msgid "Rebases and triggers a pipeline"
+msgstr ""
+
msgid "Recaptcha verified?"
msgstr ""
@@ -28999,6 +29314,9 @@ msgstr ""
msgid "Reduce project visibility"
msgstr ""
+msgid "Reduce risk and triage fewer vulnerabilities with security training"
+msgstr ""
+
msgid "Reduce this project’s visibility?"
msgstr ""
@@ -29072,7 +29390,7 @@ msgstr ""
msgid "RegistrationFeatures|Enable Service Ping and register for this feature."
msgstr ""
-msgid "RegistrationFeatures|Read more about the %{linkStart}%{label}%{linkEnd}."
+msgid "RegistrationFeatures|Read more about the %{link_start}Registration Features Program%{link_end}."
msgstr ""
msgid "RegistrationFeatures|Registration Features Program"
@@ -29609,6 +29927,10 @@ msgid "Reports|Accessibility scanning detected %d issue for the source branch on
msgid_plural "Reports|Accessibility scanning detected %d issues for the source branch only"
msgstr[0] ""
+msgid "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issue for the source branch only"
+msgid_plural "Reports|Accessibility scanning detected %{strong_start}%{number}%{strong_end} issues for the source branch only"
+msgstr[0] ""
+
msgid "Reports|Accessibility scanning detected no issues for the source branch only"
msgstr ""
@@ -29833,6 +30155,9 @@ msgstr ""
msgid "Repository size is above the limit."
msgstr ""
+msgid "Repository size limit (MB)"
+msgstr ""
+
msgid "Repository storage"
msgstr ""
@@ -29908,9 +30233,6 @@ msgstr ""
msgid "Requests per period"
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 allowlist 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 additional authentication for administrative tasks."
msgstr ""
@@ -29929,6 +30251,9 @@ msgstr ""
msgid "Required only if you are not using role instance credentials."
msgstr ""
+msgid "Requirement"
+msgstr ""
+
msgid "Requirement %{reference} has been added"
msgstr ""
@@ -30054,9 +30379,6 @@ msgstr ""
msgid "Resolved by %{name}"
msgstr ""
-msgid "Resolves IP addresses once and uses them to submit requests"
-msgstr ""
-
msgid "Response"
msgstr ""
@@ -30123,7 +30445,7 @@ msgstr ""
msgid "Resync"
msgstr ""
-msgid "Retrieving the compliance report failed. Please refresh the page and try again."
+msgid "Retrieving the compliance report failed. Refresh the page and try again."
msgstr ""
msgid "Retry"
@@ -30221,13 +30543,13 @@ msgstr ""
msgid "Revoked"
msgstr ""
-msgid "Revoked impersonation token %{token_name}!"
+msgid "Revoked access token %{access_token_name}!"
msgstr ""
-msgid "Revoked personal access token %{personal_access_token_name}!"
+msgid "Revoked impersonation token %{token_name}!"
msgstr ""
-msgid "Revoked project access token %{project_access_token_name}!"
+msgid "Revoked personal access token %{personal_access_token_name}!"
msgstr ""
msgid "RightSidebar|Copy email address"
@@ -30248,6 +30570,9 @@ msgstr ""
msgid "Roadmap"
msgstr ""
+msgid "Roadmap settings"
+msgstr ""
+
msgid "Role"
msgstr ""
@@ -30335,6 +30660,9 @@ msgstr ""
msgid "Runners|Architecture"
msgstr ""
+msgid "Runners|Assigned Group"
+msgstr ""
+
msgid "Runners|Associated with one or more projects"
msgstr ""
@@ -30347,9 +30675,15 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Change to project runner"
+msgstr ""
+
msgid "Runners|Command to register runner"
msgstr ""
+msgid "Runners|Configuration"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
@@ -30368,6 +30702,9 @@ msgstr ""
msgid "Runners|Description"
msgstr ""
+msgid "Runners|Details"
+msgstr ""
+
msgid "Runners|Download and install binary"
msgstr ""
@@ -30383,9 +30720,6 @@ msgstr ""
msgid "Runners|Group"
msgstr ""
-msgid "Runners|Group Runners"
-msgstr ""
-
msgid "Runners|IP Address"
msgstr ""
@@ -30434,10 +30768,13 @@ msgstr ""
msgid "Runners|Offline"
msgstr ""
+msgid "Runners|Offline runners"
+msgstr ""
+
msgid "Runners|Online"
msgstr ""
-msgid "Runners|Online Runners"
+msgid "Runners|Online runners"
msgstr ""
msgid "Runners|Paused"
@@ -30473,6 +30810,9 @@ msgstr ""
msgid "Runners|Registration token copied!"
msgstr ""
+msgid "Runners|Reset token"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
@@ -30512,16 +30852,16 @@ msgstr ""
msgid "Runners|Runners"
msgstr ""
-msgid "Runners|Runners in this group: %{groupRunnersCount}"
+msgid "Runners|Runs untagged jobs"
msgstr ""
msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Show runner installation and registration instructions"
msgstr ""
-msgid "Runners|Show runner installation and registration instructions"
+msgid "Runners|Show runner installation instructions"
msgstr ""
msgid "Runners|Something went wrong while fetching runner data."
@@ -30533,6 +30873,9 @@ msgstr ""
msgid "Runners|Stale"
msgstr ""
+msgid "Runners|Stale runners"
+msgstr ""
+
msgid "Runners|Status"
msgstr ""
@@ -30548,9 +30891,6 @@ msgstr ""
msgid "Runners|This runner has never contacted this instance"
msgstr ""
-msgid "Runners|This runner is associated with one or more projects."
-msgstr ""
-
msgid "Runners|This runner is associated with specific projects."
msgstr ""
@@ -30704,9 +31044,6 @@ msgstr ""
msgid "SSL verification"
msgstr ""
-msgid "SVG illustration"
-msgstr ""
-
msgid "Satisfied"
msgstr ""
@@ -30833,9 +31170,6 @@ msgstr ""
msgid "Search GitLab"
msgstr ""
-msgid "Search Jira issues"
-msgstr ""
-
msgid "Search a group"
msgstr ""
@@ -31126,7 +31460,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
-msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
+msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
@@ -31258,6 +31592,9 @@ msgstr ""
msgid "SecurityConfiguration|Vulnerability details and statistics in the merge request"
msgstr ""
+msgid "SecurityOrchestration| or "
+msgstr ""
+
msgid "SecurityOrchestration|%{branches} %{plural}"
msgstr ""
@@ -31312,6 +31649,9 @@ msgstr ""
msgid "SecurityOrchestration|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}."
msgstr ""
+msgid "SecurityOrchestration|Invalid policy type"
+msgstr ""
+
msgid "SecurityOrchestration|Latest scan"
msgstr ""
@@ -31330,21 +31670,30 @@ msgstr ""
msgid "SecurityOrchestration|Policies"
msgstr ""
+msgid "SecurityOrchestration|Policy cannot be enabled for non-existing branches (%{branches})"
+msgstr ""
+
+msgid "SecurityOrchestration|Policy cannot be enabled without branch information"
+msgstr ""
+
msgid "SecurityOrchestration|Policy description"
msgstr ""
msgid "SecurityOrchestration|Policy editor"
msgstr ""
-msgid "SecurityOrchestration|Policy preview"
+msgid "SecurityOrchestration|Policy status"
msgstr ""
-msgid "SecurityOrchestration|Policy status"
+msgid "SecurityOrchestration|Policy summary"
msgstr ""
msgid "SecurityOrchestration|Policy type"
msgstr ""
+msgid "SecurityOrchestration|Require %{approvals} %{plural} from %{approvers} if any of the following occur:"
+msgstr ""
+
msgid "SecurityOrchestration|Rule"
msgstr ""
@@ -31354,12 +31703,21 @@ msgstr ""
msgid "SecurityOrchestration|Scan Execution"
msgstr ""
+msgid "SecurityOrchestration|Scan Result"
+msgstr ""
+
msgid "SecurityOrchestration|Scan execution"
msgstr ""
msgid "SecurityOrchestration|Scan execution policies can only be created by project owners."
msgstr ""
+msgid "SecurityOrchestration|Scan result"
+msgstr ""
+
+msgid "SecurityOrchestration|Scan result policies can only be created by project owners."
+msgstr ""
+
msgid "SecurityOrchestration|Scan to be performed %{cadence}"
msgstr ""
@@ -31387,6 +31745,12 @@ msgstr ""
msgid "SecurityOrchestration|Status"
msgstr ""
+msgid "SecurityOrchestration|Summary"
+msgstr ""
+
+msgid "SecurityOrchestration|The %{scanners} %{severities} in an open merge request targeting %{branches}."
+msgstr ""
+
msgid "SecurityOrchestration|There was a problem creating the new security policy"
msgstr ""
@@ -31402,12 +31766,60 @@ msgstr ""
msgid "SecurityOrchestration|Unlinking a security project removes all policies stored in the linked security project. Save to confirm this action."
msgstr ""
-msgid "SecurityOrchestration|Update scan execution policies"
+msgid "SecurityOrchestration|Update scan policies"
+msgstr ""
+
+msgid "SecurityOrchestration|a"
+msgstr ""
+
+msgid "SecurityOrchestration|all branches"
+msgstr ""
+
+msgid "SecurityOrchestration|an"
+msgstr ""
+
+msgid "SecurityOrchestration|branch"
+msgstr ""
+
+msgid "SecurityOrchestration|branches"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups"
+msgstr ""
+
+msgid "SecurityOrchestration|members of groups with ids"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group"
+msgstr ""
+
+msgid "SecurityOrchestration|members of the group with id"
+msgstr ""
+
+msgid "SecurityOrchestration|scanner finds"
+msgstr ""
+
+msgid "SecurityOrchestration|scanners find"
+msgstr ""
+
+msgid "SecurityOrchestration|the %{branches}"
+msgstr ""
+
+msgid "SecurityOrchestration|user with id"
+msgstr ""
+
+msgid "SecurityOrchestration|users with ids"
msgstr ""
msgid "SecurityOrchestration|view results"
msgstr ""
+msgid "SecurityOrchestration|vulnerabilities"
+msgstr ""
+
+msgid "SecurityOrchestration|vulnerability"
+msgstr ""
+
msgid "SecurityPolicies|+%{count} more"
msgstr ""
@@ -31417,6 +31829,9 @@ msgstr ""
msgid "SecurityPolicies|Policy type"
msgstr ""
+msgid "SecurityReports|%{count}+ projects"
+msgstr ""
+
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr ""
@@ -31738,9 +32153,6 @@ msgstr ""
msgid "Select Git revision"
msgstr ""
-msgid "Select GitLab project to link with your Slack team"
-msgstr ""
-
msgid "Select Page"
msgstr ""
@@ -32128,7 +32540,7 @@ msgstr ""
msgid "Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email."
msgstr ""
-msgid "Service URL"
+msgid "Service Usage Data"
msgstr ""
msgid "Service account generated successfully"
@@ -32137,6 +32549,9 @@ msgstr ""
msgid "Service ping is disabled in your configuration file, and cannot be enabled through this form."
msgstr ""
+msgid "Service usage data"
+msgstr ""
+
msgid "ServiceDesk|Enable Service Desk"
msgstr ""
@@ -32146,18 +32561,12 @@ msgstr ""
msgid "ServiceDesk|Issues created from Service Desk emails will appear here. Each comment becomes part of the email conversation."
msgstr ""
-msgid "ServiceDesk|Service Desk is enabled but not yet active"
-msgstr ""
-
msgid "ServiceDesk|Service Desk is not enabled"
msgstr ""
msgid "ServiceDesk|Service Desk is not supported"
msgstr ""
-msgid "ServiceDesk|To activate Service Desk on this instance, an instance administrator must first set up incoming email."
-msgstr ""
-
msgid "ServiceDesk|To enable Service Desk on this instance, an instance administrator must first set up incoming email."
msgstr ""
@@ -32296,7 +32705,7 @@ msgstr ""
msgid "Set up Jira Integration"
msgstr ""
-msgid "Set up a %{type} Runner for a project"
+msgid "Set up a %{type} runner for a project"
msgstr ""
msgid "Set up a hardware device as a second factor to sign in."
@@ -32468,9 +32877,6 @@ msgstr ""
msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
msgstr ""
-msgid "Sherlock Transactions"
-msgstr ""
-
msgid "Shimo|Go to Shimo Workspace"
msgstr ""
@@ -32510,6 +32916,9 @@ msgstr ""
msgid "Show all breadcrumbs"
msgstr ""
+msgid "Show all epics"
+msgstr ""
+
msgid "Show all issues."
msgstr ""
@@ -32522,6 +32931,9 @@ msgstr ""
msgid "Show archived projects only"
msgstr ""
+msgid "Show closed epics"
+msgstr ""
+
msgid "Show command"
msgstr ""
@@ -32534,9 +32946,6 @@ msgstr ""
msgid "Show comments only"
msgstr ""
-msgid "Show commit description"
-msgstr ""
-
msgid "Show complete raw log"
msgstr ""
@@ -32561,6 +32970,9 @@ msgstr ""
msgid "Show one file at a time"
msgstr ""
+msgid "Show open epics"
+msgstr ""
+
msgid "Show the Closed list"
msgstr ""
@@ -32599,7 +33011,7 @@ msgstr ""
msgid "Showing data for group '%{group_name}' from Nov 1, 2019 to Dec 31, 2019"
msgstr ""
-msgid "Showing data for workflow items created in this date range. Date range cannot exceed %{maxDateRange} days."
+msgid "Showing data for workflow items created in this date range. Date range limited to %{maxDateRange} days."
msgstr ""
msgid "Showing graphs based on events of the last %{timerange} days."
@@ -32692,6 +33104,9 @@ msgstr ""
msgid "Sign up"
msgstr ""
+msgid "Sign up now"
+msgstr ""
+
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
@@ -32794,9 +33209,33 @@ msgstr ""
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr ""
+msgid "Slack logo"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack"
+msgstr ""
+
+msgid "SlackIntegration|GitLab for Slack was successfully installed."
+msgstr ""
+
+msgid "SlackIntegration|Project alias"
+msgstr ""
+
+msgid "SlackIntegration|Select a GitLab project to link with your Slack workspace."
+msgstr ""
+
msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
+msgid "SlackIntegration|Team name"
+msgstr ""
+
+msgid "SlackIntegration|To set up this integration press \"Add to Slack\""
+msgstr ""
+
+msgid "SlackIntegration|You can now close this window and go to your Slack workspace."
+msgstr ""
+
msgid "SlackService|1. %{slash_command_link_start}Add a slash command%{slash_command_link_end} in your Slack team using this information:"
msgstr ""
@@ -33103,9 +33542,6 @@ 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 ""
@@ -33169,9 +33605,6 @@ msgstr ""
msgid "SortOptions|Last created"
msgstr ""
-msgid "SortOptions|Last updated"
-msgstr ""
-
msgid "SortOptions|Least popular"
msgstr ""
@@ -33505,6 +33938,9 @@ msgstr ""
msgid "Start merge train when pipeline succeeds"
msgstr ""
+msgid "Start merge train..."
+msgstr ""
+
msgid "Start search"
msgstr ""
@@ -33547,6 +33983,9 @@ msgstr ""
msgid "State your message to activate"
msgstr ""
+msgid "State/Province"
+msgstr ""
+
msgid "State/Province/City"
msgstr ""
@@ -33889,6 +34328,9 @@ msgstr ""
msgid "Subscribed to this %{quick_action_target}."
msgstr ""
+msgid "Subscribed to this project"
+msgstr ""
+
msgid "Subscribes to this %{quick_action_target}."
msgstr ""
@@ -33919,6 +34361,27 @@ msgstr ""
msgid "SubscriptionBanner|Upload new license"
msgstr ""
+msgid "SubscriptionEmail|%{doc_link_start}Please reach out if you have questions%{doc_link_end}, and we'll be happy to assist."
+msgstr ""
+
+msgid "SubscriptionEmail|Additional charges for your GitLab subscription"
+msgstr ""
+
+msgid "SubscriptionEmail|Dear %{customer_name},"
+msgstr ""
+
+msgid "SubscriptionEmail|GitLab Billing Team"
+msgstr ""
+
+msgid "SubscriptionEmail|Thank you for your business!"
+msgstr ""
+
+msgid "SubscriptionEmail|You can find more information about the quarterly reconciliation process in %{doc_link_start}our documentation%{doc_link_end}."
+msgstr ""
+
+msgid "SubscriptionEmail|You have exceeded the number of seats in your GitLab subscription %{subscription_name} by %{seat_quantity}. Even if you've exceeded the seats in your subscription, you can continue to add users, and GitLab will bill you a prorated amount for any seat overages on a quarterly basis."
+msgstr ""
+
msgid "SubscriptionTable|Add seats"
msgstr ""
@@ -33997,9 +34460,6 @@ msgstr ""
msgid "SubscriptionTable|Trial start date"
msgstr ""
-msgid "SubscriptionTable|Upgrade"
-msgstr ""
-
msgid "SubscriptionTable|Usage"
msgstr ""
@@ -34168,9 +34628,6 @@ msgstr ""
msgid "Sunday"
msgstr ""
-msgid "SuperSonics|Activate cloud license"
-msgstr ""
-
msgid "SuperSonics|Activate subscription"
msgstr ""
@@ -34195,6 +34652,9 @@ msgstr ""
msgid "SuperSonics|Cloud licensing is now available. It's an easier way to activate instances and manage subscriptions. Read more about it in our %{blogPostLinkStart}blog post%{blogPostLinkEnd}. Activation codes are available in the %{portalLinkStart}Customers Portal%{portalLinkEnd}."
msgstr ""
+msgid "SuperSonics|Enter activation code"
+msgstr ""
+
msgid "SuperSonics|Export license usage file"
msgstr ""
@@ -34234,6 +34694,9 @@ msgstr ""
msgid "SuperSonics|Subscription details"
msgstr ""
+msgid "SuperSonics|Subscription unavailable"
+msgstr ""
+
msgid "SuperSonics|Sync subscription details"
msgstr ""
@@ -34288,6 +34751,9 @@ msgstr ""
msgid "SuperSonics|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
+msgid "SuperSonics|Your %{subscriptionEntryName} cannot be displayed at the moment. Please refresh the page to try again."
+msgstr ""
+
msgid "SuperSonics|Your future dated license was successfully added"
msgstr ""
@@ -34300,6 +34766,15 @@ msgstr ""
msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
msgstr ""
+msgid "SuperSonics|current subscription"
+msgstr ""
+
+msgid "SuperSonics|future subscriptions"
+msgstr ""
+
+msgid "SuperSonics|past subscriptions"
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -34543,6 +35018,9 @@ msgstr ""
msgid "Target-Branch"
msgstr ""
+msgid "Task"
+msgstr ""
+
msgid "Task ID: %{elastic_task}"
msgstr ""
@@ -34615,6 +35093,9 @@ msgstr ""
msgid "Terms of Service and Privacy Policy"
msgstr ""
+msgid "Terms of service"
+msgstr ""
+
msgid "Terraform"
msgstr ""
@@ -34781,6 +35262,9 @@ msgstr ""
msgid "Test Cases"
msgstr ""
+msgid "Test case"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -34951,9 +35435,6 @@ msgstr ""
msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
msgstr ""
-msgid "The %{featureName} feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
msgstr ""
@@ -34991,12 +35472,6 @@ msgstr ""
msgid "The Snowplow cookie domain."
msgstr ""
-msgid "The URL defined on the primary node that secondary nodes should use to contact it."
-msgstr ""
-
-msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}Learn more%{linkEnd}"
-msgstr ""
-
msgid "The URL of the Jenkins server."
msgstr ""
@@ -35006,9 +35481,6 @@ msgstr ""
msgid "The URLs for connecting to Elasticsearch. For clustering, add the URLs separated by commas."
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 application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential."
msgstr ""
@@ -35042,7 +35514,7 @@ msgstr ""
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
-msgid "The contact does not belong to the same group as the issue"
+msgid "The contact does not belong to the issue group or an ancestor"
msgstr ""
msgid "The content editor may change the markdown formatting style of the document, which may not match your original markdown style."
@@ -35208,6 +35680,9 @@ msgstr ""
msgid "The latest pipeline for this merge request did not complete successfully."
msgstr ""
+msgid "The latest pipeline for this merge request did not succeed. The latest changes are unverified."
+msgstr ""
+
msgid "The latest pipeline for this merge request has failed."
msgstr ""
@@ -35283,9 +35758,6 @@ msgstr ""
msgid "The parent epic is confidential and can only contain confidential epics and issues"
msgstr ""
-msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
-msgstr ""
-
msgid "The password for the Jenkins server."
msgstr ""
@@ -35301,9 +35773,6 @@ 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 private key to use when a client certificate is provided. This value is encrypted at rest."
-msgstr ""
-
msgid "The project can be accessed by any logged in user except external users."
msgstr ""
@@ -35673,7 +36142,7 @@ msgstr ""
msgid "There was an error fetching the Geo Settings"
msgstr ""
-msgid "There was an error fetching the Node's Groups"
+msgid "There was an error fetching the Sites's Groups"
msgstr ""
msgid "There was an error fetching the deploy freezes."
@@ -35724,7 +36193,7 @@ msgstr ""
msgid "There was an error retrieving the Jira users."
msgstr ""
-msgid "There was an error saving this Geo Node."
+msgid "There was an error saving this Geo Site"
msgstr ""
msgid "There was an error saving your changes."
@@ -35808,9 +36277,6 @@ msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
-msgid "Third-party offers"
-msgstr ""
-
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr ""
@@ -35934,6 +36400,9 @@ msgstr ""
msgid "This content could not be displayed because %{reason}. You can %{options} instead."
msgstr ""
+msgid "This content could not be displayed because it is stored in LFS. You can %{linkStart}download it%{linkEnd} instead."
+msgstr ""
+
msgid "This credential has expired"
msgstr ""
@@ -35973,9 +36442,6 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This feature is part of your GitLab Ultimate trial."
-msgstr ""
-
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -36015,9 +36481,15 @@ msgstr ""
msgid "This group has been scheduled for permanent removal on %{date}"
msgstr ""
+msgid "This group has no active access tokens."
+msgstr ""
+
msgid "This group is linked to a subscription"
msgstr ""
+msgid "This group is not permitted to create compliance violations"
+msgstr ""
+
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr ""
@@ -36237,6 +36709,9 @@ msgstr ""
msgid "This project"
msgstr ""
+msgid "This project cannot be %{visibilityLevel} because the visibility of %{openShowLink}%{name}%{closeShowLink} is %{visibility}. To make this project %{visibilityLevel}, you must first %{openEditLink}change the visibility%{closeEditLink} of the parent group."
+msgstr ""
+
msgid "This project does not belong to a group and cannot make use of group runners."
msgstr ""
@@ -36258,6 +36733,9 @@ msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
+msgid "This project is not subscribed to any project pipelines."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -36297,6 +36775,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting is allowed for forked projects only"
+msgstr ""
+
msgid "This subscription is for"
msgstr ""
@@ -36525,9 +37006,6 @@ msgstr ""
msgid "Time in seconds"
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 of import: %{importTime}"
msgstr ""
@@ -36773,9 +37251,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
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 ""
@@ -36917,9 +37392,6 @@ msgstr ""
msgid "To update Snippets with multiple files, you must use the `files` parameter"
msgstr ""
-msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
-msgstr ""
-
msgid "To use the additional formats, you must start the required %{container_link_start}companion containers%{container_link_end}."
msgstr ""
@@ -36935,9 +37407,6 @@ 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 ""
@@ -37145,9 +37614,6 @@ msgstr ""
msgid "Track time with quick actions"
msgstr ""
-msgid "Track your GitLab projects with GitLab for Slack."
-msgstr ""
-
msgid "Training mode"
msgstr ""
@@ -37257,6 +37723,9 @@ msgstr ""
msgid "Trials|Your trial ends on %{boldStart}%{trialEndDate}%{boldEnd}. We hope you’re enjoying the features of GitLab %{planName}. To keep those features after your trial ends, you’ll need to buy a subscription. (You can also choose GitLab Premium if it meets your needs.)"
msgstr ""
+msgid "Trial|Allowed characters: +, 0-9, -, and spaces."
+msgstr ""
+
msgid "Trial|Company name"
msgstr ""
@@ -37272,15 +37741,9 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|First name"
-msgstr ""
-
msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
-msgid "Trial|Last name"
-msgstr ""
-
msgid "Trial|Number of employees"
msgstr ""
@@ -37347,6 +37810,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
+msgid "Trigger|Trigger user has insufficient permissions to project"
+msgstr ""
+
+msgid "Trigger|invalid"
+msgstr ""
+
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -37866,6 +38335,9 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
+msgid "Updated date"
+msgstr ""
+
msgid "Updates"
msgstr ""
@@ -37887,6 +38359,9 @@ msgstr ""
msgid "Upload"
msgstr ""
+msgid "Upload %{file_name} file"
+msgstr ""
+
msgid "Upload CSV file"
msgstr ""
@@ -38322,6 +38797,9 @@ msgstr ""
msgid "User cap"
msgstr ""
+msgid "User cap cannot be enabled. The group or one of its subgroups or projects is shared externally."
+msgstr ""
+
msgid "User created at"
msgstr ""
@@ -38853,6 +39331,18 @@ msgstr ""
msgid "Version %{versionNumber} (latest)"
msgstr ""
+msgid "VersionCheck|Up to date"
+msgstr ""
+
+msgid "VersionCheck|Update ASAP"
+msgstr ""
+
+msgid "VersionCheck|Update available"
+msgstr ""
+
+msgid "VersionCheck|Your GitLab Version"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -38997,6 +39487,9 @@ msgstr[0] ""
msgid "View replaced file @ "
msgstr ""
+msgid "View seat usage"
+msgstr ""
+
msgid "View setting"
msgstr ""
@@ -39222,6 +39715,9 @@ msgstr ""
msgid "Vulnerability|Actual received response is the one received when this fault was detected"
msgstr ""
+msgid "Vulnerability|Add another identifier"
+msgstr ""
+
msgid "Vulnerability|Additional Info"
msgstr ""
@@ -39264,6 +39760,9 @@ msgstr ""
msgid "Vulnerability|Download"
msgstr ""
+msgid "Vulnerability|Enter the associated CVE or CWE entries for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Evidence"
msgstr ""
@@ -39282,6 +39781,12 @@ msgstr ""
msgid "Vulnerability|Identifier"
msgstr ""
+msgid "Vulnerability|Identifier URL"
+msgstr ""
+
+msgid "Vulnerability|Identifier code"
+msgstr ""
+
msgid "Vulnerability|Identifiers"
msgstr ""
@@ -39291,6 +39796,9 @@ msgstr ""
msgid "Vulnerability|Information related how the vulnerability was discovered and its impact to the system."
msgstr ""
+msgid "Vulnerability|Learn more about this vulnerability and the best way to resolve it."
+msgstr ""
+
msgid "Vulnerability|Links"
msgstr ""
@@ -39303,6 +39811,9 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
+msgid "Vulnerability|Remove identifier row"
+msgstr ""
+
msgid "Vulnerability|Reproduction Assets"
msgstr ""
@@ -39315,6 +39826,9 @@ msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
+msgid "Vulnerability|Secure Code Warrior"
+msgstr ""
+
msgid "Vulnerability|Security Audit"
msgstr ""
@@ -39339,9 +39853,18 @@ msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
+msgid "Vulnerability|Training"
+msgstr ""
+
+msgid "Vulnerability|Training not available for this vulnerability."
+msgstr ""
+
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "Vulnerability|View training"
+msgstr ""
+
msgid "WARNING:"
msgstr ""
@@ -39522,127 +40045,127 @@ msgstr ""
msgid "Webhooks Help"
msgstr ""
-msgid "Webhooks|Comments"
+msgid "Webhooks|A comment is added to a confidential issue."
msgstr ""
-msgid "Webhooks|Confidential comments"
+msgid "Webhooks|A comment is added to an issue."
msgstr ""
-msgid "Webhooks|Confidential issues events"
+msgid "Webhooks|A confidential issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Deployment events"
+msgid "Webhooks|A deployment starts, finishes, fails, or is canceled."
msgstr ""
-msgid "Webhooks|Enable SSL verification"
+msgid "Webhooks|A feature flag is turned on or off."
msgstr ""
-msgid "Webhooks|Failed to connect"
+msgid "Webhooks|A group member is created, updated, or removed."
msgstr ""
-msgid "Webhooks|Fails to connect"
+msgid "Webhooks|A job's status changes."
msgstr ""
-msgid "Webhooks|Feature flag events"
+msgid "Webhooks|A merge request is created, updated, or merged."
msgstr ""
-msgid "Webhooks|Issues events"
+msgid "Webhooks|A new tag is pushed to the repository."
msgstr ""
-msgid "Webhooks|Job events"
+msgid "Webhooks|A pipeline's status changes."
msgstr ""
-msgid "Webhooks|Member events"
+msgid "Webhooks|A release is created or updated."
msgstr ""
-msgid "Webhooks|Merge request events"
+msgid "Webhooks|A subgroup is created or removed."
msgstr ""
-msgid "Webhooks|Pipeline events"
+msgid "Webhooks|A wiki page is created or updated."
msgstr ""
-msgid "Webhooks|Push events"
+msgid "Webhooks|An issue is created, updated, closed, or reopened."
msgstr ""
-msgid "Webhooks|Releases events"
+msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|SSL verification"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Secret token"
+msgid "Webhooks|Confidential issues events"
msgstr ""
-msgid "Webhooks|Subgroup events"
+msgid "Webhooks|Deployment events"
msgstr ""
-msgid "Webhooks|Tag push events"
+msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Failed to connect"
msgstr ""
-msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
+msgid "Webhooks|Fails to connect"
msgstr ""
-msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
+msgid "Webhooks|Feature flag events"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|Issues events"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|Job events"
msgstr ""
-msgid "Webhooks|URL is triggered by a push to the repository"
+msgid "Webhooks|Member events"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
+msgid "Webhooks|Merge request events"
msgstr ""
-msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Pipeline events"
msgstr ""
-msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|Push events"
msgstr ""
-msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
+msgid "Webhooks|Push to the repository."
msgstr ""
-msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
+msgid "Webhooks|Releases events"
msgstr ""
-msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
+msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|URL is triggered when a release is created or updated"
+msgid "Webhooks|Secret token"
msgstr ""
-msgid "Webhooks|URL is triggered when a subgroup is created or removed"
+msgid "Webhooks|Subgroup events"
msgstr ""
-msgid "Webhooks|URL is triggered when a wiki page is created or updated"
+msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
+msgid "Webhooks|The webhook %{help_link_start}failed to connect%{help_link_end}, and will retry in %{retry_time}. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment"
+msgid "Webhooks|The webhook failed to connect, and is disabled. To re-enable it, check %{strong_start}Recent events%{strong_end} for error details, then test your settings below."
msgstr ""
-msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|The webhook was triggered more than %{limit} times per minute and is now disabled. To re-enable this webhook, fix the problems shown in %{strong_start}Recent events%{strong_end}, then re-test your settings. %{support_link_start}Contact Support%{support_link_end} if you need help re-enabling your webhook."
msgstr ""
-msgid "Webhooks|URL is triggered when the job status changes"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|URL is triggered when the pipeline status changes"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|URL must be percent-encoded if neccessary."
+msgid "Webhooks|URL must be percent-encoded if it contains one or more special characters."
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|Used to validate received payloads. Sent with the request in the %{code_start}X-Gitlab-Token HTTP%{code_end} header."
msgstr ""
msgid "Webhooks|Webhook failed to connect"
@@ -39750,10 +40273,10 @@ msgstr ""
msgid "When enabled, existing personal access tokens may be revoked. Leave blank for no limit."
msgstr ""
-msgid "When inactive, an external authentication provider must be used."
+msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
-msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
@@ -40060,7 +40583,13 @@ msgstr ""
msgid "Work in progress Limit"
msgstr ""
-msgid "Work in progress- click here to find out more"
+msgid "WorkItem|Convert to work item"
+msgstr ""
+
+msgid "WorkItem|Create work item"
+msgstr ""
+
+msgid "WorkItem|New Task"
msgstr ""
msgid "WorkItem|Work Items"
@@ -40162,6 +40691,9 @@ 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 %{group_name} to another namespace. Are you ABSOLUTELY sure?"
+msgstr ""
+
msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?"
msgstr ""
@@ -40195,6 +40727,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to run this manual job"
+msgstr ""
+
msgid "You are not authorized to update this profile"
msgstr ""
@@ -40243,6 +40778,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use group access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
msgstr ""
@@ -40288,6 +40826,9 @@ msgstr ""
msgid "You can enable Registration Features because Service Ping is enabled. To continue using Registration Features in the future, you will also need to register with GitLab via a new cloud licensing service."
msgstr ""
+msgid "You can enable group access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
@@ -40423,6 +40964,9 @@ msgstr ""
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
+msgid "You do not have permission to run a pipeline on this branch."
+msgstr ""
+
msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
msgstr ""
@@ -40514,6 +41058,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to manage timeline events for this incident"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call rotation from this project"
msgstr ""
@@ -40553,7 +41100,7 @@ msgstr ""
msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
msgstr ""
-msgid "You have successfully purchased %{product}. You'll receive a receipt by email."
+msgid "You have successfully purchased %{product}. You'll receive a receipt by email. Your purchase may take a minute to sync, so refresh the page if you don't see it yet."
msgstr ""
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
@@ -40568,6 +41115,9 @@ msgstr ""
msgid "You may close the milestone now."
msgstr ""
+msgid "You must be authenticated to access this path."
+msgstr ""
+
msgid "You must be logged in to search across all of GitLab"
msgstr ""
@@ -40949,7 +41499,7 @@ msgstr ""
msgid "Your new %{type}"
msgstr ""
-msgid "Your new SCIM token"
+msgid "Your new access token has been created."
msgstr ""
msgid "Your new comment"
@@ -40958,9 +41508,6 @@ msgstr ""
msgid "Your new personal access token has been created."
msgstr ""
-msgid "Your new project 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 ""
@@ -41027,6 +41574,9 @@ msgstr ""
msgid "Your subscription expired!"
msgstr ""
+msgid "Your subscription has %{remaining_seats_count} out of %{total_seats_count} seats remaining. Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage."
+msgstr ""
+
msgid "Your subscription is now expired. To renew, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can upload this license to your instance. To use Free tier, remove your current license."
msgstr ""
@@ -41155,6 +41705,10 @@ msgstr ""
msgid "any-approver for the project already exists"
msgstr ""
+msgid "approval"
+msgid_plural "approvals"
+msgstr[0] ""
+
msgid "approved by: "
msgstr ""
@@ -41237,6 +41791,9 @@ msgstr ""
msgid "cannot be changed if shared runners are enabled"
msgstr ""
+msgid "cannot be enabled"
+msgstr ""
+
msgid "cannot be enabled because parent group does not allow it"
msgstr ""
@@ -41606,6 +42163,9 @@ msgstr ""
msgid "compliance violation has already been recorded"
msgstr ""
+msgid "contact with same email already exists in group hierarchy"
+msgstr ""
+
msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr ""
@@ -41633,12 +42193,6 @@ msgstr ""
msgid "created %{timeAgoString} by %{email} via %{user}"
msgstr ""
-msgid "created %{timeAgoString} by %{user}"
-msgstr ""
-
-msgid "created %{timeAgoString} by %{user} in Jira"
-msgstr ""
-
msgid "created %{timeAgo}"
msgstr ""
@@ -41764,6 +42318,9 @@ msgstr ""
msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}"
msgstr ""
+msgid "failed to dismiss finding: %{message}"
+msgstr ""
+
msgid "failed to revert associated finding(id=%{finding_id}) to detected"
msgstr ""
@@ -41808,6 +42365,12 @@ msgstr ""
msgid "group"
msgstr ""
+msgid "group access token"
+msgstr ""
+
+msgid "group access tokens"
+msgstr ""
+
msgid "group members"
msgstr ""
@@ -41923,6 +42486,9 @@ msgstr ""
msgid "is not allowed since the group is not top-level group."
msgstr ""
+msgid "is not allowed."
+msgstr ""
+
msgid "is not allowed. We do not currently support project-level iterations"
msgstr ""
@@ -42019,9 +42585,6 @@ msgstr ""
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr ""
-msgid "log in"
-msgstr ""
-
msgid "manual"
msgstr ""
@@ -42062,9 +42625,6 @@ msgstr ""
msgid "mrWidgetNothingToMerge|Use merge requests to propose changes to your project and discuss them with your team. To make changes, push a commit or edit this merge request to use a different branch. With %{linkStart}CI/CD%{linkEnd}, automatically test your changes before merging."
msgstr ""
-msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
-msgstr ""
-
msgid "mrWidget|%{boldHeaderStart}Looks like there's no pipeline here.%{boldHeaderEnd}"
msgstr ""
@@ -42186,7 +42746,7 @@ msgstr ""
msgid "mrWidget|Hide %{widget} details"
msgstr ""
-msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgid "mrWidget|If the %{type} branch exists in your local repository, you can merge this merge request manually using the command line."
msgstr ""
msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
@@ -42232,6 +42792,9 @@ msgstr ""
msgid "mrWidget|Merge blocked: this merge request must be approved."
msgstr ""
+msgid "mrWidget|Merge blocked: you can only merge after the above items are resolved."
+msgstr ""
+
msgid "mrWidget|Merge failed."
msgstr ""
@@ -42286,6 +42849,9 @@ msgstr ""
msgid "mrWidget|Plain diff"
msgstr ""
+msgid "mrWidget|Please restore it or use a different %{type} branch."
+msgstr ""
+
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -42331,6 +42897,9 @@ msgstr ""
msgid "mrWidget|Show %{widget} details"
msgstr ""
+msgid "mrWidget|The %{type} branch %{codeStart}%{name}%{codeEnd} does not exist."
+msgstr ""
+
msgid "mrWidget|The changes were merged into"
msgstr ""
@@ -42340,9 +42909,6 @@ msgstr ""
msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
-msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure."
-msgstr ""
-
msgid "mrWidget|The source branch has been deleted"
msgstr ""
@@ -42379,9 +42945,6 @@ msgstr ""
msgid "mrWidget|Your password"
msgstr ""
-msgid "mrWidget|branch does not exist."
-msgstr ""
-
msgid "mrWidget|into"
msgstr ""
@@ -42657,9 +43220,6 @@ msgstr ""
msgid "required"
msgstr ""
-msgid "reset it."
-msgstr ""
-
msgid "satisfied"
msgstr ""
@@ -42840,9 +43400,6 @@ msgstr ""
msgid "user namespace cannot be the parent of another namespace"
msgstr ""
-msgid "user preferences"
-msgstr ""
-
msgid "username"
msgstr ""
diff --git a/spec/frontend/google_tag_manager/index_spec.js b/spec/frontend/google_tag_manager/index_spec.js
index 6f1a14078c1..f9199f32f1e 100644
--- a/spec/frontend/google_tag_manager/index_spec.js
+++ b/spec/frontend/google_tag_manager/index_spec.js
@@ -234,7 +234,7 @@ describe('~/google_tag_manager/index', () => {
category: 'DevOps',
id: '0002',
name: 'Premium',
- price: 228,
+ price: '228',
quantity: 1,
variant: 'SaaS',
},
@@ -264,7 +264,7 @@ describe('~/google_tag_manager/index', () => {
category: 'DevOps',
id: '0001',
name: 'Ultimate',
- price: 1188,
+ price: '1188',
quantity: 1,
variant: 'SaaS',
},
@@ -301,7 +301,7 @@ describe('~/google_tag_manager/index', () => {
category: 'DevOps',
id: '0001',
name: 'Ultimate',
- price: 1188,
+ price: '1188',
quantity: 5,
variant: 'SaaS',
},
@@ -354,8 +354,8 @@ describe('~/google_tag_manager/index', () => {
id: '123',
affiliation: 'GitLab',
option: 'visa',
- revenue,
- tax: 10,
+ revenue: revenue.toString(),
+ tax: '10',
},
products: [
{
@@ -363,7 +363,7 @@ describe('~/google_tag_manager/index', () => {
category: 'DevOps',
id,
name,
- price: revenue,
+ price: revenue.toString(),
quantity: 1,
variant: 'SaaS',
},
diff --git a/spec/lib/gitlab/background_migration/populate_vulnerability_reads_spec.rb b/spec/lib/gitlab/background_migration/populate_vulnerability_reads_spec.rb
new file mode 100644
index 00000000000..a265fa95b23
--- /dev/null
+++ b/spec/lib/gitlab/background_migration/populate_vulnerability_reads_spec.rb
@@ -0,0 +1,93 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+RSpec.describe Gitlab::BackgroundMigration::PopulateVulnerabilityReads do
+ let(:vulnerabilities) { table(:vulnerabilities) }
+ let(:vulnerability_reads) { table(:vulnerability_reads) }
+ let(:vulnerabilities_findings) { table(:vulnerability_occurrences) }
+ let(:vulnerability_issue_links) { table(:vulnerability_issue_links) }
+ let(:namespace) { table(:namespaces).create!(name: 'user', path: 'user') }
+ let(:user) { table(:users).create!(email: 'author@example.com', username: 'author', projects_limit: 10) }
+ let(:project) { table(:projects).create!(namespace_id: namespace.id) }
+ let(:scanner) { table(:vulnerability_scanners).create!(project_id: project.id, external_id: 'test 1', name: 'test scanner 1') }
+ let(:sub_batch_size) { 1000 }
+
+ before do
+ vulnerabilities_findings.connection.execute 'ALTER TABLE vulnerability_occurrences DISABLE TRIGGER "trigger_insert_or_update_vulnerability_reads_from_occurrences"'
+ vulnerabilities.connection.execute 'ALTER TABLE vulnerabilities DISABLE TRIGGER "trigger_update_vulnerability_reads_on_vulnerability_update"'
+ vulnerability_issue_links.connection.execute 'ALTER TABLE vulnerability_issue_links DISABLE TRIGGER "trigger_update_has_issues_on_vulnerability_issue_links_update"'
+
+ 10.times.each do |x|
+ vulnerability = create_vulnerability!(
+ project_id: project.id,
+ report_type: 7,
+ author_id: user.id
+ )
+ identifier = table(:vulnerability_identifiers).create!(
+ project_id: project.id,
+ external_type: 'uuid-v5',
+ external_id: 'uuid-v5',
+ fingerprint: Digest::SHA1.hexdigest("#{vulnerability.id}"),
+ name: 'Identifier for UUIDv5')
+
+ create_finding!(
+ vulnerability_id: vulnerability.id,
+ project_id: project.id,
+ scanner_id: scanner.id,
+ primary_identifier_id: identifier.id
+ )
+ end
+ end
+
+ it 'creates vulnerability_reads for the given records' do
+ described_class.new.perform(vulnerabilities.first.id, vulnerabilities.last.id, sub_batch_size)
+
+ expect(vulnerability_reads.count).to eq(10)
+ end
+
+ it 'does not create new records when records already exists' do
+ described_class.new.perform(vulnerabilities.first.id, vulnerabilities.last.id, sub_batch_size)
+ described_class.new.perform(vulnerabilities.first.id, vulnerabilities.last.id, sub_batch_size)
+
+ expect(vulnerability_reads.count).to eq(10)
+ end
+
+ private
+
+ def create_vulnerability!(project_id:, author_id:, title: 'test', severity: 7, confidence: 7, report_type: 0)
+ vulnerabilities.create!(
+ project_id: project_id,
+ author_id: author_id,
+ title: title,
+ severity: severity,
+ confidence: confidence,
+ report_type: report_type
+ )
+ end
+
+ # rubocop:disable Metrics/ParameterLists
+ def create_finding!(
+ vulnerability_id: nil, project_id:, scanner_id:, primary_identifier_id:,
+ name: "test", severity: 7, confidence: 7, report_type: 0,
+ project_fingerprint: '123qweasdzxc', location: { "image" => "alpine:3.4" }, location_fingerprint: 'test',
+ metadata_version: 'test', raw_metadata: 'test', uuid: SecureRandom.uuid)
+ vulnerabilities_findings.create!(
+ vulnerability_id: vulnerability_id,
+ project_id: project_id,
+ name: name,
+ severity: severity,
+ confidence: confidence,
+ report_type: report_type,
+ project_fingerprint: project_fingerprint,
+ scanner_id: scanner_id,
+ primary_identifier_id: primary_identifier_id,
+ location: location,
+ location_fingerprint: location_fingerprint,
+ metadata_version: metadata_version,
+ raw_metadata: raw_metadata,
+ uuid: uuid
+ )
+ end
+ # rubocop:enable Metrics/ParameterLists
+end
diff --git a/spec/lib/gitlab/ci/variables/builder_spec.rb b/spec/lib/gitlab/ci/variables/builder_spec.rb
index 3ad147585dd..6f9d4e8a70d 100644
--- a/spec/lib/gitlab/ci/variables/builder_spec.rb
+++ b/spec/lib/gitlab/ci/variables/builder_spec.rb
@@ -3,9 +3,10 @@
require 'spec_helper'
RSpec.describe Gitlab::Ci::Variables::Builder do
- let_it_be(:project) { create(:project, :repository) }
- let_it_be(:pipeline) { create(:ci_pipeline, project: project) }
- let_it_be(:user) { project.first_owner }
+ let_it_be(:group) { create(:group) }
+ let_it_be(:project) { create(:project, :repository, namespace: group) }
+ let_it_be_with_reload(:pipeline) { create(:ci_pipeline, project: project) }
+ let_it_be(:user) { create(:user) }
let_it_be(:job) do
create(:ci_build,
pipeline: pipeline,
@@ -153,7 +154,7 @@ RSpec.describe Gitlab::Ci::Variables::Builder do
before do
allow(builder).to receive(:predefined_variables) { [var('A', 1), var('B', 1)] }
- allow(project).to receive(:predefined_variables) { [var('B', 2), var('C', 2)] }
+ allow(pipeline.project).to receive(:predefined_variables) { [var('B', 2), var('C', 2)] }
allow(pipeline).to receive(:predefined_variables) { [var('C', 3), var('D', 3)] }
allow(job).to receive(:runner) { double(predefined_variables: [var('D', 4), var('E', 4)]) }
allow(builder).to receive(:kubernetes_variables) { [var('E', 5), var('F', 5)] }
@@ -201,4 +202,146 @@ RSpec.describe Gitlab::Ci::Variables::Builder do
end
end
end
+
+ describe '#user_variables' do
+ context 'with user' do
+ subject { builder.user_variables(user).to_hash }
+
+ let(:expected_variables) do
+ {
+ 'GITLAB_USER_EMAIL' => user.email,
+ 'GITLAB_USER_ID' => user.id.to_s,
+ 'GITLAB_USER_LOGIN' => user.username,
+ 'GITLAB_USER_NAME' => user.name
+ }
+ end
+
+ it { is_expected.to eq(expected_variables) }
+ end
+
+ context 'without user' do
+ subject { builder.user_variables(nil).to_hash }
+
+ it { is_expected.to be_empty }
+ end
+ end
+
+ describe '#kubernetes_variables' do
+ let(:service) { double(execute: template) }
+ let(:template) { double(to_yaml: 'example-kubeconfig', valid?: template_valid) }
+ let(:template_valid) { true }
+
+ subject { builder.kubernetes_variables(job) }
+
+ before do
+ allow(Ci::GenerateKubeconfigService).to receive(:new).with(job).and_return(service)
+ end
+
+ it { is_expected.to include(key: 'KUBECONFIG', value: 'example-kubeconfig', public: false, file: true) }
+
+ context 'generated config is invalid' do
+ let(:template_valid) { false }
+
+ it { is_expected.not_to include(key: 'KUBECONFIG', value: 'example-kubeconfig', public: false, file: true) }
+ end
+ end
+
+ describe '#deployment_variables' do
+ let(:environment) { 'production' }
+ let(:kubernetes_namespace) { 'namespace' }
+ let(:project_variables) { double }
+
+ subject { builder.deployment_variables(environment: environment, job: job) }
+
+ before do
+ allow(job).to receive(:expanded_kubernetes_namespace)
+ .and_return(kubernetes_namespace)
+
+ allow(project).to receive(:deployment_variables)
+ .with(environment: environment, kubernetes_namespace: kubernetes_namespace)
+ .and_return(project_variables)
+ end
+
+ context 'environment is nil' do
+ let(:environment) { nil }
+
+ it { is_expected.to be_empty }
+ end
+ end
+
+ shared_examples "secret CI variables" do
+ context 'when ref is branch' do
+ context 'when ref is protected' do
+ before do
+ create(:protected_branch, :developers_can_merge, name: job.ref, project: project)
+ end
+
+ it { is_expected.to include(variable) }
+ end
+
+ context 'when ref is not protected' do
+ it { is_expected.not_to include(variable) }
+ end
+ end
+
+ context 'when ref is tag' do
+ let_it_be(:job) { create(:ci_build, ref: 'v1.1.0', tag: true, pipeline: pipeline) }
+
+ context 'when ref is protected' do
+ before do
+ create(:protected_tag, project: project, name: 'v*')
+ end
+
+ it { is_expected.to include(variable) }
+ end
+
+ context 'when ref is not protected' do
+ it { is_expected.not_to include(variable) }
+ end
+ end
+
+ context 'when ref is merge request' do
+ let_it_be(:merge_request) { create(:merge_request, :with_detached_merge_request_pipeline, source_project: project) }
+ let_it_be(:pipeline) { merge_request.pipelines_for_merge_request.first }
+ let_it_be(:job) { create(:ci_build, ref: merge_request.source_branch, tag: false, pipeline: pipeline) }
+
+ context 'when ref is protected' do
+ before do
+ create(:protected_branch, :developers_can_merge, name: merge_request.source_branch, project: project)
+ end
+
+ it 'does not return protected variables as it is not supported for merge request pipelines' do
+ is_expected.not_to include(variable)
+ end
+ end
+
+ context 'when ref is not protected' do
+ it { is_expected.not_to include(variable) }
+ end
+ end
+ end
+
+ describe '#secret_instance_variables' do
+ subject { builder.secret_instance_variables(ref: job.git_ref) }
+
+ let_it_be(:variable) { create(:ci_instance_variable, protected: true) }
+
+ include_examples "secret CI variables"
+ end
+
+ describe '#secret_group_variables' do
+ subject { builder.secret_group_variables(ref: job.git_ref, environment: job.expanded_environment_name) }
+
+ let_it_be(:variable) { create(:ci_group_variable, protected: true, group: group) }
+
+ include_examples "secret CI variables"
+ end
+
+ describe '#secret_project_variables' do
+ subject { builder.secret_project_variables(ref: job.git_ref, environment: job.expanded_environment_name) }
+
+ let_it_be(:variable) { create(:ci_variable, protected: true, project: project) }
+
+ include_examples "secret CI variables"
+ end
end
diff --git a/spec/migrations/20220107064845_populate_vulnerability_reads_spec.rb b/spec/migrations/20220107064845_populate_vulnerability_reads_spec.rb
new file mode 100644
index 00000000000..ece971a50c9
--- /dev/null
+++ b/spec/migrations/20220107064845_populate_vulnerability_reads_spec.rb
@@ -0,0 +1,107 @@
+# frozen_string_literal: true
+require 'spec_helper'
+
+require_migration!
+
+RSpec.describe PopulateVulnerabilityReads, :migration do
+ let_it_be(:namespace) { table(:namespaces).create!(name: 'user', path: 'user') }
+ let_it_be(:user) { table(:users).create!(email: 'author@example.com', username: 'author', projects_limit: 10) }
+ let_it_be(:project) { table(:projects).create!(namespace_id: namespace.id) }
+ let_it_be(:scanner) { table(:vulnerability_scanners).create!(project_id: project.id, external_id: 'test 1', name: 'test scanner 1') }
+ let_it_be(:background_migration_jobs) { table(:background_migration_jobs) }
+ let_it_be(:vulnerabilities) { table(:vulnerabilities) }
+ let_it_be(:vulnerability_reads) { table(:vulnerability_reads) }
+ let_it_be(:vulnerabilities_findings) { table(:vulnerability_occurrences) }
+ let_it_be(:vulnerability_issue_links) { table(:vulnerability_issue_links) }
+ let_it_be(:vulnerability_ids) { [] }
+
+ before do
+ stub_const("#{described_class}::BATCH_SIZE", 1)
+ stub_const("#{described_class}::SUB_BATCH_SIZE", 1)
+
+ 5.times.each do |x|
+ vulnerability = create_vulnerability!(
+ project_id: project.id,
+ report_type: 7,
+ author_id: user.id
+ )
+ identifier = table(:vulnerability_identifiers).create!(
+ project_id: project.id,
+ external_type: 'uuid-v5',
+ external_id: 'uuid-v5',
+ fingerprint: Digest::SHA1.hexdigest("#{vulnerability.id}"),
+ name: 'Identifier for UUIDv5')
+
+ create_finding!(
+ vulnerability_id: vulnerability.id,
+ project_id: project.id,
+ scanner_id: scanner.id,
+ primary_identifier_id: identifier.id
+ )
+
+ vulnerability_ids << vulnerability.id
+ end
+ end
+
+ around do |example|
+ freeze_time { Sidekiq::Testing.fake! { example.run } }
+ end
+
+ it 'schedules background migrations' do
+ migrate!
+
+ expect(background_migration_jobs.count).to eq(5)
+ expect(background_migration_jobs.first.arguments).to match_array([vulnerability_ids.first, vulnerability_ids.first, 1])
+ expect(background_migration_jobs.second.arguments).to match_array([vulnerability_ids.second, vulnerability_ids.second, 1])
+ expect(background_migration_jobs.third.arguments).to match_array([vulnerability_ids.third, vulnerability_ids.third, 1])
+ expect(background_migration_jobs.fourth.arguments).to match_array([vulnerability_ids.fourth, vulnerability_ids.fourth, 1])
+ expect(background_migration_jobs.fifth.arguments).to match_array([vulnerability_ids.fifth, vulnerability_ids.fifth, 1])
+
+ expect(BackgroundMigrationWorker.jobs.size).to eq(5)
+ expect(described_class::MIGRATION_NAME).to be_scheduled_delayed_migration(2.minutes, vulnerability_ids.first, vulnerability_ids.first, 1)
+ expect(described_class::MIGRATION_NAME).to be_scheduled_delayed_migration(4.minutes, vulnerability_ids.second, vulnerability_ids.second, 1)
+ expect(described_class::MIGRATION_NAME).to be_scheduled_delayed_migration(6.minutes, vulnerability_ids.third, vulnerability_ids.third, 1)
+ expect(described_class::MIGRATION_NAME).to be_scheduled_delayed_migration(8.minutes, vulnerability_ids.fourth, vulnerability_ids.fourth, 1)
+ expect(described_class::MIGRATION_NAME).to be_scheduled_delayed_migration(10.minutes, vulnerability_ids.fifth, vulnerability_ids.fifth, 1)
+ end
+
+ private
+
+ def create_vulnerability!(project_id:, author_id:, title: 'test', severity: 7, confidence: 7, report_type: 0)
+ vulnerabilities.create!(
+ project_id: project_id,
+ author_id: author_id,
+ title: title,
+ severity: severity,
+ confidence: confidence,
+ report_type: report_type
+ )
+ end
+
+ # rubocop:disable Metrics/ParameterLists
+ def create_finding!(
+ id: nil,
+ vulnerability_id:, project_id:, scanner_id:, primary_identifier_id:,
+ name: "test", severity: 7, confidence: 7, report_type: 0,
+ project_fingerprint: '123qweasdzxc', location_fingerprint: 'test',
+ metadata_version: 'test', raw_metadata: 'test', uuid: SecureRandom.uuid)
+ params = {
+ vulnerability_id: vulnerability_id,
+ project_id: project_id,
+ name: name,
+ severity: severity,
+ confidence: confidence,
+ report_type: report_type,
+ project_fingerprint: project_fingerprint,
+ scanner_id: scanner_id,
+ primary_identifier_id: primary_identifier_id,
+ location_fingerprint: location_fingerprint,
+ metadata_version: metadata_version,
+ raw_metadata: raw_metadata,
+ uuid: uuid
+ }
+ params[:id] = id unless id.nil?
+ vulnerabilities_findings.create!(params)
+ end
+ # rubocop:enable Metrics/ParameterLists
+end
diff --git a/spec/models/ci/build_spec.rb b/spec/models/ci/build_spec.rb
index b8c5af5a911..90298f0e973 100644
--- a/spec/models/ci/build_spec.rb
+++ b/spec/models/ci/build_spec.rb
@@ -3618,20 +3618,6 @@ RSpec.describe Ci::Build do
build.scoped_variables
end
-
- context 'when variables builder is used' do
- it 'returns the same variables' do
- build.user = create(:user)
-
- allow(build.pipeline).to receive(:use_variables_builder_definitions?).and_return(false)
- legacy_variables = build.scoped_variables.to_hash
-
- allow(build.pipeline).to receive(:use_variables_builder_definitions?).and_return(true)
- new_variables = build.scoped_variables.to_hash
-
- expect(new_variables).to eq(legacy_variables)
- end
- end
end
describe '#simple_variables_without_dependencies' do
@@ -3642,160 +3628,6 @@ RSpec.describe Ci::Build do
end
end
- shared_examples "secret CI variables" do
- context 'when ref is branch' do
- let(:pipeline) { create(:ci_pipeline, project: project) }
- let(:build) { create(:ci_build, ref: 'master', tag: false, pipeline: pipeline, project: project) }
-
- context 'when ref is protected' do
- before do
- create(:protected_branch, :developers_can_merge, name: 'master', project: project)
- end
-
- it { is_expected.to include(variable) }
- end
-
- context 'when ref is not protected' do
- it { is_expected.not_to include(variable) }
- end
- end
-
- context 'when ref is tag' do
- let(:pipeline) { create(:ci_pipeline, project: project) }
- let(:build) { create(:ci_build, ref: 'v1.1.0', tag: true, pipeline: pipeline, project: project) }
-
- context 'when ref is protected' do
- before do
- create(:protected_tag, project: project, name: 'v*')
- end
-
- it { is_expected.to include(variable) }
- end
-
- context 'when ref is not protected' do
- it { is_expected.not_to include(variable) }
- end
- end
-
- context 'when ref is merge request' do
- let(:merge_request) { create(:merge_request, :with_detached_merge_request_pipeline) }
- let(:pipeline) { merge_request.pipelines_for_merge_request.first }
- let(:build) { create(:ci_build, ref: merge_request.source_branch, tag: false, pipeline: pipeline, project: project) }
-
- context 'when ref is protected' do
- before do
- create(:protected_branch, :developers_can_merge, name: merge_request.source_branch, project: project)
- end
-
- it 'does not return protected variables as it is not supported for merge request pipelines' do
- is_expected.not_to include(variable)
- end
- end
-
- context 'when ref is not protected' do
- it { is_expected.not_to include(variable) }
- end
- end
- end
-
- describe '#secret_instance_variables' do
- subject { build.secret_instance_variables }
-
- let_it_be(:variable) { create(:ci_instance_variable, protected: true) }
-
- include_examples "secret CI variables"
- end
-
- describe '#secret_group_variables' do
- subject { build.secret_group_variables }
-
- let_it_be(:variable) { create(:ci_group_variable, protected: true, group: group) }
-
- include_examples "secret CI variables"
- end
-
- describe '#secret_project_variables' do
- subject { build.secret_project_variables }
-
- let_it_be(:variable) { create(:ci_variable, protected: true, project: project) }
-
- include_examples "secret CI variables"
- end
-
- describe '#kubernetes_variables' do
- let(:build) { create(:ci_build) }
- let(:service) { double(execute: template) }
- let(:template) { double(to_yaml: 'example-kubeconfig', valid?: template_valid) }
- let(:template_valid) { true }
-
- subject { build.kubernetes_variables }
-
- before do
- allow(Ci::GenerateKubeconfigService).to receive(:new).with(build).and_return(service)
- end
-
- it { is_expected.to include(key: 'KUBECONFIG', value: 'example-kubeconfig', public: false, file: true) }
-
- context 'generated config is invalid' do
- let(:template_valid) { false }
-
- it { is_expected.not_to include(key: 'KUBECONFIG', value: 'example-kubeconfig', public: false, file: true) }
- end
- end
-
- describe '#deployment_variables' do
- let(:build) { create(:ci_build, environment: environment) }
- let(:environment) { 'production' }
- let(:kubernetes_namespace) { 'namespace' }
- let(:project_variables) { double }
-
- subject { build.deployment_variables(environment: environment) }
-
- before do
- allow(build).to receive(:expanded_kubernetes_namespace)
- .and_return(kubernetes_namespace)
-
- allow(build.project).to receive(:deployment_variables)
- .with(environment: environment, kubernetes_namespace: kubernetes_namespace)
- .and_return(project_variables)
- end
-
- context 'environment is nil' do
- let(:environment) { nil }
-
- it { is_expected.to be_empty }
- end
- end
-
- describe '#user_variables' do
- subject { build.user_variables.to_hash }
-
- context 'with user' do
- let(:expected_variables) do
- {
- 'GITLAB_USER_EMAIL' => user.email,
- 'GITLAB_USER_ID' => user.id.to_s,
- 'GITLAB_USER_LOGIN' => user.username,
- 'GITLAB_USER_NAME' => user.name
- }
- end
-
- before do
- build.user = user
- end
-
- it { is_expected.to eq(expected_variables) }
- end
-
- context 'without user' do
- before do
- expect(build).to receive(:user).and_return(nil)
- end
-
- it { is_expected.to be_empty }
- end
- end
-
describe '#any_unmet_prerequisites?' do
let(:build) { create(:ci_build, :created) }